.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: 25%;
    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;
}

#dataList li .imgTxt1 {
    width: 1.73rem;
    height: 0.59rem;
    line-height: 0.59rem;
    text-align: center;
    background: linear-gradient(180deg, #FFCA84 0%, #FF9100 100%);
    border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
    color: #fff;
    margin-top: 0.27rem;
    margin-left: 0.27rem;
}

#dataList li .imgTxt2 {
    width: 1.2rem;
    height: 0.59rem;
    background: linear-gradient(175deg, #1DCEDE 0%, #13B0BE 100%);
    border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
    opacity: 1;
    line-height: 0.59rem;
    text-align: center;
    color: #fff;
    margin-top: 0.27rem;
    margin-left: 0.27rem;
}

#dataList li .imgTxt3 {
    width: 1.2rem;
    height: 0.59rem;
    background: linear-gradient(180deg, #03CAFD 0%, #307FFF 100%);
    border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
    opacity: 1;
    line-height: 0.59rem;
    text-align: center;
    color: #fff;
    margin-top: 0.27rem;
    margin-left: 0.27rem;
}

#dataList li .baseName {
    max-width: 80%;
    font-size: 0.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-top: 0.27rem;
    margin-left: 0.13rem;
}

#dataList li .typeP {
    background: #EBF2FF;
    color: #307FFF;
    display: inline-block;
    padding: 0.12rem 0.21rem;
    font-size: 0.32rem;
    border-radius: 0.11rem;
    margin-right: 0.21rem;
    margin-top: 0.25rem;
    margin-bottom: 0.27rem;
    margin-left: 0.27rem;
}

.bBorder {
    font-size: 0.32rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0.28rem;
}
.industry{
    font-size: 0.4rem;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #307FFF;
line-height: 0.56rem;
}
.investQuotaName{
    font-size: 0.4rem;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: bold;
color: #FF9100;
line-height: 0.56rem;
}
#dataList li .infoP {
    width: 50%;
    color: #999;
    padding: 0 0.32rem;
    text-align: center;
    font-size: 0.32rem;
}
#dataList li .infoP.hasB{
    border-right: 1px solid #eee;
}
.bottomBox {
    padding: 0 0.32rem;
    margin-top: 0.32rem;
}

.bottomBox p {
    border-top: 1px solid #eee;
    height: 1.12rem;
    line-height: 1.12rem;
}

.bottomBox .address {
    padding-left: 0.61rem;
    background: url(../image/address.png) no-repeat left center;
    background-size: 0.48rem 0.48rem;
    font-size: 0.32rem;
    color: #999;
}

.bottomBox .times {
    padding-left: 0.61rem;
    background: url(../image/time.png) no-repeat left center;
    background-size: 0.48rem 0.48rem;
    font-size: 0.32rem;
    color: #999;
}
.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(../../train/images/tabBg.png) no-repeat bottom center;
    background-size: 2.09rem 0.16rem;
    font-size: 0.53rem;
    font-weight: bold;
}
.filterCon{
    top: 2.7rem;
}
.mescroll {
    top: 4.3rem;
}