.navlist>li.active>a {
  background: #5BADDE;
}

.navlist>li>a:hover,
.navlist>li:hover>a {
  background: #5BADDE;
}

.navlist>.nav-item>.nav-item-menu {
  background: #5BADDE;
}

.navlist>.nav-item>.nav-item-menu>li.active>a {
  background: #5BADDE;
}

.list-img-new {
  position: relative;
  height: 240px;
  background: #5BADDE;
}

.list-img-new img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.list-img-new .top_title {
  position: relative;
  height: 240px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-img-new .top_title .list-title-new {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.list-img-new .top_title p {
  font-size: 38px;
  color: #FFFFFF;
  margin-top: 12px;
  opacity: 0.5;
}

.common-left {
  margin-top: -35px;
  width: 100%;
  padding: 0;
  z-index: 1;
  position: relative;
}

.common-wrapper {
  padding-bottom: 0px;
}

.common-left .navlist2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.common-left .navlist2 li {
  width: 300px;
  height: 70px;
  overflow: initial;
}

.common-left .navlist2 li .sub-open {
  display: none !important;
}

.common-left .navlist2 li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 70px;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
  background-image: url(../images/nav_nor.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.common-left .navlist2 li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #3992D6;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.common-left .navlist2 li a.active {
  position: relative;
  background: #3992D6;
  color: #fff !important;
}

.common-left .navlist2 li a.active::after {
  display: none;
}

.common-left .navlist2 li a.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #3992D6;
  opacity: 1;
  width: auto;
  background: transparent;
}

.common-left .navlist2 li a:hover {
  background: #3992D6;
  color: #fff;
}

.common-left .navlist2 li a:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #3992D6;
  opacity: 1;
  z-index: 0;
}

.content_list {
  margin-top: 60px;
}

.content_list .part_one .news {
  float: left;
  width: 66%;
}

.content_list .part_one .news .news_title {
  position: relative;
  height: 48px;
  margin-bottom: 30px;
}

.content_list .part_one .news .news_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-image: url(../images/title_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content_list .part_one .news .news_title .title {
  margin-left: 24px;
  float: left;
}

.content_list .part_one .news .news_title .title h4 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 3px;
  font-weight: 400;
}

.content_list .part_one .news .news_title .title p {
  font-size: 18px;
  color: #C0C0C0;
}

.content_list .part_one .news .news_title .mores {
  float: right;
  text-align: right;
  line-height: 48px;
}

.content_list .part_one .news .news_title .mores a {
  font-size: 14px;
  color: #2279CE;
}

.content_list .part_one .news .news_list {
  width: 100%;
}

.content_list .part_one .news .news_list .right_banner {
  width: 57%;
  float: left;
}

.content_list .part_one .news .news_list .right_banner .index-bn {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.content_list .part_one .news .news_list .right_banner .index-bn li a {
  display: block;
  width: 100%;
  height: 100%;
}

.content_list .part_one .news .news_list .right_banner .index-bn li a:hover .img img {
  transform: scale(1.1);
}

.content_list .part_one .news .news_list .right_banner .index-bn li a .img {
  position: relative;
  width: 100%;
  height: 378px;
}

.content_list .part_one .news .news_list .right_banner .index-bn li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.content_list .part_one .news .news_list .right_banner .index-bn li a .img .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 138px;
  height: 30px;
  background-image: url(../images/news_time_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.86;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.content_list .part_one .news .news_list .right_banner .index-bn li a .title {
  position: relative;
  width: 100%;
  height: 82px;
  background: #F1F5F9;
  padding: 36px 27px 27px;
}

.content_list .part_one .news .news_list .right_banner .index-bn li a .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: #3992D6;
}

.content_list .part_one .news .news_list .right_banner .index-bn li a .title h4 {
  font-weight: bold;
  font-size: 18px;
  color: #1C76BA;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content_list .part_one .news .news_list .right_banner .index-bn .slick-dots {
  position: absolute;
  bottom: 20%;
  right: 10px;
  width: auto;
  text-align: center;
  z-index: 1;
}

.content_list .part_one .news .news_list .right_banner .index-bn .slick-dots li {
  float: left;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  width: 12px;
  height: 12px;
  opacity: 0.4;
}

.content_list .part_one .news .news_list .right_banner .index-bn .slick-dots li.slick-active {
  background: #3992D6;
  opacity: 1;
}

.content_list .part_one .news .news_list .right_list {
  float: right;
  width: 40%;
}

.content_list .part_one .news .news_list .right_list ul {
  border-top: 1px solid #E5EBF0;
}

.content_list .part_one .news .news_list .right_list ul li {
  border-bottom: 1px solid #E5EBF0;
}

.content_list .part_one .news .news_list .right_list ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}

