.w {
  width: 100%;
  padding: 0 10px;
}
.headlines {
  background: url(../images/bg_top.png) no-repeat;
  background-size: 100% 100px;
  background-position: top;
  padding-top: 41px;
}
.headlines .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 63px;
}
.headlines .breadcrumbs img {
  margin-right: 10px;
}
.headlines .breadcrumbs a {
  color: #333;
}
.headlines .breadcrumbs a:hover {
  color: #016bb5;
}
.headlines .title {
  text-align: center;
  font-size: 36px;
  color: #016bb5;
  font-weight: 700;
}
.headlines .title a {
  color: #016bb5;
}
.headlines .desc {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 16px;
}
.news {
  height: auto;
  background: url(../images/bg_news.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 48px;
}
.news .w {
  height: 100%;
}
.news .w .swiper {
  width: 100%;
  height: 100%;
}
.news .w .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.news .w .swiper .swiper-slide .img {
  width: 100%;
  height: 422px;
}
.news .w .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.news .w .swiper .swiper-slide .content {
  width: 100%;
  height: 100%;
  padding-top: 78px;
  margin-left: 0;
  padding-bottom: 40px;
}
.news .w .swiper .swiper-slide .content .title {
  font-size: 24px;
  color: #016bb5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.news .w .swiper .swiper-slide .content .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  line-height: 40px;
}
.news .w .swiper .swiper-slide .content .check {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.news .w .swiper .swiper-slide .content .check a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 40px;
  border-radius: 10px 10px 10px 10px;
  background: #016bb5;
  font-size: 18px;
  color: #fff;
}
.notice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 68px;
}
.notice .notice_l {
  width: 100%;
}
.notice .notice_l .module {
  margin-bottom: 68px;
}
.notice .notice_l .module:last-child {
  margin-bottom: 0;
}
.notice .notice_l .module .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #dedede;
}
.notice .notice_l .module .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 70px;
  background: url(../images/bg_policy.png) no-repeat;
  background-size: 100% 50px;
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
}
.notice .notice_l .module .list li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
  height: 67px;
  border-bottom: 1px dashed #dedede;
}
.notice .notice_l .module .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #016bb5;
}
.notice .notice_l .module .list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #333;
}
.notice .notice_l .module .list li a:hover {
  color: #016bb5;
}
.notice .notice_r {
  width: 100%;
  background: url(../images/bg_notice.png) no-repeat;
  background-size: cover;
  margin-top: 49px;
}
.notice .notice_r .head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 82px;
  background-color: #1467bb;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.notice .notice_r .content {
  padding: 40px;
  height: calc(100% - 82px);
}
.notice .notice_r .content .list {
  height: 100%;
  border-left: 1px solid #1467bb;
}
.notice .notice_r .content .list li {
  margin-bottom: 40px;
}
.notice .notice_r .content .list li .date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 42px;
  border-radius: 0 21px 21px 0;
  background: #ffffff;
  border: 1px solid #1467bb;
  border-left: 0;
  font-size: 18px;
  color: #015293;
}
.notice .notice_r .content .list li .title {
  padding-left: 28px;
  padding-top: 22px;
}
.notice .notice_r .content .list li .title a {
  color: #333;
}
.notice .notice_r .content .list li .title a:hover {
  color: #016bb5;
}
.special {
  margin-top: 49px;
  margin-bottom: 50px;
}
.special .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #dedede;
}
.special .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 70px;
  background: url(../images/bg_policy.png) no-repeat;
  background-size: 100% 50px;
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
}
.special .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
}
.special .list li {
  width: 100%;
  height: 140px;
  margin-right: 0;
  margin-bottom: 20px;
}
.special .list li:nth-child(3n) {
  margin-right: 0;
}
.special .list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.special .list li a img {
  width: 100%;
  height: 100%;
}
