.mescroll {
    top: 3.8rem;
}
.searchInput{
    font-size: .3rem;
}
/* 筛选 */
.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;
}

.cydsBox li{
    background: url(../../servise/images/cyds_libg.png) no-repeat bottom;
    background-size: 100% 3.39rem;
    width: 100%;
    height: 3.66rem;
    padding: 0 0 0 0.27rem;
    box-sizing: border-box;
    margin-top: 0.4rem;
}
.cydsBox li .images{
    width: 2.27rem;
    height: 2.93rem;
    overflow: hidden;
    margin-right: 0.27rem;
    background: url(../../servise/images/cyds_liHeader.png) no-repeat bottom center;
    background-size: 2.27rem 2.53rem;
    padding: 0 0.13rem 0.13rem;
    box-sizing: border-box;
}
.cydsBox li .images p{
    width: 2rem;
    height: 2.8rem;
    border-radius: 0.11rem  0.53rem  0.27rem  0.27rem;
    background: #bfd4f7;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.cydsBox li .images img{
    display: block;
    width: 100%;
    height: auto;
}
.cydsBox li .infos{
    width: 70%;
    margin-top: 0.53rem;
}
.cydsBox li .title{
    font-weight: bold;
    font-size: 0.43rem;
    line-height: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.27rem;
}
.serviceName{
    height: 0.67rem;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.25rem;
}
.serviceName span{
    height: 0.67rem;
    line-height: 0.67rem;
    background: #fff;
    font-size: 0.32rem;
    color: #307FFF;
    padding: 0 0.21rem;
    border-radius: 0.13rem  0.13rem  0.13rem  0.13rem;
    margin-right: 0.13rem;
}
.cydsBox li .infop{
    font-size: 0.32rem;
    color: #999;
    line-height: 0.56rem;
    height: 0.56rem;
}