.content_list .part_one .news .news_list .right_list ul li a::before {
  content: '';
  position: absolute;
  left: -92%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3992d6;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.content_list .part_one .news .news_list .right_list ul li a:hover::before {
  left: 0;
}

.content_list .part_one .news .news_list .right_list ul li a:hover .title h4 {
  color: #3992D6;
}

.content_list .part_one .news .news_list .right_list ul li a .time {
  margin-bottom: 8px;
}

.content_list .part_one .news .news_list .right_list ul li a .time img {
  margin-right: 10px;
  width: 14px;
  height: 16px;
}

.content_list .part_one .news .news_list .right_list ul li a .time span {
  font-size: 12px;
  color: #999999;
}

.content_list .part_one .news .news_list .right_list ul li a .title {
  height: 56px
}

.content_list .part_one .news .news_list .right_list ul li a .title h4 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content_list .part_one .academic {
  float: right;
  width: 30%;
}

.content_list .part_one .academic .academic_title {
  position: relative;
  height: 48px;
  margin-bottom: 30px;
}

.content_list .part_one .academic .academic_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-image: url(../images/title_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content_list .part_one .academic .academic_title .title {
  margin-left: 24px;
  float: left;
}

.content_list .part_one .academic .academic_title .title h4 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 3px;
  font-weight: 400;
}

.content_list .part_one .academic .academic_title .title p {
  font-size: 18px;
  color: #C0C0C0;
}

.content_list .part_one .academic .academic_title .mores {
  float: right;
  text-align: right;
  line-height: 48px;
}

.content_list .part_one .academic .academic_title .mores a {
  font-size: 14px;
  color: #2279CE;
}

.content_list .part_one .academic .academic_list {
  width: 100%;
}

.content_list .part_one .academic .academic_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 0px;
  margin-bottom: 23px;
}

.content_list .part_one .academic .academic_list ul li a.active {
  padding: 0 0 18px;
  border-bottom: 1px solid #5BADDE;
}

.content_list .part_one .academic .academic_list ul li a.active .time .one {
  display: block;
}

.content_list .part_one .academic .academic_list ul li a.active .time .two {
  display: none;
}

.content_list .part_one .academic .academic_list ul li a.active .title h4 {
  font-weight: bold;
  font-size: 16px;
  color: #1C76BA;
}

.content_list .part_one .academic .academic_list ul li a.active .title p {
  display: -webkit-box;
}

.content_list .part_one .academic .academic_list ul li a .time {
  float: left;
  width: 66px;
  margin-right: 19px;
}

