/* 第一种 title */
.titleTab{
    width: 100%;
    border-bottom:#B0B0B0 1px solid ;
}
.titleTab li{
    display: inline-block;
    font-size: .22rem;
    padding: .1rem 0;
    cursor: pointer;
    border-bottom: transparent 2px solid ;
    margin: 0 .15rem -2px ;
}
.titleTab li.On{
    color:#3D6FA2;
    border-bottom-color:#3D6FA2;
    font-weight: bold;
}
.tabActive{
    display: block !important;
}
.titleTab .more,
.titleTab a.more {
    margin-top: .2rem;
}


/* 第二种 title */
.titleMore{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .5rem;
}
.titleMore b{
    color: #3D6FA2;
    font-size: .28rem;
    display: flex;
    flex: 1;
    align-items: center;
}
.titleMore b i{
    width: .3rem;
    height: .3rem;
    text-align: center;
    margin-right: .15rem;
}
.titleMore b i img{
    height: 100%;
}
.more,
a.more {
    font-size: .15rem;
    color:#969696;
    cursor: pointer;
}


/* 广告位 */
.ggw{
    width: 100%;
}
.ggw img{
    width: 100%;
}


/* 媒体查询 */
@media screen and (max-width: 1750px) and (min-width: 1620px){

    .titleTab li{
        margin: 0 .05rem -2px ;
    }


}

@media screen and (max-width: 1619px) and (min-width: 1500px){
    .titleTab li{
        display: inline-block;
        font-size: .2rem;
        margin: 0 .05rem -2px ;
    }
}
@media screen and (max-width: 1499px) and (min-width: 1380px){
    .titleTab li{
        display: inline-block;
        font-size: .2rem;
        margin: 0;
    }
}