/* banner */
.banner {
  width: 100%;
  height: 460px;
  background-color: #efefef
}
.banner .swiper-container-1 {
  height: 100%;
}
.banner .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.swiper-container-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background-color: #e5bd32;
}
@media screen and (max-width: 1200px) {
  .banner {
    height: 320px;
  }
}


/* news */
.news-1 {
  padding: 14px 0 30px 0;
}
.news-left {
  flex: none;
  width: 816px;
}
.news-content {
  margin-top: 20px;
}
.news-swiper {
  flex: none;
  width: 420px;
  height: 284px;
  margin: 0;
}
.news-swiper .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.news-swiper .swiper-slide-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 70px 0 8px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-1 .swiper-pagination-2 {
  right: 0;
  font-size: 12px;
  text-align: right;
  padding: 0 12px;
  box-sizing: border-box;
}
.swiper-container-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.news-1 .swiper-pagination-bullet-active {
  background-color: #e5bd32;
}

.news-right {
  width: 360px;
}
.news-right .common-title-icon {
  width: 27px;
  height: 22px;
}
.notice-list {
  padding-top: 10px;
}
.notice-item {
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 1px #eee solid;
}
.notice-item-time {
  flex: none;
  width: 64px;
  height: 36px;
  background-color: #e6edf5;
  font-size: 14px;
  color: #014198;
  text-align: center;
  line-height: 36px;
}
.notice-item a {
  display: block;
  flex: 1;
  font-size: 14px;
  color: #333;
  padding: 0 14px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-item:hover a {
  color: #014198;
}

.news-2 {
  height: 400px;
  background-color: #f7f7f7;
  padding: 20px 0;
  box-sizing: border-box;
}
.news-2-item {
  width: 375px;
}
.news-2-item:first-child .common-title-icon {
  width: 23px;
  height: 23px;
}
.news-2-item:nth-child(2) .common-title-icon {
  width: 20px;
  height: 23px;
}
.news-2-item:nth-child(3) .common-title-icon {
  width: 21px;
  height: 23px;
}
.news-2-item .news-item::before {
  width: 7px;
  height: 7px;
  background-color: #a9a9a9;
  border-radius: 0;
  border: none;
  transform: rotate(45deg);
}
.news-banner {
  padding: 15px 0;
  border-bottom: 1px #acacac dashed;
}
.news-banner-cover {
  flex: none;
  width: 116px;
  height: 74px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.news-banner-r {
  flex: 1;
  padding: 0 17px;
}
.news-banner-title {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.news-banner:hover .news-banner-title {
  color: #004097;
}
.news-banner-time {
  font-size: 14px;
  color: #999;
  padding-top: 16px;
}
.news-2-item .news-list {
  padding-top: 10px;
}
.news-2-item:first-child .news-list {
  padding-top: 0;
}

@media screen and (max-width: 1200px) {
  section {
    width: 100%;
  }
  .news-2 .container {
    width: 710px;
  }
  /* news-1 */
  .news-1 {
    padding: 17px 20px 42px 20px;
    box-sizing: border-box;
  }
  .news-1, .news-left .news-content {
    flex-wrap: wrap;
  }
  .news-left, .news-swiper, .news-1 .news-list, .news-right {
    width: 710px;
  }
  .news-swiper {
    height: 350px;
  }
  .news-swiper .swiper-slide-title {
    height: 60px;
    font-size: 22px;
    line-height: 60px;
  }
  .news-1 .news-list {
    padding-bottom: 12px;
  }
  .notice-item {
    height: 64px;
  }
  .notice-item-time {
    width: 90px;
    height: 42px;
    font-size: 20px;
  }
  .notice-item a {
    font-size: 20px;
    color: #383838;
  }

  /* news-2 */
  .news-2 {
    height: auto;
    padding: 20px 20px 26px 20px;
    box-sizing: border-box;
  }
  .news-2 .container {
    flex-wrap: wrap;
  }
  .news-2-item {
    width: 710px;
    padding-bottom: 14px;
  }
  .news-banner {
    padding: 28px 0;
    margin-bottom: 14px;
  }
  .news-banner-cover {
    width: 270px;
    height: 160px;
  }
  .news-banner-r {
    padding: 0 0 0 28px;
  }
  .news-banner-title {
    font-size: 22px;
    line-height: 36px;
  }
  .news-banner-time {
    font-size: 18px;
  }
  .news-2-item:first-child .common-title-icon {
    width: 27px;
    height: 27px;
  }
  .news-2-item:nth-child(2) .common-title-icon {
    width: 26px;
    height: 30px;
  }
  .news-2-item:nth-child(3) .common-title-icon {
    width: 26px;
    height: 28px;
  }
}


/* topic */
.topic-1 {
  padding: 30px 0;
}
.topic-1-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 94px;
  padding-left: 13px;
  box-sizing: border-box;
}
.topic-1-item:nth-child(1) {
  background-color: #edb232;
}
.topic-1-item:nth-child(2) {
  background-color: #f06c62;
}
.topic-1-item:nth-child(3) {
  background-color: #ac81e7;
}
.topic-1-item:nth-child(4) {
  background-color: #4e99ff;
}
.topic-1-item:nth-child(5) {
  background-color: #6cd8b3;
}
.topic-1-item:nth-child(1) .topic-1-item_icon {
  width: 48px;
  height: 54px;
}
.topic-1-item:nth-child(2) .topic-1-item_icon {
  width: 55px;
  height: 57px;
}
.topic-1-item:nth-child(3) .topic-1-item_icon {
  width: 52px;
  height: 50px;
}
.topic-1-item:nth-child(4) .topic-1-item_icon {
  width: 47px;
  height: 47px;
}
.topic-1-item:nth-child(5) .topic-1-item_icon {
  width: 42px;
  height: 45px;
}
.topic-1-item_icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.topic-1-item_text {
  font-size: 20px;
  color: #fff;
  padding-left: 13px;
}

.topic-list {
  padding: 20px 0 50px 0;
}
.topic-list .swiper-slide {
  display: block;
  width: 380px;
}
.topic-list .swiper-slide-cover {
  height: 215px;
}
.topic-list .swiper-slide-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-list .swiper-slide-text {
  font-size: 14px;
  text-align: center;
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1200px) {
  .topic-1 {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
  }
  .topic-1-item {
    margin-right: 25px;
    margin-bottom: 22px;
  }
  .topic-1-item:nth-child(3) {
    margin-right: 0;
  }
  .topic-2 {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .topic-list {
    padding: 28px 0 36px 0;
  }
  .topic-list .swiper-slide {
    background-size: 100% 100%;
  }
  .topic-list .swiper-slide-cover {
    height: 125px;
  }
  .topic-list .swiper-slide-text {
    font-size: 20px;
  }
}


.syy .MMi1,.selected1,.parent1 {background-color: #014cb0 !important;
}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.lbyy { min-height:400px; padding-bottom:50px;}
.wp_entry { padding-top:40px;}
.wp_entry {
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.wp_entry img {
    max-width: 100%;
}
.selected2{background-color: #f2cc59 !important;color: #fff !important;}
.common-slide .slide-item_second a { color:#333;}
.selected3 {background-color: #f2cc59 !important;color: #fff !important;}
.selected3 a { color:#fff !important;}
.wp_articlecontent img { max-width:100%;}
.wp_articlecontent .photo-list-item { width:100%;}
.wp_article_list_table { margin-top:40px;}






