.section{
	    min-height: 500px;
}

/*左侧导航*/
.side{
    float: left;
    width: 278px;
    margin: 0px 0 50px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #00B7EE;
}
.side p span{
    display: none;
}
.side>ul{
	padding-bottom: 20px;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    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: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #155BC0;
}
.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: #00B7EE;
}

/*右侧主体*/
.column{
    margin: 20px 0 50px 310px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #9A9A9A;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #00B7EE;
}

/*通用：列表页*/
.common-list{min-height:300px}
.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    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;
    max-height: 50px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none; 
    height: 50px;
}
.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: #00B7EE;
}

/*学院风景*/
.list-img{
    margin: 0 -10px;
    padding: 15px 0;

}
.list-img ul{
    overflow: hidden;min-height: 300px;
    width: 100%;
}
.list-img li{
    float: left;
    width: 25%;
    position: relative;
    padding: 0 10px;
    margin: 15px 0;
    text-align: center;
}
.list-img li>a{
    display: block;
    height: 180px;
    overflow: hidden;
}
.list-img li img{
    display: inline-block;
height: 180px;object-fit:cover;
    width: 100%;
transition: .3s;
}
.list-img li:hover img{
    transform: scale(1.1);
}
.list-img li p{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    max-height: none;
    padding: 0 15px; color: #fff;
    background: rgba(0,0,0,.6);
}
.list-img li p a{
    color: #fff;
}
.list-img li p a:hover{
    color: #C9151E;
}
/*详情页*/
.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: #00B7EE;
}
.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;
justify-content: center;
padding:5px 0;
}
.teacher ul{
	margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
	min-height: 300px;
}
.teacher li{
    float: left;
    width: 25%;
	padding: 15px 15px 0;
    font-size: 16px;
	
	
}
.teacher li img{
	width: 100%;border: 1px solid #dcdc; height: 270px;
	object-fit: cover;
}

/*师资队伍*/
.leader{
    margin: 50px 0;
}
.leader ul{
    margin: 0 -23px;
    overflow: hidden;
	min-height: 300px;
}
.leader li{
    float: left;
    width: 466px;
    height: 225px;
    margin: 0 23px 46px;
    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: 24px;
    font-weight: normal;
}
.leader li .info h2 span{
    font-size: 18px;
    padding-left: 5px;
}
.leader li .info p{
    color: #666;
    height: 75px;
    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: #00B7EE;
}
.subheader .nav .top a{
	border: 1px solid #fff;
	color: #fff;
}
.subheader .menu{
	padding-top: 10px;
}
.subheader .menu>li:hover>a{
    background-color: #238a9b;
}