
.banner{
    height: 320px;
    text-align: center;
    background: url("../../assets/imgs/blog/banner.png");
    background-size: 100% 100%;
}

.banner h3{
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    padding-top: 88px;
    margin-bottom: 24px;
}

.banner p{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.container.top{
    overflow: hidden;
    min-height: 600px;
    margin-bottom: 50px;
}

.tabs{
    margin-top: 32px;
}


.tabs-tags .btns form{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EAEEF2;
    margin-bottom: 16px;
    padding-bottom: 4px;
}

.tabs-tags .btns label{
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    margin: 0 12px 12px 0;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.1);
}

.tabs-tags .btns label input,
.list-radio .btns label input{
    opacity: 0;
    position: absolute;
}

.list-radio .btns label{
    cursor: pointer;
}

.tabs-tags .btns label.active{
    color: #1A8CFF;
    border-color: #1A8CFF;
}

.tabs-content .tab-con {
    /*display: none;*/
}

.list-item h5{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.list-item .flex{
    margin-top: 12px;
    padding-bottom: 23px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E6EBF0;
}

.list-item:last-child .flex{
    border-bottom: none;
}

.list-item .flex .left-img{
    width: 134px;
    height: 84px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 16px;
}

.blog-desc {
    min-width: 740px;
}

.blog-desc .flex-align-center {
    float: right;
}

.list-item .flex .con p{
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    line-height: 22px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}

.list-item a:hover h5{
    color: #1A8CFF;
}

.list-item .flex .con .bottom img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
}

.list-item .flex .con .bottom span{
    color: #b8b8b8;
    font-size: 12px;
    margin-top: 2px;
}

.left-blog{
    float: left;
    width: calc(100% - 306px);
}

.right-blog{
    float: left;
    width: 280px;
    margin-left: 24px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 32px;
    border: 1px solid #E6EBF0;
}

.right-blog .tit{
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    box-shadow: inset 0 -1px 0 0 #E6EBF0;
}

.right-blog .con{
    padding: 16px;
}

.right-blog .con li{
    margin-bottom: 10px;
}

.right-blog .con li a{
    font-size: 14px;
    font-weight: 400;
    color: #919191;
    line-height: 22px;
}

.right-blog .con li img{
    width: 16px;
    height: 16px;
    margin: 0 4px 0 16px;
    vertical-align: middle;
}

.right-blog .con li span.num{
    color: #bbb;
    font-size: 12px;
}

.blog-detail{
    padding-top: 24px;
    border-top: 1px solid #E6EBF0;
}

.blog-detail .detail-t{
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
}

.blog-detail .detail-time{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E6EBF0;
}

.blog-detail .detail-time img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.blog-detail .detail-time span{
    font-size: 12px;
    color: #a9a9a9;
    margin-right: 16px;
}

.blog-detail .detail-con{
    min-height: 400px;
    padding-bottom: 60px;
}

.blog-detail .detail-con .cc{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 24px;
}

.blog-detail .detail-con p{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 24px;
}

.blog-detail .detail-con img{
    max-width: 100%;
}

.blog-detail .tabs-content h6{
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.blog-detail .tabs-content .tab-con{
    display: block;
}