

.main .main-top {
    height: 80px;
    border-bottom: solid 1px #E5E5E5;

}

.main .thiscate .desc {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-top: 15px;
}

.main .contents {
    margin-top: 15px;
}

.main .contents .list {
    border-bottom: dashed 1px #E5E5E5;
}

.main .contents .list .commentcount {
    width: 60px;
    height: 60px;
    display: flex;
    vertical-align: middle;
    text-align: center;
    flex-direction: column;
    border: solid 1px var(--primary-color);
    border-radius: 4px;
    padding: 5px 0;
    color: #666;
}

.main .contents .list .commentcount .count {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
}

.main .contents .list .det {
    margin-left: 15px;
}

.main .contents .list .det .title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.main .contents .list .det .desc {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-top: 6px;
}


.main .contents .list .det .otherinfo {
    font-size: 14px;
    margin-top: 10px;
    color: #666;

}

.main .contents .list .det .otherinfo span {
    margin-right: 15px;
}

.main .contents .list .det .otherinfo .layui-badge-rim {
    background-color: #E0E9F0;
    padding: 2px 4px;
}