.content {
	width: 1200px;
	min-height: 700px;
	margin: auto;
	padding: 25px 10px;
}

.left {
	width: 250px;
	min-height: 700px;
	float: left;
}

.left-top {
	width: 250px;
	height: 50px;
	background: #0f429b;
	line-height: 50px;
	box-sizing: border-box;
	font-size: 20px;
	color: white;
	display: block;
	padding: 0px 5px 0px 30px;
}

.left-bottom {
	width: 250px;
	min-height: 600px;
	/* background-color: beige; */
}

.right {
	width: 900px;
	min-height: 700px;
	float: right;
}

.right-top {
	width: 900px;
	height: 50px;
	border-bottom: 1px solid #DBDBDB;
	box-sizing: border-box;
}

.top-le {
	width: 200px;
	height: 50px;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: left;
	display: inline-block;
	font-size: 18px;
	font-family: "Microsoft yahei";
	font-weight: normal;
	color: #0f429b;
	padding-left: 20px;
}

.top-ri {
	min-width: 200px;
	height: 100%;
	float: right;
	position: relative;
	display: flex;
	justify-content: left;
}

.top-ri{
	white-space: nowrap;
	line-height: 46px;
	color: #666;
}

.right-bottom {
	width: 900px;
	min-height: 650px;
}


/* other */
.left-top {
	font-size: 20px;
	color: #FFFEFA;
}

.wp_listcolumn .wp_column a {
	display: block;
	width: 100%;
	color: #635E42;
	font-size: 16px;
	font-weight: bold;
	word-wrap: break-word;
	background: #FFFEFA url(/_upload/tpl/0a/e1/2785/template2785/wp_column_menu_li_1.gif) no-repeat 6px 12px;
	border-bottom: 1px dashed #4EAB57;
	border-top: 1px solid #fff;
	text-align: left;
}


.wp_article_list {
	list-style: none;
}

.wp_article_list .list_item .Article_Index {
	display: none;
}

.wp_article_list .list_item {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #635E42;
	font-size: 17px;
}

.Article_Title a {
	text-decoration: none;
	color: black;
}

.Article_Title a:hover {
	color: #635E42;
}

.wp_article_list {
	margin-left: -40px;
}

.wp_listcolumn {
	border-top: 1px solid transparent;
	margin: 0 -40px;
}