
/*新闻资讯*/

.news_main{width: 100%;height: auto;;overflow: hidden;padding: 90px 0 80px 0;background: #f6f6f6;}
.news{width: 1360px;margin: 0 auto;}

.hyzx-picwords{width: 1360px;margin: 0 auto;}
.swiper-container-newsList{width: 100%;position: relative;overflow: hidden;-moz-box-shadow: 0 4px 10px 1px #f7f7f7;-webkit-box-shadow: 0 4px 10px 1px #f7f7f7; box-shadow: 0 4px 10px 1px #f7f7f7;
}
.hyzx-picwords-matter{width: 100%;}
.hyzx-picwords-matter ul li{width: 50%;height: 395px;overflow: hidden;float: left;position: relative;background-color: #fff;}
.hyzx-picwords-matter ul li:first-child img{width: 100%;height: 100%;object-fit: cover;transition: all 1s;}
.hyzx-picwords-matter ul li:first-child:hover img{transform: scale(1.1);}

.hyzx-picwords-matter ul li:last-child{padding: 40px 50px 40px 40px;}

.hyzx-picwords-message{width: 100%;overflow: hidden;}
.picwords-list{width: 100%;width: 100%;padding-bottom: 20px;border-bottom: 1px solid #efefef;overflow: hidden;margin-bottom: 20px;}
.picwords-list:last-child{border-bottom: 0px;}
.picwords-list h4{font-size: 18px;color: #222;height: 30px; line-height: 30px;overflow: hidden;position: relative;padding-right: 80px;}
.picwords-list h4 span{position: absolute;right: 0px;font-size: 14px;color: #666;top:0px;}
.picwords-list h5{font-size: 14px;color: #888;height: 48px; line-height: 24px;overflow: hidden;padding-top: 5px;}
.picwords-list:hover h4{color: #e3143b}

.hyzx-picwords-updown .swiper-button-prev,
.hyzx-picwords-updown .swiper-button-next{background: #000;width: 40px;height: 60px;text-align: center;}
.hyzx-picwords-updown .swiper-button-prev i,
.hyzx-picwords-updown .swiper-button-next i{width: 10px;height: 18px;display: inline-block;background-repeat: no-repeat;margin-top: 21px;}

.hyzx-picwords-updown .swiper-button-prev{left: 0;}
.hyzx-picwords-updown .swiper-button-prev i{background-image: url('../images/news/news_left.png');}
.hyzx-picwords-updown .swiper-button-next{right: 0;}
.hyzx-picwords-updown .swiper-button-next i{background-image: url('../images/news/news_right.png');}

.hyzx-picwords-updown .swiper-button-prev:hover,
.hyzx-picwords-updown .swiper-button-next:hover{background-color: #c30d23;}


.hyzx-picwords-matter ul li:first-child p{width: 100%;position: absolute;left: 0;bottom: 0;padding: 16px;background-color: rgba(0, 0,0, .5);font-size: 16px;color: #fff;text-align: center;}
.hyzx-picwords-matter ul li:first-child p:hover{color: #c30d23;}

.hyzx-listwords-box{width: 100%;overflow: hidden;padding: 0 0 10px 0;}
.hyzx-listwords{width: 1200px;margin: 0 auto;}
.hyzx-listwords ul{width: 100%;padding: 36px 0;border-top: 1px solid #ececec;}
.hyzx-listwords ul li{width: 100%;overflow: hidden;}

.hyzx-listwords-pic{width: 29.5%;height: 186px;float: left;overflow: hidden;}
.hyzx-listwords-pic img{width: 100%;height: 100%;object-fit: cover;transition: all 1s;}
.hyzx-listwords-pic:hover img{transform: scale(1.1);}

.hyzx-listwords-words{width: 70.5%;height: 186px;float: right;overflow: hidden; padding: 2px 20px;}

.hyzx-listwords-words h4{font-size: 20px;color: #333;}
.hyzx-listwords-words h4:hover {color: #c30d23;}
.hyzx-listwords-words p{font-size: 14px;color: #777;line-height: 22px;margin-top: 16px; height: 88px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.hyzx-listwords-words h6{font-size: 14px;color: #999;font-weight: normal;margin-top: 10px;
}
.news_center{width: 100%;height: auto;overflow: hidden; margin:40px 0; }
.news_center ul {margin-left: -2%;}
.news_center ul li{width: 31.333%;float: left;margin-left: 2%;overflow: hidden;;margin-bottom: 4%;background-color: #fff;}
.news_img{width: 100%;height:253px; overflow: hidden;}
.news_img img{width: 100%;height: 100%;object-fit: cover;transition: all 1s;}
.news_center ul li:hover .news_img img{transform: scale(1.1);}
.news_text{padding: 25px;height: 185px;overflow: hidden;}
.news_text h4{height:30px;line-height: 30px;color: #222;font-size: 16px;overflow: hidden; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_text p{font-size: 14px;color: #888;line-height: 26px;height: 52px;overflow: hidden;margin-top: 10px;
overflow:hidden;display:-webkit-box; text-overflow:ellipsis;-webkit-line-clamp:2; -webkit-box-orient:vertical;white-space:normal;}
.news_text h5{font-size: 14px;color: #666;line-height: 30px;padding-top: 10px;}
.news_text h5 span{float: right;font-family: "宋体"}

.news_center ul li:hover .news_text h4{color: #c30d23}



 /*新闻详情*/
 .news_detail_main{width: 100%;overflow: hidden;padding: 120px 0 80px 0;background-color: #fff;}
 .news_detail{width: 1360px;margin: 0 auto;overflow: hidden;}
 .news_detail_left{width: 70%; float: left;}
 .news_detail_left_title{width: 100%; padding-bottom: 20px; overflow: hidden;border-bottom: 1px solid #eee; margin-bottom: 20px;}
 .news_detail_left_title h4{font-size: 24px;color: #333;text-align: center;}
 .news_detail_left_title_ico{width: 100%;height: 20px;line-height: 20px; margin-top: 20px;text-align: center;}
 .news_detail_left_title_ico h4{font-size: 13px;font-family: "Arial"; color: #999; padding-right: 15px;display: inline-block;}
 .news_detail_left_title_ico h4 i{ background:url('../images/news/news_detail_01.png') no-repeat center center; width: 20px;height: 13px; margin-top: 5px;
display: inline-block; }
 .news_detail_left_title_ico h5{font-size: 13px;font-family: "Arial"; color: #999; padding-right: 15px;display: inline-block;}
 .news_detail_left_title_ico h5 i{ background:url('../images/news/news_detail_02.png') no-repeat center center; width: 20px;height: 12px; margin-top: 4px;
display: inline-block; }
.news_detail_left_title_ico h6{display: inline-block;font-size: 13px;font-family: "Arial"; color: #999; padding-right: 15px;}
.news_detail_left_title_ico h6 i{ background:url('../images/news/news_detail_03.png') no-repeat center center; width: 20px;height: 15px; padding-top: 4px;
display: inline-block; }


.news_detail_left_title_ico h6 .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
.news_detail_left_title_ico .bdshare-button-style0-16 .bds_more{ background-image: url('../images/news/news_detail_03.png') !important; width: 20px; height: 15px;padding-top: 4px}


.news_detail_left_text{ font-size: 15px;line-height: 35px;color: #666; padding-bottom: 50px; }
.news_detail_left_text img{max-width: 100%;}

.news_detail_bottom{width: 100%;overflow: hidden;padding: 20px 0 24px 0; border-top: 1px solid #eee;}
.news_detail_bottom_left{width: 70%;overflow: hidden;float: left;}
.news_detail_bottom_left p{ font-size: 14px; color: #666;margin-top: 16px;}
.news_detail_bottom_left p:hover span{color: #e3143b;}

.news_detail_bottom_right{width: 30%;float: right;overflow: hidden;text-align: right;}
.news_detail_bottom_right h6{width: 120px;height: 38px;background-color: #e3143b;line-height: 38px;color: #fff;text-align: center;display: inline-block;font-size: 14px;
margin-top: 20px;}
.news_detail_bottom_right h6:hover{background-color: #b31735;}


.news_detail_right{ width: 26%; float: right; border-left: 1px solid #ececec; padding-left: 45px; }
.news_detail_right1{ width: 100%; overflow: hidden; padding-bottom: 30px; }
.news_detail_right1 h4{ font-size: 20px;color: #333; border-bottom: 1px solid #ececec; padding-bottom: 20px; }
.news_detail_right1 ul{width: 100%;padding-top: 15px;}
.news_detail_right1 ul li{width: 100%;margin-bottom: 20px;overflow: hidden;}
.news_detail_right1 ul li h5{ font-family: "Arial";font-size: 13px;color: #999;padding-bottom: 5px; }
.news_detail_right1 ul li h6{ font-size: 14px;color: #666;padding-bottom: 8px; height: 56px; line-height: 28px; text-overflow: ellipsis; }
.news_detail_right1 ul li h6:hover{color:#e3143b;}

.news_detail_right2{ width: 100%; overflow: hidden; padding-bottom: 30px; }
.news_detail_right2 h4{ font-size: 20px;color: #333; border-bottom: 1px solid #ececec; padding-bottom: 20px; }
.news_detail_right2 ul{padding-top: 15px;margin-left: -3%;}
.news_detail_right2 ul li{width: 47%;float: left;margin-left: 3%;margin-bottom: 3%; height: 48px;line-height: 48px;text-align: center;background-color: #f2f2f2;}
.news_detail_right2 ul li p{font-size: 14px;color:#666;}
.news_detail_right2 ul li p:hover{color: #b31735;}










/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {



}

@media all and (max-width:1460px) {
 

}

@media all and (max-width:1380px) {

.news{width: 94%}
.news_detail{width: 94%}
.hyzx-picwords{width: 94%}
}

@media all and (max-width:1280px) {

}

@media all and (max-width:1200px) {


}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {

.news_main{padding: 50px 0 50px 0}

.hyzx-picwords-matter ul li { width: 100%;height: auto;}
.hyzx-picwords-matter ul li:first-child p { padding: 12px;font-size: 13px;}
.hyzx-picwords-matter ul li:last-child {padding: 20px 10px 10px 10px;}
.hyzx-picwords {width: 100%;margin-left: 0%;}
.hyzx-picwords-updown .swiper-button-next {right: 0%;}
.hyzx-picwords-message p {margin-top: 18px;}
.hyzx-picwords-updown .swiper-button-prev, .hyzx-picwords-updown .swiper-button-next {width: 26px;height: 60px;top: 18%;}
.hyzx-picwords-updown .swiper-button-prev i, .hyzx-picwords-updown .swiper-button-next i {margin-top: 21px;}
.hyzx-listwords ul {padding: 20px 0;}
.hyzx-listwords-pic {width: 100%;height: auto;}
.hyzx-listwords-words {width: 100%;height: 186px;padding: 10px 0;}
.hyzx-listwords-words h4 {font-size: 16px;}

.picwords-list h4{font-size: 15px;}
.picwords-list h4 span{font-size: 15px;}
.picwords-list h5{font-size: 15px;}



.news_center ul {margin-left: 0%;}
.news_center ul li{width: 100%;overflow: hidden;margin-bottom: 3%;}
.news_img{width: 100%;height:auto; overflow: hidden;}
.news_img img{width: 100%;height:auto;object-fit: cover;transition: all 1s;}
.news_center ul li:hover .news_img img{transform: scale(1.1);}
.news_text{padding: 25px;height: auto;overflow: hidden;}

.news_text h4{font-size: 15px;}
.news_text p{font-size: 13px;}




    /*新闻详情*/
     .news_detail_main{padding: 50px 0 40px 0;}
    .news_detail_left_title h4{font-size: 16px;}
    .news_detail_left_text {font-size: 13px; line-height: 26px;}
    .news_detail_bottom{border-bottom: 1px solid #eee;}
    .news_detail_bottom_left {width: 100%;}
    .news_detail_bottom_right {width: 100%;text-align: center;}
    
    .news_detail_right{width: 100%;margin-top: 30px; border-left: 0px; padding-left: 0px;}
    .news_detail_left{width: 100%}


}


