.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;
}
.clear{
	clear:both;
}
.new-right{
	float: right;
	width: 70%;
	background-color: #fff;
	margin-bottom: 20px;
}
.new-right ul{
	list-style: none;
	border: 1px solid #fff;
	padding: 15px;
	margin-bottom: 0px;
}
.new-right dt{
	float: left;
	width: 40%;
}
.new-rigth dl dt dd{
	float: right;
	width: 50%；
}
.new-right ul li hr{
	margin-top:28px;
	margin-bottom: 20px;
}
.size{
	font-size: 16px;
	padding-top: 10px;
}
.size a{
	color: #333333;
}
.size a:hover{
	text-decoration: none;
	color: red;
}
.list{
	font-size: 12px;
	color: #c6c6c6;
	line-height: 25px;
}
.jy ul{
	padding-top: 0px;
}
.pagination{
	margin-top: 0px;
}
.pagination>li>a, .pagination>li>span{
	border: 0px;
	color: #000;
}
.coro{
	color: #00a0e9;
}

@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-right dt{
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	}
	.new-rigth ul li dl dt dd{
	float: none;
	width: 80%;
    }
    .two{
	background: url(../images/new-icon.png) 90% no-repeat;
	}
}