.container-fluid-inherit {
    margin-left: -10px;
    margin-right: -10px;
}

.news-section-title {
    text-align: center;
}

    .news-section-title h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 51px;
    }

    .news-section-title p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }

@media (max-width:992px) {
    .news-section-title h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
    }

    .news-section-title p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 15px;
    }
}

.news-banner {
    height: 660px;
    background: url("../image/bg-news-banner.jpg") no-repeat 50% 50%;
    background-size: cover;
}

@media (max-width:992px) {
    .news-banner {
        height: 440px;
        background: url("../image/bg-news-banner@xs.jpg") no-repeat 50% 50%;
        background-size: cover;
    }
}

.news-banner .tag-content {
    margin-top: 266px;
    text-align: center;
}

@media (max-width:992px) {
    .news-banner .tag-content {
        margin-top: 218px;
    }
}

.news-banner .tag-content img {
    width: 305px;
    height: 223px;
    cursor: pointer;
}

    .news-banner .tag-content img + img {
        margin-left: 20px;
    }

@media (max-width:992px) {
    .news-banner .tag-content {
        margin-top: 170px;
    }

        .news-banner .tag-content img {
            width: 100px;
            height: 76px;
        }

            .news-banner .tag-content img + img {
                margin-left: 2px;
            }
}

.news-title {
    padding-top: 78px;
    padding-bottom: 90px;
    text-align: center;
}

    .news-title h1 {
        font-weight: 400;
        line-height: 50px;
        margin-bottom: 14px;
    }

    .news-title h6 {
        font-weight: 400;
        color: #4a4a4a;
    }

@media (max-width:992px) {
    .news-title {
        padding-top: 52px;
        padding-bottom: 30px;
    }

        .news-title h1 {
            line-height: 33px;
            margin-bottom: 9px;
        }
}

.news-container {
    min-height: 600px;
    margin-bottom:80px;
}

    .news-container .news-section-title {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: left;
    }

        .news-container .news-section-title span {
            font-size: 20px;
            padding: 5px 0;
            border-bottom: 2px solid #42919c;
        }

@media (max-width:992px) {
    .news-container h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
    }
}

.news-container .news-item {
    margin-bottom: 40px;
    cursor: pointer;
}

    .news-container .news-item .img {
        border: 2px solid #fff;
        height: 250px;
        -webkit-transition: background-size .3s;
        transition: background-size .3s;
    }

        .news-container .news-item .img.thumb-1 {
            background: url("http://www.shuziwenlv.com/static/img/bg-news-thumb-1.png") no-repeat 50% 50%;
            background-size: 100%;
        }

            .news-container .news-item .img.thumb-1:hover {
                background-size: 120%;
            }

        .news-container .news-item .img.thumb-2 {
            background: url("http://www.shuziwenlv.com/static/img/bg-news-thumb-2.png.jpg") no-repeat 50% 50%;
            background-size: 100%;
        }

            .news-container .news-item .img.thumb-2:hover {
                background-size: 120%;
            }

        .news-container .news-item .img.thumb-3 {
            background: url("http://www.shuziwenlv.com/static/img/bg-news-thumb-3.png") no-repeat 50% 50%;
            background-size: 100%;
        }

            .news-container .news-item .img.thumb-3:hover {
                background-size: 120%;
            }

        .news-container .news-item .img.thumb-4 {
            background: url("http://www.shuziwenlv.com/static/img/bg-news-thumb-4.png") no-repeat 50% 50%;
            background-size: 100%;
        }

            .news-container .news-item .img.thumb-4:hover {
                background-size: 120%;
            }

        .news-container .news-item .img.thumb-5 {
            background: url("http://www.shuziwenlv.com/static/img/bg-news-thumb-5.png.jpg") no-repeat 50% 50%;
            background-size: 100%;
        }

            .news-container .news-item .img.thumb-5:hover {
                background-size: 120%;
            }

        .news-container .news-item .img.thumb-6 {
            background: url("http://www.shuziwenlv.com/static/img/bg-news-thumb-6.png.jpg") no-repeat 50% 50%;
            background-size: 100%;
        }

            .news-container .news-item .img.thumb-6:hover {
                background-size: 120%;
            }

        .news-container .news-item .img.thumb-7 {
            background: url("http://www.shuziwenlv.com/static/img/bg-news-thumb-7.png") no-repeat 50% 50%;
            background-size: 100%;
        }

            .news-container .news-item .img.thumb-7:hover {
                background-size: 120%;
            }

        .news-container .news-item .img.thumb-8 {
            background: url("http://www.shuziwenlv.com/static/img/bg-news-thumb-8.png.jpg") no-repeat 50% 50%;
            background-size: 100%;
        }

            .news-container .news-item .img.thumb-8:hover {
                background-size: 120%;
            }

        .news-container .news-item .img.thumb-9 {
            background: url("http://www.shuziwenlv.com/static/img/bg-news-thumb-9.png.jpg") no-repeat 50% 50%;
            background-size: 100%;
        }

            .news-container .news-item .img.thumb-9:hover {
                background-size: 120%;
            }

    .news-container .news-item .detail {
        color: #9b9b9b;
        padding: 20px 0;
    }

@media (max-width:992px) {
    .news-container .news-item .detail {
        padding: 20px 0;
    }
}

.news-container .news-item .subject {
    font-size: 16px;
    padding: 10px 35px 12px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-container .news-item .desc {
    height: 36px;
    padding: 0;
    color: #9b9b9b;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
}

.news_info {
    margin-bottom: 80px;
}
.news_info h2 {
    font-weight: 700;
    font-size:18px;
    margin:18px 0 12px 0;
    text-indent:32px;
}
.news_info p {
    font-size:16px;
    line-height: 1.7;
    margin-bottom:5px;
    text-indent:32px;
    text-align: justify
}
.news_info h3 {
    font-size:16px;
    text-align: right;
    line-height:1.5;
    font-weight:normal;
}
.news_info h4 {
    font-size:14px;
    text-align: center;
    margin:8px 0 12px;
}
.news_info_divImg{width:50%; margin:12px auto 0 auto;}
.news_info_divImg img{width:100%;}