.newsDetail {
    background-color: #f5f5f5;
    margin-top: 102px;
}

.newsDetail .container .back {
    margin: 20px 0;
}

.newsDetail .container .back a {
    color: #3e3e3e;
}

.newsDetail .back .span {
    color: #3e3e3e;
    cursor: text;
}

.newsDetail .container .back a:hover {
    color: #3281ff;
    text-decoration: underline;
}

/* 左边 */
.newsDetail .container .news .left {
    min-height: 400px;
    background: #ffffff;
    padding: 25px 25px 40px;
    box-sizing: border-box;
}

.newsDetail .container .news .left .title {
    font-weight: bold;
}

.newsDetail .container .news .left .remarks {
    width: 100%;
    display: flex;
    color: #999999;
    margin: 25px 0;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.newsDetail .container .news .left .remarks .time {
    margin-right: 20px;
}

.newsDetail .container .news .left .remarks .classification {
    color: #3281ff;
}

.newsDetail .container .news .left .picture {
    width: 100%;
    margin-bottom: 20px;
}

.newsDetail .container .news .left .picture img {
    max-width: 100%;
}

.newsDetail .container .news .left .texts {
    color: #3e3e3e;
    line-height: 30px;
}

.newsDetail .container .next {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.newsDetail .container .next .nopadding a {
    display: inline-block;
    width: 80%;
    color: #666666;
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}

.newsDetail .container .next .nopaddings span {
    color: #666666;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}

.newsDetail .container .next .nopaddings a:hover {
    color: #666666;
    text-decoration: none;
    vertical-align: middle;
    cursor: text;
}

.newsDetail .container .next .nopadding {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.newsDetail .container .next .nopaddings {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.newsDetail .container .next a:hover {
    color: #3281ff;
}



/* 768的屏以下 */
@media screen and (max-width: 768px) {
    .banner {
        display: none;
    }

    .newsDetail .container .next a {
        margin: 10px 0;
    }

    .newsDetail .container .next {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        width: 100%;
    }
}
