@charset "utf-8";
.banner{
    position: relative;
    width: 100%;
    height: auto;
    background: #050f37;
    z-index: 0;
}
.banner img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.personList {
    position: relative;
    z-index: 0;
    margin: -1rem auto 0;
    width: 94%;
    max-width: 14rem;
}



.personList .beadCrumb {
    margin-bottom: 0.32rem;
    color: #fff;
    font-size: 16px;
}
.personList .beadCrumb a{
   
    color: #fff;

}
.personList .personBox{
    box-shadow: 5px -2px 5px -2px rgba(0, 0, 0, 0.05), -5px -2px 5px -2px rgba(0, 0, 0, 0.05);
}
.personList .tabs {
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 0.6rem;
    width: 100%;
    justify-personList: center;
    position: relative;
    z-index: 100;
    background-color: #0d49a9;
}
.personList .tabs label {
    order:1;
    display: block;
    cursor:pointer;
    width: 2.03rem;
    height: 0.92rem;
    line-height: 0.92rem;
    font-size: 0.24rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition:background ease 0.2s;
}
.personList .tabs label a{

    color: #fff;
    
}
.personList .tabs .tab {
    order:99;
    flex-grow:1;
    width:100%;
    padding: 0.96rem 0.4rem 0;
    font-size: 20px;
    background-color: #fff;
}

.personList .tabs .on {
    color: #4070bc;
    background-color: #fff;
    position: relative;
}

.personList .tabs .on a{
    color: #4070bc;
   
}
.personList .tabs .on:hover a{
    color: #4070bc;
   
}
.personList .tabs label:hover a{
    color: #ffcf50;
}
.personList .tabs .tab ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
/*解决flex3列布局问题*/
.personList .tabs .tab ul:after{
    content: '';
    display: inline-block;
    width: 30%;
}
.personList .tabs .tab li {
    width: 100%;
}
.personList .tabs .tab li a{
    width: 100%;
    padding: 0.2rem 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #e2e2e2;
}
.personList .tabs .tab li img{
    width: 1.4rem;
    height:auto;
    margin-right: 0.2rem;
 /*border-radius: 100%;*/
    flex-shrink: 0;
}
.personList .tabs .tab li p{
    font-size: 16px;
   
}

.personList .tabs .tab a >div{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
}
.personList .tabs .tab li span{
 font-size: 16px;
    color: #494949;
}
.personList .tabs .tab li:hover p,
.personList .tabs .tab li:hover span{
    color: #0b36c2;
}
/*@media (max-width:45em) {*/
    /*.personList .tabs .tab,.personList .tabs label {*/
        /*order:initial;*/
    /*}*/
    /*.personList .tabs label {*/
        /*width:100%;*/
        /*height: 0.92rem;*/
        /*margin-right:0;*/
    /*}*/
/*}*/



/*==========news.css --开始  -或没有修改news.css，可将以下代码复制至news.css对应位置替换=========*/

@media screen and (max-width: 1250px) {
    .personList .beadCrumb{
        margin-bottom: 0.2rem;
    }
    .personList .tabs label{
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .personList .tabs .tab{
        padding: 0.1rem 0;
    }
    .personList .tabs .tab a >div{
        width: 78%;
    }
}
@media screen and (max-width: 1279px) {
    .banner{
        margin-top: 0.75rem;
    }
}
/*mc 1027*/
@media (max-width:1024px){
    .personList .tabs .tab li a{
        padding: 0.1rem;
    }
    .personList .tabs .tab li a span{
        font-size: 15px;
        white-space: nowrap;
    }
}

@media (max-width:360px){
    .personList .tabs .tab li a span{
        font-size: 14px;
    }
}
/*==========news.css --开始  -或没有修改news.css，可将以下代码复制至news.css对应位置替换=========*/