.section{
	    display: flex;
            flex-grow: 1;
		padding: 25px 25px 0;
		background-color: #F2F2F2;
		width: 1234px;
		margin: 0 auto;
}
.section>.clearfix{
        width: 100%;
	background: #fff;
}
/*左侧导航*/
.side{
    float: left;
    width: 263px;
    margin: 15px 0 30px 15px;
}
.side p{
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    color: #fff;
    font-size: 20px;
    background: #C7161E;
}
.side p span{
    display: none;
}
.side>ul{
	padding-bottom: 20px;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding-left: 30px;
}
.side>ul>li>a{
    background: #e1e1e1;
    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #E8E8E8;
	height: 40px;
	line-height: 40px;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #DA222F;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #DA222F;
}

/*右侧主体*/
.column{
    margin: 0px 0 30px 278px;
	
	padding: 0 15px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 22px;
    font-weight: normal;
}
.bread .rt{
	font-size: 14px;
    position: relative;
    color: #9A9A9A;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #C9151E;
}

/*通用：列表页*/
.common-list{min-height:300px}
.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #C9151E;
}


/*详情页*/
.detail{
    margin: 20px 0;
    overflow: hidden;
}
.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: 100% !important;
}
.detail table{
	max-width: 100% !important;
}
.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: 15px;
}
.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{
    margin: 30px 0;
    color: #C9151E;
    font-size: 24px;
}
.teacher ul{
    margin-bottom: 20px;
    overflow: hidden;
	min-height: 300px;
}
.teacher li{
    float: left;
    width: 20%;
    padding-left: 25px;
    line-height: 40px;
    font-size: 18px;
}

/*师资队伍*/
.leader{
    margin: 25px 0;
}
.leader ul{
    overflow: hidden;
	min-height: 300px;
}
.leader li{
    float: left;
    width: 418px;
    height: 225px;
    margin: 0 10px 20px;
    background: #eee;
}
.leader li>a{
    float: left;
    width: 169px;
    height: 225px;
    overflow: hidden;
}
.leader li img{
    display: inline-block;
    width: 169px;
    height: 225px;
    transition: .3s;
}
.leader li img:hover{
    transform: scale(1.1);
}
.leader li .info{
    margin-left: 169px;
    padding: 30px;
}
.leader li .info h2{
    font-size: 20px;
    font-weight: normal;
}
.leader li .info h2 span{
    padding-left: 5px;
}
.leader li .info p{
    color: #666;
    height: 100px;
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
}

/*搜索结果页*/
.search-list{
    margin: 30px 0;
}
.search-list table tr td,.search-list table tr th{border:0;}
.search-list li{
    margin-bottom: 25px;
}
.search-list li h3{
    font-size: 18px;
}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
    color: #666;
}
.search-list li span{
    color: #999;
}
.subheader{
	position: static;
	background-color: #DA222F;
}
.subheader .nav .top a{
	border: 1px solid #fff;
	color: #fff;
}
.subheader .menu{
	padding-top: 10px;
}
.subheader .menu>li:hover>a{
    background-color: #238a9b;
}

