.page-main {
  background: #F0F2F5;
}
/* 模块1 */
.module-one {
  /* height: 494px; */
  margin-bottom: 48px;
}
.module-one .carousel {
  position: relative;
}
.module-one .carousel .mask {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(10,63,122,0) 0%, #0A3F7A 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}



.module-one .carousel .mask .news-title {
  color: #fff;
  padding: 0 20px;
  /* flex: 1; */
  font-size: 22px;
  font-weight: 600;
  width: 80%;
  max-height: 60px;
  overflow: hidden;
}
.module-one .carousel .mask .carousel-control {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.module-one .carousel .carousel-control_area {
  position: absolute;
  width: 40%;
  height: 100px;
  bottom: 0;
  right: 0;
  z-index: 11;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}
.module-one .carousel .carousel-control_area .control-indicators {
  display: flex;
  align-items: center;
  position: unset;
  margin: 10px 0;
}
.module-one .carousel .carousel-control_area .control-indicators li {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 0.29;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}

.module-one .carousel .carousel-control_area .control-indicators .active {
  opacity: 1;
}





.module-one .carousel .carousel-control_area .carousel-control_item {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
}
.module-one .carousel-item {
  width: 100%;
  height: 493px;
  overflow: hidden;
  background: transparent;
  border: 0;
}
@media (max-width: 992px) {
  body .module-one {
    margin-bottom: 20px;
  }
  body .module-two {
    margin-bottom: 20px;
  }
  body .module-three {
    margin-bottom: 20px;
  }
  body .module-one .carousel-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: transparent;
    border: 0;
  }
  body .module-one .carousel-item img {
    height: 50vw;
    min-height: 193px;
  }
  body .module-one .carousel .mask {
    height: 40px;
  }
  body .module-one .carousel .mask-m {
    height: 45px;
  }
  body .module-one .carousel .mask .news-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  body .module-one .carousel .carousel-control_area {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
  }
}
.module-one .carousel-item {
  width: 100%;
  height: 493px;
  overflow: hidden;
  background: transparent;
  border: 0;
} 

.module-one .carousel-item img {
  object-fit: cover;
}
.module-one .news-list {
  background: url('../static/news-bg.png') no-repeat center;
  background-size: cover;
  height: 100%;
  position: relative;
  padding: 22px 26px;
}

.module-one .news-list .item-wrap {
  width: 100%;
}
.module-one .news-list .item {
  /* height: 83px; */
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}

/* .module-one .news-list .item::after {
  content: ' ';
  width: 56px;
  height: 1px;
  background: linear-gradient( 270deg, #D20111 0%, #1D67FB 100%);
  bottom: 10px;
  left: 0;
  position: absolute;
} */

.module-one .news-list .item .news-title {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  /* display: block; */
  margin-bottom: 5px;
  max-height: 50px;
  position: relative;
  padding-bottom: 6px;
}
.module-one .news-list .item .news-title::after {
  content: ' ';
  width: 56px;
  height: 1px;
  background: linear-gradient( 270deg, #D20111 0%, #1D67FB 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}
.module-one .news-list .item .news-title:hover {
  color: #1D67FB;
}
.module-one .news-list .more .a-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #666666;
}
.module-one .news-list .more .a-more:hover {
  color: #1D67FB;
}

/* 公共 */
.module-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  /* border-bottom: 1px solid #0552AD; */
  background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
  padding: 8px 20px;
  color: #FFFFFF;
}

.module-title .more {
  color: #FFFFFF;
}
.module-title .more:hover {
  color: #FFFFFF;
  border-bottom: 1px solid;
}
@media (max-width: 992px) {
  body .module-title {
    padding: 8px 10px;
  }
  body .title-left {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
  }
  body .bottom-bor {
    position: absolute;
    top: 48px;
    width: 80px;
    height: 2px;
    background: #F8B931;
    left: 20px;
  }
  body .module-two-right {
    padding: 0;
    padding-top: 24px;
  }
  .module-two .item-wrap .item .title {
    font-size: 16px !important;
    font-weight: 400;
    color: #444444;
    width: 100%;
  }
  
}
.title-left {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
}
.module-title .line {
  width: 1px;
  height: 18px;
  background: #FFFFFF;
  margin: 0 16px;
}
.title-left_main {
  color: #FFFFFF;
  font-weight: 600;
  margin-left: 6px;
  cursor: pointer;
}
.title-left_main_down {
  color: #333333;
  font-weight: 600;
  margin-left: 6px;
}

.title-left_main1 {
  color: #FFFFFF;
  font-weight: 600;
  margin-left: 6px;
}

/* .title-left_main::after {
  content: ' ';
  position: absolute;
  top: 45px;
  width: 80px;
  height: 4px;
  background: #F8B931;
  left: 25px;
} */
.bottom-bor {
  position: absolute;
  top: 45px;
  width: 80px;
  height: 4px;
  background: #F8B931;
  left: 30px;
}

.module-right-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  padding: 0 10px;
}
.module-right-title .more {
  color: #888888;
}
.module-right-title .more:hover {
  color: #1D67FB;
}
.down-bg {
  background: url('../static/donwn-center.png') no-repeat 60px 50%;
  background-size: 60% auto;
  background-position: 70%;
}

