/* 内页 */
body{
	background: url(../images/bg.jpg) repeat;
}
.sbanner{
	overflow: hidden;
}
.sbanner img{
	width: 100%;
}

.subboxbg{
	position: relative;
	
}
.subboxbg .column{
	display: block;
}


.sidebar{
	width: 240px;
	min-height: 300px;
	padding-bottom: 120px;
	margin-top:-80px;
	margin-bottom: 80px;
	background: #9d4040 url(../images/sidebarbg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	
}
.sidebarHd {
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    background:#932c2c;
    font-size:24px;
}
.sidebarHd span{
	display: none;
}
.sidebarBox{
}
.sidebarNav{
	padding: 15px 0;
    margin: 0px 30px;
	border-top: 1px solid #fff;
}
.sidebarBox .sidebarNav:nth-of-type(1) {
    border-top: 0;
}
.sidebarNav a {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    line-height: 1.8;
    font-size: 18px;
    box-sizing: border-box;
	text-align: center;
}
.sidebarNav.jia{
	background: url(../images/jia.png) no-repeat 200px center;
}

.sidebarNav.active a{
	color: rgba(255, 255, 255, 1) ;
	font-weight: bold; 
}
.sidebarBox .navContent{display: none;background: #B45858;position: relative;margin-top:5px;line-height: 1.8;font-size: 16px; margin: 0 30px; padding: 12px 0;}
.sidebarBox .navContent:before{
	content: "";
position: absolute;
left: 0;right: 0;
top:-10px; 
width: 0;
  height: 0;margin:0 auto;text-align: center;
  border-left: 5px solid transparent;  
  border-right: 5px solid transparent;  
  border-bottom: 10px solid #B45858; }

.navContent li{
	padding: 3px 10px;
	text-align: center;
}
.navContent li a{
	color: rgba(255, 255, 255, .7);
}
.navContent li.active a{
	color: #972929 ;
	
}

/* 右侧内容 */
.submain{
	width: calc(100% - 300px);
	padding:30px 50px;
	margin: 30px 0 50px;
	background-color: #fff;
	box-shadow: 0 0 6px #ccc;
}
.profile{
	color: #666;
}
.profile a{
	color: #666;
}
.profile em{
	padding: 0 10px;
}

/* 列表 */
.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;
	height: 34px;
	max-height: 34px;
}
.column_list ul.list_info li:before{
    content: '';
    display: inline-block;
    width: 8px;height: 8px;
    position: absolute;
    background: #972929 ;
    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 0;
}

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

.fz-title {
	font-size: 21px;
	text-align: center;
	color: #333333;
	margin-bottom:10px;
}

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

}

.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: #333;
	padding:30px  0;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	margin-top: 22px;
}

.wz-cont img {
	max-width: 90%;
}
.wz-cont table{
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}

.wz-cont 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
}

.wz-cont table td,
.wz-cont table th {
	padding: 5px 10px;
	border: 1px solid #DDD;
}

.wz-cont table caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}

.wz-cont table th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}

.wz-cont table tr.firstRow th {
	border-top-width: 2px;
}

.ue-table-interlace-color-single {
	background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
	background-color: #f7faff;
}
.wz-next{
	padding: 20px 0 0;
}
.wz-next p{
	padding: 10px 0;
}
.wz-next p a{
	color: #a41529;
}
/* 图片列表 */
.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;
}
/* 图文列表 */

.xyld{width:496px;height:220px;float:left;margin:15px;background-color: #eeeeee;}
.xyld .xyldleft{width:180px;height:220px;float:left;margin-right:20px;}
.xyld img{width: 126px; height: 186px; margin: 16px 20px;}
.xyld .xyldright{height:220px;color:#1C1B1B; padding: 15px;}
.xyld .xyldright h4{font-weight:bold;color:#972929 ; 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;line-height:28px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-ms-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-line-clamp:5;-ms-line-clamp:5;-moz-line-clamp:5;-o-line-clamp:5;overflow:hidden;}


/* 学生风采 */
.list_xsfc .imgbox{
	float: left;
	width: calc(25% - 16px);
	margin-right: 16px;
	margin-bottom: 12px;
	position: relative;
	text-align: center;
}
.list_xsfc .imgbox a.ptbox{
	display: block;
	position: relative;
	margin-bottom: 5px;
}

