* {
	margin: 0;
	padding: 0;
}

.content-list {
	max-width: 1400px;
	min-height: 900px;
	/* background-color: red; */
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}

.wp_article_list .list_item .Article_Index {
	margin-top: 13px;
}

.wp_article_list .list_item {
	height: 37px;
	line-height: 37px;
	list-style: none;
	padding: 0 10px;
	box-sizing: border-box;
}

.wp_article_list .list_item a {
	text-decoration: none;
	color: black;
}

#wp_listcolumn_w32 .wp_listcolumn .wp_column a.selected {
	color: rgb(255, 255, 255);
	background-color: #0094dc !important;
}

.list-left {
	width: 260px;
	min-height: 900px;
	background-color: white;
}


.list-ltf {
	width: 100%;
	height: 80px;
	background-color: #0062c4;
	display: flex;
	align-items: center;
	font-size: 23px;
	color: white;
	font-weight: bold;
	padding-left: 20px;
	box-sizing: border-box;
}

.list-lti {
	width: 100%;
	min-height: 820px;
	/* border: 1px solid black; */
}

.list-intru {
	width: 1080px;
	min-height: 900px;
	background-color: white;
}

.ltit {
	width: 100%;
	height: 80px;
	/* background-color: orangered; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lt {
	min-width: 170px;
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: white;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: deepskyblue;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
}

.Column_Position a {
	text-decoration: none;
	color: black;
}

.litd {
	min-width: 320px;
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #000;
	padding-left: 20px;
}


.list-con {
	width: 1400px;
	min-height: 560px;
	margin: 60px auto;
}

.list-conl {
	width: 430px;
	min-height: 560px;
	float: left;
}

.listtit {
	width: 100%;
	height: 88px;
	background: #0056a8;
	background-image: linear-gradient(to left, #0056A8, #0065CA, #0056A8);
}

.listtitsec {
	width: 100%;
	min-height: 176px;
	background: aliceblue;
}

.list-conr {
	width: 934px;
	min-height: 560px;
	float: right;
}

.list-contit {
	width: 934px;
	min-height: 88px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #0056a8;
	/* background-image: linear-gradient(to left, #0056A8, #0065CA, #0056A8); */
}

.listrtt,
.listlocal {
	min-width: 176px;
	height: 88px;
	margin: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.listnew {
	width: 100%;
	min-height: 560px;
}