/* 内页 */
.subboxbg{

}
.subboxbg .column{
	min-height: 560px;
	padding: 0 25px;
	background-color: #fff;
	-moz-Box-shadow: 0px 3px 8px #ddd;
	-webkit-Box-shadow: 0px 3px 8px #ddd;
	Box-shadow: 0px 3px 8px #ddd;
}
.profile{
	padding-top: 20px;
	padding-bottom:20px;
	background:url(../images/bread.png) repeat-x 0 bottom;
	color: #666;
}
.profile a{
	color: #666;
}
.profile em{
	padding: 0 10px;
}

.sidebar{
	width: 240px;
    margin:30px 0 50px;
	padding-right: 15px;
    border-right: 1px solid #dbdbdb;
}
.sidebarHd {
    height: 78px;
    line-height: 78px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    background: #90001B url(../images/sidebarHdbg.jpg) no-repeat right bottom;
}
.sidebarHd span{
	display: none;
}
.sidebarBox{
	padding: 6px 0;
}
.sidebarNav{
	height: 44px;
    padding: 6px 0 6px 8px;
}
.sidebarNav a {
    color: #333;
    display: block;
    line-height: 32px;
    font-size: 16px;
    padding-left: 16px;
    box-sizing: border-box;
	border-left: 5px solid transparent;
}
.sidebarNav.jia{
	background: url(../images/jia.png) no-repeat 200px center;
}

.sidebarNav.active a{
	border-left: 5px solid #82001B;
	color: #82001B;
}
.navContent{
	padding-left: 46px;
	line-height: 2;font-size: 15px;
}
.navContent li a{
	color: #666;
}
.navContent li.active a{
	color: #82001B;
	
}

/* 右侧内容 */
.submain{
	width: calc(100% - 270px);
	margin: 30px 0 50px;
}


/* 列表 */
.column_list {
	padding: 10px;
	min-height: 300px;
}
 .column_list ul.list_info li{
    height: 40px;line-height: 40px;
	position: relative;
}
.column_list ul.list_info li a{
	padding-left: 24px;max-height: 40px;
}
.column_list ul.list_info li:before{
    content: '';
    display: inline-block;
    width: 8px;height: 8px;
    position: absolute;
    background: #82001B;
    top:50%; margin-top: -4px; left:3px;
	border-radius: 50%;
}
.column_list ul.list_info li span{
    font-size: 16px;
    height: 40px;line-height: 40px;
	color: #888;
}

/* 详情页 */
.wz{
	padding: 25px 10px;
}

.wz-title {
	font-size: 25px;
	text-align: center;
	color: #333333;
	margin-bottom:10px;
	font-weight: bold;
}

.wz-info {
	font-size: 14px;
	color: #888;
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
}

.wz-info span {
	font-size: 14px;
	color: #888;
	margin-left: 2px;
	margin-right: 15px;
}

.wz-info span:last-child {
	margin-right: 0;
}

.wz-cont {
	line-height: 1.8;
	color: #444;
}

.wz-cont img {
	max-width: 80%;
	padding: 5px;
}
.wz-cont table{
	width: 80%;
	margin: 0 auto;
}
/* 图片列表 */
.list_img li,.list_video li{
	float: left;
	width: 320px;
	margin:0 0 12px 0;
}
.list_img li:nth-child(3n+2),.list_video li:nth-child(3n+2){
	margin:0 30px 12px 30px;
}
.list_img img,.list_video img{
	border: 1px solid #dcdc;
	width: 320px;
	height: 240px;
}
.list_video img{
	height: 180px;
}
.list_img p,.list_video p{
	padding: 10px 0;
	text-align: center;
}

.list_video li{
	position: relative;
}
.list_video li a::before{
	content: '';
	display: block;
	position: absolute;
	top:50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -20px;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	box-shadow: 0 0 3px #ddd;
	background: url(../images/ico_video.png) no-repeat center;
}
/* 图文列表 */
/* 图片列表 */
.teacher ul{
	margin: 5px;
    overflow: hidden;
	min-height:150px;
}
.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(151,41,41,.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;
}


.xyld{width:calc(50% - 30px);height:220px;float:left;margin:15px;background-color: #eeeeee;}
.xyld .xyldleft{width:180px;height:220px;float:left;margin-right:20px;}
.xyld img{width:180px;height:220px;}
.xyld .xyldright{height:220px;color:#1C1B1B; padding: 15px;}
.xyld .xyldright h4{font-weight:bold;color:#82001B; font-size:17px;margin-bottom: 10px;}
.xyld .xyldright a{padding:0;}
.xyld .xyldright a:hover{text-decoration:none;}
.xyld .xyldright p{font-size:15px;color:#1e1e1e;}