@charset "utf-8";
/**
 * 长征干部学院 内容页css
 * 2021年12月01日15:15:21
 * 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;
	min-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;
	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_container > .content ul.contentlist> li{
   padding: 40px 20px 20px;
   border-bottom: 1px solid #eee;
}

.main_container > .content ul.contentlist> li > a:hover{
	background: #F6F7F7;
	display: block;
}

.main_container > .content ul.contentlist> li > a >h3{
	font-size: 22px;
	color: #B18867;
	line-height: 30px;
	padding-bottom:20px ;
	/* padding: 20px; */
}

.main_container > .content ul.contentlist> li > a >.decription{
	font-size: 16px;
	line-height: 30px;
	padding-bottom:20px ;
}


/* 分页样式 */

.main_container>.page {
    /* width: 875px; */
    display: flex;
    padding: 20px 0;
    justify-content: center;
}

.main_container>.page>.item {
    list-style: none;
    padding: 5px 12px;
    margin: 0 3px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: #fafafa;
    color: #4e4e4e;
}

.main_container>.page>.item>a {
    text-decoration: none;
    color: #4e4e4e;
}

.main_container>.page>.change:hover {
    background-color: #d22d1e;
    border-color: #d22d1e;
}

.main_container>.page>.change:hover>a {
    color: #fff !important;
}

.pageChange {
    width: 30px;
    height: 100%;
    outline: none;
    border: none;
    background: inherit;
    font-size: 16px;
    color: #4e4e4e;
}
