/*第一部分主体区域css样式*/
.one{
    padding: 0 20px;
}

.en-title-one{
    font-size: 20px;
    font-family: Bold;
    color: #D3D2D2;
    margin-top:30px;
}

.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;
    color: #3D3D3D;
    font-family: Medium;
}

.zh-more-one a{
    text-decoration: none;
    color: #3D3D3D;
}

.en-more-one{
    font-size: 16px;
    color:#ADACAC;
    font-family: Bold;
}

.en-more-one a{
    text-decoration: none;
    color: #ADACAC;
}
.img1{
    width: 100%;
    margin-top: 20px;
    position: relative;
    background-image: url("../images/comment-img/img2.png");
}

.img1 .min-img{
    line-height: 30px;
    position: absolute;
    padding: 10px 10px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    width: auto;
    min-height: 55px;
    font-family: Regular;
    font-size: 14px;
    color: #FFFFFF;
    
}

.img1 .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;
}

.img-one{
    width: 100%;
    height: auto;
    
}

.ul-items-one{
    list-style: none;
    margin: 0;
    padding: 0;
}

.li-item-one{
    height: 63px;
    padding: 20px 0;
    font-size: 14px;
    font-family: Regular;
    border-bottom: 1px solid #E9EAED;
}

.li-item-one:last-child{
     border-bottom: none;
}

.li-item-one a{
    text-decoration: none;
    color: #3D3D3D;

    display: block;
    overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 使用省略号表示溢出的文本 */
	white-space: nowrap;
}

/*第二部分主体区域的css*/
.container-seven{
    position: relative;
}

.header-seven{
    padding:20px 30px;
    padding-top: 40px;
    background-color: #F4F6F7;
    height: 270px;
}

.title-box-seven{
    display: flex;
    justify-content: space-between;
}

.content-seven{
    width: 100%;
    height: 60px;
    background-color: #F4F6F7;

}

.en-title-seven{
    font-size: 20px;
    font-family: Bold;
    color: #adacac;
}
.zh-title-seven{
    font-size: 20px;
    font-family: Bold;
}


.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;
    width: 280px;
    height: 200px;
    background-color: #F4F6F7;
    
}

.text-seven{
    weight:270px;
    height: 170px;
    padding: 30px 20px;
     background-image: url("../images/association-img/img2.png");
    background-repeat: no-repeat;
    background-size: cover; 
}

.data-seven{
    color: #005C9F;
    font-size: 16px;
    margin-bottom:15px;
    font-family: Bold;
}

.title-seven{
    color: #3d3d3d;
    font-size: 12px;
    margin-bottom: 10px;
    font-family: Bold;
}

.text-son-seven{
    color: #3d3d3d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size:14px;
    font-family: Bold;
}

.text-son-seven a{
    text-decoration: none;
    color: #3D3D3D;
}


.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;
}

.tx-container{
    width: 100%;
    height: 250px;
    background-color: #2C89CD;
    padding: 44px 50px 50px 50px;
}

.tx-content{
    font-family: Regular;
    font-size: 14px;
    color: #fff;
}

.read{
    width: 180px;
    height: 40px;
    color: #2C89CD;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
}
