.banner{
    background: #F5F5F5;
}
.about-us-content{
    padding-bottom: 60px;
}
.about-us-content .about-us-right .about-us-right-list .about-us-item-title{
    width: 100%;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 24px;
}
.about-us-content .about-us-right .about-us-right-list .about-us-item-title span{
    display: inline-block;
    padding: 6px 8px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    background: #D2232A;
}
/* 简介 章程 start */
.about-us-content .about-us-right .about-us-right-brief{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
/* 简介 章程 end */
/* 组织结构 start */
.organization .organization-header{
    margin-bottom: 24px;
}
.organization .organization-header img{
    display: block;
    width: 100%;
    height: 240px;
}
.organization .organization-text{
    margin-bottom: 24px;
}
.organization .organization-text p{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    text-align: center;
    margin-bottom: 10px;
}
.organization .organization-content{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
/* 组织结构 end */


/* 我们的团队 start */
.about-us-content .about-us-right .about-us-right-list .about-us-item-list{
    width: 306px;
    height: 130px;
    margin-right: 24px;
    margin-bottom: 24px;
}
.about-us-content .about-us-right .about-us-right-list .about-us-item-list:nth-of-type(3n){
    margin-right: 0;
}
.about-us-content .about-us-right .about-us-right-list .about-us-item-list .about-us-item-list-text{
    box-sizing: border-box;
    height: 130px;
    padding: 8px 16px;
    position: relative;
}
.about-us-content .about-us-right .about-us-right-list .about-us-item-list img{
    display: block;
    width: 100px;
    height: 130px;
}
.about-us-content .about-us-right .about-us-right-list .about-us-item-list .about-us-item-list-text .about-us-item-name{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}
.about-us-content .about-us-right .about-us-right-list .about-us-item-list .about-us-item-list-text .about-us-item-study{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 2px 0;
}
.about-us-content .about-us-right .about-us-right-list .about-us-item-list .about-us-item-list-text .about-us-item-text{
    width: 174px;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.about-us-content .about-us-right .about-us-right-list .about-us-item-list .about-us-item-list-text .about-us-item-btn{
    position: absolute;
    bottom: 8px;
    left: 16px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/left-black.png) no-repeat top center;
    background-size: 16px;
}
/* 我们的团队 end */
/* 联系我们 start */
.contact-us .contact-item{
    margin-bottom: 40px;
    position: relative;
}
.contact-us .contact-item img{
    display: block;
    width: 966px;
    height: 384px;
}
.contact-us .contact-item .contact-item-box{
    position: absolute;
    top: 32px;
    right: 32px;
    width: 296px;
    height: 320px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 24px 32px 0;
}
.contact-us .contact-item .contact-item-box .contact-item-text1{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 24px;
}
.contact-us .contact-item .contact-item-box .contact-item-text2{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
}
/* 联系我们 end */