.container {
  max-width: 1300px;
}
.news {
  overflow: hidden;
}
.news .news_banner {
  margin-top: 80px;
  margin-bottom: 80px;
}
.news .news_banner .row {
  align-items: flex-end;
  justify-content: space-between;
}
.news .news_banner .row .b_img {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.news .news_banner .row .b_img ul li a {
  overflow: hidden;
}
.news .news_banner .row .b_img ul li a img {
  transition: all 1.5s;
}
.news .news_banner .row .b_img ul li a:hover img {
  transform: scale(1.2);
}
.news .news_banner .row .b_img .btnG {
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: 99;
}
.news .news_banner .row .b_img .btnG .prev {
  outline: none;
  background: url("../images/news_b2.png") no-repeat center center / 16px 8px rgba(255, 255, 255, 0.85);
}
.news .news_banner .row .b_img .btnG .next {
  outline: none;
  background: url("../images/news_b1.png") no-repeat center center / 16px 8px rgba(255, 255, 255, 0.85);
}
.news .news_banner .row .b_img .btnG > div {
  width: 70px;
  height: 70px;
  display: inline-block;
  cursor: pointer;
  position: initial;
}
.news .news_banner .row .b_img .btnG > div:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.news .news_banner .row .b_text {
  width: 50%;
  height: 334px;
  box-sizing: border-box;
  background-color: #f3f3f3;
}
.news .news_banner .row .b_text ul li {
  display: none;
  padding: 30px 75px 0;
}
.news .news_banner .row .b_text ul li a {
  max-width: 544px;
}
.news .news_banner .row .b_text ul li a .intit span {
  display: block;
  position: relative;
  top: -60px;
  width: 180px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  color: #333;
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(4, 0, 0, 0.1);
}
.news .news_banner .row .b_text ul li a .intit h4 {
  margin-top: -4px;
  font-size: 20px;
  color: #000;
}
.news .news_banner .row .b_text ul li a .text {
  height: 90px;
  margin-top: 23px;
  font-size: 15px;
  line-height: 30px;
  -webkit-line-clamp: 3;
  color: #666;
}
.news .news_banner .row .b_text ul li a .more {
  margin-top: 34px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s;
}
.news .news_banner .row .b_text ul li a .more span {
  background-image: url("../images/news_03.png");
}
.news .news_banner .row .b_text ul li a .more:hover {
  opacity: 0.8;
}
.news .list {
  margin-left: -30px;
}
.news .list li {
  margin-bottom: 30px;
}
.news .list li a {
  margin-left: 30px;
  transition: all 0.3s;
}
.news .list li a .images {
  overflow: hidden;
}
.news .list li a .images img {
  transition: all 0.8s;
}
.news .list li a .txts {
  padding: 28px 30px 9px;
  justify-content: space-between;
  background-color: #fff;
  border-top: 0;
}
.news .list li a .txts .t_left {
  max-width: 87%;
  padding-bottom: 18px;
}
.news .list li a .txts .t_left h4 {
  font-size: 20px;
  color: #000;
}
.news .list li a .txts .t_left .tag {
  margin-top: 19px;
  overflow: hidden;
}
.news .list li a .txts .t_left .tag p {
  float: left;
  font-size: 15px;
  color: #999;
  padding-left: 20px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.news .list li a .txts .t_left .tag p:nth-child(1) {
  background-image: url("../images/news07.png");
}
.news .list li a .txts .t_left .tag p:nth-child(2) {
  margin-left: 40px;
  background-image: url("../images/news06.png");
}
.news .list li a .txts .m_more {
  opacity: 0;
  width: 24px;
  height: 24px;
  background: url("../images/home_icon_41.png") no-repeat center center;
  transition: all 0.3s;
}
.news .list li a:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.news .list li a:hover .txts .m_more {
  opacity: 1;
}
.news .list li a:hover .images img {
  transform: scale(1.2);
}
@media (max-width: 1200px) {
  .news .news_banner .row .b_text {
    height: auto;
  }
  .news .news_banner .row .b_text ul li {
    padding: 0px 24px 15px;
  }
  .news .news_banner .row .b_text ul li a .more {
    margin-top: 20px;
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
  .news .news_banner .row .b_text ul li a .intit span {
    top: -25px;
    width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .news .news_banner .row .b_img {
    width: 100%;
  }
  .news .news_banner .row .b_text {
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .news {
    margin-top: 30px;
  }
  .news .news_banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .news .news_banner .row .b_img .btnG > div {
    width: 42px;
    height: 32px;
  }
  .news .news_banner .row .b_text ul li a .intit span {
    top: -20px;
    width: 117px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }
  .news .news_banner .row .b_text ul li a .intit h4 {
    margin-top: 0;
    font-size: 18px;
  }
  .news .news_banner .row .b_text ul li a .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 23px;
    -webkit-line-clamp: 4;
  }
  .news .news_banner .row .b_text ul li {
    padding: 0px 11px 15px;
  }
  .news .news_banner .row .b_text ul li a .more {
    width: 96px;
    height: 32px;
    line-height: 32px;
  }
  .news .news_banner .row .b_text ul li a .more span {
    margin-left: 5px;
  }
  .news .list li a .txts .t_left h4 {
    font-size: 16px;
  }
  .news .list li a .txts .t_left .tag {
    margin-top: 9px;
  }
  .news .list li a .txts .t_left .tag p {
    font-size: 13px;
  }
  .news .list li a .txts {
    padding: 20px 10px 10px;
  }
}
.page {
  padding-top: 9px;
}
/*news_List*/
.news_List {
  padding-top: 75px;
  margin-bottom: 47px;
  background-color: #fff;
  overflow: hidden;
}
.news_List .container {
  overflow: initial;
}
.news_List .container .a_con {
  margin-bottom: 25px;
  padding: 44px 100px 71px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 0px rgba(3, 0, 0, 0.15);
  background-color: #fff;
}
.news_List .container .a_con .title {
  text-align: center;
}
.news_List .container .a_con .title h3 {
  font-size: 24px;
  margin-bottom: 35px;
}
.news_List .container .a_con .title .t_bottom {
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px dashed #f0f0f0;
}
.news_List .container .a_con .title .t_bottom .preview {
  display: inline-block;
  margin-left: 60px;
  font-size: 15px;
  color: #999;
}
.news_List .container .a_con .title .t_bottom .time {
  display: inline-block;
  font-size: 15px;
  color: #999;
}
.news_List .container .a_con .title .t_bottom .icon {
  display: inline-block;
  width: 15px;
  margin-left: 2px;
  vertical-align: text-bottom;
}
.news_List .container .a_con .con {
  padding-top: 37px;
}
.news_List .container .a_con .con p {
  padding-top: 34px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.news_List .container .a_con .con p:nth-child(1) {
  padding-top: 0;
}
.news_List .container .a_con .con p img {
  width: auto;
  max-width: 100%;
}
.news_List .container .page {
  margin-bottom: 0;
}
.news_List .container .read {
  margin-top: 47px;
  padding-top: 36px;
  border-top: 1px dashed #f0f0f0;
}
.news_List .container .read a {
  width: 45%;
  font-size: 16px;
}
.news_List .container .read a:nth-child(1) {
  float: left;
}
.news_List .container .read a:nth-child(2) {
  float: right;
  text-align: right;
}
.news_List .container .read a:hover {
  color: #000;
}
.news_List .container .read a span {
  display: inline-block;
  max-width: 80%;
}
.news_List .container .return {
  margin-top: 55px;
}
@media (max-width: 992px) {
  .news_List .container .a_con {
    padding: 44px 27px 71px;
  }
}
@media (max-width: 767px) {
  .news_List .container .a_con {
    padding: 32px 20px 35px 20px;
  }
  .news_List .container .a_con .title h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .news_List .container .a_con .title .t_bottom {
    padding-bottom: 12px;
  }
  .news_List .container .a_con .title .t_bottom .time {
    margin-left: 20px;
  }
  .news_List .container .a_con .title .t_bottom .time {
    margin-left: 0;
  }
  .news_List .container .a_con .con {
    padding-top: 20px;
  }
  .news_List .container .a_con .title .t_bottom .preview {
    margin-left: 14px;
    font-size: 13px;
  }
  .news_List .container .a_con .con p {
    line-height: 28px;
    padding-top: 18px;
    font-size: 14px;
  }
  .news_List .container .a_con .title h3 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .news_List .container .read {
    margin-top: 16px;
    padding-top: 14px;
  }
  .news_List .container .read a {
    width: 100%;
    margin-top: 15px;
  }
  .news_List .container .return {
    margin-top: 30px;
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .news_List {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=news.css.map */