
.header{
	position: inherit;
	background-color: #b71111;
}
.sbanner{
	width: 100%;
}
.sbanner img{
	width: 100%;
}
.subsection{
    min-height: 500px;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
}
.copyright{
	background: #b71111;
	text-align: center;
	padding: 20px 0;
}
.copyright p{
	color: rgba(255, 255, 255, .8)!important;
	text-align: center!important;
}
.copyright p a{
	color: rgba(255, 255, 255, .8)!important;
}
/*左侧导航*/
.side {
	width: 278px;
}

.side p {
	height: 68px;
	line-height: 68px;
	padding-left: 40px;
	color: #fff;
	font-size: 24px;
	background: #b71111;
	margin-bottom: 0!important;
}

.side p span {
	display: none;
}

.side>ul {
	padding-bottom: 20px;
}

.side li {
	position: relative;
}

.side li a {
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding-left: 40px;
}

.side>ul>li>a {
	background: #E7E7E7;
	border-bottom: 1px solid #D4D4D4;
}

.side>ul>li span {
	position: absolute;
	top: 14px;
	right: 20px;
	color: #9D9696;
	font: 20px "宋体";
	font-weight: bolder;
	transition: .3s;
}

.side>ul>li span.on {
	transform: rotate(90deg);
}

.side .sub-menu li a {
	color: #b71111;
	background: #F6F6F6;
}

.side .sub-menu li a:hover,
.side .sub-menu li.on a {
	color: #b71111;
	font-weight: bold
}

.side .sub-menu {
	display: none;
}

.side ul .active .sub-menu {
	display: block;
}

.side ul .active>a {
	background: #fff;
	border-bottom-color: #fff;
}

.side ul .active>a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: #b71111;
}

/*右侧主体*/
.column {
	width: calc(100% - 308px);
}

.bread {
	height: 67px;
	line-height: 67px;
	border-bottom: 1px solid #D6D6D6;
	overflow: hidden;
}

.bread h1 {
	font-size: 24px;
	font-weight: normal;
	color: #b71111;
}

.bread .rt {
	position: relative;
	color: #888;
}

.bread .rt a {
	color: #888;
}

.bread .rt a:hover {
	color: #888;
}

/*通用：列表页*/
.common-list {
	min-height: 300px
}

.common-list li {
	display: flex;
	align-items: center;
	height: 50px;
	font-size: 18px;
	border-bottom: 1px dotted #8C8C8C;
	cursor: pointer;
}

.common-list li:hover {
	background: #F6F6F6;
}

.common-list li span {
	width: 120px;
	padding-right: 10px;
	color: #888;
	text-align: right;
}

.common-list li p {
	flex: 1;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.common-list li p:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #aaa;
	border-radius: 50%;

}

.common-list li:hover p:before {
	background: #b71111;
}

/* 师资队伍 */
.teacher ul {
	margin: 15px 0px;
	overflow: hidden;
	min-height: 150px;
	margin-left: -15px;
	margin-right: -15px;
}

.teacher li {
	float: left;
	width: calc(25% - 30px);
	margin: 15px;
	position: relative;
	border: 1px solid #EEEEEE;
}

.teacher li p {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 0 10px;
	line-height: 40px;
	background: rgba(7, 124, 83, .6);
	text-align: center;
	justify-content: center;
	max-height: 40px;
}

.teacher li p a {
	color: #fff;
}

.teacher li.ptbox .inner {
	padding-bottom: 130%;
}

.teacher li.ptbox .img {
	background-position: center 0;
}

/* 图文 */
.listimg ul {
	margin: 15px 0px;
	overflow: hidden;
	min-height: 150px;
	margin-left: -10px;
	margin-right: -10px;
}

.listimg li {
	float: left;
	width: calc(25% - 24px);
	margin: 12px 12px 0;
	position: relative;
}

.listimg li p {
	padding: 10px 10px 0;
	text-align: center;
}

.listimg li p a {}

/* 领导 */
.leader {
	margin: 20px 0;
}

.leader ul {
	overflow: hidden;
	min-height: 300px;
	margin-left: -10px;
	margin-right: -10px;
}

.leader li {
	float: left;
	display: flex;
	width: calc(50% - 20px);
	padding: 15px;
	margin: 0 10px 20px;
	background: #eee;
}
.leader li:nth-child(2n){

}
.leader li .ptbox {
	width: 35%;
}

