.banner{
    width: 100%;
    line-height: 0;
}
.banner img{
    width: 100%;
    height: auto;
}
.main{
    background-color: #F4F6F8;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 80px;
}
.main-wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.flex-l{
    width: 240px;
    background-color: #fff;
    box-sizing:border-box;
    padding: 30px 0 20px;
    margin-right: 24px;
}
.flex-l .block{
    margin-bottom: 50px;
}
.flex-l .block:nth-last-child(1){
    margin-bottom: unset;
}
.flex-l .block .title{
    width: 192px;
    margin: 0 auto;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border-bottom: 2px solid #fafafa;
    padding-bottom: 16px;
    text-align: center;
}
.classify-list .classify{
    display: flex;
    align-items: center;
    margin-top: 40px;
    cursor: pointer;
    padding: 0 24px;
}
.classify-list .classify .classify-l{
    flex: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-left: 29px;
}
.classify-list .classify .classify-r{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 5px;
}
.classify-list .classify:hover .classify-l{
    color:  #216BCC;
}
.classify-list .classify:hover .classify-r{
    color:  #216BCC;
}
.classify-list .cell-list{
    display: none;
    margin-top: 17px;
}
.classify-list .cell-list .cell{
    height: 48px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
    border-left: 4px solid  transparent;
    padding-left: 48px;
    cursor: pointer;
}
.classify-list .cell-list .cell:hover{
    background-color: #F0F6FF;
    color: #216BCC;
}
.classify-list .cell-list .active{
    background-color: #F0F6FF;
    border-left: 4px solid  #216BCC;
    color: #216BCC;
}
.classify-list .open .cell-list{
    display: block;
}


.hot{
    margin-top: 24px;
    cursor: pointer;
}
.hot:hover img{
    transition: 0.5s;
    transform: scale(1.03);
}
.hot-list{
    padding: 0 24px;
}
.hot .pic{
    line-height: 0;
    margin-bottom: 14px;
}
.hot .pic img{
    width: 192px;
    height: 144px;
}
.hot .time{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: 14px;
}
.hot .name{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.flex-r{
    flex: 1;
}
.flex-r .content{
    box-sizing:border-box;
    padding: 60px 24px 30px;
    background-color: #fff;
}
.flex-r .content .title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    text-align: center;
    padding: 0 20%;
}
.flex-r .content  .tag-time-like{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.flex-r .content  .tag-time-like .tag{
    padding: 0 10px;
    height: 22px;
    background: #F2F2F2;
    border-radius: 11px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.flex-r .content  .tag-time-like .time{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 0 60px;
}
.flex-r .content  .tag-time-like .like{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.flex-r .content  .tag-time-like .like span{
    margin-right: 4px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.flex-r .content .detail{
    margin-top: 40px;
    border-top: 2px solid #fafafa;
    padding-top: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.flex-r .prev-next{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 68px;
    box-sizing:border-box;
    width: 100%;
    margin-top: 32px;
}
.flex-r .prev-next .prev{
    max-width: 40%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.flex-r .prev-next .prev .label{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.flex-r .prev-next .prev .title{
    flex: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.flex-r .prev-next .prev:hover .label{
    color: #1B6BCD;
}
.flex-r .prev-next .prev:hover .title{
    color: #1B6BCD;
}
@media (min-width: 1200px){
    .tabs{
        display: none;
    }
}
@media (max-width: 1200px){
    .pc{
        display: none;
    }
    .banner img{
        height: 3.84rem;
        width: 100%;
        object-fit: cover;
    }
    .main{
        padding: 0.24rem 0;
    }
    .main-wrap{
        width: 7.02rem;
        flex-direction: column;
    }
    .main .main-wrap .flex-l{
        display: none;
    }
    .tabs{
        background-color: #fff;
        position: relative;
    }
    .tabs-wrap{
        padding: 0.4rem 1.16rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tabs-wrap .tab{
        display: flex;
        align-items: center;
        font-size: 0.26rem;
        color: #333333;
    }
    .tabs-wrap .tab span{
        font-size: 0.26rem;
        margin-left: 0.13rem;
    }
    .tabs .classify-list{
        padding-bottom: 0.5rem;
        width: 100%;
        display: none;
        max-height: 50vh;
        overflow-y: scroll;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        z-index: 666;
        background-color: #F5F6F8;
    }
    .classify-list .classify{
        margin-top: 0.5rem;
    }
    .classify-list .classify .classify-l{
        flex: unset;
        margin-right: 0.2rem;
    }
    .classify-list .cell-list .cell{
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .flex-r .content{
        padding: 0.6rem 0.24rem;
    }
    .flex-r .content .title{
        font-size: 0.34rem;
        line-height: 0.51rem;
        padding: 0 0.15rem;
    }

    .flex-r .content  .tag-time-like{
        justify-content: space-between;
        margin-top:0.48rem;
    }
    .flex-r .content  .tag-time-like .tag{
        display: none;
    }
    .flex-r .content  .tag-time-like .time{
        margin: 0 0;
    }
    .flex-r .content .detail{
        margin-top:0.48rem;
        padding-top: 0.42rem;
    }
    .flex-r .prev-next{
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0.24rem;
    }
    .flex-r .prev-next .prev{
        max-width: 100%;
        text-align: left;
        margin-bottom: 0.4rem;
    }
}
