.mescroll{
    top: 2.7rem;
}
.aiList li{
    background: linear-gradient( 0deg, #F5F9FD 0%, #FFFFFF 23.83%, #FFFFFF 100%);
    box-shadow: 0rem 0rem 0.11rem 0.01rem rgba(0,82,217,0.1);
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    border: 0.01rem solid #FFFFFF;
}
.aiList li:first-child{
    margin-bottom: 0.27rem;
}
.aiList li .title{
    height: 1.36rem;
    line-height: 1.36rem;
    background: url(../images/pic8.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.43rem;
    color: #333333;
    padding: 0 0.4rem;
}
.aiList li .bottomBox{
    padding: 0.27rem;
}
.aiList .field span{
    height: 0.67rem;
    line-height: 0.67rem;
    padding: 0 0.21rem;
    background: #EAF2FF;
    border-radius: 0.13rem;
    color: #307FFF;
    font-size: 0.32rem;
    max-width: 100%;
    box-sizing: border-box;
}
.aiList .companyType{
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.56rem;
    margin:0.27rem 0.27rem 0;
}
.aiList .companyName{
    padding:0.27rem 0 0 1.07rem;
    background: url(../images/pic7.png) no-repeat left center;
    background-size: 0.8rem 0.8rem;
    line-height: 0.8rem;
    font-weight: bold;
    font-size: 0.32rem;
    color: #666666;
    border-top: 1px solid #EEEEEE;
    margin-top: 0.27rem;
}