.leader li .ptbox .inner {
	overflow: hidden;
	padding-bottom: 136%;
	position: relative;
}

.leader li .info {
	flex: 1;
	padding: 0 20px;
}

.leader li .info h2 {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0 0;
}

.leader li .info p {
	color: #666;
	line-height: 25px;
	margin-top: 15px;
	overflow: hidden;
}

/*详情页*/
.detail {
	margin: 20px 0;
}

.caption {
	text-align: center;
}

.caption h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 30px 0 10px;
	color: #000;;
}
.caption h4 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px;
	color:#666;
}

.caption .content_left_time span {
	margin: 0 5px;
	color: #888;
}

.content {
	margin: 30px 0 !important;
	padding-bottom: 30px !important;
	border-bottom: 3px solid #F0F0F0;
	min-height: 300px;
}

.content img,
.content table,
.content video {
	max-width: 90%;
}

.content table {
	border-collapse: collapse;
}

.content table td {
	border: 1px solid #CCC;
}

.selectTdClass {
	background-color: #edf5fa !important
}

table.noBorderTable td,
table.noBorderTable th,
table.noBorderTable caption {
	border: 1px dashed #ddd !important
}

.content table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
}

.content table td,
.content table th {
	padding: 5px 10px;
	border: 1px solid #DDD;
}

.content table caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}

.content table th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}

.content table tr.firstRow th {
	border-top-width: 2px;
}

.content table p {
	text-indent: 0 !important;
}

.ue-table-interlace-color-single {
	background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
	background-color: #f7faff;
}

/*新闻页*/
.wz {
	background-color: #FFFFFF;
	padding: 35px;
	box-sizing: border-box;
}

.wz-title {
	font-size: 25px;
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
}

.wz-info {
	font-size: 12px;
	color: #9a9a9a;
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
}

.wz-info span {
	font-size: 12px;
	color: #9a9a9a;
	margin-left: 2px;
	margin-right: 15px;
}

.wz-info span:last-child {
	margin-right: 0;
}

.wz-cont {
	line-height: 1.75;
	color: #444;
}

.wz-cont img {
	padding: 5px;
}

.wz-cont img,
.wz-cont table {
	max-width: 90%;
}

/* 上一条、下一条 */
.news-bottom {}
.next-art {}
.next-art p {
	color: #333333;
	font-size: 14px;
	margin-bottom: 20px;
	cursor: pointer;
}
.next-art p b,
.next-art p a b {
	color: #777777;
	font-size: 14px;
	margin-right: 20px;
	font-weight: normal;
}
.next-art p a {
	color: #777777;
	font-size: 14px;
}
.next-art p:hover a b {
	color: #2569e6;
}
.next-art p:hover a {
	color: #2569e6;
}



/*pages*/
.pages {
    clear:both;
    width:100%;
    height:40px;
    margin:30px 0 20px;
}
.pagebox {
    width:100%;
    height:40px;
    line-height: 40px;
    margin: 20px 0;
    text-align:center;
    clear:both;
    font-size:16px;
}
.pagebox span a, .pagebox_pre_nolink{
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    padding:5px 10px;
    font-size: 16px;
    color:#666;
    cursor:default;
    text-align:center;
}
.pagebox span.pagebox_num_nonce {
    background-color:#b71111 ;
    border:1px solid #b71111 ;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
    box-sizing: border-box;
}
.pagebox span.pagebox_num:hover a{
    background-color:#b71111 ;
    border:1px solid #b71111 ;
    color:#fff;
    cursor:pointer;
}
.pagebox span.pagebox_next:hover a,.pagebox span.pagebox_pre:hover a{
    background-color:#b71111 ;
    border:1px solid #b71111 ;
    color:#fff;
    cursor:pointer;
}
.pagebox_jump {
    display:none;
}
.pagebox span.pagebox_num_nonce a{
	color:#fff;
	margin:0;
	padding:0;
	background: none;
	border: 0;
}

.pagebox strong{
	font-weight: normal;
}
.pagebox span.pagebox_num_nonce a{
	color:#fff;
	margin:0;
	padding:0;
	background: none;
	border: 0;
}

.pagebox strong{
	font-weight: normal;
}
