.news {
  display: flex;
  padding: 20px 10px;
  background-color: #fff;
}
.news .news_l {
  width: 414px;
  height: 318px;
}
.news .news_l .swiper {
  position: relative;
  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: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
}
.news .news_l .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  height: 46px;
  padding-right: 10px;
}
.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: #4379cd;
}
.news .news_r {
  flex: 1;
  margin-left: 30px;
}
.news .news_r .head {
  display: flex;
  height: 34px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}
.news .news_r .head li {
  width: 33%;
  height: 100%;
  margin-top: 1px;
}
.news .news_r .head li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #383838;
}
.news .news_r .head li.on {
  border-bottom: 2px solid #0069b8;
}
.news .news_r .head li.on a {
  color: #0069b8;
}
.news .news_r .list .one {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.news .news_r .list .one a {
  color: #000;
}
.news .news_r .list .one a:hover {
  color: #005a9f;
}
.news .news_r .list li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  line-height: 40px;
}
.news .news_r .list li:hover::before {
  background-color: #005a9f;
}
.news .news_r .list li:hover a {
  color: #005a9f;
}
.news .news_r .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  transform: translateY(-50%);
  border-radius: 50%;
}
.news .news_r .list li a {
  display: flex;
  justify-content: space-between;
  color: #555;
}
.headlines {
  display: flex;
  margin: 30px auto;
}
.headlines .content {
  flex: 1;
  margin-left: 30px;
}
.headlines .content h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.headlines .content h4 a {
  color: #2c97dd;
}
.headlines .content p {
  text-align: center;
  color: #999;
}
.special li {
  margin-bottom: 20px;
}
.special li img {
  width: 100%;
}
.other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
}
.other li {
  width: 362px;
  height: 66px;
  background-color: #bfc;
  margin-bottom: 20px;
}
.other li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.other li img {
  width: 100%;
  height: 100%;
}
.info {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
  margin-top: 20px;
}
.info .info_l {
  width: 362px;
}
.info .info_l .module_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: #3794dc url("../images/bg_title.png") center center no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.info .info_l .module_list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f3f3f3;
  border-bottom: 0;
}
.info .info_l .module_list li {
  display: flex;
  align-items: center;
  width: 50%;
  height: 44px;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
  padding-left: 15px;
}
.info .info_l .module_list li:nth-child(2n) {
  border-right: 0;
}
.info .info_l .module_list li a {
  display: flex;
  align-items: center;
  color: #555;
}
.info .info_l .module_list li a img {
  width: 20px;
  margin-right: 10px;
}
.info .info_l .module_list li a:hover {
  color: #005a9f;
}
.info .info_c {
  width: 367px;
}
.info .info_c .head {
  height: 34px;
  border-bottom: 1px solid #ccc;
}
.info .info_c .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 100%;
  border-bottom: 2px solid #0069b8;
  margin-top: 3px;
}
.info .info_c .head .title a {
  color: #0069b8;
}
.info .info_c .list {
  margin-top: 10px;
}
.info .info_c .list li {
  position: relative;
  padding-left: 12px;
  line-height: 40px;
}
.info .info_c .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.info .info_c .list li:hover::before {
  background-color: #0069b8;
}
.info .info_c .list li:hover a {
  color: #0069b8;
}
.info .info_c .list li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}
.info .info_r {
  width: 331px;
}
.info .info_r .head {
  height: 34px;
  border-bottom: 1px solid #ccc;
}
.info .info_r .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 100%;
  border-bottom: 2px solid #0069b8;
  margin-top: 3px;
}
.info .info_r .head .title a {
  color: #0069b8;
}
.info .info_r .list {
  margin-top: 10px;
}
.info .info_r .list li {
  position: relative;
  padding-left: 12px;
  line-height: 40px;
}
.info .info_r .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.info .info_r .list li:hover::before {
  background-color: #0069b8;
}
.info .info_r .list li:hover a {
  color: #0069b8;
}
.info .info_r .list li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}
.friendship {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.friendship .head {
  height: 34px;
  border-bottom: 1px solid #ccc;
}
.friendship .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 100%;
  border-bottom: 2px solid #0069b8;
  margin-top: 3px;
  color: #0069b8;
  margin-top: 2px;
}
.friendship .swiper {
  width: 100%;
  height: 52px;
  margin-top: 20px;
}
.friendship .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  border: 1px solid #bfbfc3;
  background-color: #fff;
}
.friendship .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
