.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 38%;
  left: 12%;
  z-index: 2;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
}
.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #2a6cc5;
}
.cont_1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.cont_1 .w1480_f {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.cont_1 .w1480_f .details {
  width: 68%;
  padding: 4% 0 7%;
}
.cont_1 .w1480_f .details .line {
  width: 100%;
  height: 20px;
  background-color: #fff;
}
.cont_1 .w1480_f .details .title {
  border-bottom: 1px solid #e5e5e5;
}
.cont_1 .w1480_f .details .title h1 {
  text-align: left;
  color: #141414;
  font-weight: bold;
}
.cont_1 .w1480_f .details .title ul {
  display: flex;
  justify-content: flex-start;
  margin: 4% 0;
}
.cont_1 .w1480_f .details .title ul li {
  margin-right: 4%;
  font-size: 16px;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_1 .w1480_f .details .title ul li i {
  color: #141414;
  font-size: 20px;
  margin-right: 10px;
  display: block;
  font-weight: bold;
}
.cont_1 .w1480_f .details .text {
  margin-top: 3%;
}
.cont_1 .w1480_f .details .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 2.5%;
}
.cont_1 .w1480_f .details .text img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 2.5%;
}
.cont_1 .w1480_f .details .relative-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8%;
  margin-bottom: 1%;
      border-bottom: 1px solid #ddd;
}
.cont_1 .w1480_f .details .relative-link a {
  color: #333;
  margin-bottom: 3% ;
}
.cont_1 .w1480_f .details .relative-link a span {
  color: #999999;
  margin-right: 20px;
}
.cont_1 .w1480_f .details .relative-link a i {
  font-size: 16px;
  color: #2a6cc5;
}
.cont_1 .w1480_f .details .relative-link .prev,
.cont_1 .w1480_f .details .relative-link .next {
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cont_1 .w1480_f .details .share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8%;
}
.cont_1 .w1480_f .details .share .txt {
  color: #141414;
  font-weight: bold;
  margin-right: 20px;
}
.cont_1 .w1480_f .details .share .share_icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cont_1 .w1480_f .details .share .share_icon .social-share {
  display: flex;
}
.cont_1 .w1480_f .details .share .share_icon a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  margin-right: 10px;
  transition: all 0.3s;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-wechat {
  border: 1px solid #8dc35c;
  color: #8dc35c;
  font-size: 22px;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-wechat:hover {
  background-color: #8dc35c;
  color: #fff;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-linkedin {
  border: 1px solid #5777b2;
  color: #5777b2;
  font-size: 24px;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-linkedin:hover {
  background-color: #5777b2;
  color: #fff;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-twitter {
  border: 1px solid #89aee9;
  color: #89aee9;
  font-size: 22px;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-twitter:hover {
  background-color: #89aee9;
  color: #fff;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-facebook {
  border: 1px solid #6c6c9a;
  color: #6c6c9a;
  font-size: 22px;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-facebook:hover {
  background-color: #6c6c9a;
  color: #fff;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-google {
  border: 1px solid #cf5c4f;
  color: #cf5c4f;
  font-size: 26px;
  font-weight: bold;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-google:hover {
  background-color: #cf5c4f;
  color: #fff;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-weibo {
  border: 1px solid #ee7f4f;
  color: #ee7f4f;
  font-size: 24px;
}
.cont_1 .w1480_f .details .share .share_icon a.icon-weibo:hover {
  background-color: #ee7f4f;
  color: #fff;
}
.cont_1 .w1480_f .recommend {
  width: 24%;
}
.cont_1 .w1480_f .recommend .title h1 {
  display: flex;
  align-items: center;
}
.cont_1 .w1480_f .recommend .title h1::before {
  content: '';
  display: inline-block;
  height: 30px;
  width: 5px;
  background-color: #2a6cc5;
  margin-right: 15px;
}
.cont_1 .w1480_f .recommend .recommend_news {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
  padding-bottom: 5%;
  flex-wrap: wrap;
}
.cont_1 .w1480_f .recommend .recommend_news li {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-top: 5%;
}
.cont_1 .w1480_f .recommend .recommend_news li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -2%;
  width: 0%;
  height: 2px;
  background-color: #2a6cc5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 5;
}
.cont_1 .w1480_f .recommend .recommend_news li a .tu {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}
.cont_1 .w1480_f .recommend .recommend_news li a .tu img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cont_1 .w1480_f .recommend .recommend_news li a .bottom {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 7rem;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .w1480_f .recommend .recommend_news li a .bottom .text {
  overflow: hidden;
  position: absolute;
  width: 96%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .w1480_f .recommend .recommend_news li a .bottom .text h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #141414;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .w1480_f .recommend .recommend_news li a .bottom .text h3 {
  font-size: 0.8rem;
  color: #838282;
  margin-top: 0.8rem;
}
.cont_1 .w1480_f .recommend .recommend_news li a .bottom .text h4 {
  font-size: 0.8rem;
  color: #0075ea;
  margin-top: 0.8rem;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .w1480_f .recommend .recommend_news li a .bottom .text h4 span {
  margin-left: 0.4rem;
}
.cont_1 .w1480_f .recommend .recommend_news li:hover::after {
  width: 102%;
}
.cont_1 .w1480_f .recommend .recommend_news li:hover a .tu img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
}
.cont_1 .w1480_f .recommend .recommend_news li:hover a .bottom {
  transform: translateY(-2rem);
}
.cont_1 .w1480_f .recommend .recommend_news li:hover a .bottom .text h2 {
  color: #2a6cc5;
}
.cont_1 .w1480_f .recommend .recommend_news li:hover a .bottom .text h4 {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 1366px) {
  .cont_1 .w1480_f .details .title h1 {
    font-size: 26px;
  }
  .cont_1 .w1480_f .details .title ul li {
    font-size: 14px;
  }
  .cont_1 .w1480_f .details .text p {
    font-size: 14px;
  }.banner img {
    width: 100%;
    height: 230px;
}
}
@media screen and (max-width: 900px) {
  .cont_1 .w1480_f {
    flex-wrap: wrap;
  }
  .cont_1 .w1480_f .details {
    width: 100%;
  }
  .cont_1 .w1480_f .recommend {
    width: 100%;
  }
  .cont_1 .w1480_f .recommend .recommend_news {
    flex-wrap: nowrap;
  }
  .cont_1 .w1480_f .recommend .recommend_news li {
    width: 32%;
  }
  .banner {
    margin-top: 50px;
  }.banner img {
    width: 100%;
    height: 210px;
}
}
@media screen and (max-width: 768px) {
  .cont_1 .w1480_f .details .title ul {
    flex-wrap: wrap;
  }
  .cont_1 .w1480_f .details .title ul li {
    margin: 0;
  }
  .cont_1 .w1480_f .details .title ul li:nth-child(1) {
    width: 37%;
  }
  .cont_1 .w1480_f .details .title ul li:nth-child(2) {
    width: 37%;
  }
  .cont_1 .w1480_f .details .title ul li:nth-child(3) {
    width: 100%;
  }
  .cont_1 .w1480_f .details .title ul li a {
    margin: 0 8px;
  }
  .cont_1 .w1480_f .details .relative-link {
    flex-wrap: wrap;
  }
  .cont_1 .w1480_f .details .relative-link a {
    width: 100%!important;
    text-align: center;
    margin-bottom: 15px;
  }
  .cont_1 .w1480_f .details .relative-link .back {
    order: 1;
  }
  .cont_1 .w1480_f .details .share .share_icon {
    margin-top: 3%;
    justify-content: center;
    width: 100%;
  }
  .cont_1 .w1480_f .details .share .share_icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .cont_1 .w1480_f .details .share {
    flex-wrap: wrap;
  }
  .cont_1 .w1480_f .details .share .txt {
    width: 100%;
  }.banner img {
    width: 100%;
    height: 200px;
}
}
@media screen and (max-width: 768px) {
.banner img {
    width: 100%;
    height: 180px;
}
}
/*# sourceMappingURL=news_detail.css.map */