.headlines {
  position: relative;
  height: 144px;
  margin-top: -100px;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(75, 75, 75, 0.43);
  border-radius: 10px;
  padding: 20px 100px;
}
.headlines::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 18px;
  width: 83px;
  height: 88px;
  background: url(../images/icon_news_headlines.png) no-repeat;
  background-size: 100% 100%;
}
.headlines .swiper {
  width: 100%;
  height: 100%;
}
.headlines .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.headlines .swiper .swiper-slide a {
  font-size: 36px;
  color: #333;
  font-weight: 700;
}
.headlines .swiper .swiper-slide a:hover {
  color: #ff2e3e;
}
.news {
  position: relative;
  height: 441px;
  background: url(../images/bg_news.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 44px;
}
.news .swiper {
  width: 100%;
  height: 100%;
}
.news .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 15px 27px;
}
.news .swiper .swiper-slide .left {
  width: 485px;
  height: 313px;
  background-color: #fff;
  padding: 44px 50px 0 50px;
}
.news .swiper .swiper-slide .left h4 {
  text-align: center;
  font-size: 24px;
  color: #016bb5;
  font-weight: normal;
  margin-bottom: 15px;
}
.news .swiper .swiper-slide .left p {
  text-indent: 2em;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .swiper .swiper-slide .left .check {
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  margin-top: 10px;
}
.news .swiper .swiper-slide .left .check a {
  position: relative;
  color: #25b6a0;
  padding-bottom: 3px;
}
.news .swiper .swiper-slide .left .check a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #25b6a0;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.news .swiper .swiper-slide .left .check a:hover::before {
  transform: scaleX(1);
  opacity: 1;
}
.news .swiper .swiper-slide .right {
  width: 736px;
  height: 100%;
  overflow: hidden;
}
.news .swiper .swiper-slide .right img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.news .swiper .swiper-slide .right img:hover {
  transform: scale(1.02);
}
.news .swiper-button-next {
  right: -40px;
  color: #015293;
}
.news .swiper-button-prev {
  left: -40px;
  color: #015293;
}
.notice {
  position: relative;
  height: 174px;
  background-image: linear-gradient(-45deg, #f5fafd 0%, rgba(245, 253, 253, 0.59) 100%);
  border-radius: 10px;
  border: solid 1px #8fbad2;
  margin-top: 44px;
  padding-left: 118px;
}
.notice h2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.notice .list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.notice .list li {
  position: relative;
  width: 261px;
  padding-left: 27px;
  line-height: 36px;
  transition: all 0.3s;
}
.notice .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  height: 4px;
  background-color: #016bb5;
  border-radius: 50%;
}
.notice .list li a {
  font-size: 18px;
  color: #333;
}
.notice .list li:hover {
  transform: translateY(-3px);
}
.notice .list li:hover a {
  color: #015293;
}
.reprint {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 50px;
}
.reprint .reprint_l {
  width: 513px;
  margin-right: 40px;
}
.reprint .reprint_l .reprint_news {
  width: 100%;
  background: url(../images/bg_reprint.png) no-repeat;
  background-size: cover;
  padding: 45px 35px;
}
.reprint .reprint_l .reprint_news h3 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #0d74bc;
}
.reprint .reprint_l .reprint_news h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background-color: #0d74bc;
  transform: translateX(-50%);
}
.reprint .reprint_l .reprint_news h3 a {
  color: #0d74bc;
}
.reprint .reprint_l .reprint_news .reprint_news_list {
  margin-top: 20px;
}
.reprint .reprint_l .reprint_news .reprint_news_list li {
  margin-bottom: 20px;
}
.reprint .reprint_l .reprint_news .reprint_news_list li a {
  display: flex;
}
.reprint .reprint_l .reprint_news .reprint_news_list li a .date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 39px;
  background-color: #ffffff;
  border-radius: 20px 0px 20px 0px;
  margin-right: 16px;
  font-size: 18px;
  color: #016bb5;
  font-weight: 700;
  margin-top: 10px;
}
.reprint .reprint_l .reprint_news .reprint_news_list li a .date::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #016bb5;
}
.reprint .reprint_l .reprint_news .reprint_news_list li a p {
  flex: 1;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}
