/*第一部分主体区域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;
}
.title-one a{
    text-decoration: none;
}

.zh-title-one{
    font-size: 20px;
    font-family: Bold;
    color: #3D3D3D;
}

.zh-more-one{
    font-size: 16px;
    color: #3D3D3D;
    font-family: Medium;
    margin-right: 10px;
}

.en-more-one{
    font-size: 16px;
    color:#ADACAC;
    font-family: Bold;
}


.img-one{
    position: relative;
    width: 100%;
    margin-top: 20px;
    background-image: url("../images/comment-img/img2.png");
}

.img-one a{
    text-decoration: none;
    display: block;
}

.max-img-one{
    width: 100%;
    height: auto;
}

.min-img-one{
    line-height: 53px;
    padding:0 20px ;
    position: absolute;
    height: 53px;
    width: 100%;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-family: Regular;
    font-size: 16px;
    color: #FFFFFF;

    overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 使用省略号表示溢出的文本 */
	white-space: nowrap;
   
}

.ul-items-one{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.ul-items-one a{
    text-decoration: none;
    color: #3D3D3D;
}

.li-item-one{
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: Regular;
    border: 1px solid #E9EAED;
    margin-bottom: 20px;

}

/* 第二部分主体区域代码 */
.header-two{
    padding: 30px 20px;
    background-color: #F4F6F7;
}

.en-title-two{
    font-size: 20px;
    font-family: Bold;
    color: #D3D2D2;
}

.title-two{
    display: flex;
    justify-content: space-between;
}

.title-two a{
    text-decoration: none;
}

.zh-title-two{
    font-size: 20px;
    font-family: Bold;
    color: #3D3D3D;
}

.zh-more-two{
    font-size: 16px;
    color: #3D3D3D;
    font-family: Medium;
    margin-right: 10px;
}

.en-more-two{
    font-size: 16px;
    color:#ADACAC;
    font-family: Bold;
}

.ul-items-two{
    list-style: none;
    padding-left: 20px;
}

.ul-items-two a{
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #D8D8D8;
}

.li-item-two{
    min-height: 88px;
    padding: 13px 30px 10px 0 ;
    line-height: 30px;
    
}

.ul-items-two a:last-child{
   border-bottom: none;
}

.li-conent-two{
    text-align: right;
    color:#3D3D3D;
}
.li-title-two{
    color:#3D3D3D;
}



/* 第三部分轮播图区域的css样式 */

.container-three{
    position: relative;
}

.header-three{
    padding:20px 30px;
    padding-top: 40px;
    background-color: #F4F6F7;
    height: 270px;
}

.en-title-three{
    font-size: 20px;
    font-family: Bold;
    color: #adacac;
}
.zh-title-three{
    font-size: 20px;
    font-family: Bold;
}

.content-three{
    width: 100%;
    height: 40px;
    background-color: #F4F6F7;
    background-image: url("../images/comment-img/img2.png");

}


.banner-three{
    width: 100%;
    height: 210px;
    padding-left: 20px;
    
}

.banner-three a{
    text-decoration: none;
}

.banner-three img{
   width: 100%;
   height: auto;
}


.swiper-container1 {
  width: 100%; 
  position: absolute;
  top: 120px;
  overflow: hidden;;
  
  
}

.button-three{
    padding: 30px 0;
    display: flex;
    justify-content: flex-end;
    background-color: #F4F6F7;
}

.swiper-button-three{
    width:40px;
    height:40px;
    
    margin-right: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.swiper-button-nxThree{
    background-color: #005C9F;
}

.swiper-button-prThree{
    background-color: #005C9F;
}

.swiper-button-three img{
    margin: 10px 0 0 10px;
}

/* 第四部分轮播图区域的css样式 */

.container-four{
    position: relative;
}

.header-four{
    padding:20px 30px;
    background-color: #F4F6F7;
    height: 270px;
}

.en-title-four{
    font-size: 20px;
    font-family: Bold;
    color: #adacac;
}
.zh-title-four{
    font-size: 20px;
    font-family: Bold;
}

.content-four{
    width: 100%;
    height: 20px;
    background-color: #F4F6F7;
    background-image: url("../images/comment-img/img2.png");

}


.banner-four{
    width: 100%;
    height: 210px;
    padding-left: 20px;
    
}

.banner-four a{
    text-decoration: none;
}

.banner-four img{
   width: 100%;
   height: auto;
}


.swiper-container2 {
  width: 100%; 
  position: absolute;
  top: 120px;
  overflow: hidden;;
  
  
}

.button-four{
    padding: 30px 0;
    display: flex;
    justify-content: flex-end;
    background-color: #F4F6F7;
}

.swiper-button-four{
    width:40px;
    height:40px;
    margin-right: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.swiper-button-nxFour{
    background-color: #005C9F;
}

.swiper-button-prFour{
    background-color: #005C9F;
}

.swiper-button-four img{
    margin: 10px 0 0 10px;
}

.disabled{
    background-color: #FFF;
    color: #444444;
}

