.newsdetails-tit {
  height: 120px;
  background: #FAFBFB;
}
.newsdetails-tit .newsdetails-tit-contaienr {
  display: flex;
  justify-content: space-between;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-peo {
  width: 66px;
  background: #9CD2B5;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-peo img {
  vertical-align: middle;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt {
  width: 1080px;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con {
  padding-top: 40px;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con h3 {
  font-size: 18px;
  color: #000;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-item {
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #767676;
  color: #767676;
  height: 12px;
  font-size: 12px;
  line-height: 15px;
  margin-top: 14px;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-item:nth-child(1) {
  padding-left: 0px;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-item:nth-child(4) {
  border-right: none;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-r {
  float: right;
  display: flex;
  justify-content: space-between;
  width: 172px;
  height: 26px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-r a .tit-hid {
  display: block;
  transition: .5s;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-r a .tit-on {
  display: none;
  transition: .5s;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-r a:hover .tit-hid {
  display: none;
}
.newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-r a:hover .tit-on {
  display: block;
}
.newsdetails-con {
  padding-top: 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid #259C5D;
}
.newsdetails-con p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  margin-bottom: 10px;
}
.newsdetails-con img {
  max-width: 1200px;
  margin-top: 26px;
  margin-bottom: 26px;
}
.newsdetails-fot {
  padding-top: 22px;
  padding-bottom: 82px;
}
.newsdetails-fot .jwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsdetails-fot .jwrap a {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 980px) {
  .newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-peo {
    width: 50px;
  }
  .newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt {
    width: 80%;
  }
  .newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con {
    padding-top: 14px;
  }
  .newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-item {
    padding-left: 6px;
    padding-right: 6px;
    line-height: normal;
    margin-top: 8px;
  }
  .newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con ul {
    margin-bottom: 10px;
  }
  .newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con a {
    width: 100px;
    margin-top: 10px;
  }
  .newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-r {
    margin-top: 22px;
  }
  .newsdetails-tit .newsdetails-tit-contaienr .newsdetails-tit-txt .newsdetails-tit-con .newsdetails-tit-r .bdsharebuttonbox a {
    width: 22px;
  }
  .newsdetails-con {
    padding-top: 6px;
    padding-bottom: 2px;
  }
  .newsdetails-con img {
    max-width: 375px;
    height: auto !important;
  }
  .newsdetails-fot {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
