
body{
    background: rgba(246,246,246,1);
}
.blog-detail{
    padding-top: 95px;
    width: 1240px;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    background: rgba(246,246,246,1);

}
.blog-detail-left{
    width: 930px;
}
ol{
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #8b8b8b;
}
ol li{
    padding: 0 5px;
}
ol span{
    color: #000;
}
ol .ol-detail{
    color: #8b8b8b;
}
.blog-content{
    margin-top: 13px;
    width: 924px;
    background: white;
    box-sizing: border-box;
}
.blog-content h1{
    /*text-align: center;*/
}
.detail-right{
    margin-top: 13px;
}
/* 底部 */
.blog-detail-left .blog-btn {

    font-size: 14px;
    padding: 0 10px;
}
.blog-btn a{
    color: #999;
}
.blog-prev{
    margin-top: 50px;
}
.blog-next{
    margin-top: 30px;
    margin-bottom: 50px;
}
.blog-btn span {
    color: #bfbfbf;
}
.blog-content{
    padding: 60px 50px;
}


.blog-content h3{
    font-size: 40px;
    line-height: 1.5;
}
/*赞*/
.blog-zan{
    width: 99px;
    height: 99px;
    background: #0b61ff;
    margin: 40px auto;
    border-radius: 99px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 1s ease;
}
.blog-zan svg:hover{
    transform: scale(1.3);
}
@keyframes myAnim{
    from { transform: rotate(-45deg); }
    30% { transform: rotate(45deg);}
    60% { transform: rotate(45deg);}
    to { transform: rotate(-45deg); }
}

.blog-zan.active svg{
    animation:myAnim 1s linear
    /*transform: rotate(90deg);*/
}
.blog-zan span{
    color: #fff;
}

.blog-content .eye-box{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 16px;
}
.blog-content .small-title{
    font-size: 16px;
    color: #999;
    padding: 32px 0;

}
.blog-text{
    font-family: arial;
    font-size: 17px;
    line-height: 1.6;
    color: #444;
}
.blog-text p{
    padding-bottom: 20px;
    word-break: break-word;
}
.blog-text a{
    color: #1E90FF;
}
.blog-text a:hover{
    text-decoration: underline;
}
.blog-text h2,.blog-text h3,.blog-texth4{
    font-family:"MS Serif 2k";
    color: #333;
}
.blog-text h2{
    font-size: 32px;
    font-weight: normal;
}
.blog-text h3{
    font-size: 23px;
    font-weight: normal;
}
.blog-text img{
    max-width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}
.blog-text .sect-video{
    text-align: center;
}
.blog-text .sect-video iframe{
    width: 560px;
    height:315px ;
}
.blog-text ul{
    list-style-type: disc;
}
.blog-text li{
    list-style-type: disc;
    /*list-style: unset;*/
    text-indent: 7px;
    margin-left: 40px;
}

/* 推荐部分 */
.blog-recommend{
    background: white;
    padding: 50px 40px;
}
.blog-recommend h3{
    font-size: 24px;
    margin-bottom: 35px;
}
.banner-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.banner-bottom-item{
    width: 268px;
}
.banner-bottom-item img{
    width: 100%;
    height: 178px;

}
.banner-bottom-item p{
    width: 100%;
    line-height:25px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp:2;*/
    overflow: hidden;
    /*padding: 0 20px;*/
    box-sizing: border-box;

}
.banner-bottom-item p a{
    font-size: 22px;
    line-height: 1.25;
}
.eye-box{
    margin-top: 20px;
}





@media screen and (max-width:1200px) and (min-width:768px){
.blog-detail {
    width: 100%;
    display: unset;
}
.blog-detail .blog-content {
      width: 100%;
    padding: 20px;
 }
    .blog-prev{
        padding-top: 0;
    }
}
@media (max-width: 768px) {
    .eye-box{
        margin-top:5px;
    }
    ol{
	    margin-top: 100px;
	}
    .blog-detail{
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        margin: 10px auto;
        display: unset;
    }
    .blog-detail .blog-content{
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
        overflow: hidden;
    }
    .blog-content h1{
        text-align: center;
        font-size: 22px;
    }

    .blog-content .small-title{
        font-size: 12px;
        padding: 5px;
    }
    .blog-detail-left{
        width: 100%;
    }
    .blog-recommend{
        margin:5.3333vw;
        padding: 13.333vw 2.667vw;
    }
    .banner-bottom-item .img-link{
        display: inline-block;
        width: 100%;
        height: calc(84vw * 0.664);
        background: #555;
    }
    .banner-bottom-item{
        width: 100%;
        padding: 10px 0;
    }
    .banner-bottom-item img{
        width: 100%;
        height: 100%;
    }

    .banner-bottom{
        flex-wrap: wrap;
    }
    ol span{
        font-size: 12px;
    }
    .blog-next{
        margin: 20px 0 10px 0;
    }
    .banner-bottom-item p a{
        font-size: 21px;
    }
    .banner-bottom-item p{
        line-height: 20px;
    }
    .blog-zan svg{
        width: 20px;
        height: 20px;
    }
    .blog-zan{
        width: 60px;
        height: 60px;
    }
    .blog-prev{
        margin-top: 10px;
    }
    .blog-text .sect-video iframe{
        width: 95vw;
        height: calc(95vw * 0.5625);
    }
    .detail-right{
        margin-top: 13px;
        /*width: 100%;*/
        margin: 5.333vw;
        box-sizing: border-box;

    }
}
