@charset "utf-8";
/**
 * 长征干部学院分院css
 * 2021年12月21日10:08:58
 * xwx
 */

body {
	background: #F6F7F7;
}

/* header */
header {
	width: 100%;
	padding-top: 285px;
	height: 100px;
	background: url(../images/header_bg.png) no-repeat;
	background-size: 100% 100%;
}


.hd-flex {
	display: flex;
}

.colum {
	width: 230px;
	height: 100px;
	/* justify-content: space-between; */
	background: rgba(149, 59, 56, 0.5);
	line-height: 100px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}


.container-ct {
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}




/* 正文区域 */
.aside-l {
	width: 230px;
	max-height: 500px;
	background: #fff;
	box-shadow: 0 1px 22px rgba(0, 0, 0, 0.10);
}

.aside-l ul li {
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	font-size: 22px;
	border-bottom: 1px solid #eee;
}

.aside-l ul li a{
	display: block;
}

.aside-l ul li:hover,.aside-l ul li.ahov,.aside-l ul li.ahov a,.aside-l ul li:hover a,.aside-l ul li a:hover{
	background-color: #B18867;
	color: #fff;
    transition: all 0.8s;
}

.aside-main {
	width: 1140px;
	/* width: 1400px; */
	background: #fff;
	padding: 20px 20px 50px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.main_title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	margin: 0px 0px 10px;
	box-sizing: inherit;
}

.main_title h2 {
	color: #B18867;
	display: inline-block;
	float: left;
	font-size: 26px;
	height: 50px;
	font-weight: bold;
	padding-right: 20px;
	border-bottom: 1px solid #b30e0e;
	box-sizing: border-box;
}

.main_title h2:before {
	content: "";
	display: block;
	height: 28px;
	width: 3px;
	background: #B18867;
	float: left;
	margin-top: 11px;
	margin-right: 10px;
}

.main_title span {
	float: right;
	font-size: 14px;
	color: #666;
	padding-right: 17px;
}

.main_title span a:hover{
	color: #953b38;
}


.main_container .title {
	font-size: 32px;
	line-height: 1.5;
	color: #333;
	text-align: left;
	margin: 30px 0;
}

.main_container .content {
	padding: 20px 0;
	font-size: 16px;
	line-height: 32px;
	color: #555;
}

.main_container .page {
	margin-top: 12px;
	font-size: 14px;
}

.main_container .page>div {
	height: 36px;
	line-height: 36px;
	color: #666;
	padding-left: 14px;
	background: url('../images/otherIcon.png') left center no-repeat;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.main_container .page>div>a {
	color: #333;
	text-decoration: none;
}
