
.lz_news {
    width: 100%;
    height: 100%;
    background-image: url("../../images/images/news_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;

}

.news_container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 8px 8px 15px #999;
    padding: 0 10px;
    padding-bottom: 20px;

}

.news_title {
    height: 146px;
    box-sizing: border-box;
    display: flex;
    padding-left: 5px;
    align-items: center;
}

.news_list {
    width: 100%;
    display: flex;

}

.news_left {
    width: 56%;
}

.news_big_thumb {

}

.news_left_news {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newsLeft_item {
    margin: 15px 0;
    box-sizing: border-box;
    width: 49%;
}

.newsLeft_item:nth-child(1) {
    border-right: 1px solid #d6d6d6;
}

.newsLeft_title {
    width: 100%;
    font-family: 微软雅黑;
    font-weight: bold;
    font-size: 16px;
}

.newsLeft_content {
    width: 98%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 90px;
}

.newsLeft_date {
    width: 100%;
}

.news_right {
    flex: 1;
    padding: 0 14px;
}

.newsRight_item {
    width: 100%;
    display: flex;
    height: 32%;
    margin-bottom: 0.5%;

}

.newsRight_thumb {
    width: 170px;
    height: 100%;
    overflow: hidden;
}

.newsRight_content {
    flex: 1;
    height: 100%;
    padding-top: 15px;
    padding-left: 10px;
}

.newsRightItem_title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.newsRightItem_content {
    width: 100%;
    font-size: 14px;
    height: 68px;
    margin-top: 10px;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .lz_news {

        padding: 20px 0;

    }

    .news_title {
        height: auto;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 10px 0;
        padding-left: 5px;

    }

    .news_title img {
        width: 120px;
    }

    .news_container {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .news_list {
        display: block;
    }

    .news_left {
        width: 100%;
    }

    .news_right {
        width: 100%;
    }

    .newsLeft_item {
        margin: 5px 0;
    }

    .newsLeft_title {
        width: 100%;
        font-family: 微软雅黑;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.3;
    }

    .newsLeft_content {
        width: 98%;
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5;
        height: 60px;
    }

    .news_right {
        padding: 0;
    }

    .newsLeft_date {
        line-height: 1.5;
        font-size: 14px;
    }

    .newsRight_item {
        width: 100%;
        display: flex;
        height: auto;
    }

    .newsRight_thumb {
        width: 40%;
        height: 100px;
        overflow: hidden;
    }

    .newsRight_content {
        flex: 1;
        height: 100%;
        padding-top: 5px;
        padding-left: 5px;
    }

    .newsRightItem_title {
        font-size: 14px;
        line-height: 1.5;
    }

    .newsRightItem_content {
        font-size: 12px;
        line-height: 1.5;
    }
}