li{
	list-style: none;
}

/*第三部分*/
.top3{
	width: 100%;
}
/*第四部分*/
.top4{
	width: 100%;
	background: #ebebed;
	padding-top: 15px;
	overflow: hidden;
	padding-bottom: 10px;
}
.top4_contain{
	width: 1140px;
    height: 565px;
    margin: 0 auto;
}
.top4 li{
	margin-top: 1px;
	text-align: center;
}

.top4_li1{
	width: 240px;
	height:45px;
	line-height:45px;
	color:black;
	font-size:16px;
	background: #213c90;
	color: white;
}

.top4_li{
	width: 240px;
	height:35px;
	background:#FFF;
	line-height:35px;
	color:black;
	font-size:14px;
	/* font-weight: bolder; */
}
.top4_li a{
	display:block;
	width: 240px;
	height:35px;
	color: #000040;
}

.top4_li a:hover {
	color:#FDF9F1;
	text-decoration: underline;
	background-color:  #213c90;
}
.top4 ul{
	float: left;
}
.top4_right{
	width: 820px;
	float: right;
	margin-left: 15px;
	position: relative;
	overflow: hidden; 
}
.top4_right_top{
	height: 45px;
	background: white;
	padding-left: 20px;
	line-height: 45px;
	font-weight: bold;
}
.top4_right_contain{
	background: white;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 100px;
	
}
/*new*/


/*分页*/
.top4_right_ul li{
	float: left;
	width: 30px;
	height:25px;
	border: 1px solid #ebebed;
	padding-top: 5px;
}
.top4_right_ul{
	margin-left: 150px;
	position: absolute;
	bottom: 20px;
}

#top4_right_form{
	position: absolute;
	bottom: 30px;
	right: 190px;
}
#top_right_page{
	position: absolute;
	bottom: 30px;
	left: 20px;
}
