.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;
    padding: 0.27rem;
    box-sizing: border-box;
}

#dataList li a {
    display: block;
}


#dataList li .baseName {
    max-width: 80%;
    font-size: 0.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.27rem;
}

#dataList li .typeP {
    background: #EBF2FF;
    color: #307FFF;
    display: inline-block;
    padding: 0.12rem 0.21rem;
    font-size: 0.32rem;
    border-radius: 0.11rem;
    margin-bottom: 0.27rem;
}

.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 p {
    height: 0.56rem;
    line-height: 0.56rem;
}

.bottomBox .address {
    padding-left: 0.61rem;
    background: url(../image/address.png) no-repeat left 0.01rem;
    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 0.01rem;
    background-size: 0.48rem 0.48rem;
    font-size: 0.32rem;
    color: #999;
}

.icon0 {
    top: 0.27rem;
    right: 0rem;
    width: 1.17rem;
    height: 0.67rem;
    background: linear-gradient(90deg, #1DCEDE 0%, #13B0BE 100%);
    border-radius: 0.33rem 0rem 0rem 0.33rem;
    font-size: 0.32rem;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.67rem;
    text-align: center;
}

.icon1 {
    top: 0.27rem;
    right: 0rem;
    width: 1.17rem;
    height: 0.67rem;
    background: linear-gradient(90deg, #03CAFD 0%, #307FFF 100%);
    border-radius: 0.33rem 0rem 0rem 0.33rem;
    font-size: 0.32rem;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.67rem;
    text-align: center;
}

.icon2 {
    top: 0.27rem;
    right: 0rem;
    width: 1.17rem;
    height: 0.67rem;
    background: linear-gradient(90deg, #FFCA84 0%, #FF9100 100%);
    border-radius: 0.33rem 0rem 0rem 0.33rem;
    font-size: 0.32rem;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.67rem;
    text-align: center;
}