@import url("./public.css");
@import url("./header.css");
@import url("./footer.css");

.banner {
  background: url(../images/banner7.png) no-repeat center;
}

.con {
  margin: 26px auto 35px;
  border: 1px solid #F4F4F4;
  background-color: #fff;
}

.detailsPage {
  padding: 0 40px;
}

.detailsHead {
  padding-bottom: 44px;
  text-align: center;
  border-bottom: 2px dashed #F4F4F4;
}

.detailsHead .xw_title {
  padding: 56px 0 32px;
  font-size: 26px;
  font-weight: bold;
}

.attribute {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #333;
  font-size: 16px;
  line-height: 35px;
}

.attribute>div{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 47px;
  background: #F7F7F7;
}

.attribute .left{
width: calc(100% - 304px);
}

.attribute .operationl{
  width: 292px;
}

.attribute span {
  margin-right: 30px;
}

.attribute .zh a.on {
  color: red;
}

.detailsMain {
  padding: 0 20px;
  font-size: 16px;
  line-height: 2.25rem;
  margin-top: 30px;
  text-align: justify;
  word-break: break-all;
  color: #333;
  font-size: 16px;
}

.detailsMain video,.detailsMain img {
  max-width: 100%;
}

.detailsMain * iframe{
  max-width: 100%;
}

.operationl .stxt {
  display: inline-block;
  line-height: 35px;
  font-size: 16px;
}

.operationr  {
  margin: 20px 0 10px;
  display: flex;
  justify-content: end;
}

.operationr a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  font-size: 16px;
}

.h {
  background: #f7f4ad;
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #000100;
}

.l {
  background: #9edaf4;
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #000100;
}

.hui {
  background: #dfdfdf;
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #000100;
}

.fen {
  background: #fad1d9;
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #000100;
  margin-top: 5px;
}

.zi {
  background: #e3c7f7;
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #000100;
}

.bai {
  background: #fff;
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #000100;
}

/*分享*/
.m-share {
  display: inline-block;
}

.share {
  zoom: 1;
  display: flex;
  justify-content: flex-start;
}

.share:after {
  content: "";
  display: block;
  clear: both;
}

.share a {
  position: relative;
  margin-left: 15px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
}

.share a i {
  font-size: 26px;
  color: #D8D8D8;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
}

.share a i:hover{
  color: #498432;
}

.share #share-icon {
  width: 26px;
  height: 26px;
  float: left;
  display: none;
}

.share #share-icon img {
  width: 100%;
  height: 100%;
}

.share .bg-code {
  left: -36px;
  z-index: 10;
}

.share .qrcode {
  position: absolute;
  top: -120px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  display: none;
  left: -98%;
  z-index: 11;
}

.share .close-btn {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 12px;
  z-index: 12;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  right: -39px;
  top: 50px;
  display: none;
  cursor: pointer;
}

.detailsBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 27px 0 ;
  border-top: 2px dashed #F4F4F4;;
}

.detailsBottom .left{
  width: calc(100% - 200px);
}

.detailsBottom .return{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
height: 42px;
font-size: 16px;
color: #999999;
background: #F8F8F8;
}

.detailsBottom .return i{
  margin-left: -20px;
}

.detailsBottom p {
  margin-bottom: 27px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}

.detailsBottom p:last-child{
  margin-bottom: 0;
}

.detailsBottom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 31px;
  border-radius: 4px;
  color: #fff;
  background: #498432;
}

.detailsBottom a {
  width: calc(100% - 300px);
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 17px;
}

.detailsBottom a:hover {
  color: #498432;
}

.detailsMain body {
  overflow: hidden;
}

.news4 {
  width: 100% !important;
}


@media only screen and (max-width: 768px) {
  .detailsPage {
    padding: 0 10px;
  }
  .attribute{
    font-size: 18px;
  }
  .detailsHead{
    padding-bottom: 30px;
  }
  .detailsHead .xw_title{
    padding-top: 35px;
  }
  .detailsBottom .left{
    width: 100%;
  }
  .detailsBottom span{
    width: 136px;
    height: 57px;
    font-size: 24px;
  }
  .detailsBottom a{
    font-size: 24px;
    width: calc(100% - 150px);
  }
  .detailsBottom .return{
    display: none;
  }
}