/* 新闻详情 开始 */
.show_new {
    padding: 40px 0 20px 0;
    width: 100%;
}

.show_new .container .title {
    font-weight: 900;
    font-size: 24px;
    color: #1E1E1E;
    margin-bottom: 18px;
    line-height: 1.5;
}

.show_new .container .time {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
}

.show_new .container .time .preview {
    margin-left: 48px;
}


.show_new .container .content {
    font-weight: 400;
    font-size: 18px;
    color: #1E1E1E;
    line-height: 2;
    text-align: justify;
    padding: 48px 0 80px 0;
    border-bottom: 1px solid #E5E5E5;
}

.show_new .container .content img {
    display: block;
    margin: 20px auto;
}

/*跳转*/
.href {
    width: 100%;
    padding-bottom: 100px;
}

.href .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.href .container a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.href .container a.back {
    color: #1A58F7;
    width: 116px;
    height: 46px;
    border: 1px solid #0348A6;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.href .container a.back:hover {
    background-color: #0348A6;
    color: #fff;
}

.href .container .jump {
    width: 80%;
}

.href .container .jump a:first-child {
    margin-bottom: 24px;
}

/*跳转*/




/* 新闻详情 结束 */
@media(max-width:1680px) {}

@media(max-width:1440px) {

    .show_new .container .content {
        padding: 35px 0 50px 0;
        border-bottom: 1px solid #E5E5E5;
        font-size: 16px;
    }
}

@media(max-width:1280px) {
    .show_new .container .title {
        margin-bottom: 15px;
    }


}

@media(max-width:1024px) {
    .show_new {
        padding: 40px 0 20px 0;
        width: 100%;
    }

    .href {
        width: 100%;
        padding-bottom: 60px;
    }

    .href .container a.back {
        width: 100px;
        height: 41px;
    }
}

@media(max-width:768px) {
    .show_new {
        padding: 20px 0;
    }

    .show_new .container .content {
        padding: 25px 0;
        font-size: 14px;
        line-height: 1.8;
    }

    .show_new .container .time {
        font-size: 14px;
    }

    .show_new .container .time .preview {
        margin-left: 30px;
    }

    .href {
        padding-bottom: 40px;
    }

    .href .container a {
        font-size: 14px;
    }

    .href .container .jump a:first-child {
        margin-bottom: 10px;
    }

    .href .container a.back {
        width: 90px;
        height: 35px;
    }
}

@media(max-width:600px) {

    .show_new .container .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .show_new .container .content {
        padding: 15px 0;
    }

    .href .container a.back {
        width: 80px;
        height: 31px;
        font-size: 12px;
    }
}

@media(max-width:414px) {
    .show_new .container .title {
        font-size: 20px;
    }

    .show_new .container .content>img {
        margin-bottom: 15px;
    }

    .href {
        padding-bottom: 20px;
    }

}