@charset "UTF-8";
.section-1 {
  *zoom: 1;
  background-color: #f4f7fa;
  margin-top: 30px;
}
.section-1:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .swiper-container {
  float: left;
  width: 54.10447%;
  position: relative;
}
.section-1 .swiper-container .swiper-slide {
  height: 0;
  padding-top: 55.17241%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.section-1 .swiper-container .swiper-slide img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.section-1 .swiper-container .swiper-slide img:hover {
  transform: scale(1.02);
}
.section-1 .swiper-container .swiper-button-prev {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  width: 4.55172%;
  height: auto;
}
.section-1 .swiper-container .swiper-button-next {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 50%;
  width: 4.55172%;
  height: auto;
}
.section-1 .swiper-container .swiper-button-disabled {
  cursor: no-drop;
  pointer-events: fill;
}
.section-1 .contents-container {
  float: right;
  width: 45.89552%;
  height: 0;
  padding-top: 29.85074%;
}
.section-1 .contents-container > a {
  display: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 9.26829% 6.50406% 0;
}
.section-1 .contents-container > a.show {
  display: block;
}
.section-1 .contents-container > a .title {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #333;
}
.section-1 .contents-container > a .content {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 1.88;
  color: #666;
  margin-top: 6.35514%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 6; /*设置多行的行数*/
}
.section-1 .swiper-pagination {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.section-1 .swiper-pagination .swiper-pagination-bullet {
  background: #d2dce5;
  opacity: 1;
  width: 6px;
  height: 6px;
  transition: all 0.3s ease;
}
.section-1 .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.section-1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 6px;
  background: #286ace;
  border-radius: 3px;
}

.section-2 {
  *zoom: 1;
  margin-top: 40px;
}
.section-2:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-2 .left-container {
  float: left;
  width: 54.10447%;
}
.section-2 .left-container .news-tabs a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #333;
  padding-bottom: 13px;
  margin-right: 6.89655%;
}
.section-2 .left-container .news-tabs a.cur::after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 1.5px;
  background-color: #286ace;
}
.section-2 .left-container .news-lists {
  margin-top: 3.86206%;
}
.section-2 .left-container .news-lists > div {
  display: none;
}
.section-2 .left-container .news-lists > div.cur {
  display: block;
}
.section-2 .left-container .news-lists > div a + a {
  margin-top: 7.72413%;
}
.section-2 .left-container .news-lists .news-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  min-height: 88.3px;
}
.section-2 .left-container .news-lists .news-list a .time-container {
  width: 12.82758%;
  height: 0;
  padding-top: 11.5862%;
  background-color: #f4f7fa;
}
.section-2 .left-container .news-lists .news-list a .time-container .day {
  font-size: 24px;
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 15.0537634409%;
  padding-top: 16.1290322581%;
  font-style: italic;
}
.section-2 .left-container .news-lists .news-list a .time-container .year {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 15.0537634409%;
  padding-top: 53.7634408602%;
}
.section-2 .left-container .news-lists .news-list a .title {
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 19.03448%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.56;
  transition: all 0.3s;
}
.section-2 .left-container .news-lists .news-list a:hover .time-container {
  background-color: #286ace;
}
.section-2 .left-container .news-lists .news-list a:hover .time-container .day,
.section-2 .left-container .news-lists .news-list a:hover .time-container .year {
  color: #fff;
}
.section-2 .left-container .news-lists .news-list a:hover .title {
  color: #286ace;
  letter-spacing: 0.1px;
}
.section-2 .left-container .news-lists .news-desc-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  min-height: 88.3px;
  *zoom: 1;
}
.section-2 .left-container .news-lists .news-desc-list a:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-2 .left-container .news-lists .news-desc-list a .time-container {
  float: left;
  width: 12.82758%;
  height: 0;
  padding-top: 11.5862%;
  background-color: #f4f7fa;
}
.section-2 .left-container .news-lists .news-desc-list a .time-container .day {
  font-size: 24px;
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 15.0537634409%;
  padding-top: 16.1290322581%;
  font-style: italic;
}
.section-2 .left-container .news-lists .news-desc-list a .time-container .year {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 15.0537634409%;
  padding-top: 53.7634408602%;
}
.section-2 .left-container .news-lists .news-desc-list a .info-container {
  float: right;
  width: 80.96552%;
}
.section-2 .left-container .news-lists .news-desc-list a .info-container .title {
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.section-2 .left-container .news-lists .news-desc-list a .info-container .desc {
  margin-top: 1.41093%;
  line-height: 1.75;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.section-2 .left-container .news-lists .news-desc-list a:hover .time-container {
  background-color: #286ace;
}
.section-2 .left-container .news-lists .news-desc-list a:hover .time-container .day,
.section-2 .left-container .news-lists .news-desc-list a:hover .time-container .year {
  color: #fff;
}
.section-2 .left-container .news-lists .news-desc-list a:hover .info-container .title {
  letter-spacing: 0.1px;
}
.section-2 .left-container .news-lists .news-desc-list a:hover .info-container .title,
.section-2 .left-container .news-lists .news-desc-list a:hover .info-container .desc {
  color: #286ace;
}
.section-2 .right-container {
  float: right;
  width: 41.79104%;
}
.section-2 .right-container .tzgg-list {
  margin-top: 4.2857142857%;
}
.section-2 .right-container .tzgg-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  background-color: #f2f6fa;
  padding: 3.3928571429% 4.1071428571%;
}
.section-2 .right-container .tzgg-list a .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #333;
  transition: all 0.3s;
}
.section-2 .right-container .tzgg-list a .desc {
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  line-height: 1.57;
  color: #666;
  min-height: 3.14em;
  margin-top: 2.9182879377%;
}
.section-2 .right-container .tzgg-list a:hover .title {
  color: #286ace;
  letter-spacing: 0.1px;
}
.section-2 .right-container .tzgg-list a:hover .desc {
  color: #286ace;
}
.section-2 .right-container .tzgg-list a + a {
  margin-top: 2.8571428571%;
}
.section-2 .right-container .bmjz-section {
  margin-top: 3.9285714286%;
}
.section-2 .right-container .bmjz-list {
  margin-top: 3.9285714286%;
}
.section-2 .right-container .bmjz-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.section-2 .right-container .bmjz-list a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #a0b8dc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-2 .right-container .bmjz-list a .title {
  padding-left: 2.6785714286%;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  transition: all 0.3s;
}
.section-2 .right-container .bmjz-list a .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.section-2 .right-container .bmjz-list a:hover .title {
  color: #286ace;
  letter-spacing: 0.1px;
}
.section-2 .right-container .bmjz-list a:hover .time {
  color: #286ace;
}
.section-2 .right-container .bmjz-list a:hover::before {
  background-color: #286ace;
}
.section-2 .right-container .bmjz-list a + a {
  margin-top: 3.9285714286%;
}

