.wrapper.style3 {
    background-image: url('/images/granch/news.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    height: 325px;
    position: relative;
}

.slogan-c{
    color: white;
}

.newsSection{
    padding-top: 3rem;
    min-height: 100vh;
    position: relative;
    margin-bottom: 90px;
    font-size: 14px;
}

.pageSec .sec-title{

}

.newest-row{
    border-bottom: 1px solid #ebebeb;
}

.newest-news-unit{
    padding: 30px;
}
/*.all-news-unit:nth-child(odd){
    padding: 20px 40px 20px 0;
}
.all-news-unit:nth-child(even){
    padding: 20px 0 20px 40px;
}*/
.all-news-unit:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 20px;
    right: 0;
    width: 100%;
    border-right: 6px solid #e6e6e6;
}

.news-img-wrapper{
    background-color: darkgray;
    padding: 3px;
}

a.news-img{
    position: relative;
    min-height: 180px;
    max-height: 180px;
    overflow-y: hidden;
    display: block;
}

.news-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.news-thumb{
    position: relative;
    min-height: 80px;
    max-height: 80px;
    width: 100px;
    overflow-y: hidden;
    display: block;
}

.news-thumb img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.news-descript{
    margin-top: 12px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 63px;

}

.news-flex{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.news-flex:not(:nth-child(1)){
    padding: 12px 0;
}
.news-flex *{
    vertical-align: top;
    display: block;
}

.all-news-title{
    margin-top: 0;
    margin-bottom: 6px;
}
.newest-news-unit h4{
    height: 38px;
    overflow: hidden;
}

/*news details*/

.back-previous{
    position: relative;
    float: right;
    display: inline-block;
    color: white;
    z-index: 2;
}
.back-previous:after{
    clear: right;
}

.news-details-wrapper{
    padding: 30px;
    min-height: 500px;
    box-shadow: 2px 3px 20px rgba(0,0,0,.3);
}

.news-details-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding: 0;
    background-color: #333333;
    z-index: 0;
}

.news-details-wrapper .news-details-title{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    background-color: #333333;
    color: white;
    min-height: 60px;
    z-index: 1;
}

.news-details-img{
    max-width: 100%;
}

.news-details-descript{
    font-size: 16px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media  (max-width: 991px) {

    /*----*/

    /*-- 最新消息 --*/
    .all-news-unit:nth-child(odd){
        padding:  0;
    }
    .all-news-unit:nth-child(even){
        padding:  0;
    }
    .all-news-unit:before{
        border-right: none;
        border-bottom: 1px solid #ebebeb;
    }
    .newest-row{
        border-bottom: none;
    }
    .all-news-unit:nth-child(odd):before{
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        bottom: 20px;
        right: 0;
        width: 100%;
        border-right: none;
    }
    /*----*/


}@media (max-width:767px){
    .fa-3x{
        font-size: 2em;
    }
    .news-details-wrapper .news-details-title{
        font-size: 20px;
    }
}
@media (max-width:400px){

    .all-news-unit:before{
        border-right: none;
        border-bottom: 1px solid #ebebeb;
    }
    .newest-row{
        border-bottom: none;
    }
}