.detail-container{
    padding-top: 100px;
    background: #FFFEFC;
}

.new-detail{
    padding: 250px 240px 60px;
}
.detail-title{
    padding: 40px 0 10px;
    border-bottom: 1px solid #E6E6E6;
}
.detail-title h2{
    font-size: 32px;
    margin-bottom: 10px;
}

.detail-title .time{
    color: #999;
}
.back-list:hover a{
    color: #008A71 !important;
}
.detail-content{
    padding: 20px 0;
    color: #595959;
    border-bottom: 1px solid #E6E6E6;
}
.detail-content img{
    width: 100%;
}
.detail-content p{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: justify;
}

.preOrnext{
    font-size: 14px;
    color: #8C8C8C;
    margin-top: 30px;
}


 .about-btn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(90deg, #81C922, #008A71);
    border-radius: 14px 0px 14px 0px;
    margin: 2% auto 0;
    position: relative;
    padding-right: 20px;
}

.about-btn i{
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.about-btn:hover i{
    /*transition: all 1s;*/
    animation: to_right linear 2.5s infinite;
}
.detail-img{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.detail-img video{
    width: 80%;
    margin-bottom: 10px;
}
.detail-img{
    font-family: 楷体, 楷体_GB2312, SimKai;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}
.detail-img img{
    width: 50%;
    margin: 10px 0;
}
.img-item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.img-item img{
    width: 32%;
}
.author{
    font-size: 16px;
    text-align: right;
}
.author div{
    padding: 10px 0;
}
@keyframes to_right {
    0%{
        right: 20px;
    }
    50%{
        right: 25px;
    }
    100%{
        right: 20px;
    }
}

@media screen and (max-width: 850px){
    .detail-img img{
        width: 80%;
    }
    .img-item{
        width: 100%;
    }
    .img-item img{
        width: 33%;
    }
    .detail-img{
        font-size: 14px;
    }
}
