/* 筛选 */
.filterCon .filterList li {
    width: 25%;
    font-size: 0.39rem;
}
.filterList li p.titleCon {
    max-width: 100%;
}
.filterList li p.titleCon span {
    max-width: 77%;
}

.filterList li.popCon4 p.titleCon span {
    max-width: 70%;
}

.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;
    padding: 0.32rem 0.32rem 0;
    border-radius: 0.11rem;
}

.liTitle {
    width: 100%;
    font-size: 0.4rem;
    color: #333333;
}

.orgName{
    max-width: 50%;
}

.liPic {
    width: 20%;
    max-width: 2rem;
    height: 1.33rem;
    border-radius: 0.11rem;
}

.tagList .tags1 {
    background: #E7F1FF;
    color: #1677FF;
    display: inline-block;
    padding: 0.12rem 0.21rem;
    font-size: 0.32rem;
    border-radius: 0.11rem;
    margin-right: 0.21rem;
}

.price {
    font-weight: bold;
    color: #FF8F1F;
    font-size: 0.48rem;
    line-height: 1.33rem;
    max-width: 37%;
}

.czjd {
    color: #999999;
    margin-top: 0.27rem;
    margin-bottom: 0.27rem;
}


.bottombox {
    height: 1.33rem;
    border-radius: 0rem 0rem 0.27rem 0.27rem;
    background: linear-gradient(270deg, #FFFFFF 0%, #F4F8FF 50%, #FFFFFF 100%);
}
.bottombox img{
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.27rem;
}
.bottombox p {
    font-size: 0.32rem;
    line-height: 1.33rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    padding-left: 0.27rem;
}