

/* banner */
.swiper{
  font-size: 0;
}
.swiper img{
  width: 100%;
  max-height: 400px;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after{
  display: block;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem) !important;
  font-weight: 600;
  background-color: #eeeeee8e;
  padding: 10px 12px 10px 14px;
  border-radius: 50%;
}

.banner_one{
  margin-bottom: 15px;
}
.banner_one .logo {
  display: block;
  margin: 0 auto;
}


/* box1 */ 
.box1{
  padding : clamp(15px, 2vw, 20px) 0;
  box-sizing: border-box;
  background: url(/static/imgs/box1_bg.png) no-repeat;
  background-size: cover;
} 

.content_left{
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0;
  height: 330px;
}
.content_left img{
  width: 100%;
  height: 100%;
}
.content_left a{
  position: relative;
}
.content_left a h3{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000b6;
  color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
}
.con .content_right ul{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.con .content_right li {
  height: 75px;
  padding: 12px 10px 10px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.2);
  box-shadow: 2px 1px 9px 0px rgba(0,0,0,0.16);
  border-left: 6px solid #456CA3;
  cursor: pointer;
}
.con .content_right li a{
  height: 100%;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.con .content_right li:hover{
  background-color: rgba(69,108,163,0.9);
}
.con .content_right li:hover .date{
  color: #fff;
}
.con .content_right li:hover h3{
  color: #fff;
}
.con .content_right li .date{
  width: 14%;
  height: 100%;
  color: #333;
}
 .con .content_right li .date span{
   width: 100%;
   height: 50%;
  box-sizing: border-box;
  text-align: center;
}
.con .content_right li .date span:first-child{
  font-weight: 600;
}
.con .content_right li .content_right_con{
  width: 86%;
  height: 100%;
  padding-top: 4px;
}


/* box2 */
.box2{
  background-color: #F5F5F5;
  padding: clamp(15px, 2vw, 20px) 0px;
}
.box2 a{
  display: block;
  text-align: center;
}
.box2 a img{
  width: clamp(50px, 100%, 80px);
  height: clamp(50px, 100%, 80px);
  border-radius: 50%;
}
.box2 .swiper3{
  padding: clamp(10px, 2vw, 20px) ;
  padding-bottom: clamp(25px, 3vw, 30px);
  background-color: #FFF;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.border{
  border-top: clamp(15px, 2vw, 20px) solid #F5F5F5;
}

/* box3 */
.box3{
  background-color: #F5F5F5;
  padding: clamp(15px, 2vw, 20px) 0px;
}
.box3>div{
  display: flex;
  justify-content: space-between;
}
.box3 .box3_left,.box3 .box3_right{
  width: 49%;
  padding:  clamp(15px, 2vw, 20px);
  box-sizing: border-box;
}
.box3 li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:20px 0px;
  border-bottom:1px solid  #E6E6E6;
}
.box3 li:first-child{
  padding-top: 0;
}
.box3 li:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
.box3 li a{
  width: 80%;
}
.box3 li a:hover{
  color: #365e92;
}
.box3 li span{
  color: #999;
}

/* 专题 */
.box4{
  padding: clamp(15px, 2vw, 20px) 0px;

}
.box4 .logo{
  width: 100%;
  margin-bottom: clamp(10px, 2vw, 20px);
}
.box4 .swiper4 a img,
.box4 .swiper3 a img{
  width: 100%;
  height: 85px;
}
.box4 .swiper4,
.box4 .swiper3{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.box4 .swiperBox{
  position: relative;
}
.swiperBox .swiper-button-next:after,
.swiperBox .swiper-button-prev:after{
  font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem) !important;
  font-weight: 600;
}
