@charset "utf-8";

/*新闻资讯*/
.new{
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
.new .new_bottom{
	width: 100%;
	height: 228px;
}
@media screen and (min-width:1100px){
	.new .new_bottom{
		height: 254px;
	}
	.new .nb_right .box .riiii{
		font-size: 16px;
	}
	.new .new_bottom .nb_right{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.new .new_bottom .nb_right ul{
		/*padding-top: 20px;*/
	}
	.new .nb_right .box {
		width: 100%;
	}
	.new .nb_right .box .topp{
		width: 100%;
	}
	.new .nb_right .box .riiii{
	float: left;
	margin-bottom: 0px;
	/*width: 50%;*/


}
.new .nb_right .box .rrr{
	/*width: 20%;*/
	float: right;
	padding-right: 10px;
}
}
.new .new_bottom .nb_left {
	width: 48%;
	height: 100%;
	overflow: hidden;
	float: left;
}
.new .new_bottom .nb_left .swiper-slide{
	height: 100%;
	width: 100%;
}
.new .new_bottom .nb_left .swiper-slide img{
	width: 100%;
	/*height: auto;*/
}
.new .new_bottom .nb_right{
	width: 41%;
	float: right;
	height: 65%;
	-webkit-box-sizing: border-box;
}
/*知识专栏*/

.big_pad_show{
	display: block;
}
.big_pad_hide{
	display: none;
}