
.subsection {
	margin-top:20px;
	margin-bottom: 20px;
}
/*左侧导航*/
.side {
	float: left;
	width: 278px;
}

.side p {
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
	color: #fff;
	font-size: 22px;
	background: #9046ab;
}

.side p span {
	display: none;
}

.side>ul {
	padding-bottom: 20px;
}

.side li {
	position: relative;
}

.side li a {
	position: relative;
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	padding-left: 40px;
}

.side>ul>li>a {
	background: #F4F4F4;
	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: #9046ab;
	background: #F6F6F6;
}

.side .sub-menu li a:hover,
.side .sub-menu li.on a {
	color: #9046ab;
	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: #9046ab;
}

/*右侧主体*/
.column {
	float: right;
	width: calc(100% - 308px);
	padding: 0 30px;
	    box-shadow: 0 0 2px #ddd;
		background-color: #fff;
}

.bread {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #D6D6D6;
	overflow: hidden;
}

.bread h1 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.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: 16px;
	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: #333;
	border-radius: 50%;

}

.common-list li:hover p:before {
	background: #C9151E;
}

/* 师资队伍 */
.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 p span {
	color: #666;
	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;
}

