/* 新闻动态-详情 */
.news_detail {
  padding: 4%;
  background: #fff;
  max-width: 1300px;margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.news_detail .title {
  padding-bottom: 50px;
  border-bottom: 1px solid #999;
}
.news_detail .title h1 {
  font-weight: normal;
  font-family: "思源黑体 CN";
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  color: #333;
}
.news_detail .title .marks {
  margin-top: 30px;
}
.news_detail .title .marks span {
  font-size: 16px;
  color: #333;
}
.news_detail .title .marks span em {
  margin-right: 14px;
  color: #999;
}
.news_detail .title .marks span.t1 {
  margin-right: 14px;
}
.news_detail .title .marks span.t2 {
  margin-right: 54px;
}
.news_detail .title .marks span.t3 {
  font-family: arial;
}
.news_detail .title .marks span.t3 em {
  font-family: "Microsoft YaHei";
}
.news_detail .context {
  padding-top: 80px;
  line-height: 30px;
}
.news_detail .context img {
  max-width: 100%;
}
/* 资讯推荐 */
.news_recom {
  padding-top: 76px;
}
.news_recom .news_tit .tit {
  margin-left: 10px;
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}
.news_recom .news_tit .morenews {
  float: right;
  font-size: 20px;
  line-height: 44px;
  color: #999;
}
.news_recom .news_tit .morenews:hover {
  color: #b81c22;
}
.news_recom .newslist1 {
  margin-top: 36px;
}
.news_recom .newslist1 .list {
  width: 103%;
}
.news_recom .newslist1 li {
  position: relative;
  margin-right: 3.5%;
  float: left;
  width: calc(-16.66666667%);
  height: 516px;
  background: #fff;
}
.news_recom .newslist1 li.nt3 {
  margin-right: 0;
}
.news_recom .newslist1 li .img {
  display: block;
  width: auto;
  height: 242px;
  overflow: hidden;
}
.news_recom .newslist1 li img {
  display: block;
  width: auto;
  height: 242px;
  object-fit: contain;
}
.news_recom .newslist1 li .txtbox {
  padding: 40px 30px 30px 40px;
  box-sizing: border-box;
}
.news_recom .newslist1 li .txtbox .time {
  font-family: arial;
  font-size: 18px;
  line-height: 16px;
  color: #999;
  transition: all ease 0.36s;
}
.news_recom .newslist1 li .txt {
  padding-top: 40px;
  transition: all ease 0.36s;
}
.news_recom .newslist1 li .txt .tit {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #151527;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.36s;
}
.news_recom .newslist1 li .txt .desc {
  margin-top: 18px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: all ease 0.36s;
  overflow: hidden;
}
.news_recom .newslist1 li .detail {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 120px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-indent: 0;
  color: #151527;
  background: url("../images/f7arr1.png") no-repeat 42px center #fff;
  transition: all ease 0.36s;
}
.news_recom .newslist1 li .detail span {
  position: relative;
  z-index: 12;
}
.news_recom .newslist1 li .detail:before,
.news_recom .newslist1 li .detail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 36px;
  background: url("../images/f7arr2.png") 68px center no-repeat #b81c22;
  z-index: 2;
  transition: 0.8s;
}
.news_recom .newslist1 li .detail:before {
  transition: 0.3s;
  background: url("../images/f7arr2.png") 68px center no-repeat #b81c22;
  z-index: -1;
}
.news_recom .newslist1 li:hover .detail {
  text-indent: 26px;
  transition: all ease 0.36s;
}
.news_recom .newslist1 li:hover .detail:before,
.news_recom .newslist1 li:hover .detail:after {
  width: 120px;
}
.news_recom .newslist1 li:hover .detail span {
  color: #fff;
  transition: all ease 0.36s;
}
.news_recom .newslist1 li:hover .txtbox .time {
  transform: translateY(10px);
  transition: all ease 0.36s;
}
.news_recom .newslist1 li:hover .txtbox .txt {
  transform: translateY(-10px);
  transition: all ease 0.36s;
}
.news_recom .newslist1 li:hover img {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}
.reLink {
  margin-top: 60px;
  height: 80px;
  box-sizing: border-box;
  background: #878f9f;
  display: flex;
  justify-content: space-between;
}
.reLink .prevLink,
.reLink .nextLink {
  position: relative;
  width: 50%;
  height: 80px;
}
.reLink .prevLink .txt {
  padding: 20px 50px;
  height: 80px;
  box-sizing: border-box;
  transition: all ease 0.36s;
}
.reLink .prevLink .txt .tit {
  font-size: 20px;
  line-height: 20px;
  color: #fff;   white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.reLink .prevLink .txt .sub {
  margin-top: 9px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.reLink .prevLink .img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 135px;
  opacity: 0;
  transition: all ease 0.36s;
}
.reLink .prevLink img {
  display: block;
  width: 135px;
  object-fit: contain;
}
.reLink .nextLink .txt {
  padding: 20px 50px;
  height: 80px;
  box-sizing: border-box;
  transition: all ease 0.36s;
}
.reLink .nextLink .txt .tit {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: right;   white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.reLink .nextLink .txt .sub {
  margin-top: 9px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-align: right;
}
.reLink .nextLink .img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 135px;
  opacity: 0;
}
.reLink .nextLink img {
  display: block;
  width: 135px;
  object-fit: contain;
}
.reLink .prevLink:hover {
  background: #b81c22;
}
.reLink .prevLink:hover .img {
  right: 20px;
  transition: all ease 0.36s;
  opacity: 1;
}
.reLink .prevLink:hover .txt {
  padding-left: 44px;
  transition: all ease 0.36s;
}
.reLink .nextLink:hover {
  background: #b81c22;
}
.reLink .nextLink:hover .img {
  left: 20px;
  transition: all ease 0.36s;
  opacity: 1;
}
.reLink .nextLink:hover .txt {
  padding-right: 44px;
  transition: all ease 0.36s;
}
@media (max-width: 1440px) {
  .reLink {
    height:40px;
  }
  .reLink .prevLink,
  .reLink .nextLink {
    height:40px;
  }
  .reLink .prevLink .txt_box {
    height:40px;
  }
  .reLink .pc {
    display: none;
  }
  .reLink .prevLink .txt {
    padding: 0;
    height:40px;
    margin: 0;
  }
  .reLink .prevLink .txt .sub {
    margin: 0;
    line-height: 40px;
    text-align: center;
  }
  .reLink .nextLink .txt {
    padding: 0;
    height: 40px;
    margin: 0;
  }
  .reLink .nextLink .txt .sub {
    margin: 0;
    line-height: 40px;
    text-align: center;
  }
}
/*# sourceMappingURL=detail.css.map */