.newscnt {
    width: 1260px;
    margin: 0 auto;
}

.news-banner {
    width: 100%;
    height: 300px;
}

.news-banner img {
    width: 100%;
    height: 100%;
}


.news-bx {
    padding-top: 70px;
}



.setting_news {
    border-bottom: 1px solid #e5e5e5;
}

.setting_news .news_title {
    text-align: center;
    font-size: 24px;
    color: #333;
}

.setting_news .time {
    font-size: 12px;
    color: #cecece;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.setting_news .time>div {
    margin-right: 5px;
}

.setting_news .article {
    color: #666;
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}

.setting_news .article p {
    margin-bottom: 20px;
    text-indent: 28px;
}

.setting_news .next {
    height: 122px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.setting_news .next a:hover {
    color: #0686ce;
}

.setting_news .article p img{
    width: 50%;
    margin: 10px auto;
}





@media screen and (max-width: 768px) {

    .newscnt {
        width: 100%;
        margin: 0 auto;
    }

    .news-banner {
        width: 100%;
        height: 1.5rem;
    }

    .news-banner img {
        width: 100%;
        height: 100%;
    }


    .news-bx {
        padding-bottom: .5rem;
    }















}