.section-title-container .title-name {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #333;
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.section-title-container .title-name::after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 1.5px;
  background-color: #286ace;
}
.section-title-container .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #999;
}
.section-title-container .more:hover {
  color: #286ace;
}

.section-3 {
  margin-top: 40px;
  background-color: #f2f6fa;
  padding: 48px 0;
}
.section-3 .container {
  *zoom: 1;
}
.section-3 .container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-3 .container .left-container {
  float: left;
  width: 54.10447%;
}
.section-3 .container .left-container .xwlb-list {
  *zoom: 1;
  margin-top: 3.724137931%;
}
.section-3 .container .left-container .xwlb-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-3 .container .left-container .xwlb-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 47.5862068966%;
  background-color: #fff;
  padding-bottom: 1.3793103448%;
}
.section-3 .container .left-container .xwlb-list a .img-container {
  width: 100%;
  height: 0;
  padding-top: 71.884057971%;
  overflow: hidden;
}
.section-3 .container .left-container .xwlb-list a .img-container img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-3 .container .left-container .xwlb-list a .info .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-top: 2.8985507246%;
}
.section-3 .container .left-container .xwlb-list a .info .time {
  text-align: center;
  color: #999;
  font-size: 14px;
  padding-top: 1.1594202899%;
}
.section-3 .container .left-container .xwlb-list a:hover .img-container img {
  transform: scale(1.1);
}
.section-3 .container .left-container .xwlb-list a + a {
  margin-left: 4.8275862069%;
}
.section-3 .container .right-container {
  float: right;
  width: 41.79104%;
}
.section-3 .container .right-container a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 0;
  padding-top: 31.25%;
  background-image: url(../images/yj-yy-ywdt-bg-xwlb-item-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.section-3 .container .right-container a img:nth-child(1) {
  position: absolute;
  left: 8.5714285714%;
  top: 50%;
  transform: translateY(-50%);
  height: 25.7142857143%;
  transition: all 0.3s ease;
}
.section-3 .container .right-container a img:nth-child(2) {
  position: absolute;
  right: 7.5%;
  top: 50%;
  transform: translateY(-50%);
  height: 72.5714285714%;
}
.section-3 .container .right-container a:nth-child(2) {
  background-image: url(../images/yj-yy-ywdt-bg-xwlb-item-2.png);
}
.section-3 .container .right-container a:nth-child(2) img:nth-child(2) {
  height: 82.2857142857%;
}
.section-3 .container .right-container a:hover {
  background-size: 102% 101%;
}
.section-3 .container .right-container a:hover img:nth-child(1) {
  transform: translateY(-50%) scale(1.1);
}
.section-3 .container .right-container a + a {
  margin-top: 5.7142857143%;
}

.section-4 {
  margin-top: 40px;
  margin-bottom: 50px;
}
.section-4 .video-list {
  margin-top: 1.7910447761%;
  *zoom: 1;
}
.section-4 .video-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-4 .video-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 31.6417910448%;
  background-color: #f2f6fa;
  border: #f2f6fa 1px solid;
}
.section-4 .video-list a .img-container {
  width: 100%;
  height: 0;
  padding-top: 58.9622641509%;
  overflow: hidden;
}
.section-4 .video-list a .img-container img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-4 .video-list a .img-container::after {
  content: "";
  background-image: url(../images/yj-yy-ywdt-ic-video-play.png);
  width: 28px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-4 .video-list a .title {
  height: 75px;
  line-height: 75px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  padding: 0 10px;
}
.section-4 .video-list a:hover .img-container img {
  transform: scale(1.1);
}
.section-4 .video-list a:nth-child(2) {
  margin: 0 2.5373134328%;
}

@media screen and (min-width: 993px) and (max-width: 1450px) {
  .section-1 {
    margin-top: 1.5625vw;
  }
  .section-1 .contents-container > a .title {
    font-size: 21.6px;
    font-size: calc(24 * var(--font-scale) * 1px);
  }
  .section-1 .contents-container > a .content {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 6; /*设置多行的行数*/
  }
  .section-1 .swiper-pagination {
    bottom: 10px;
    bottom: 0.52083vw;
  }
  .section-1 .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .section-1 .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
  .section-1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
    border-radius: 3px;
  }
  .section-2 {
    margin-top: 2.08333vw;
  }
  .section-2 .left-container .news-tabs a {
    font-size: 21.6px;
    font-size: calc(24 * var(--font-scale) * 1px);
    padding-bottom: 0.67708vw;
  }
  .section-2 .left-container .news-tabs a.cur::after {
    height: 0.20833vw;
    border-radius: 1.5px;
  }
  .section-2 .left-container .news-lists .news-list a {
    min-height: 88.3px;
    min-height: 4.59896vw;
  }
  .section-2 .left-container .news-lists .news-list a .time-container .day {
    font-size: 24px;
    font-size: 1.25vw;
  }
  .section-2 .left-container .news-lists .news-list a .time-container .year {
    font-size: 16px;
    font-size: 0.83333vw;
  }
  .section-2 .left-container .news-lists .news-list a .title {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .section-2 .left-container .news-lists .news-desc-list a {
    min-height: 88.3px;
    min-height: 4.59896vw;
  }
  .section-2 .left-container .news-lists .news-desc-list a .time-container .day {
    font-size: 1.25vw;
  }
  .section-2 .left-container .news-lists .news-desc-list a .time-container .year {
    font-size: 0.83333vw;
  }
  .section-2 .left-container .news-lists .news-desc-list a .info-container .title {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .section-2 .left-container .news-lists .news-desc-list a .info-container .desc {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section-2 .right-container .tzgg-list a .title {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section-2 .right-container .tzgg-list a .desc {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    line-height: 1.57;
    min-height: 3.14em;
  }
  .section-2 .right-container .bmjz-list a::before {
    width: 4px;
    height: 4px;
  }
  .section-2 .right-container .bmjz-list a .title {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section-2 .right-container .bmjz-list a .time {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section-2 .right-container .bmjz-list a + a {
    margin-top: 3.9285714286%;
  }
  .section-title-container .title-name {
    font-size: 21.6px;
    font-size: calc(24 * var(--font-scale) * 1px);
    padding-bottom: 0.67708vw;
  }
  .section-title-container .title-name::after {
    height: 0.20833vw;
    border-radius: 1.5px;
  }
  .section-title-container .more {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section-3 {
    margin-top: 2.08333vw;
    padding: 2.5vw 0;
  }
  .section-3 .container .left-container .xwlb-list a .info .title {
    font-size: 16px;
    font-size: 0.83333vw;
    margin-top: 2.8985507246%;
  }
  .section-3 .container .left-container .xwlb-list a .info .time {
    font-size: 14px;
    font-size: 0.72917vw;
    padding-top: 1.1594202899%;
  }
  .section-3 .container .left-container .xwlb-list a + a {
    margin-left: 4.8275862069%;
  }
  .section-3 .container .right-container a + a {
    margin-top: 5.7142857143%;
  }
  .section-4 {
    margin-top: 2.08333vw;
    margin-bottom: 2.60417vw;
  }
  .section-4 .video-list a .img-container::after {
    width: 28px;
    width: 1.45833vw;
    height: 33px;
    height: 1.71875vw;
  }
  .section-4 .video-list a .title {
    height: 75px;
    line-height: 75px;
    height: 3.90625vw;
    line-height: 3.90625vw;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .section-4 .video-list a:nth-child(2) {
    margin: 0 2.5373134328%;
  }
}
@media screen and (max-width: 992px) {
  .section-1 {
    margin-top: 0;
    padding-top: 15px;
  }
  .section-1 .swiper-container {
    float: none;
    width: 100%;
  }
  .section-1 .swiper-container .swiper-slide {
    height: 0;
    padding-top: 55.17241%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .section-1 .swiper-container .swiper-slide img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-1 .swiper-container .swiper-button-prev {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    width: 4.55172%;
    height: auto;
  }
  .section-1 .swiper-container .swiper-button-next {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 50%;
    width: 4.55172%;
    height: auto;
  }
  .section-1 .swiper-container .swiper-button-disabled {
    cursor: no-drop;
    pointer-events: fill;
  }
  .section-1 .contents-container {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .section-1 .contents-container > a {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 15px 15px 0;
  }
  .section-1 .contents-container > a .title {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section-1 .contents-container > a .content {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    line-height: 1.88;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 4; /*设置多行的行数*/
  }
  .section-1 .swiper-pagination {
    bottom: auto;
    left: auto;
    transform: none;
    text-align: center;
    position: relative;
  }
  .section-1 .swiper-pagination .swiper-pagination-bullet {
    background: #d2dce5;
    opacity: 1;
    width: 6px;
    height: 6px;
  }
  .section-1 .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
  .section-1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
    background: #286ace;
    border-radius: 3px;
  }
  .section-2 {
    margin-top: 20px;
  }
  .section-2 .left-container {
    float: none;
    width: auto;
  }
  .section-2 .left-container .news-tabs a {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    padding-bottom: 11px;
    margin-right: 15px;
  }
  .section-2 .left-container .news-tabs a.cur::after {
    height: 2px;
    border-radius: 1.5px;
  }
  .section-2 .left-container .news-lists {
    margin-top: 3.86206%;
  }
  .section-2 .left-container .news-lists > div {
    display: none;
  }
  .section-2 .left-container .news-lists > div.cur {
    display: block;
  }
  .section-2 .left-container .news-lists > div a + a {
    margin-top: 15px;
  }
  .section-2 .left-container .news-lists .news-list a {
    display: block;
    box-sizing: border-box;
    position: relative;
    min-height: 60px;
  }
  .section-2 .left-container .news-lists .news-list a .time-container {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    padding-top: 0;
    background-color: #f4f7fa;
  }
  .section-2 .left-container .news-lists .news-list a .time-container .day {
    font-size: 16px;
    right: 8px;
    top: 5px;
    padding-right: 0;
    padding-top: 0;
  }
  .section-2 .left-container .news-lists .news-list a .time-container .year {
    font-size: 16px;
    padding-right: 8px;
    padding-top: 30px;
  }
  .section-2 .left-container .news-lists .news-list a .title {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 70px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.56;
  }
  .section-2 .left-container .news-lists .news-desc-list a {
    display: block;
    box-sizing: border-box;
    position: relative;
    min-height: 60px;
    *zoom: 1;
  }
  .section-2 .left-container .news-lists .news-desc-list a:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-2 .left-container .news-lists .news-desc-list a .time-container {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    padding-top: 0;
    background-color: #f4f7fa;
  }
  .section-2 .left-container .news-lists .news-desc-list a .time-container .day {
    font-size: 16px;
    right: 8px;
    top: 5px;
    padding-right: 0;
    padding-top: 0;
  }
  .section-2 .left-container .news-lists .news-desc-list a .time-container .year {
    font-size: 16px;
    padding-right: 8px;
    padding-top: 30px;
  }
  .section-2 .left-container .news-lists .news-desc-list a .info-container {
    float: right;
    width: calc(100% - 70px);
  }
  .section-2 .left-container .news-lists .news-desc-list a .info-container .title {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-2 .left-container .news-lists .news-desc-list a .info-container .desc {
    margin-top: 1.41093%;
    line-height: 1.75;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .section-2 .left-container .news-lists .news-desc-list a:hover .time-container {
    background-color: #286ace;
  }
  .section-2 .left-container .news-lists .news-desc-list a:hover .time-container .day,
  .section-2 .left-container .news-lists .news-desc-list a:hover .time-container .year {
    color: #fff;
  }
  .section-2 .left-container .news-lists .news-desc-list a:hover .info-container .title {
    color: #286ace;
  }
  .section-2 .right-container {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  .section-2 .right-container .tzgg-list {
    margin-top: 15px;
  }
  .section-2 .right-container .tzgg-list a {
    padding: 3.3928571429% 4.1071428571%;
  }
  .section-2 .right-container .tzgg-list a .title {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section-2 .right-container .tzgg-list a .desc {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    line-height: 1.57;
    min-height: 3.14em;
    margin-top: 2.9182879377%;
  }
  .section-2 .right-container .tzgg-list a:hover .title {
    color: #286ace;
  }
  .section-2 .right-container .tzgg-list a + a {
    margin-top: 2.8571428571%;
  }
  .section-2 .right-container .bmjz-section {
    margin-top: 3.9285714286%;
  }
  .section-2 .right-container .bmjz-list {
    margin-top: 3.9285714286%;
  }
  .section-2 .right-container .bmjz-list a::before {
    width: 4px;
    height: 4px;
  }
  .section-2 .right-container .bmjz-list a .title {
    padding-left: 10px;
    width: 65%;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section-2 .right-container .bmjz-list a .time {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
  }
  .section-2 .right-container .bmjz-list a + a {
    margin-top: 15px;
  }
  .section-title-container .title-name {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    padding-bottom: 11px;
  }
  .section-title-container .title-name::after {
    height: 2px;
    border-radius: 1.5px;
  }
  .section-title-container .more {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
  }
  .section-3 {
    margin-top: 20px;
    padding: 15px 0;
  }
  .section-3 .container {
    *zoom: 1;
  }
  .section-3 .container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-3 .container .left-container {
    float: none;
    width: auto;
  }
  .section-3 .container .left-container .xwlb-list {
    margin-top: 15px;
  }
  .section-3 .container .left-container .xwlb-list a {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  .section-3 .container .left-container .xwlb-list a .img-container {
    width: 100%;
    height: 160px;
    padding-top: 0;
    overflow: hidden;
  }
  .section-3 .container .left-container .xwlb-list a .info .title {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-top: 10px;
  }
  .section-3 .container .left-container .xwlb-list a .info .time {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    padding-top: 10px;
  }
  .section-3 .container .left-container .xwlb-list a + a {
    margin-left: 0;
    margin-top: 15px;
  }
  .section-3 .container .right-container {
    float: none;
    width: auto;
    margin-top: 15px;
  }
  .section-3 .container .right-container a + a {
    margin-top: 15px;
  }
  .section-4 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .section-4 .video-list {
    margin-top: 15px;
  }
  .section-4 .video-list a {
    float: none;
    width: 100%;
  }
  .section-4 .video-list a .img-container {
    width: 100%;
    height: 0;
    padding-top: 58.9622641509%;
    overflow: hidden;
  }
  .section-4 .video-list a .title {
    height: 50px;
    line-height: 50px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    padding: 0 10px;
  }
  .section-4 .video-list a:nth-child(2) {
    margin: 15px 0;
  }
}