.sbanner{
    position: relative;
    overflow: hidden;
	margin-top: -130px;
	z-index: 22;
}
.sbanner .txt{
    position: absolute;
    top: 50%;
    left: 6%;
    color: #fff;
    transform: translate(0%,-50%);
}
.sbanner .txt h1{
	font-weight: bold;    line-height: 1.2;
}
.sbanner .txt p{
	text-transform: capitalize;
	font-family: arial;
}
.sbanner img{
	width: 100%;
}
.section{
    min-height: 500px;
	background: url(../images/sbg.jpg) no-repeat;
	background-size: 100% auto;
	padding-bottom: 50px;
}

.bread{
    height: 68px;
    line-height: 68px;
	font-size: 14px;
	padding-left: 10px;
}

.bread a{
    color: #666666;
}
.bread a:hover{
    color: #666666;
}

.section>.columnbox{
	display: flex;
	align-items: flex-start;
}

/*左侧导航*/
.side{
    width: 254px;
	border-left: 2px solid #EAE7E5;
	padding-left: 28px;
}

.side>ul{
	padding-bottom: 20px;
}
.side li{
    position: relative;
	 border-bottom: 2px solid #EAE7E5;
}

.side li a.name{
    position: relative;
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    padding-left: 28px;
}
.side>ul>li span{
	width:12px;
	height: 12px;
	border-left: 1px solid #9D9696;
	border-bottom: 1px solid #9D9696;
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	position: absolute;
	top: 26px;
    right: 20px;
    color: #fff;
    font: 0px '宋体';
    transition: .3s;
}
.side>ul>li span.on{
        transform: rotate(135deg);
        top: 33px;
}
.side .sub-menu{
    display: none;
}
.side .sub-menu li{
	padding-left: 28px;
	border-bottom: 0;
}
.side .sub-menu li a{
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 18px;
	font-size: 17px;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #fff;
	background-color: #701F2B;
}

.side ul li.active .sub-menu{
    display: block;
}
.side>ul>li.active>a.name:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 15%;
    width: 5px;
    height:70%;
    background: #70202B;
}


/*右侧主体*/
.column{
	flex: 1;
	margin-left:60px ;
}
.column_name{
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}


/*通用：列表页*/
.common-list{
	border-top: 1px solid #EBEBEB;
}
.common-list li{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #EBEBEB;
}
.common-list .date{
	color: #701f2b;
	text-align: center;
	width: 100px;
}
.common-list .date p{
	line-height: 1;
}
.common-list .date span{
	font-size: 14px
}
.common-list .txt{
	flex: 1;
	padding-left: 48px;
	display: flex;
	align-items: center;
	position: relative;
}
.common-list .txt:after {
    content: "/";
    font-size:24px;
    position: absolute;
    left:12px;
    top: 50%;
    line-height:1;
    margin-top: -13px;
    color: #B4B1B1;
}
/*详情页*/
.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #666;
    margin: 0 5px;
}
.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;
}
.content img{
	max-width: 90%;
}
.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #C9151E;
}
.content table{

    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}

/*简介页*/
.profile{
    padding: 30px 0;
    min-height: 300px;
}

/*师资队伍*/
.teacher p{
    color: #333;
	text-align: center;
}
.teacher ul{
	margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
	min-height: 300px;
}
.teacher li{
    float: left;
    width: 25%;
	padding: 15px 15px 0;
    line-height: 40px;
    font-size: 16px;
}
.teacher li img{
	width: 100%;border: 1px solid #dcdc; height: 270px;
	object-fit: cover;
}
/*师资队伍*/
.teacher-list p{
    margin: 30px 0;
    color: #701f2b;
    font-size: 24px;
}
.teacher-list ul{
    margin-bottom: 20px;
    overflow: hidden;
}
.teacher-list li{
    float: left;
    width: 20%;
    padding-left: 25px;
    line-height: 40px;
    font-size: 18px;
}

/*现任领导*/
.leader{
  
	
}
.leader ul{
    padding: 5px;
    overflow: hidden;
	clear: both;
}
.leader li{
   background-color: #fff;
   box-shadow: 0px 1px 3px #ddd;
   padding: 10px;
   display: flex;
     margin-bottom: 15px;
}
.leader li .ptbox{
	width: 33.33%;
}
.leader li .info{
	flex:1;
	padding-left:26px ;
}
.leader li .info h2{
	color: #701f2b;
	font-weight: bold;
	position: relative;
	margin-top: 12px;
}
.leader li .info h2 a{
	color: #701F2B;
}
.leader li .info h2::before{
	content: '';
	position: absolute;
	width:44px;
	height: px;
	background-color: #A40000;
	top:50%;
	left: -48px;
}
.leader li .info h3{
	margin-bottom: 20px;
}
.leader li .info .txt{
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
	height: 66px;
}
.leader li .info .txt a{
	color: #999;
}
.leader li .info .more{
	opacity: 0.6;
}
/* 组织结构 */
.page-nav{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.page-nav dd{
	width: calc(20% - 6px);
	margin:3px;
}
.page-nav dd a{
	background-color:#E6D1CA;
	color: #701f2b;
	display: block;
	line-height: 54px;
	text-align: center;
}
.page-nav dd a:hover,.page-nav dd a.on{
	background-color:#701f2b ;
	color: #fff;
}
.org-list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 3px;
}
.org-list li{
	width: calc(50% - 6px);
	height: 58px;
	padding: 0 25px;
	display: flex;
	align-items: center;
	background-color: #fff;
	line-height: 1.4;
	border-left: 3px solid #E3B8A8;
	margin-bottom: 12px;
	box-shadow: 2px 2px 5px #ddd;
	transition: all 1s linear 0s;
	
}
.org-list li:nth-child(2n){
	margin-left: 12px;
}
.org-list li:hover{
	border-left: 3px solid #701f2b;
}
.wz{
	position: relative;
	padding-left:130px;
	padding-right:20px;
}
.swz{
	padding-left:20px;
	padding-right:20px;
}
.wz-title{
	font-size: 28px;
	color: #701F2B;
	margin: 10px 0 25px;
	text-align: center;
	font-weight: bold;
}
.wzleft{
	position: absolute;
	left: 0;
	top:0;
	width: 82px;
	border-right: 1px solid #E7CCC2;
	text-align: center;
}
.wzleft>p{
	padding: 15px 0 8px;
}
.wzleft .date{
	width: 100%;
	height: 82px;
	background-color:#701F2B;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.wzleft .date p{
	padding-top: 15px;
}
.wzleft .social-share .social-share-icon{
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin:6px;
}
.wz-cont{
	line-height: 1.8;
	color: #444;
	font-size: 18px!important;    
    text-align: justify;
}
.wz-cont *{
    font-size: 18px !important; 
    font-family: '宋体' !important;
    line-height: 1.5 !important;
}
.wz-cont img {
	max-width: 90%;padding:5px;
}
.wz-cont table{
	max-width: 100%;
}
.wz-cont table tr th,.wz-cont table tr td{
	border: 1px solid #ddd;
	padding: 5px;
}
.wz-cont video{
	width:60%!important;margin: 0 auto;
}