/* 筛选 */
.filterCon{
    top: 2.7rem;
}
.filterList li{
    width: 33%;
}
.fileList .listItem .titleP {
    width: 100%;
    height: 1rem;
    font-size: 0.43rem;
    font-weight: bold;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
}
/* 本页样式 */
.mescroll {
    top: 4.2rem;
}
.trainList li{
    background: #fff;
    padding: 0.32rem;
    border-radius: 0.2rem;
    margin-bottom: 0.32rem;
}
.trainList li:last-child{
    margin-bottom: 0;
}
.trainList li a {
    display: block;
}
.trainList li img{
    width: 2rem;
    height: 1.33rem;
    border-radius: 0.1rem;
}
.trainList li .leftBox{
    width: 73%;
}
.trainList li .titleBox{
    height: 0.6rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.32rem;
}
.trainList li .tabBoxs span{
    height: 0.72rem;
    line-height: 0.72rem;
    background: #E7F1FF;
    font-size: 0.32rem;
    color: #1677FF;
    padding: 0 0.21rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    max-width: 50%;
    overflow: hidden;
}
.trainList li .tabBoxs em{
    color: #ffa424;
    line-height: 0.72rem;
    max-width: 48%;
    font-size: 0.35rem;
}
.trainList li .timeBox{
    margin-top: 0.32rem;
    height: 0.48rem;
    font-size: 0.32rem;
    color: #999;
}
.trainList li .timeBox2{
    height: 0.48rem;
    font-size: 0.32rem;
    color: #999;
}
.mainPop3.filterPop .swiper-slide{
    font-size: 15px;
}
.tabBox{
    height: .75rem;
    line-height: .75rem;
    top: 2.8rem;
    position: fixed;
    width: 100%;
    padding: 0 .27rem;
}
.tabBox a{
    width: 2.13rem;
    font-size: 0.43rem;
}
.tabBox a.on{
    background: url(../images/tabBg.png) no-repeat bottom center;
    background-size: 2.09rem 0.16rem;
    font-size: 0.53rem;
    font-weight: bold;
}
.mainPop3.filterPop .swiper-slide{
    font-size: 13px;
}