/* ------------------------公司新闻--------------------------- */
.news-banner-box{
    padding-left: 90px;
    overflow: hidden;
}
.news-banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.news-banner img{
    width: 100%;
    object-fit: cover;
}
.news-banner-shade{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
}
.news-banner-title{
    width: 100%;
    position: absolute;
    bottom: 14%;
    left: 12%;
    font-size: 28px;
    color: #fff;
    z-index: 3;
}

.news-banner-click{
    position: absolute;
    bottom: 20%;
    left: 12%;
    z-index: 3;
}
.news-banner-click i{
    display: inline-block;
    width: 10px;
    height: 20px;
}
.news-banner-click b{
    display: inline-block;
    height: 20px;
    width: 1px;
    background-image: url('../images/news/news_C.png');
    vertical-align: middle;
    margin: 0 10px;
}
.news-banner-click .swiper-button-prevL,
.news-banner-click .swiper-button-nextR{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.news-banner-click .swiper-button-prevL i{background-image: url('../images/news/news_L.png');}
.news-banner-click .swiper-button-nextR i{background-image: url('../images/news/news_R.png');}



.news-data-box{
    padding-left: 90px;
    overflow: hidden;
}
.news-data{
    width: 1440px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 36px;
}
.news-data select{
    float: right;
    width: 220px;
    height: 44px;
    font-size: 16px;
    color: #888;
    border: 1px solid #eee;
}

.news-list-box{
    overflow: hidden;
    padding-left: 90px;
}
.news-list{
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}
.news-list ul li{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.newsL{
    width: 16%;
    overflow: hidden;
    padding: 30px 0 0 0;
    float: left;
}
.newsL i{
    width: 56px;
    height: 1px;
    background-color: #c3c3c3;
    display: block;
    float: left;
    margin-top: 18px;
    transition: all .6s ease;
}
.newsL-data{
    float: left;
    text-align: right;
    margin-left: 24px;
    transition: all .6s ease;
}
.newsL-data h6{font-size: 30px;color: #888;}
.newsL-data p{font-size: 18px;color: #888;margin-top: 4px;}

.news-list ul li:hover .newsL i{width: 66px;}

.newsC{
    width: 60.5%;
    overflow: hidden;
    padding: 30px 30px 0 0;
    float: left;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}
.newsC h4{font-size: 22px;color: #333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.newsC p{font-size: 14px;color: #666;line-height: 24px;height: 48px;margin-top: 20px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newsC h4:hover{color: #000;}
.newsC h5{
    width: 132px;
    height: 34px;
    border: 1px solid #b2b2a8;
    font-size: 28px;
    color: #b2b2a8;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    margin-top: 28px;
    position: relative;
    transition: all .6s;
}
.newsC h5 span{position: relative;z-index: 2;}
.newsC h5:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition: all .6s;
    background-color: #b2b2a8;
}
.newsC h5:hover:after{
    width: 100%;
}
.newsC h5:hover{
    color: #fff;
}


.newsR{
    width: 23.5%;
    height: 216px;
    overflow: hidden;
    float: left;
}
.newsR img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
}
.news-list ul li:hover .newsR img {transform: scale(1.1);}




/* ------------------------新闻详情--------------------------- */
.news-details-box{
    overflow: hidden;
    padding-left: 90px;
}
.news-details{
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0 100px 0;
}
.news-detailsL{
    width: 72.7%;
    float: left;
    padding-right: 48px;
    border-right: 1px solid #e5e5e5;
}
.news-detailsL-title{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.news-detailsL-title h4{font-size: 32px;color: #333;}
.news-detailsL-title h6{margin-top: 16px;}
.news-detailsL-title h6 span{font-size: 16px;color: #888;margin: 0 16px;}

.news-detailsL-pic{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.news-detailsL-pic img{
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.swiper-button-L,
.swiper-button-R{
    width: 52px;
    height: 52px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    margin-top: -26px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
}
.swiper-button-L:hover,
.swiper-button-R:hover{
    background-color: rgba(0, 0, 0, .5);
}

.swiper-button-L i,
.swiper-button-R i{
    display: inline-block;
    width: 12px;
    height: 23px;
    margin-top: 14.5px;
}
.swiper-button-L i{background: url('../images/news/details_L.png') no-repeat;}
.swiper-button-R i{background: url('../images/news/details_R.png') no-repeat;}
.swiper-button-L{
    left: 0;
}

.swiper-button-R{
    right: 0;
}
.news-detailsL-words{
    width: 100%;
    overflow: hidden;
    padding: 10px 0 54px 0;
    border-bottom: 1px solid #e5e5e5;
}
.news-detailsL-words p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    /*margin-top: 20px;*/
}
.news-detailsL-words p img{
    max-width: 100%;
	height:auto;
}
.news-detailsL-updown{
    width: 100%;
    overflow: hidden;
    padding: 50px 0 0 0;
}
.news-detailsL-updownL{
    width: 70%;
    float: left;
}

.news-detailsL-updownL p{
    font-size: 16px;
    color: #888;
    width: 100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.news-detailsL-updownL p a{
    font-size: 16px;
    color: #888;
}
.news-detailsL-updownL p a:hover{
    text-decoration: underline;
    color: #333;
}

.news-detailsL-updownL p:last-child{
    margin-top: 16px;
}

.news-detailsL-updownR{
    width: 30%;
    float: right;
    text-align: right;
}
.news-detailsL-updownR h6{
    display: inline-block;
    width: 152px;
    height: 52px;
    background-color: #b2b2a8;
    position: relative;
    line-height: 52px;
    text-align: center;
}
.news-detailsL-updownR h6:after{
    content: "";
    background-color: #666;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition: all .6s ease;
}
.news-detailsL-updownR h6:hover:after{
    width: 100%;
}

.news-detailsL-updownR h6{font-size: 18px;color: #fff;transition: all .6s;}
.news-detailsL-updownR h6 i{
    width: 18px;
    height: 6px;
    display: inline-block;
    background-image: url('../images/news/arr_left.png');
    vertical-align: middle;
    margin: -6px 6px 0 0;
}

.news-detailsL-updownR h6 span{position: relative;z-index: 2;}

.news-detailsR{
    width: 27.3%;
    float: right;
    padding-left: 40px;
}
.news-detailsR-title{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.news-detailsR-title h4{
    font-size: 24px;
    color: #333;
}
.news-detailsR-words{
    width: 100%;
    overflow: hidden;
}
.news-detailsR-words ul li{
    width: 100%;
    overflow: hidden;
    margin-top: 32px;
}
.news-detailsR-words ul li p{font-size: 16px;color: #666;float: left;width: 8%;margin-top: 4px;}
.news-detailsR-words ul li h6{width: 92%;float: left;}
.news-detailsR-words ul li h6 a{font-size: 16px;color: #666;line-height: 26px;}
.news-detailsR-words ul li h6 a:hover{text-decoration: underline;color: #333;}

/* -------------------------PC端--------------------------- */

@media all and (max-width:1620px) {
    .news-list {
        width: 94%;
    }
    .news-data{
        width: 94%;
    }
    .news-details{
        width: 94%;
    }
}

@media all and (max-width:1460px) {
    .newsR{height: 190px;}
}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {
    .newsL i{width: 40px;}
    .news-list ul li:hover .newsL i{width: 50px;}
    .newsL-data{margin-left: 18px;}
    .newsR {
        height: 170px;
    }
    .newsC{padding: 20px 30px 0 0;}
    .newsL {
        padding: 20px 0 0 0;
    }
    .newsC p{margin-top: 16px;}
    .newsC h5{margin-top: 20px;}
    .news-detailsL-pic img{height: 400px;}
}

@media all and (max-width:1200px) {
    .newsL i{width: 30px;}
    .news-list ul li:hover .newsL i{width: 36px;}
    .newsL-data{margin-left: 14px;}
    .newsR {
        height: 160px;
    }
    .newsC p{margin-top: 14px;}
    .newsC h5{margin-top: 16px;}
    .news-detailsL-pic img{height: 340px;}
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .news-banner-box{padding-left: 0;}
    .news-banner-title {
        font-size: 20px;
        bottom: 10%;
    }
    .news-data-box {
        padding-left: 0px;
    }
    .news-data select {
        float: left;
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
    .news-list-box{padding-left: 0;}
    .newsL{display: none;}
    .newsC {
        width: 70%;
        padding: 8px 16px 0 0;
    }
    .newsR {
        width: 30%;
        height: 120px;
    }
    .newsC h4{font-size: 18px;}
    .newsC p {
        font-size: 12px;
        line-height: 22px;
        height: 40px;
        margin-top: 8px;
    }
    .newsC h5 {
        width: 120px;
        height: 28px;
        font-size: 20px;
        line-height: 28px;
        margin-top: 12px;
    }
    .news-list ul li{margin-top: 24px;}
    .news-list{padding: 0 0 24px 0;}
    .news-details-box {
        padding-left: 0;
    }
    .news-details{padding: 32px 0 44px 0;}
    .news-detailsL {
        width: 100%;
        float: left;
        padding-right: 0;
        border-right: none;
    }
    .news-detailsL-title h4 {
        font-size: 24px;
    }
    .news-detailsL-title h6 span {
        font-size: 12px;
        margin: 0 10px;
    }
    .news-detailsL-pic img {
        height: 200px;
    }
    .swiper-button-L, .swiper-button-R {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .swiper-button-L i, .swiper-button-R i{
        margin-top: 8.5px;
    }
    .news-detailsL-words p {
        margin-top: 14px;
    }
    .news-detailsL-words {
        padding: 10px 0 32px 0;
    }
    .news-detailsL-updown {
        padding: 32px 0 0 0;
    }
    .news-detailsL-updownL {
        width: 100%;
        float: unset;
    }
    .news-detailsL-updownR {
        width: 100%;
        float: unset;
        text-align: center;
        margin-top: 16px;
    }
    .news-detailsR {
        width: 100%;
        float: left;
        padding-left: 0;
        margin-top: 32px;
    }
    .news-detailsR-words ul li {
        margin-top: 20px;
    }
    .news-data{padding-top: 16px;}
}








