@charset "utf-8";

/*新闻资讯*/
.new{
	width: 1230px;
}
.new .new_top{
	text-align: center;
	color: #192444;
	font-size: 0;
	margin-bottom: 20px;
}
.new .new_top h3{
	font-size: 20px;
	font-weight: normal;
	/*height: 20px;*/
}
.new .new_top p{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;

}
.new .new_top span{
	display: inline-block;
	width: 35px;
	height: 1px;
	background-color: #192444;
	/*margin-top: 2px;*/
}
.nb_left .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.nb_left .swiper-pagination{
	text-align: right;
	padding-right: 20px;
}
.new .nb_left .swiper-slide{
	width: 100%;
}
.new .nb_left .swiper-slide img{
	width: 100%;
}
.new a{
	text-decoration: none;
	color: #000;
}
.new .nb_right{
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 20px;
	/*margin-top: 20px;*/
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 15px;
}
.new .nb_right .box  .active{
	color: #192444;
}
.new .nb_right .box .riiii{
	text-align: right;
	margin-bottom: 20px;

}
.new .nb_right .box .biao{
	/*margin-top: 20px;*/
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
		border-bottom: 1px solid #B4B4B4;
}
.new .nb_right .box .biao span{
	font-size: 18px;
	/*margin-bottom: 10px;*/
}
.new .nb_right .box .biao h3{
	font-size: 18px;
	color: #192444;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.new .nb_right .box .biao p{
	font-size: 12px;
	line-height: 20px;
	text-indent:2em;
	color: #999;
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.new .nb_right .box ul li{
	background: url(../images/yuan.jpg) left center no-repeat;
	padding-left: 15px;
	font-size: 14px;
	width: 100%;
	/*height: 26px;
	line-height: 26px;*/


}
.new .nb_right .box ul li a{
		color: #999;
}
.new .nb_right .box ul li:hover a{
	color: #192444;
}
.new .nb_right .box ul li .p1{
	float: left;
	width: 72%;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.new .nb_right .box ul li  .day{
	float: right;
	width: 20%;
}
.wei{
	
	margin-top: 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}
.wei a{
	display: inline-block;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	width: 100px;
	height: 26px;
	background-color:#FFA607;
	color: #fff;
	line-height:26px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
}

.phone_hide{
	display: none;
}
.phone_show{
	display: block;
}