<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bbs_title{
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #444;
}
.bbs_title:before{
    content: '';
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    border: 3px solid #d81a1a;
    margin: 4px 6px 0 0;
}

.bbs-wrap{
    float: left;
    width: 100%;
}
.bbs-wrap .type-list{
    float: left;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    border-bottom: 2px dashed #ddd;
    padding: 0 0 15px 0;
}
.bbs-wrap .type-list li{
    display: inline-block;
    text-align: center;
    padding: 0 12px;
}
.bbs-wrap .type-list li a{
    text-align: center;
    width: 82px;
    height: 73px;
    display: block;
    background: url(/img/type/circle_grey.png) no-repeat 0 0;
    padding-top: 9px;
}
.bbs-wrap .type-list li.active a,
.bbs-wrap .type-list li:hover a{
    background: url(/img/type/circle_red.png) no-repeat 0 0;
}
.bbs-wrap .type-list li span{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-top: 25px;
    display: block;
}


.bbs_list{
    float: left;
    width: 100%;
}
.bbs_list .bbs-group{
    float: left;
    width: calc(50% - 10px);
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
}
.bbs_list .bbs-group:nth-child(2n+2){
    margin-left: 20px;
}
.bbs_list .bbs-group .title{
    position: relative;
    display: block;
    padding: 0 0 8px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #d80000;
    margin-bottom: 15px;
}
.bbs_list .bbs-group .title .btn-more{
    float: right;
    margin-top: 2px;
}
.bbs_list .bbs-group ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.bbs_list .bbs-group li{
    float: left;
    width: 100%;
    padding-left: 8px;
    line-height: 25px;
}
.bbs_list .bbs-group li.photo{
    width: calc(33% - 9px);
    padding-left: 0;
    margin-right: 10px;
}
.bbs_list .bbs-group li.photo:nth-child(3){
    margin-right: 0;
}
.bbs_list .bbs-group li:not(.photo):before{
    content: '';
    float: left;
    width: 3px;
    height: 3px;
    background-color: #f00;
    margin: 10px 6px 0 0;
}
.bbs_list .bbs-group li a:hover{
    color: #d80000;
}
.bbs_list .bbs-group li.photo a.sbj:before{
    content: '';
    float: left;
    width: 3px;
    height: 3px;
    background-color: #f00;
    margin: 10px 6px 0 0;
}
.bbs_list .bbs-group li img{
    vertical-align: middle;
    margin: -2px 0 0 0;
}
.bbs_list .bbs-group li .comment {
    margin-right: 6px;
    font-weight: bold;
}
.bbs_list .bbs-group li .thumb{
    position: relative;
    float: left;
    width: 100%;
    height: 105px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    background-color: #f8f8f8;
    box-sizing: border-box;
}
.bbs_list .bbs-group li .thumb img{
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bbs_list .bbs-group li .comment {
    margin-right: 6px;
    font-weight: bold;
}

@media (max-width: 650px){
    .bbs-wrap .type-list{margin: 0;border: 0;}
    .bbs-wrap .type-list li{width: 16%;display: inline-block;padding: 3px 0 0 0;}
    .bbs-wrap .type-list li:nth-child(4n+4){margin-right: 0;}
    .bbs-wrap .type-list li a{background: #5a5a5a;width: 100%;height: auto;padding: 5px 0;box-sizing: border-box;text-align: center;}
    .bbs-wrap .type-list li.active a, .bbs-wrap .type-list li:hover a{background: #f36152;}
    .bbs-wrap .type-list li span{color: #fff;font-weight: bold;margin-top: 0;font-size: 10px;}

    .bbs_list .bbs-group{width: 100%;border: 0;border-top: 1px solid #ddd;}
    .bbs_list .bbs-group:nth-child(2n+2){margin-left: 0!important;}
    .bbs_list .bbs-group:last-child{border-bottom: 1px solid #ddd;}

    .bbs_list .bbs-group .title{font-size: 13px;margin-bottom: 12px;}
    .bbs_list .bbs-group li{padding-left: 6px;font-size: 13px;line-height: 22px;}

}
</pre></body></html>