body{
    background-color: #fff;
}
.mt12{
    margin-top: 13px;
}
.filterContainer .filterBox li select {
    margin-right: 15px;
    color: #808080;
}
.mainList{
    border-radius: 5px;
}
.mainList li{
    width: 301px;
    height: 282px;
    border: 1px solid #f2f2f2;
    padding: 20px 10px;
    margin: -1px 0 0 -1px;
    box-sizing: border-box;
}
.mainList li img{
    width: 185px;
    height: 238.5px;
    border-radius: 5px;
}
.userContentBox{
    margin-left: 9px;
    width: 85px;
    height: 242px;
    text-align: left;
}
.userContentBox h2{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
.userCon{
    color: #808080;
    margin-top: 20px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.userArea{
    color: #555;
    font-weight: 500;
    right: 0;
    bottom: 5px;
    padding-left: 18px;
    background: url(../../foundCapital/images/adress.png) no-repeat left;
}
.liTitle{
    font-size: 18px;
    color: #333;
}
.liTitle:hover{
    color: #148df7;
}
.type span{
    display: inline-block;
    padding: 5px 8px;
    background-color: #e5f3ff;
    color: #148df7;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 5px;
}
.expertTypeName{
    height: 26px;
    overflow: hidden;
}
.outLine{
    overflow: hidden;
}
.selBox{
    height: 83px;
    line-height: 83px;
}
.selBox select{
    min-width: 80px;
}
.headerBox{
    height: 355px;
    background: url(../images/starBannerBg.png) no-repeat center;
}