* {
	margin: 0;
	padding: 0;
}

.wp_article_list {
	margin-left: 0px;
}

.wp_listcolumn {
	margin-left: 0px;
}

.content {
	width: 1200px;
	min-height: 700px;
	margin: auto;
	margin-top: 20px;
}

.left {
	width: 250px;
	min-height: 700px;
	float: left;
}

.left-top {
	width: 250px;
	height: 80px;
	background-color: #3A77C6;
	padding: 20px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 20px;
	color: white;
}

.left-bottom {
	width: 250px;
	min-height: 600px;
	/* background-color: beige; */
}

.right {
	width: 900px;
	min-height: 700px;
	float: right;
}

.right-top {
	width: 900px;
	height: 90px;
	border-bottom: 2px dashed #112b78;
	padding-top: 50px;
	box-sizing: border-box;
}

.top-le {
	width: 200px;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: column;
}

.top-le a{
	text-decoration: none;
	color: #a6282f;
}

.weizhi {
	/* float: left; */
}

.right-bottom {
	width: 900px;
	min-height: 600px;
}


/* 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;
}