
/* 分类 */
.sort,
.list-content{
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}
.sort ul{
    width: 100%;
    margin-top: 30px;
}
.sort ul li{
    width: 95px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #666;
}
.sort ul li:nth-child(n+7){
    margin-top: 20px;
}
.sort ul li:nth-child(6n){
    margin-right: 0;
}
.sort ul li a{
    color: #666;
}
.sort ul .opt{
    background-color: #e9f8f1;
    color: #29be6a;
}
.sort ul .opt a{
    color: #29be6a;
}
/* 列表 */
/*.list-sort{
    padding: 30px 0 16px;
    overflow: hidden;
}
.list-sort li{
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #999;
    margin-right: 30px;
    cursor: pointer;
}
.list-sort .list-sort-opt{
    color: #29be6a;
}*/
.list-content{
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 40px;
}
.list-ul{
    padding-top: 4px;
}
.list-ul li{
    display: flex;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.list-ul li>img{
    display: block;
    float: left;
}
.list-ul li p{
    float: left;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1;
    color: #333;
}
.list-sj{
    margin-right: 0;
    margin-left: auto;
    overflow: hidden;
}
.list-sj span{
    display: block;
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 1;
}
.list-sj span:first-child{
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
.list-sj span:last-child{
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.list-sj span:last-child img{
    display: block;
    padding-right: 6px;
}