﻿.spcard {
  border: 1px solid #666;
  border-radius: 10px;
  box-shadow: 3px 3px 4px #ccc;
  overflow: hidden;
  margin: 0 5px;
}
.spcard img {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 10px;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}
.spcard table{border:0 !important;width: 100% !important;}
.spcard .spimg>p{font: 400 0/0 Arial;margin: 0 !important;}
.spcard .spimg br{display: none;}
.spcard .spdoc {
  margin: 10px;
}
.docrow{clear:both;border-bottom:1px solid #ddd;}
.docrow:last-child{border-bottom:0;}
.spcard .spname {
  float: left;
  width: 110px;
  text-align:right;
  white-space:nowrap;
}
.spcard .spvalue {
  /* height: 1.6rem; */
  margin-left: 110px;
}
.bhqcorner, .fbhqcorner, .zlycorner {
  position: relative;
}
.bhqcorner::before,.fbhqcorner::before,.zlycorner::before {
  position: absolute;
  top: 1rem;
  left: -0.5rem;
  z-index: 1;
  padding-right: 0.625rem;
  font-weight: bold;
  line-height: 0px;
  color: #fff;
  height: 0px;
  opacity: 0.8;
  border: 0.9375rem solid #07c160;
  border-right-color: transparent;
  content: "保护地";
  box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000;
}
.fbhqcorner::before {
  border-color:#265aca;
  border-right-color: transparent;
  content: "区县";
}
.zlycorner::before {
  border-color:#ee7600;
  border-right-color: transparent;
  content: "专类园";
}


@media only screen and (max-width:800px) {
.spcard{margin:0}
}