@import url("./public.css");
@import url("./header.css");
@import url("./footer.css");
.right_box{
  width: 100%;
}

.detailsHead {
  margin-bottom: 25px;
  text-align: center;
}

.detailsHead .xw_title {
  padding: 20px 0 25px;
  font-size: 26px;
  font-weight: bold;
}

.attribute {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  color: #333;
  font-size: 16px;
  border-bottom: 2px dashed #F4F4F4;
}

.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 {
  padding: 0 5px;
  color: red;
}

.detailsMain {
  padding: 0 8px;
  font-size: 16px;
  line-height: 28px;
}

.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: flex-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 {
  margin-right: 0!important;
  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: #0B54A2;
}

.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 {
  margin-top: 40px;
  padding: 38px 0;
  border-top: 2px dashed #F4F4F4;
  ;
}

.detailsBottom p {
  margin-bottom: 25px;
  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: #0B54A2;
}

.detailsBottom a {
  width: calc(100% - 80px);
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 17px;
}

.detailsBottom a:hover {
  color: #0B54A2;
}

.detailsMain body {
  overflow: hidden;
}

.news4 {
  width: 100% !important;
}


@media only screen and (max-width: 996px) {
  .attribute{
    line-height: 36px;
  }
}