﻿.news-page-info-box{
    width: 100%;
    display: block;
    position: relative;
}
.news-page-info-all-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    box-sizing: border-box;
    padding: 50px 150px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1
}
.news-page-info{
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
}
.news-page-info-tag{
    width: 80px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #905e27;
    display: block;
    box-sizing: border-box;
    letter-spacing: 2px;
    font-weight: lighter;
    padding: 0 8px;
    padding-left: 13px;
}
.news-page-info-data{
    font-family: "Roboto";
    font-size: 14px;
    color: #555;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.news-page-info-text{
    color: #000;
    font-size: 28px;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;
}
.news-page-info-edit{
    font-size: 16px;
    color: #555;
    font-weight: lighter;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 20px;
}
.news-page-btn-box{
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: 30px 0;
    margin-top: 100px;
}
.news-page-btn{
    font-size: 14px;
    color: #888;
    letter-spacing: 1px;
}
.news-page-btn span{
    transition: all .3s linear;
}
.news-page-btn i{
    margin: 0 3px;
    color: #905e27;
    transition: all .3s linear;
}
.news-page-btn-prev-box,
.news-page-btn-back-box,
.news-page-btn-next-box{
    display: inline-block;
    vertical-align: middle;
    width: 33.3333%;
}
.news-page-btn-back-box{
    text-align: center;
}
.news-page-btn-next-box{
    text-align: right;
}

#news-page .news-bc-box{
    background-color: #eee;
    position: absolute;
    width: 98vw;
    z-index: 0;
    height: 100%;
    top: 130px;
}



/*---------------------hover-----------------------*/
.news-page-btn-prev:hover span,
.news-page-btn-next:hover span,
.news-page-btn-back:hover span{
    letter-spacing: 2px;
    color: #905e27;
}
.news-page-btn-prev:hover i{
    transform: translateX(-5px);
}
.news-page-btn-next:hover i{
    transform: translateX(5px);
}



@media only screen and (max-width: 1380px){
    .news-all-box,
    .news-page-info-all-box{
        width: 1100px;
    }
    .news-title-en,
    .news-title-en:before{
        font-size: 44px;
    }
    .news-title-ch{
        line-height: 50px;
    }
}
@media only screen and (max-width: 1180px){
    .news-all-box,
    .news-page-info-all-box{
        width: 900px;
    }
    .news-title-en,
    .news-title-en:before {
        font-size: 40px;
    }
    .news-title-ch{
        line-height: 46px;
    }
}
@media only screen and (max-width: 1000px){
    .news-all-box,
    .news-page-info-all-box{
        width: 750px;
    }
    .news-page-info-all-box{
        padding: 30px 60px;
    }
    .news-title-en{
        font-size: 36px;
    }
    .news-title-en:before{
        display: none;
    }
    .news-page-info{
        padding: 0;
    }
}
@media only screen and (max-width: 750px){
    .news-all-box,
    .news-page-info-all-box{
        width: 550px;
    }
    .news-title-en{
        font-size: 32px;
        letter-spacing: 2px;
    }
    .news-title-ch{
        line-height: 36px;
        font-size: 14px;
    }
    .news-bc-box{
        display: none;
    }
    .news-page-info-data{
        margin-top: 10px;
        margin-bottom: 0;
    }
    .news-page-info-text{
        font-size: 24px;
    }
    .news-page-btn-box{
        margin-top: 50px;
        padding: 15px 0;
    }
}
@media only screen and (max-width: 550px){
    .news-all-box,
    .news-page-info-all-box{
        width: 400px;
    }
    .news-page-info-all-box{
        padding: 15px;
    }
    .news-title-en{
        font-size: 28px;
    }
    .news-title-ch{
        line-height: 36px;
        font-size: 14px;
    }
    .news-page-info-text{
        font-size: 20px;
    }
    .news-page-info-edit{
        font-size: 14px;
        margin-top: 10px;
    }
    .news-page-btn-box{
        margin-top: 25px;
        padding: 5px 0;
    }
    .news-page-info-tag{
        font-size: 12px;
        width: 60px;
        line-height: 24px;
    }
    .news-page-info-data{
        font-size: 12px;
    }
    .news-page-btn{
        font-size: 12px;
    }
}
@media only screen and (max-width: 400px){
    .news-all-box,
    .news-page-info-all-box{
        width: 300px;
    }
    .news-title-en{
        font-size: 24px;
    }
    .news-title-ch{
        line-height: 32px;
    }
    .news-page-info-text{
        font-size: 16px;
    }
    .news-page-info-edit{
        font-size: 12px;
    }
}





@media only screen and (min-width: 1001px){
    .news-page-title-box,
    .news-page-title-en:before,
    .news-page-info-all-box,
    .news-page-info-tag,
    .news-page-info-data,
    .news-page-info-text,
    .news-page-info-edit,
    .news-page-btn-prev-box,
    .news-page-btn-next-box,
    .news-page-btn-back-box{
        opacity: 0;
    }
    .news-page-title-box.anima{
        animation: fadeInRight 1s ease 0s both;
    }
    .news-bc-box.anima{
        animation: fadeInLeft 1s ease 0s both;
    }
    .news-page-title-box.anima .news-title-en:before{
        animation: fadeInLeft_max_about 1s ease .6s both;
    }
    .news-page-info-all-box.anima{
        animation: fade 1s ease 0s both;
    }
    .news-page-info-all-box.anima .news-page-info-tag{
        animation: fadeInUp 1s ease .3s both;
    }
    .news-page-info-all-box.anima .news-page-info-data{
        animation: fadeInUp 1s ease .5s both;
    }
    .news-page-info-all-box.anima .news-page-info-text{
        animation: fadeInUp 1s ease .7s both;
    }
    .news-page-info-all-box.anima .news-page-info-edit{
        animation: fade 1s ease .9s both;
    }
    .news-page-info-all-box.anima .news-page-btn-prev-box{
        animation: fadeInRight 1s ease 1s both;
    }
    .news-page-info-all-box.anima .news-page-btn-next-box{
        animation: fadeInLeft 1s ease 1s both;
    }
    .news-page-info-all-box.anima .news-page-btn-back-box{
        animation: fade 1s ease 1s both;
    }
}