/*news_index*/
.news_indexb{background: url(../images/news_indexb.jpg) no-repeat;padding: 2rem 0;}



.news_indexbs{background: url(../images/news_indexbs.jpg) no-repeat;padding-bottom:5rem;}
.news_indexbs h1{color: #fff;margin-bottom:0.5rem;}
.news_indexbs p{color: #fff;}
.news_indexbs span{margin-right: 2rem;}


.news_bodyb{color: #666;line-height: 28px;}
.news_htel{background: #eff5ff;border-radius: 2rem 2rem 0 0;padding: 0 2rem;box-shadow: 5px 5px 15px rgb(215, 221, 241);height: 75px;margin-top:-4.5rem;position:absolute;z-index:999999;}
.news_htel b{background: linear-gradient(to right,#f20d01 ,#ff461f);color: #fff;padding: 0.5rem 1.5rem;margin: 0 0.5rem;border-radius: 1.5rem;cursor: pointer;}
.news_htel strong{color: #F40105;font-size: 1.4rem;}
.news_bodyb .left{float: left;width: 72%;}
.news_bodyb .right{float: right;width: 20%;padding: 1%;margin:1%;box-shadow: 0px 0px 10px rgb(215, 221, 241);}
.news_bodyb .right h4{text-align: center;font-size: 1.4rem;margin-bottom: 0.8rem;}
.news_bodyb .right li{margin:2% 0;border-radius: 1rem;text-align: center;}
.news_bodyb .right img{max-width: 100%;border-radius:1rem;}
.news_bodyb .right h3{font-size: 1rem;line-height: 2;font-weight: 500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}

.news_pn{box-shadow:1px 1px 5px 1px rgb(215, 221, 241);padding: 2% 4%;border-radius: 1rem;margin:1%;font-size: 1rem;display: inline-block;width: 90%;}
.news_pn p{padding: 0.6rem 0;float: left;width: 50%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;}
.news_pn a{}


.news_body{padding:1%;}

/*新闻*/
.news_prob{}
.news_prob h4{font-size:1.8rem;}
.news_prou{display: inline-block;width: 100%;}
.news_prou li{float: left;width: 46%;margin: 0.5%;padding: 1%;box-shadow: 1px 1px 5px 1px rgb(215, 221, 241);border-radius: 1rem; }
.news_prou .n_top{display: inline-block;width: 100%;line-height: 1.8;}
.news_prou .n_top h3{float:left;width: 80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;}
.news_prou .n_top span{float: right;}
.news_prou .n_bottom p{font-size: 0.95rem;}

.news_prous{display: inline-block;width: 100%;}
.news_prous li{float: left;width: 46%;margin: 0.5%;padding:0 1%;}
.news_prous li h3{float: left;width: 80%;font-weight:500;font-size:1rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;}
.news_prous li span{float: right;}



@media screen and (max-width:999px){
	.news_bodyb .right{display: none;}
	.news_bodyb .left{width: 100%;}
}
@media screen and (max-width:768px){
	.news_indexbs h1{font-size:1.2rem;}
	.news_indexbs p,.news_pn{font-size:0.9rem;}
	.news_htel{display:none;}
	.news_indexbs{padding:4% 2%;}
	.container_sub p{height:auto;line-height:normal;}
	.news_body{line-height: 1.8;font-size: 0.9rem;}
	.news_pn p{width: 100%;padding: 0.4rem 0;}
}
@media screen and (max-width:650px){
	.news_pn p{padding: 0.2rem 0;}
}