.content_list .part_one .academic .academic_list ul li a .time .one {
  display: none;
  width: 100%;
  height: 66px;
  background-image: url(../images/aca_time_bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px 0px 10px 0px;
  color: #fff;
  text-align: center;
}

.content_list .part_one .academic .academic_list ul li a .time .one .day {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 43px;
}

.content_list .part_one .academic .academic_list ul li a .time .one .year_mouth {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 9px;
}

.content_list .part_one .academic .academic_list ul li a .time .two {
  width: 100%;
  height: 28px;
  background-image: url(../images/aca_time_bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
}

.content_list .part_one .academic .academic_list ul li a .title {
  float: left;
  width: calc(100% - 85px);
}

.content_list .part_one .academic .academic_list ul li a .title h4 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content_list .part_one .academic .academic_list ul li a .title p {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #5E5E5E;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}

.content_list .part_two {
  padding: 45px 0;
  background-image: url(../images/zxcg_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content_list .part_two .achievements .achievements_title {
  position: relative;
  height: 48px;
  margin-bottom: 49px;
}

.content_list .part_two .achievements .achievements_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-image: url(../images/title_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content_list .part_two .achievements .achievements_title .title {
  margin-left: 24px;
  float: left;
}

.content_list .part_two .achievements .achievements_title .title h4 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 3px;
  font-weight: 400;
}

.content_list .part_two .achievements .achievements_title .title p {
  font-size: 18px;
  color: #C0C0C0;
}

.content_list .part_two .achievements .achievements_title .mores {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  line-height: 48px;
}

.content_list .part_two .achievements .achievements_title .mores a {
  font-size: 14px;
  color: #2279CE;
  margin-right: 50px;
}

.content_list .part_two .achievements .slick-arrow {
  width: 43px;
  height: 43px;
  font-size: 0;
  margin: 0 7.5px;
}

.content_list .part_two .achievements .slick-prev {
  background: url(../images/btn_arr_1.png) no-repeat center center;
  background-size: cover;
}

.content_list .part_two .achievements .slick-next {
  background: url(../images/btn_arr_2.png) no-repeat center center;
  background-size: cover;
}

.content_list .part_two .achievements .achievements_list ul .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.content_list .part_two .achievements .achievements_list ul li {
  height: 340px;
  margin: 0 30px;
}

.content_list .part_two .achievements .achievements_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.content_list .part_two .achievements .achievements_list ul li a:hover .big_box {
  right: 12px;
}

.content_list .part_two .achievements .achievements_list ul li a:hover .big_box .title h4 {
  color: #3992D6;
}

.content_list .part_two .achievements .achievements_list ul li a .banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 492px;
  height: 340px;
}

.content_list .part_two .achievements .achievements_list ul li a .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_list .part_two .achievements .achievements_list ul li a .big_box {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  background: #FFFFFF;
  background-image: url(../images/zxcg_title_bg.png);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: right top;
  box-shadow: 2px 0px 10px 0px rgba(0,0,0,.11);
  padding: 27px 32px;
  transition: all 0.3s ease-in-out;
}

.content_list .part_two .achievements .achievements_list ul li a .big_box .img {
  width: 31px;
  height: 25px;
  margin-bottom: 14px;
}

.content_list .part_two .achievements .achievements_list ul li a .big_box .img img {
  width: 100%;
  height: 100%;
}

.content_list .part_two .achievements .achievements_list ul li a .big_box .title {
  height: 128px;
}

.content_list .part_two .achievements .achievements_list ul li a .big_box .title h4 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}

.content_list .part_two .achievements .achievements_list ul li a .big_box .time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_list .part_two .achievements .achievements_list ul li a .big_box .time span {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #AAAAAA;
}

.content_list .part_two .achievements .achievements_list ul li a .big_box .time img {
  text-align: right;
  display: inline-block;
  width: 30px;
  height: 30px;
}

@media (max-width: 992px) {
  .common-left {
    margin-top: 0;
  }

  .common-left .navlist2 li a.active::before {
    display: none;
  }

  .common-left .navlist2 li {
    width: 100%;
    height: 53px;
    overflow: initial;
  }

  .common-left .navlist2 li a {
    line-height: 53px;
  }

  .common-left .navlist2 {
    flex-direction: column;
  }

  .content_list .part_one .news,
  .content_list .part_one .academic {
    width: 100%;
    margin-bottom: 20px;
  }

  .content_list .part_two {
    margin: 50px 0;
  }

  .content_list .part_two .achievements .achievements_title .mores a {
    margin-right: -41px;
  }
}

@media (max-width: 500px) {
.content_list {
  margin-top: 25px;
}
  .content_list .part_one .news .news_list .right_banner .index-bn li a .img {
    height: 250px;
  }

  .content_list .part_one .news .news_list .right_banner .index-bn .slick-dots {
    bottom: 27%;
  }

  .content_list .part_one .news .news_list .right_banner,
  .content_list .part_one .news .news_list .right_list {
    width: 100%;
  }

  .content_list .part_two {
    margin: 0px 0;
  }

  .arrowss {
    line-height: 30px;
  }

  .content_list .part_two .achievements .achievements_title .mores a {
    margin-right: 4px;
  }

  .content_list .part_two .achievements .slick-arrow {
    width: 25px;
    height: 25px;
    font-size: 0;
    margin: 0px 5px;
  }

  .content_list .part_two .achievements .achievements_list ul li a .banner_img {
    width: 70%;
    height: 240px;
  }

  .content_list .part_two .achievements .achievements_list ul .slick-list {
    margin-left: -32px;
    margin-right: -32px;
  }

  .content_list .part_two .achievements .achievements_list ul li a .big_box {
    width: 180px;
    height: 150px;
    padding: 8px;
    top: 36%;
    right: -2px;
  }

  .content_list .part_two .achievements .achievements_list ul li a .big_box .title {
    height: 66px;
  }

  .content_list .part_two .achievements .achievements_list ul li a .big_box .title h4 {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*想省略几行就写几*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .content_list .part_two .achievements .achievements_list ul li a .big_box .time img {
    width: 20px;
    height: 20px;
  }
}