.w {
  width: 100%;
  padding: 0 10px;
}
.headlines {
  height: 164px;
  background: url(../images/bg_top.png) no-repeat;
  background-size: 100% 100px;
  background-position: top;
  padding-top: 41px;
}
.headlines .title {
  text-align: center;
  font-size: 36px;
  color: #016bb5;
  font-weight: 700;
}
.headlines .desc {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 16px;
}
.news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  height: auto;
}
.news .news_l {
  width: 100%;
  height: 500px;
}
.news .news_l .swiper {
  width: 100%;
  height: 100%;
}
.news .news_l .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.news .news_l .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_l .swiper .swiper-slide .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
}
.news .news_l .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 44px;
  padding-right: 30px;
}
.news .news_l .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}
.news .news_l .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2cb8a3;
}
.news .news_r {
  width: 100%;
  height: 500px;
  margin-left: 0;
  margin-top: 49px;
}
.news .news_r .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57px;
  border-bottom: 1px solid #dedede;
}
.news .news_r .head .head_nav {
  display: flex;
  height: 100%;
}
.news .news_r .head .head_nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 49px;
  font-size: 26px;
  color: #333333;
  cursor: pointer;
}
.news .news_r .head .head_nav li a {
  color: #333333;
}
.news .news_r .head .head_nav li.on {
  font-weight: 700;
  background: url(../images/bg_policy.png) no-repeat;
}
.news .news_r .head .head_nav li.on a {
  color: #016bb5;
}
.news .news_r .list .first {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}
.news .news_r .list .first .title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}
.news .news_r .list .first .title a {
  color: #333;
}
.news .news_r .list .first .title a:hover {
  color: #016bb5;
}
.news .news_r .list .first .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666;
  text-indent: 2em;
}
.news .news_r .list .first .date {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 18px;
  color: #999;
}
.news .news_r .list li {
  position: relative;
  line-height: 50px;
  padding-left: 20px;
}
.news .news_r .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #016bb5;
}
.news .news_r .list li a {
  display: flex;
  justify-content: space-between;
  color: #333;
}
.news .news_r .list li a:hover {
  color: #016bb5;
}
.news .news_r .list li a:hover .date {
  color: #016bb5;
}
.news .news_r .list li a .date {
  color: #999;
}
.policy {
  display: flex;
  flex-wrap: wrap;
  margin-top: 49px;
}
.policy .policy_l {
  width: 100%;
}
.policy .policy_l .head {
  display: flex;
  height: 80px;
  border-bottom: 1px solid #dedede;
}
.policy .policy_l .head li {
  width: 50%;
  height: 100%;
}
.policy .policy_l .head li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 26px;
  color: #333;
}
.policy .policy_l .head li a .icon {
  width: 27px;
  height: 24px;
  margin-right: 10px;
  background: url(../images/icon_file.png) no-repeat;
  background-size: 100% 100%;
}
.policy .policy_l .head li.on {
  background: url(../images/bg_policy.png) no-repeat;
  background-size: 100% 50px;
  background-position: top;
}
.policy .policy_l .head li.on a {
  font-weight: 700;
  color: #016bb5;
}
.policy .policy_l .head li.on a .icon {
  background: url(../images/icon_file_selected.png) no-repeat;
  background-size: 100% 100%;
}
.policy .policy_l .list {
  margin-top: 15px;
}
.policy .policy_l .list li {
  position: relative;
  padding-left: 16px;
  height: 68px;
  border-bottom: 1px dashed #dedede;
}
.policy .policy_l .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #016bb5;
  border-radius: 50%;
}
.policy .policy_l .list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.policy .policy_l .list li a:hover {
  color: #016bb5;
}
.policy .policy_r {
  width: 100%;
  flex: 1;
  margin-left: 0;
  margin-top: 49px;
}
.policy .policy_r .top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: url(../images/bg_public_top.png) no-repeat;
  background-size: 100% 100%;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.policy .policy_r .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.policy .policy_r .nav li {
  width: 49%;
  height: 65px;
  border: 1px solid #e3effd;
  margin-bottom: 20px;
}
.policy .policy_r .nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  color: #333;
  padding-left: 20px;
}
.policy .policy_r .nav li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e3effd;
  border-radius: 50%;
  margin-right: 10px;
}
.policy .policy_r .other {
  display: flex;
  justify-content: space-between;
}
.policy .policy_r .other .item {
  width: 49%;
  height: 82px;
  background-color: #e0f2fb;
}
.policy .policy_r .other .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #0f84c5;
}
.policy .policy_r .other .item a img {
  margin-right: 20px;
}
.policy .policy_r .other .item:nth-child(2) {
  background-color: #e1f7f2;
}
.policy .policy_r .other .item:nth-child(2) a {
  color: #2cae91;
}
.special {
  margin-top: 49px;
  height: 140px;
}
.special .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.special .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.special .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investigate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 49px;
}
.investigate .investigate_l {
  width: 100%;
}
.investigate .investigate_l .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.investigate .investigate_l .head .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
  height: 50px;
  background: url(../images/bg_policy.png) no-repeat;
  font-size: 24px;
  color: #016bb5;
  font-weight: 700;
}
.investigate .investigate_l .head .title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 183px;
  height: 2px;
  background-color: #016bb5;
}
.investigate .investigate_l .list .first {
  display: flex;
  margin-bottom: 20px;
}
.investigate .investigate_l .list .first img {
  width: 185px;
  height: 111px;
  margin-right: 16px;
}
.investigate .investigate_l .list .first .right {
  flex: 1;
}
.investigate .investigate_l .list .first .right .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.investigate .investigate_l .list .first .right .title a {
  color: #333;
}
.investigate .investigate_l .list .first .right .title a:hover {
  color: #016bb5;
}
.investigate .investigate_l .list .first .right .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.investigate .investigate_l .list li {
  position: relative;
  padding-left: 20px;
  line-height: 40px;
}
.investigate .investigate_l .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1467bb;
}
.investigate .investigate_l .list li a {
  display: flex;
  justify-content: space-between;
  color: #333;
}
.investigate .investigate_l .list li a .date {
  color: #999;
}
.investigate .investigate_l .list li a:hover {
  color: #016bb5;
}
.investigate .investigate_l .list li a:hover .date {
  color: #016bb5;
}
.investigate .investigate_r {
  width: 100%;
  flex: 1;
  margin-left: 0px;
  background: url(../images/bg_hudong.png) no-repeat;
  background-size: 100% 100%;
  padding: 35px;
  margin-bottom: 49px;
  margin-top: 49px;
}
.investigate .investigate_r .title {
  display: flex;
  justify-content: center;
  font-size: 32px;
  color: #1560bd;
  font-weight: 700;
  margin-bottom: 24px;
}
.investigate .investigate_r .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.investigate .investigate_r .mail .mail_item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.investigate .investigate_r .mail .mail_item .num {
  font-size: 36px;
  color: #016bb5;
  margin-left: 10px;
}
.investigate .investigate_r .mail .line {
  width: 1px;
  height: 41px;
  background-color: #333;
  margin: 0 20px;
}
.investigate .investigate_r .nav {
  display: flex;
  justify-content: space-around;
}
.investigate .investigate_r .nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}
.investigate .investigate_r .nav li a img {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}
.try {
  display: flex;
  align-items: center;
  height: 174px;
  background-color: #edf5fb;
  margin-bottom: 50px;
}
.try .inner {
  width: calc(100% - 93px);
  height: 131px;
  padding: 0 27px;
}
.try .inner .swiper {
  width: 100%;
  height: 100%;
}
.try .inner .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(57, 95, 133, 0.11);
  border-radius: 10px;
  padding: 0 20px;
}
.try .inner .swiper .swiper-slide audio {
  width: 100%;
}
.try .inner .swiper .swiper-slide h4 {
  font-size: 20px;
  margin-top: 15px;
  color: #015293;
}