.reprint .reprint_l .reprint_news .reprint_news_list li a p:hover {
  color: #016bb5;
}
.reprint .reprint_l .reprint_video h3 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #0d74bc;
}
.reprint .reprint_l .reprint_video h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background-color: #0d74bc;
  transform: translateX(-50%);
}
.reprint .reprint_l .reprint_video h3 a {
  color: #0d74bc;
}
.reprint .reprint_l .reprint_video .swiper {
  margin-top: 30px;
  width: 100%;
  height: 232px;
}
.reprint .reprint_l .reprint_video .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #eee;
}
.reprint .reprint_l .reprint_video .swiper .swiper-slide .img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.reprint .reprint_l .reprint_video .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.reprint .reprint_l .reprint_video .swiper .swiper-slide .img img:hover {
  transform: scale(1.02);
}
.reprint .reprint_l .reprint_video .swiper .swiper-slide .desc {
  height: calc(100% - 160px);
  padding-top: 10px;
}
.reprint .reprint_l .reprint_video .swiper .swiper-slide .desc h5 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.reprint .reprint_l .reprint_video .swiper .swiper-slide .desc p {
  font-size: 14px;
  color: #999999;
}
.reprint .reprint_r {
  flex: 1;
}
.reprint .reprint_r .info {
  display: flex;
  justify-content: space-between;
}
.reprint .reprint_r .info .info_item {
  width: 356px;
  height: 113px;
  background-color: #f5fafd;
  border: solid 1px #cae2ef;
  transition: all 0.3s ease-in-out;
}
.reprint .reprint_r .info .info_item:hover {
  transform: translateY(-5px);
}
.reprint .reprint_r .info .info_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  color: #016bb5;
}
.reprint .reprint_r .info .info_item a img {
  margin-right: 30px;
}
.reprint .reprint_r .info .info_item:last-child {
  background-color: #f5fdfd;
  border: solid 1px #d1ebe2;
}
.reprint .reprint_r .info .info_item:last-child a {
  color: #129581;
}
.reprint .reprint_r .zwxw {
  margin-top: 50px;
}
.reprint .reprint_r .zwxw .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reprint .reprint_r .zwxw .head .head_nav {
  display: flex;
}
.reprint .reprint_r .zwxw .head .head_nav li {
  position: relative;
  font-size: 24px;
  color: #666;
  margin-right: 100px;
  cursor: pointer;
}
.reprint .reprint_r .zwxw .head .head_nav li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background-color: transparent;
  transform: translateX(-50%);
}
.reprint .reprint_r .zwxw .head .head_nav li.on {
  color: #016bb5;
  font-weight: 700;
}
.reprint .reprint_r .zwxw .head .head_nav li.on::before {
  background-color: #016bb5;
}
.reprint .reprint_r .zwxw .head .head_nav li::after {
  position: absolute;
  right: -50px;
  content: "/";
  color: #999999;
  font-weight: normal;
}
.reprint .reprint_r .zwxw .head .head_nav li:last-child::after {
  display: none;
}
.reprint .reprint_r .zwxw .head .more {
  color: #555;
  font-size: 16px;
}
.reprint .reprint_r .zwxw .head .more:hover {
  color: #016bb5;
}
.reprint .reprint_r .zwxw .zwxw_list {
  margin-top: 30px;
}
.reprint .reprint_r .zwxw .zwxw_list li {
  height: 114px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(67, 92, 104, 0.13);
  padding: 0 30px;
  padding-left: 10px;
  margin-bottom: 25px;
}
.reprint .reprint_r .zwxw .zwxw_list li:last-child {
  margin-bottom: 0;
}
.reprint .reprint_r .zwxw .zwxw_list li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.reprint .reprint_r .zwxw .zwxw_list li a .date {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 130px;
  height: 70px;
  border-right: 1px solid #016bb5;
  margin-right: 57px;
}
.reprint .reprint_r .zwxw .zwxw_list li a .date .day {
  font-size: 36px;
  color: #016bb5;
}
.reprint .reprint_r .zwxw .zwxw_list li a .date .year {
  font-size: 18px;
  color: #25b6a0;
}
.reprint .reprint_r .zwxw .zwxw_list li a .title {
  flex: 1;
  font-size: 18px;
  color: #333;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reprint .reprint_r .zwxw .zwxw_list li a:hover .title {
  color: #016bb5;
}
