.banner{
	background-image: url(../images/new-list_banner.png);
	background-size: cover;
	height: 300px;
}
.banner h4{
	padding-top: 105px;
	color: #ffffff;
	font-size: 24px;
	margin-top: 0px;
}
.banner p{
	color: #ffffff;
	font-size: 12px;
}
.new-list{
	background-color: #f5f5f5;
}
.new-list .container{
	padding-top: 30px;
}
.new-left{
	float: left;
	width: 25%;
	background-color: #ffffff;
	border: 1px solid #fff;
	height: 350px;
}
.new-left ul{
	list-style: none;
	padding-left: 0px;
}
.new-left .one{
	height: 50px;
	background-color: #00a0e9;
}
.one a{
	display: block;
	padding-top: 10px;
	color: #fff;
	font-size: 20px;
}
.one a:hover{
	text-decoration: none;
	/*color: red;*/
}
.new-left .two{
	height: 50px;
}
.two a{
	color: #333333;
	display: block;
	padding-left: 50px;
	line-height: 50px;
	font-size: 16px;
}
.two a:hover{
	text-decoration: none;
	color: red;
}
.two{
	background: url(../images/new-icon.png) 245px no-repeat;
}
hr{
	margin-top: 0px;
	margin-bottom: 0px;
}
.new-right{
	float: right;
	width: 72%;
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #fff;
}
.new-xq{
	padding: 40px;
}
.new-xq h4{
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}
.new-xq p a{
	color: #999999;
	font-size: 14px;
}
.new-xq p a:hover{
	text-decoration: none;
	color: #00a0e9;
}
.xiao{
	padding:0px 60px;
}
.Title{
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
}
.wenzi{
	text-indent: 2em;
	font-size: 15px;
	line-height: 25px;
}
.jiao-left{
	text-decoration: underline;
	font-size: 14px;
	color: #999999;
}
.jiao-left:hover{
	color: red;
	text-decoration: none;
}
.jiao-right{
	text-decoration: underline;
	font-size: 14px;
}
.jiao-right:hover{
	color: red;
	text-decoration: none;
}
@media(max-width: 767px){
	.new-left{
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #fff;
	height: 200px;
	float: none;
	margin: 0 auto;
	}
	.new-right{
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	}
	.new-xq{
	padding: 15px;
	}
	.xiao{
	padding:0px 6px;
	}
    .two{
	background: url(../images/new-icon.png) 90% no-repeat;
	}
}