.section{
	    min-height: 500px;
}
.section>.container{
	display: flex;
}
.sbanner{
	position: relative;
}
.sbanner img{
	width: 100%;
}
.sbanner .txt{
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
.sbanner .txt p{margin-top: -35%; font-weight: bold;}

/*左侧导航*/
.side{
    float: left;
    width: 295px;
    margin: 0px 0 50px;
	padding-top: 10px;
	background:#fff url(../images/leftbg.jpg) no-repeat;
	
}
.side p{
    height: 80px;
    line-height: 80px;
    padding-left: 40px;
    color: #333;
    font-size: 22px;
  
}
.side>p>span{
    display: none;
    position: absolute;
    top: 16px;
    right: 20px;
    line-height: normal;
    font-size: 26px;
    font-weight: bolder;
}
.side>ul{
	padding-bottom: 20px;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 40px;
}
.side>ul>li>a{
   /* background: #E7E7E7; 
    border-bottom: 1px solid #D4D4D4;*/
}
.side>ul>li span{
    position: absolute;
    top: 9px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
	top:7px;
	color: #fff;
}
.side .sub-menu li a{
    color: #666;
	font-size: 15px;
	padding-left: 60px;
   /* background: #F6F6F6; */
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #7B031F;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
   background: #7B031F;
   color: #fff;
}
.side ul .active>a:before{
   
}

/*右侧主体*/
.column{
    padding: 15px 0 50px 40px;
	flex: 1;
	border-left: 1px solid #EEEEEE;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #888;
	padding-left: 30px;
	background: url(../images/ico_home2.png) no-repeat 0 center;
	height: 40px;
	line-height: 40px;
}
.bread .rt a{
    color: #888;
}
.bread .rt a:hover{
    color: #7B031F;
}

/*通用：列表页*/
.common-list{min-height:300px; }
.common-list li{
	position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
	padding-left: 40px;
    border-bottom: 1px dashed #E5E5E5;
	transition: all 5s ease 
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li::before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 3px;
	position: absolute;
	top:50%;
	margin-top: -2px;
	left: 12px;
	background-color: #7B031F;
	margin-right: 12px;
	position: absolute;
	
	
}
.common-list li:hover::before{
    padding-left: 5px;
    background: #7B031F;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
   
    text-decoration: none;
}



/*详情页*/
.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;
}
.detail img{
	max-width: 90%;
}
.detail table{
	width: 80%;
}
.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 1px solid #F0F0F0;
    min-height: 300px;
}
.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #7B031F;
}
.content table{
	max-width: 90%;
    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}
.content img{
	max-width: 80%;
}
.content video{
	max-width: 100%;
	margin: 0 auto;
}

/*简介页*/
.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;
}
/*师资队伍*/
.leader{
    margin: 30px 0;
}
.leader ul{
    margin: 0 -15px;
    overflow: hidden;
	min-height: 300px;
}
.leader li{
	display: flex;
    float: left;
    width: calc(50% - 10px);
	padding: 20px;
    margin: 0 0px 20px;
    background: #eee;
}
.leader li:nth-child(2n){
	float: right;
}
.leader li .ptbox{
	width: 140px;
	margin-right: 25px;
}
.leader li .ptbox .inner{
	padding-bottom:140% ;
}
.leader li .info{
   flex: 1;
}
.leader li .info h2{
    font-weight: normal;
	color: #7B031F;
}
.leader li .info h2>a{
	color: #7B031F;
}
.leader li .info p{
    color: #666;
   
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
}
