/* 列表展示部分 */
.lcon {
	width: 1200px;
	min-height: 660px;
	margin: 10px auto;
	background-color: lavender;
}

/* 此处为列表显示项总括 */
.list {
	width: 75rem;
	min-height: 560px;
	/* background-color: papayawhip; */
	margin:10px auto;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

/* 左侧列表项显示栏 */
.list-1 {
	width: 260px;
	min-height: 560px;
	/* background-color: red; */
}

.list-item {
    width: 260px;
    height: 80px;
    padding: 23px;
    color: white;
    font-size: 23px;
    background-color: #2665FB;
}

.list-item2 {
	width: 260px;
	min-height: 470px;
	background-color: snow;
}

/* 右侧列表显示栏 */
.list-2 {
	width: 910px;
	min-height: 35rem;
	/* background-color: aliceblue; */

}

.list-tit {
    width: auto;
    height: 80px;
    border-bottom: 1px wheat solid;
    padding: 27px;
}

.BOTTOM {
	width: 100%;
	height: 300px;
	background-color: #014599;
	/* display: flex; */
	justify-content: center;
	align-items: center;
}

.bottom {
	width: 1200px;
	height: 252px;
	margin: 0 auto;
	display: flex;
	padding-top: 20px;
	justify-content: space-between;
}

.intrduce {
	width: 500px;
	height: 180px;
	color: whitesmoke;
	/* background-color: red; */
}

.intrduce-mar{
	margin-top: 35px;
}

.BOTTOM-text{
	text-align: center;
	line-height: 36px;
	color: white;
	border-top: 1px solid gainsboro;
}

.intrduce>h2 {
	font-family: 'Courier New', Courier, monospace;
	font-size: 26px;
	margin: 3px 0;
}

.intrduce>h2::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: whitesmoke;
	margin-bottom: 1px;
	margin-right: 6px;
}

.intrduce>p {
	line-height: 30px;
	/* font-family: 'Courier New', Courier, monospace; */
}

#wp_listcolumn_w82 .wp_listcolumn .wp_column a.selected {
    color: rgb(255, 255, 255);
    background-color: #014599!important;
}