
.jst_newstitle {
    width: 100%;
}

.jst_newstitle .jst_container {
    background-image: url("../images/newsbg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;;
    background-position: bottom center;
    padding: 40px 0;
}

.jst_newsList {
    width: 100%;
    margin: 50px 0;
}

.jst_newsitem {
    width: 22.75%;
    float: left;
    margin-left: 3%;
}

.news_img {
    width: 100%;
    overflow: hidden;
}

.news_content {
    width: 100%;
    background: #fff;
    padding: 40px 30px 20px 30px;
}

.news_title {
    font-size: 18px;
    color: #333333;
}

.news_content_text {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;;
    line-height: 21px;
    height: 130px;
    color: #333333;

}

.news_date {
    font-size: 16px;
    color: #131313;
    float: left;
}

.newsyou {
    float: right;
    font-size: 16px;
    color: #131313;

}

@media (max-width: 1200px) {
    .jst_newstitle .jst_container {
        background-image: url("../images/newsbg.png");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: bottom center;
        padding: 20px 0;
    }
    .jst_newsitem:nth-child(3) {
        display: none;
    }

    .jst_newsitem:nth-child(4) {
        display: none;
    }

    .jst_newsList {
        width: 100%;
        margin: 20px 0;
    }
    .jst_newsitem{
        width: 100%;
        margin-left: 0;
    }
    .news_content {
        width: 100%;
        background: #fff;
        padding: 10px;
    }

    .news_content_text {
        width: 100%;
        padding-top: 10px;
        font-size: 14px;;
        line-height: 21px;
        height: auto;
        color: #333333;

    }
}