.page-card {
    background-color: #f2f2f2;
}

.news-crumbs {
    line-height: 96px;
}

.news-container {
    overflow: hidden;
    margin-bottom: 20px;
}

.news-left {
    width: 1100px;
    background: #fff;
    padding: 0 10px;
}

.news-left > h1 {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
}

.news-left > p {
    text-align: center;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding: 10px 0;
}

.news-left > div {
    margin: 40px 20px 20px;
    margin-top: 20px;
    font-size: 14px;
    min-height: 600px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
}

.news-right {
    width: 300px;
    padding: 5px 10px;
    background: #fff;
}

.news-right > h1 {
    margin: 0;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.news-right > ul {
    margin: 0;
    padding: 0;
}

.news-right > ul > li {
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-right > ul > li > a {
    color: #666;
}

.news-other {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    position: relative;
}

.news-other > li {
    line-height: 26px;
}

.news-other > li > a {
    color: #666;
    font-size: 16px;
}

.back-btn {
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #696969;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    z-index: 2;
}


/*0.125*/
@media (max-width: 1680px) {
    /*.category-body {*/
    /*padding-left: 210px;*/
    /*}*/
    .news-left {
        width: 850px;
    }


}

/*0.25*/
@media (max-width: 1440px) {

    /*.category-body {*/
    /*padding-left: 180px;*/
    /*}*/
    .news-left {
        width: 750px;
    }

}

/*>=1280的设备*/
/*0.289*/
@media (max-width: 1366px) {
    /*.category-body {*/
    /*padding-left: 100px;*/
    /*}*/
    .news-left {
        width: 830px;
    }

}


/*>=1100的设备*/
/*0.66*/
@media (max-width: 1280px) {
    /*.category-body {*/
    /*padding-left: 80px;*/
    /*}*/
    .news-left {
        width: 790px;
    }

}
