.filterList li p.titleCon {
    max-width: 100%;
}

.filterList li p.titleCon span {
    max-width: 80%;
}

.filterList li p.titleCon .filterIconDef {
    margin-left: 0.03rem;
}

#viewModelBox {
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.mescroll {
    overflow-x: hidden;
}

/* 筛选 */
.filterCon .filterList li {
    width: 50%;
    font-size: 0.39rem;
}

.fileList .listItem .titleP {
    width: 100%;
    height: 1rem;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
}

#dataList li {
    background-color: #ffffff;
    margin-bottom: 0.32rem;
    border-radius: 0.15rem;
    overflow: hidden;
}

#dataList li a {
    display: block;
    padding: 0.27rem 0 0;
}
#dataList  .title{
    font-size: 0.43rem;
    line-height: 0.64rem;
    max-height: 1.28rem;
    font-weight: bold;
    margin-bottom: 0.27rem;
    padding:0 0.27rem ;
}
.tagBoxout{
    padding:0 0.27rem ;
}
.tagBox1{
    background: #EAF2FF;
    padding: 0 0.21rem;
    line-height: 0.67rem;
    height: 0.67rem;
    color: #307FFF;
    font-size: 0.32rem;
    margin-right: 0.13rem;
    border-radius: 0.1rem;
}
.tagBox2{
    background: #FFECD4;
    padding: 0 0.21rem;
    line-height: 0.67rem;
    height: 0.67rem;
    color: #FF9100;
    font-size: 0.32rem;
    margin-right: 0.13rem;
    border-radius: 0.1rem;
}
.company{
    height: 1.33rem;
background: linear-gradient( 270deg, #FFFFFF 0%, #F4F8FF 50%, #FFFFFF 100%);
border-radius: 0rem 0rem 0.27rem 0.27rem;
}
.company p{
    background: url(../image/frame.png) no-repeat 0.27rem 0.27rem;
    background-size: 0.8rem 0.8rem;
    height: 1.33rem;
    line-height: 1.33rem;
    padding-left: 1.33rem;
    color: #666;
    font-size: 0.32rem;
    font-weight: bold;
    margin-top: 0.28rem;
}
.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;
    margin-right: .5rem;
}
.tabBox a.on{
    background: url(../../train/images/tabBg.png) no-repeat bottom center;
    background-size: 2.09rem 0.16rem;
    font-size: 0.53rem;
    font-weight: bold;
}
.filterCon{
    top: 4.7rem;
}
.mescroll {
    top: 6.2rem;
}
.swiper{
    position: fixed;
    top: 2.8rem;
    padding: 0 0.27rem;
}
.swiper a{
    display: block;
    width: 80%;
    height: 1.6rem;
    background: url(../image/eventBg.png) no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 0.4rem;
    line-height: 0.56rem;
    padding: 0.24rem 0.36rem;
    box-sizing: border-box;
    text-align: center;
}
.swiper a.on{
    background: url(../image/eventBgOn.png) no-repeat;
    background-size: 100% 100%;
    color: #135FDB;
}