.contactPerson{
    width:100%;
    height:auto;
    background:url(../images/contactUsImg/contactUsConBg.jpg) no-repeat;
    background-size:100% 100%;
    box-sizing: border-box;
    padding-bottom:10rem;
}
.center-box{
    width:150rem;
    height:auto;
    margin:0 auto;
}
.contactPerson .secretariat{
    width:100%;
    height:57.4rem;
    background:#fff;
    border-radius:1rem;
    box-shadow:0 0 1rem rgba(0,0,0,.09);
    margin-bottom:3rem;
    margin-top:-16rem;
    display: flex;
    justify-content: space-between;
    position:relative;
}
.secretariat .secr-left{
    width:75rem;
    height:100%;
    padding:6rem 4rem 4rem 7rem;
    box-sizing: border-box;
}
.secretariat .secr-left h3{
    font-size:3rem;
    color:#002040;
    font-family: "思源黑体Bold";
    line-height:5rem;
}
.secretariat .secr-left h2{
    font-size:4rem;
    color:#00468c;
    font-family: "SourceHanSerifCN";
    line-height:6rem;
}
.secretariat .secr-left .secr-left-con ul{
    width:64rem;
    height:36.5rem;
}
.secretariat .secr-left .secr-left-con ul li{
    width:50%;
    float:left;
    height:10rem;
    line-height:3rem;
}
.secretariat .secr-left .secr-left-con ul li p{
    width:100%;
    height:3rem;
    background:url(../images/contactUsImg/secrIcon1.png) no-repeat left center;
    padding-left:3rem;
    box-sizing: border-box;
    font-size:1.8rem;
    color:rgba(0,32,64,.5);
}
.secretariat .secr-left .secr-left-con ul li:nth-child(2) p{
    background:url(../images/contactUsImg/secrIcon2.png) no-repeat left center;
}
.secretariat .secr-left .secr-left-con ul li:nth-child(3) p{
    background:url(../images/contactUsImg/secrIcon3.png) no-repeat left center;
}
.secretariat .secr-left .secr-left-con ul li:nth-child(4) p{
    background:url(../images/contactUsImg/secrIcon4.png) no-repeat left center;
}
.secretariat .secr-left .secr-left-con ul li:nth-child(5) p{
    background:url(../images/contactUsImg/secrIcon5.png) no-repeat left center;
}
.secretariat .secr-left .secr-left-con ul li:nth-child(6) p{
    background:url(../images/contactUsImg/secrIcon6.png) no-repeat left center;
}
.secretariat .secr-left .secr-left-con ul li span,.secretariat .secr-left .secr-left-con ul li em.row{
    width:100%;
    display:block;
    font-size:2rem;
    color:#002040;
}
.secretariat .secr-right{
    width:74.9rem;
    height:100%;
}
.secretariat .secr-right img{
    width:100%;
    height:100%;
}
.info-title{
    font-size:3rem;
    color:#002040;
    height:8.8rem;
    line-height:8.8rem;
}
.info-box{
    overflow:hidden;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.info-box li{
    margin-bottom:4.5rem;
}
.info-content{
    width:72rem;
    height:26.8rem;
    overflow-y:auto;
    padding:2rem 3rem 0rem;
    box-sizing: border-box;
    background:#fff;
    box-shadow:0 0 1rem rgba(0,0,0,.09);
}
.info-content::-webkit-scrollbar {
    width: 0.2rem;
    height: 1.2rem;
}
.info-content::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 0 0.5rem rgba(5, 1, 77, 0.2);
    background: rgba(1, 8, 81, 0.5);
}
.info-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.5rem rgba(5, 1, 77, 0.2);
    border-radius: 0;
    background: rgba(1, 8, 81, 0.4535);
}
.info-content h3{
    font-size:2rem;
    color:#002040;
    font-family: "思源黑体Bold";
    line-height:3rem;
}
.info-content h4{
    font-size:2rem;
    color:#00468c;
    line-height:4rem;
}
.info-content p{
    font-size:1.8rem;
    height:4.2rem;
    line-height:4.2rem;
    background:url(../images/contactUsImg/secrIcon1.png) no-repeat left center;
    padding-left:3rem;
    box-sizing: border-box;
    font-family: "思源黑体CN";
}
.info-content p:nth-of-type(2){
    background:url(../images/contactUsImg/secrIcon7.png) no-repeat left center;
}
.info-content p:nth-of-type(3){
    background:url(../images/contactUsImg/secrIcon3.png) no-repeat left center;
}
.info-content p span,.info-content p em.label{
    color:#a3a8b0;
}
.info-content p em{
    font-style:normal;
    color:#002040;
}
