/* 内页 */
.sbanner{
	overflow: hidden;
	position: relative;
}
.sbanner img{
	width: 100%;
}
.sbanner .swiper-pagination{
	text-align: center;
	z-index: 33;
	padding-right: 10px;
	bottom:6px;
}
.sbanner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color:#7F7D7D;
	opacity: 1;
}
.sbanner .swiper-pagination-bullet{
	background-color: #fff;
}
.sbanner .swiper-pagination-bullet-active{
	background-color:#C22525 ;
}

.subboxbg{
	background: url(../images/mainbg.jpg) no-repeat center bottom;
}
.subboxbg .column{
	min-height: 560px;
	background-color: #fff;
}
.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: 250px;
    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:#9B2F2D url(../images/sidebarHd.jpg) no-repeat right bottom;
    font-size:20px;
}
.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 right center;
}

.sidebarNav.active a{
	border-left: 5px solid #972929 ;
	color: #972929 ;
}
.navContent{
	padding-left: 46px;
	line-height: 2;font-size: 15px;    display: none;
}
.sidebarNav.active .sub-menu {
    display: block;
}
.navContent li a{
	color: #666;
}
.navContent li.active a{
	color: #972929 ;
	
}

/* 右侧内容 */
.submain{
	width: calc(100% - 260px );
	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;
	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;
}

.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%!important;
}
.wz-cont table{
	width: 80%;
	margin: 0 auto;
}
/* 图片列表 */
.teacher ul{
	margin: 5px 15px;
    overflow: hidden;
	min-height:150px;
}
.teacher li{
    float: left;
    width: calc(25% - 60px);
	margin: 15px 30px;
	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:230px;float:left;margin:15px;background-color: #eeeeee;}
.xyld .xyldleft{width:170px;height:230px;float:left;margin-right:20px;}
.xyld img{width: 148px; height: 196px; margin: 18px 20px; object-fit: cover;}
.xyld .xyldright{height:230px;color:#1C1B1B; padding: 15px;}
.xyld .xyldright h4{font-weight:bold;color:#972929 ; font-size:20px;margin:10px 0;}
.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;max-height:9.5em; 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;
}
