@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: 0.2rem;
    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{

    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 3%;
}
/*解决flex3列布局问题*/
.personList .tabs .tab ul:after{
    content: '';
    display: inline-block;
    width: 30%;
}
.personList .tabs .tab li{
    width: 32%;
    height: 2.7rem;
    margin-bottom: 0.6rem;
    background-color: #fff;
}
.personList .tabs .tab li a{
    width: 100%;
    height: 100%;
    display: flex;
    cursor: pointer;
}
.personList .tabs .tab li .ttp{background-color: #cbd4ee;}
.personList .tabs .tab li img{
    width: 1.9rem;
    height: 100%;
transform: translate(-20px,-20px);
}

.personList .tabs .tab li .info{
    padding: 0.1rem 0.25rem;
    position: relative;
    flex: 1;
    overflow: hidden;
}
.personList .tabs .info h4{
    display: inline-block;
    padding-bottom: 0.17rem;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.personList .tabs .info h4:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.46rem;
    height: 0.03rem;
    background: #0591e3;
}
.personList .tabs .info .desc{
    margin-top: 0.1rem;
    color: #4c4c4c;
    max-height: 1.2rem;
    line-height: 0.25rem;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.personList .tabs .info button{
    position: absolute;
    left: 0.2rem;
    bottom: 0.1rem;
    width: 0.8rem;
    height: 0.3rem;
    background-color: #0086d3;
    border: 0;
    outline: 0;
    text-align: center;
    line-height: 0.3rem;
    color: #e4f6ff;
    font-size: 0.14rem;
}
/* pokemone pictures */
.personList .tabs .tab li.pokemon {
    /*width: 200px;*/
    /*height: 200px;*/
    /* center content using flex box */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 110px #fff inset, 0 0 5px #fff;
    transition: box-shadow 1s;
    float: left;
}

/* pokemone names */
.personList .tabs .tab li.pokemon::after {
    width: 100%;
    height: 100%;
    white-space: pre;
    font: 15pt 'sigmar one';
    color: white;
    border: 2px solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1s .5s;
}

/* reveal pokemone picture on hover */
.personList .tabs .tab li.pokemon:hover {
    box-shadow: 0 0 0 5px #e2e2e2 inset, 0 0 5px #ffffff, 0 0 10px #0b36c2 inset;
    transition: box-shadow 1s;
}


/* hide pokemone name on hover */
.personList .tabs .tab li.pokemon:hover::after {
    opacity: 0;
    transition: opacity .5s;
}

/*@media (max-width:45em) {*/
    /*.personList .tabs .tab,.personList .tabs label {*/
        /*order:initial;*/
    /*}*/
    /*.personList .tabs label {*/
        /*width:100%;*/
        /*margin-right:0;*/
        /*margin-top:0.2rem;*/
    /*}*/
/*}*/

@media screen and (max-width: 1460px){.personList .tabs .info .desc{font-size:13px;}}
@media screen and (max-width: 1279px) {
   .personList .tabs .tab li{
        width: 50%;
    }
    .banner{
        margin-top: 0.75rem;
    }
}
@media screen and (max-width: 1000px) {
    .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:20px 0;
    }
    .personList .tabs .tab a >div{
        
    }
    .personList .tabs .last{
     
    }
    .personList .tabs .tab li{
        width: 90%;
       margin: 0 auto 45px auto;
    }
  .personList .tabs .info .desc{font-size: 14px;}
}
@media screen and (max-width: 640px) {
    .personList .tabs .tab li{
        width: 90%;
       margin: 0 auto 45px auto;
    }
}
/*==========list.css --开始  -或没有修改news.css，可将以下代码复制至list.css对应位置替换=========*/