.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;
}
.filterCon{
    top: 2.7rem;
}
.mescroll {
    top: 4.2rem;
}
.fileList li{
    height: 4.45rem;
    background: #fff;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    margin-bottom: 0.27rem;
}
.fileList li a{
    display: block;
    padding: 0.27rem 0.27rem 0;
}
.fileList li .title{
    font-weight: bold;
    font-size: 0.43rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.25rem;
}
.fileList li .industryName span{
    height: 0.67rem;
    line-height: 0.67rem;
    background: #EAF2FF;
    border-radius: 0.1rem;
    padding: 0 0.21rem;
    color: #307FFF;
    font-size: 0.32rem;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 0.28rem;
}
.fileList li .minBoxs div{
    width: 33%;
    height: 1.15rem;
    border-right: 1px solid #ddd;
    text-align: center;
}
.fileList li .minBoxs div:last-child{
    border: none;
}
.fileList li .topp{
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.44rem;
}
.fileList li .bottomp{
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #999999;
    margin-top: 0.27rem;
}
.f_FF9100{
    color: #FF9100;
}
.fileList li .address{
    border-top: 1px solid #eee;
    line-height: 0.96rem;
    padding-left: 0.44rem;
    font-size: 0.32rem;
    color: #999999;
    background: url(../image/address.png) no-repeat left center;
    background-size: 0.4rem 0.4rem;
    margin-top: 0.27rem;
}