*{
    box-sizing: border-box;
}
/*第一部分主体区域css样式*/
.one{
    padding: 30px 20px;
    background-color: #F4F6F7;
}

.en-title-one{
    font-size: 20px;
    font-family: Bold;
    color: #D3D2D2;
    
}

.title-one{
    display: flex;
    justify-content: space-between;
}

.zh-title-one{
    font-size: 20px;
    font-family: Bold;
    color: #3D3D3D;
}



.zh-more-one{
    font-size: 16px;
    font-family: Medium;
    margin-right: 10px;
}

.zh-more-one a{
    color: #3D3D3D;
    text-decoration: none;
}

.en-more-one{
    font-size: 16px;
    font-family: Bold;
}

.en-more-one a{
    color:#ADACAC;
    text-decoration: none;
}

.img-one{
    width: 100%;
    margin-top: 20px;
}

.ul-items-one{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.li-item-one{
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: Regular;
    border: 1px solid #E9EAED;
    margin-bottom: 20px;
}

.li-item-one a{
    text-decoration: none;
    color: #3D3D3D;

}

/*第二部分主体区域代码*/
.header-two{
    padding:30px 20px ;
    background-color: #F4F6F7;
}

.en-title-two{
    font-size: 20px;
    font-family: Bold;
    color: #D3D2D2;
    
}

.zh-title-two{
    font-size: 20px;
    font-family: Bold;
    color: #3D3D3D;
}

.container-two{
    padding: 80px 100px 0 20px;
    height: 520px;
    background-image: url("../images/academicActivity-img/img2.png");
    background-repeat: no-repeat;
    
}

.container-two a{
    text-decoration: none;
}

.container-two li{
    margin-bottom: 40px;
    color: #fff;
}

.container-title{
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container-date{
    font-size: 12px;
}

/* 第三部分主体区域css样式 */
.three{
    padding: 50px 20px;
}

.en-title-three{
    font-size: 20px;
    font-family: Bold;
    color: #D3D2D2;
    
}

.title-three{
    display: flex;
    justify-content: space-between;
}

.zh-title-three{
    font-size: 20px;
    font-family: Bold;
    color: #3D3D3D;
}

.zh-more-three{
    font-size: 16px;
    color: #3D3D3D;
    font-family: Medium;
    margin-right: 10px;
}

.zh-more-three a{
    text-decoration: none;
    color: #3D3D3D;
}

.en-more-three{
    font-size: 16px;
    color:#ADACAC;
    font-family: Bold;
}

.en-more-three a{
    text-decoration: none;
    color: #ADACAC;
}

.img-three{
     position: relative;
     margin-top: 20px;
     background-image: url("../images/comment-img/img2.png");
}

.max-img-three{
    width: 100%;
    height: auto;
}

.min-img{
    line-height: 30px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding: 10px 10px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-family: Regular;
    font-size: 14px;
}

.min-img a{
    text-decoration: none;
    color: #FFFFFF;

    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ul-items-three{
    
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.li-item-three{
    line-height: 30px;
    min-height: 78px;
    position: relative;
    padding: 10px 10px;
    padding-left:90px;
    font-size: 14px;
    font-family: Regular;
    border: 1px solid #E9EAED;
    margin-bottom: 20px;
}

.li-item-three a{
    text-decoration: none;
    color: #3D3D3D;

    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.data-three{
    position:absolute;
    top: -10px;
    left:0;
    width: 70px;
    height: 70px;
    background-color: #005C9F;
    text-align: center;
    padding:5px 10px;
    
}

.month-three{
    display: block;
    border-bottom:1px solid #FFFFFF;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 3px;
}

.year{
    font-size: 14px;
    color: #FFFFFF;
}

/* 第四部分主图区域的css样式 */
/*第七部分主体区域的css样式*/
.container-seven{
    position: relative;
}

.header-seven{
    padding:20px 30px;
    background-color: #F4F6F7;
    height: 270px;
}

.title-box-seven{
    display: flex;
    justify-content: space-between;
}

.content-seven{
    width: 100%;
    height: 80px;
    background-color: #F4F6F7;

}

.zh-title-seven{
    font-size: 20px;
    font-family: Bold;
}

.en-title-seven{
    font-size: 20px;
    font-family: Bold;
    color: #adacac;
    margin-bottom: 10px;
}

.zh-more-seven{
    font-size: 16px;
    font-family: Medium;
    margin-right: 5px;
    color: #3D3D3D ;
}

.zh-more-seven a{
    text-decoration: none;
    color: #3D3D3D;
}

.en-more-seven{
    font-size: 16px;
    font-family: Medium;
    margin-right: 5px;
    color: #E0E3E8 ;
}

.en-more-seven a{
    text-decoration: none;
    color: #E0E3E8;
}

.banner-seven{
    margin-left: 20px;
    height: 230px;
    background-color: #F4F6F7;
    
}

.text-seven{
    height: 205px;
    padding: 80px 60px 0 60px; 
    background-color: #2C89CD;
}



.text-son-seven{
    font-size:16px;
    font-family: Regular;
    color: #FFFFFF;
}


.swiper-container {
  width: 100%; /* 关键：比单个滑块宽，露出部分下一个滑块 */
  position: absolute;
  top: 120px;
  overflow: hidden;
}

.button-seven{
    display: flex;
    justify-content: flex-end;
    background-color: #F4F6F7;
}

.swiper-button-seven{
    width:40px;
    height:40px;
    margin-right: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.swiper-button-nxSeven{
    background-color: #005C9F;
}

.swiper-button-prSeven{
    background-color: #005C9F;
}

.swiper-button-seven img{
    margin: 10px 0 0 10px;
}

.footer-seven{
    height: 50px;
    background-color:#F4F6F7 ;
}

.disabled{
    background-color: #FFF;
    color: #444444;
}

.jjxm{
    width: 100%;
    height: auto;
    
}

.en-title{
    font-family: Bold;
    font-size: 20px;
    color: #D3D2D2;
    margin-left: 20px;
    margin-top: 40px;
}

.zh-title{
    font-family: Bold;
    font-size: 20px;
    color: #3D3D3D;
    margin-left: 20px;
    margin-bottom: 20px;
}

.jj-container{
    background-color: #DFEAFD;
    padding: 40px 0 50px 0;
    
}

.jj-box{
    width: 152px;
    height: 132px;
    margin: 0 auto;
}

.jj-box img{
    width: 100%;
    height: 100%;
}

.jj-content{
    width: 215px;
    height: 37px;
    margin:0 auto;
    background-color: #4AA9EE;
    text-align: center;
    color: #fff;
    line-height: 37px;
    margin-top: 50px;
    
}