.so-list{
    width: 100%;
    height: 120px;
    margin-top: 30px;
    cursor: pointer;
}
.so-img{
    width: 120px;
    height: 120px;
    float: left;
    border: 1px solid #ccc;
}
.so-img img{
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-left: 10px;
    object-fit:cover;
    flex: 1;
    /* float: left; */
}
.so-html{
    width: calc(100% - 122px);
    float: right;
    height: 120px;
}
.so-html .name{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
}
.so-html .text{
    width: 100%;
    line-height: 26px;
    overflow-y: hidden;
    
    height: 80px;
}
.tab-list{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
}
.tab-name{
    height: 40px;
    padding: 0 20px 0 0;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
}
.tab-list .active{
    color: red;
}
.andin-content{
    width:90%;
}
.html-con{
    line-height: 30px;
}
.desc-box p, .desc-box div ,.desc-box .containor {
    width: calc(100% - 20px)!important;
    padding: 10px !important;
    background-color:  #fff !important;
}

.desc-box img{
    width: 100% !important;
}

span{
    line-height: 30px;
}
.names{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fanan{
    width: calc(100% - 10px);
    /* height: 40px; */
    background-color: #f1f1f1;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.de-ceon{
    height: 1200px !important;
}
.fl{
    width: 100% !important;
    background-color: #fff !important;
}
