#header{
	height: 160px;
}
#more_content{
	width: 1060px;
	height: 685px;
	margin: 0 auto;
	margin-top: 10px;
}
#more_con_left{
	width: 250px;
	height: 660px;
	float: left;
	background-color: #efefef;
} 
#more_con_left > p{
	width: 250px;
	height: 40px;
	line-height: 38px;
	background-color: #0d4e98;
	font-size: 21px;
	color: #fff;
	text-align: center;
}
#more_con_left .column-item{
	width: 250px;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
#more_con_left .column-item > a{
	width: 250px;
	height: 40px;
	font-size: 18px;
	color: #0d4e98;
	text-decoration: none;
	line-height: 38px;
}
#more_con_left .column-item > a:hover {
	color: #17255e;
}
#more_con_right{
	width: 810px;
	height: 660px;
	float: right;
}
#more_con_right .text_top{
	height: 40px;
	width: 810px;
	background: url(../images/more_news_bg.png) repeat-x bottom;
}
#more_con_right .text_top .infor,#more_con_right .text_top .location{
	color: #595858;
	height: 40px;
	line-height: 40px;
}
#more_con_right .text_top .infor{
	font-size: 22px;
	float: left;
	color: #1057c2;
}
#more_con_right .text_top .location{
	float: right;
	font-size: 14px;
}
#more_con_right .text_top .location > a {
	text-decoration: none;
	color: #595858;
}
#more_con_right .text_top .location > a:hover {
	color: #1057c2;
}
#more_con_right .more_content{
	width: 790px;
	height: 620px;
	margin-left: 20px;
}
#more_con_right .more_content ul{
	width: 790px;
	max-height: 533px;
	overflow: hidden;
}
#more_con_right .more_content ul li{
	position: relative;
	width: 780px;
	height: 40px;
	border-bottom: 1px dashed #848484;
}
#more_con_right .more_content ul li a{
    display: inline-block;
    width: 660px;
	height: 40px;
	font-size: 14px;
	color: #595858;
	text-decoration: none;
	line-height: 40px;
}
#more_con_right .more_content ul li span{
	font-size: 14px;
	color: #595858;
	position: absolute;
	right: 20px;
	top: 12px;
}
#more_con_right .more_content ul li a:hover{
	color: #197ced;
}
#page{
	width: 360px;
	margin: 25px auto;
}