.main{
	width:1000px;
	height:1050px;
	margin:0 auto;
	clear: both;
}
.left{
	float:left;
	width:180px;
	height:auto;
	overflow: hidden;
}
.left .top{
	width:100%;
	height:30px;
	background:#15274D;
}
.l_ul{
	width:100%;
	height:auto;
	list-style-type: circle;
}
.l_ul li{
	width:98%;
	height:54px;
	border-bottom: 1px solid #000000;
	margin:0 auto;
	text-align: center;
}
.l_ul li a{
	line-height: 54px;
	color:#777;
	font-size:18px;
}
.l_ul li a:hover{
	color:#182752;
	font-weight: bold;
}
.l{
	width:171px;
	height:61px;
	margin:0 auto;
	background:url("11.png");
	margin-top:10px;
}
.l_res{
	width:145px;
	height:auto;
	margin:0 auto;
}
.l_res img{
	margin-top:5px;
	margin-bottom:13px;
}
.l_res p{
	line-height: 20px;
}
.right{
	width:772px;
	float:right;
	margin-top:46px;
}
.r_title{
	width:100%;
	height:37px;
	border-bottom: 1px solid #000;
}
.r_title h1{
	float:left;
}
.r_title h1 span{
	color:#4B4B4B;
	font-size: 16px;
}
.r_title p.p1{
	float:right;
	padding-top:17px;
	padding-right:5px;
}
.r_ul{
	width:772px;
	height:auto;
	clear: both;
}
.r_ul li{
	height:134px;
	width:772px;
	border-bottom: 1px dashed #000;
	overflow: hidden;
}
.r_ul li img{
	margin-top:18px;
	margin-left:20px;
	margin-right:28px;
	float:left;
}
.r_ul li p{
	margin-top:18px;
	font-size: 18px;
	color:#777;
}
.r_ul li p.res{
	width:600px;
	font-size: 16px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
margin-top:8px;
}
.r_ul li a{
	color:#777;
	font-size: 16px;
	margin-top:5px;
	display: block;
}
.r_ul li a:hover{
	color:#182752;
}
.page{
    text-align: center;
	clear: both;
	padding-top:40px;
	padding-bottom:130px;
}
.page li{
	vertical-align:middle;
	border:1px solid #ADADAD;
	display:inline-block;
	list-style: none;
	line-height:28px;
	height:28px;
}
.page li a{
	padding:0 10px;
	line-height:28px;
	height:28px;
	display:block;
	background:#fff;
	font-size:14px;
}
.page li.thisclass{
		padding:0 10px;
	line-height:28px;
	height:28px;
}
.page li:last-child{
		padding:0 10px;
	line-height:28px;
	height:28px;
}
.page li:last-child:hover{
	background:#15274d;
	color:#fff;	
}
.page li:first-child:hover{
	background:#15274d;
	color:#fff;	
}
.page li:first-child{
		padding:0 10px;
	line-height:28px;
	height:28px;
}
.page li.thisclass, .page a:hover{
	background:#15274d;
	color:#fff;	
}