
.brands-story-detail{
    padding: .2rem .5rem .56rem;
    margin-bottom: .1rem;
}
.brands-story-detail h3{
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 3;
    color: #272F1F;
}
.brands-story-detail h3 .tag {
    vertical-align: middle;
    background-color: #e1f9d0;
    color: #62a000;
    border-radius: .15rem;
    font-size: 0.12rem;
    padding: 0.04rem 0.1rem;
    margin-right: 0.1rem;
}
.brands-story-detail .date {
    color: #ccc;
    font-size: 0.12rem;
    line-height: .2rem;
}
.brands-story-detail .detail-con,
.brands-story-detail .detail-con p,
.brands-story-detail .detail-con span{
    /*font-size: 0.14rem;*/
    line-height: 2;
}
.brands-story-detail .detail-con{
    padding-top: 0.2rem;
}
.brands-story-detail .detail-con p {
    margin-bottom: 0.2rem;
}
.brands-story-detail .detail-con td{
    text-align: left;
}

.filter span {
    color: #abb1a7;
}
.filter label {
    display: inline-block;
    font-size: .18rem;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    cursor: pointer;
}
.filter label input {
    display: none;
}
.filter label input ~ span {
    font-size: .18rem;
    padding: 0.06rem 0.08rem;
    background-color: #fff;
    color: #455338;
    border-radius: .02rem;
}
.filter label input:checked ~ span {
    background-color: #79c600;
    color: #fff;
}

.list-brands{
    margin-top: .4rem;
}
.list-brands ul{
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e9eee5;
    display: flex;
    /*justify-content: space-between;*/
}
.list-brands ul:last-of-type{
    border-bottom: 0;
}
.list-brands li{
    width: calc(33.33% - .32rem);
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin-right: .48rem;
}
.list-brands li div:first-of-type{
    width: 100%!important;
    background: #f0f2f6;
    border-radius: .04rem;
}
.list-brands li a{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.list-brands li a.f26 {
    text-align: left;
    color: #1A1A1A;
    min-height: .64rem;
    margin-top: .2rem;
    font-size: .22rem;
    font-weight: bold;
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-brands li .heji{
    font-size: .12rem;
    color: #FFFFFF;
    line-height: .2rem;
    background: #008FFF;
    position: absolute;
    left: -0.18rem;
    top: 0.1rem;
    transform: rotate(-45deg);
    box-shadow: 0 0 0.1rem #888;
    z-index: 1;
    padding: 0 0.25rem;
}
.list-brands .con{
    line-height: .26rem;
    margin-bottom: 0;
    margin-top: .1rem;
}
.list-brands .con_count{
    text-align: right;
    font-weight: bold;
    color: #272F1F;
    margin-top: .1rem;
}

.file-video{
    width: 90%;
    margin: 0 auto .2rem;
}
.file-video .video{
    width: 100%;
    border-radius: .08rem;
}


.pagination-wrap{
    margin-top: .3rem;
}