/* 模块2 */
.module-two, .module-three {
  /* height: 420px; */
  margin-bottom: 40px;
}

.module-two .item-wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 20px; */
  padding: 0 5px;
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
}
.module-two .item-wrap .item .item-left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.module-two .item-wrap .item .time {
  width: 79px;
}
.module-two .item-wrap .item .time-m {
  width: 79px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  text-align: right;
}
.module-two .item-wrap .item .dot {
  width: 8px;
  height: 10px;
  margin-right: 10px;
  line-height: 10px;
  text-align: center;
}
.module-two .item-wrap .item .dot .img {
  width: 8px;
  height: 10px;
}

.module-two .item-wrap .item .title {
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  width: 100%;
}
.module-two .item-wrap .item .title:hover {
  color: #1D67FB;
}
.module-two .right-item_wrap {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-10-lr {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.module-two .right-item_wrap .item {
  width: 48%;
  height: 93px;
  background: #D6E3F6;
  border-radius: 8px;
  padding: 0px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-top: 12px;
}
.module-two .right-item_wrap .bg-1 {
  background: url('../static/bg-img1.png') no-repeat center;
  background-size: cover;
}
.module-two .right-item_wrap .bg-2 {
  background: url('../static/bg-img2.png') no-repeat center;
  background-size: cover;
}
.module-two .right-item_wrap .bg-3 {
  background: url('../static/bg-img3.png') no-repeat center;
  background-size: cover;
}
.module-two .right-item_wrap .bg-4 {
  background: url('../static/bg-img4.png') no-repeat center;
  background-size: cover;
}
.module-two .right-item_wrap .bg-5 {
  background: url('../static/bg-img5.png') no-repeat center;
  background-size: cover;
}
.module-two .right-item_wrap .bg-6 {
  background: url('../static/bg-img6.png') no-repeat center;
  background-size: cover;
}
.module-two .right-item_wrap .down-img {
  width: 24px;
  height: 24px;
}
/* .module-two .right-item_wrap .item::after {
  width: 12px;
  height: 24px;
  background: #4A90E2;
  content: ' ';
  left: 0;
  top: 18px;
  position: absolute;
} */
.module-two .right-item_wrap .item .title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.module-two .right-item_wrap .item .desc {
  font-size: 16px;
  color: #FFFFFF;
}

/* .module-two .right-item_wrap .item:hover {
  background: #3656AB;
} */
.module-two .right-item_wrap .item:hover .title{
  color: #fff;
}
.module-two .right-item_wrap .item:hover .desc{
  color: #fff;
}

/* 模块3 */
.module-three .item {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.module-three .item:hover .title {
  color: #1D67FB;
}
.module-three .item:hover .time-area {
  background: #3D85FF;
}
.module-three .item:hover .time-area .date {
  color: #FFFFFF;
}
.module-three .item:hover .time-area .time {
  color: #FFFFFF;
}
.module-three .item .time-area {
  width: 75px;
  height: 70px;
  background: #D9E3F7;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 3px solid #1D67FB;
  border-radius: 0px 0px 16px 0px;
}
.module-three .item .time-area .date {
  font-size: 20px;
  font-weight: bold;
  color: #1D67FB;
}
.module-three .item .title {
  flex: 1;
}
.module-three .link-cent .bord {
  width: 40px;
  height: 3px;
  background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
  margin-left: 24px;
  transition: all .2s linear 0s;
}
.module-three .link-cent:hover .bord{
  width: 80%;
  transition: all .2s linear 0s;
}

.module-three .link-cent {
  width: 48%;
  background: #FFFFFF;
  margin-bottom: 12px;
  cursor: pointer;
  /* margin-left: 15px; */
}

.module-three .link-cent .link-wrap {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 25px;
}

.module-three .link-cent .link-wrap .link-item {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 模块4 */
.module-four {
  /* padding-bottom: 80px; */
}
.module-four .four-list {
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.module-four .four-list .four-left {
  width: 100%;
  position: relative;
  /* overflow: auto; */
}
.module-four .four-list .four-left .ma-left {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 20px;
  top: 104px;
  z-index: 999;
  cursor: pointer;
}
.module-four .four-list .four-left .ma-right {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 104px;
  z-index: 999;
  cursor: pointer;
}
.module-four .four-list .four-left .four-left-top {
  width: 100%;
  display: flex;
}
.module-four .four-list .four-left .four-left-top .top-1 {
  width: 594px;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.module-four .four-list .four-left .four-left-top .top-1 .four-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.module-four .four-list .four-left .four-left-top .top-1 .four-img:hover {
  transform: scale(1.2);
}
.module-four .four-list .four-left .four-left-top .top-1 .four-title {
  width: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 20px 20px 20px;
  font-size: 18px;
  color: #FFFFFF;
}
.module-four .four-list .four-left .four-left-top .top-1 .four-title::after {
  content: ' ';
  width: 40px;
  height: 4px;
  background: #F6B71B;
  bottom: 0;
  left: 20px;
  position: absolute;
}
.module-four .four-list .four-left .four-left-top .top-2 {
  width: 297px;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.module-four .four-list .four-left .four-left-top .top-2 .four-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.module-four .four-list .four-left .four-left-top .top-2 .four-img:hover {
  transform: scale(1.2);
}
.module-four .four-list .four-left .four-left-top .top-2 .four-title {
  width: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 20px 20px 20px;
  font-size: 18px;
  color: #FFFFFF;
}
.module-four .four-list .four-left .four-left-top .top-2 .four-title::after {
  content: ' ';
  width: 40px;
  height: 4px;
  background: #786AF0;
  bottom: 0;
  left: 20px;
  position: absolute;
}

.module-four .four-list .four-left .four-left-bottoms {
  width: 100%;
  /* display: flex; */
  /* width: 1136px; */
  overflow: auto;
  scrollbar-width: none;
}
.module-four .four-list .four-left .four-left-bottoms .four-left-bottom {
  width: 100%;
  display: flex;
  /* width: 1136px; */
  /* overflow: auto; */
  /* scrollbar-width: none; */
}
.module-four .four-list .four-left .four-left-bottom .bottom-1 {
  width: 320px;
  height: 240px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  flex: none;
}
.module-four .four-list .four-left .four-left-bottom div:last-child {
  margin-right: 0;
}
.module-four .four-list .four-left .four-left-bottom .bottom-1 .four-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.module-four .four-list .four-left .four-left-bottom .bottom-1 .four-img:hover {
  transform: scale(1.2);
}
.module-four .four-list .four-left .four-left-bottom .bottom-1 .four-title1 {
  width: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 20px 20px 20px;
  font-size: 18px;
  color: #FFFFFF;
}
.module-four .four-list .four-left .four-left-bottom .bottom-1 .four-title1::after {
  content: ' ';
  width: 40px;
  height: 4px;
  background: #FB6772;
  bottom: 0;
  left: 20px;
  position: absolute;
}
.module-four .four-list .four-left .four-left-bottom .bottom-1 .four-title2 {
  width: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 20px 20px 20px;
  font-size: 18px;
  color: #FFFFFF;
}
.module-four .four-list .four-left .four-left-bottom .bottom-1 .four-title2::after {
  content: ' ';
  width: 40px;
  height: 4px;
  background: #10C993;
  bottom: 0;
  left: 20px;
  position: absolute;
}
.module-four .four-list .four-left .four-left-bottom .bottom-1 .four-title3 {
  width: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 20px 20px 20px;
  font-size: 18px;
  color: #FFFFFF;
}
.module-four .four-list .four-left .four-left-bottom .bottom-1 .four-title3::after {
  content: ' ';
  width: 40px;
  height: 4px;
  background: #FF872C;
  bottom: 0;
  left: 20px;
  position: absolute;
}




.module-four .four-list .four-right {
  width: 446px;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.module-four .four-list .four-right .four-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.module-four .four-list .four-right .four-img:hover {
  transform: scale(1.2);
}
.module-four .four-list .four-right .four-title {
  width: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 20px 20px 20px;
  font-size: 18px;
  color: #FFFFFF;
}
.module-four .four-list .four-right .four-title::after {
  content: ' ';
  width: 40px;
  height: 4px;
  background: #3D85FF;
  bottom: 0;
  left: 20px;
  position: absolute;
}

.module-four .swiper-container {
  width: 100%;
  margin-top: 20px;
}
.module-four .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 203px;
  min-width: 180px;
  height: 152px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.module-four .swiper-slide .slide-img {
  object-fit: cover;
  border-radius: 4px;
}
.module-four .swiper-slide .title {
  width: 100%;
  height: 32px;
  background: rgba(0,0,0,0.7);
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  line-height: 32px;
  display: none;
}
.module-four .swiper-slide:hover .title {
  display: block;
}

.module-one .carousel .carousel-control_area-m {
  position: absolute;
  width: 100% !important;
  height: 30px;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* padding-right: 20px; */
}
.module-one .carousel .carousel-control_area-m .control-indicators {
  display: flex;
  align-items: center;
  position: unset;
  margin: 10px 0;
}
.module-one .carousel .carousel-control_area-m .control-indicators li {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}

.module-one .carousel .carousel-control_area .control-indicators .active {
  opacity: 1;
}

.module-one .carousel .carousel-control_area-m .carousel-control_item-1 {
  position: absolute;
  top: -150%;
  left: 0;
}
.module-one .carousel .carousel-control_area-m .carousel-control_item-2 {
  position: absolute;
  top: -150%;
  right: 0;
}

.module-one .carousel .mask-m {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  align-items: flex-start;
}

.module-one .carousel .mask-m .news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}