.main {
  width: 100%;
  /* height: 100%; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  background-image: url('../assets/images/wlxy_bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main img {
  scale: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main img:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.news {
  width: 80%;
}
.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 90px;
}

.content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-eng {
  font-size: 15px;
  color: #484848;
}

.head-title > h2 {
  font-size: 18px;
  letter-spacing: 1px;
}

.title-line {
  width: 50%;
  height: 3.5px;
  background-color: blueviolet;
  margin-top: 8px;
}

.show-more {
  color: #737373;
  font-size: 15px;
}
.between-box {
  width: 85%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.headlines {
  width: 40%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}

.news-banner {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #f2f3f9;
}
.news-banner_box {
  width: 100%;
  height: 100%;
}
.news-banner_a {
  width: 100%;
  height: 100%;
}
.news-banner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-interpolation-mode: bicubic;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.news-banner img:hover {
  transform: none;
}

.news-banner_a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(38, 0, 63, 1)),
    color-stop(25%, rgba(147, 128, 159, 0.4)),
    color-stop(40%, rgba(81, 25, 159, 0)),
    to(rgba(81, 25, 159, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(38, 0, 63, 1) 0%,
    rgba(147, 128, 159, 0.4) 25%,
    rgba(81, 25, 159, 0) 40%,
    rgba(81, 25, 159, 0) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(38, 0, 63, 1) 0%,
    rgba(147, 128, 159, 0.4) 25%,
    rgba(81, 25, 159, 0) 40%,
    rgba(81, 25, 159, 0) 100%
  );
  z-index: 2;
}
.news-banner_text {
  position: absolute;
  left: 6%;
  bottom: 10%;
  color: #ffffff;
  z-index: 3;
  padding-right: 4px;
}
.news-banner_text > span {
  padding: 4px 6px;
  font-size: 13px;
  background-color: #791cb5;
}
.news-banner_text > h3 {
  margin-top: 12px;
  font-size: 18px;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news {
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
}

.news-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.news-list {
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-list > li {
  width: 50%;
  box-sizing: border-box;
  height: 50%;
  position: relative;
  overflow: hidden;
}
.news-list > li:nth-child(1) {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.news-list > li:nth-child(2) {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.news-list > li:nth-child(3) {
  padding-top: 10px;
}
.news-list > li:nth-child(4) {
  padding-top: 10px;
}

.news-list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news-list_title {
  width: 45%;
  background-color: #f8f8f8;
  padding-top: 12px;
  padding-left: 8px;
  padding: 12px 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-list_title > h4 {
  margin-top: 10px;
  font-size: 15px;
  color: rgb(73, 73, 73);
  letter-spacing: 1px;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.news-list_title:hover.news-list_title > h4 {
  color: #0b3191;
}

.news-time {
  font-size: 0.8125em;
  color: #0b3191;
}

.news-list_img {
  width: 55%;
  height: 100%;
  overflow: hidden;
  background-color: #f2f3f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-list_img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-interpolation-mode: bicubic;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.notice {
  width: 80%;
}

.article-list {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(5, 49, 124, 0.3);
  box-shadow: 0px 0px 8px 1px rgba(5, 49, 124, 0.3);
  border-radius: 3px;
}

.article-list_ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 12px 16px;
  background-color: #fff;
}

.article-list_ul > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  position: relative;
  padding: 12px;
  height: 110px;
}

.article-list_ul > li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 99%;
  border-bottom: 1px solid rgba(5, 49, 124, 0.3);
}

.article-time {
  font-size: 14px;
  color: #0b3191;
  margin-bottom: 12px;
  margin-top: 12px;
}

.article-title {
  /* font-size: 15px; */
  color: #232323;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 1px;
}

.article-title:hover {
  font-weight: bold;
  color: #0b3191;
}

.module-background {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f3f9;
  margin-top: 45px;
  padding: 45px 0 60px;
}

.report {
  width: 80%;
  margin-top: 90px;
}

.report-list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.report-box {
  width: 32%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(5, 49, 124, 0.3);
  box-shadow: 0px 0px 8px 1px rgba(5, 49, 124, 0.3);
}

.report-box:hover {
  color: #fff;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.report-img {
  width: 100%;
  height: 270px;
  overflow: hidden;
  background-color: rgba(5, 49, 124, 0.3);
}

.report-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.report-content {
  /* height: 140px; */
  background-color: #fff;
  padding: 18px 16px;
  position: relative;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.report-title {
  height: 56px;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.report-box:hover .report-title {
  color: #0b3191;
}

.report-detail {
  height: 75px;
  font-size: 15px;
  line-height: 25px;
  color: #595959;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.report-time {
  font-size: 16px;
  margin-bottom: 12px;
  color: #0b3191;
}

.vision {
  width: 80%;
  height: 100%;
}

.view-content {
  width: 100%;
  height: 100%;
}

.video-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.view-content video {
  width: 49%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  border: 1px solid #737373;
}

.project-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px 26px;
}

.project-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #292929;
  /* background-color: #f2f3f9; */
  padding: 30px 18px;
  border-radius: 4px;
  /* box-shadow: 1px 1px 4px 1px rgb(236, 236, 236); */
  -webkit-box-shadow: 0px 0px 8px 1px rgb(5, 49, 124, 0.3);
  box-shadow: 0px 0px 8px 1px rgb(5, 49, 124, 0.3);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-a:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  color: #ffffff;
  /* background-color: #d2d3da; */
  /* background-color: rgba(1, 46, 108, 0.78); */
  background-color: #0b3191;
}
.time-input {
  display: none;
}
.project-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px;
  font-size: 12px;
  color: #0b3191;
}
.project-a:hover .project-time {
  color: #ffffff;
}

.project-time_day {
  width: 100%;
  text-align: right;
  font-size: 22px;
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}

.project-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  /* padding-right: 12px; */
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 960px) {
  .report-img {
    height: 180px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 800px) {
  .news-list_title > h4 {
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .news-banner_text > h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 870px) {
  .between-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news {
    width: 100%;
    margin-left: 0;
  }
  .headlines {
    width: 100%;
    margin-right: 0;
  }
  .news-list_title {
    width: 50%;
  }
  .news-list_img {
    width: 50%;
  }

  .news-list_title > h4 {
    font-size: 14px;
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 800px) {
  .article-list_ul > li {
    width: 100%;
  }

  .report-box {
    width: 100%;
    margin: 20px 0;
  }

  .report-img {
    height: 400px;
  }

  .view-content video {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 500px) {
  .main {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .content-box {
    margin-top: 50px;
  }
  .news-list > li {
    width: 100%;
    height: 25%;
    padding: 0 0 10px 0 !important;
    border: none !important;
  }

  .news-list_title {
    width: 60%;
    position: relative;
    padding: 12px 14px;
  }

  .news-list_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(5, 49, 124, 0.3);
  }
  .news-list_title > h4 {
    font-size: 14px;
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
  }
  .news-list_img {
    width: 40%;
    /* height: 100%; */
    overflow: hidden;
    background-color: #f2f3f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .around-box {
    margin-top: 0px;
    row-gap: 0px;
  }

  .report-box {
    width: 100%;
    margin: 10px 0;
  }

  .report-img {
    height: 260px;
  }
}

@media screen and (max-width: 400px) {
  .news-list_title {
    font-size: 13.5px;
  }
}