﻿.section{
	    min-height: 500px;
}
.sheader{
    position: relative;
	background:#0652AC;
	
}
.sheader>.container{
	opacity: 1;
	transform: none;
}
/*左侧导航*/
.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: #0652AC;
}
.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: #0652AC;
}
.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: #0652AC;
}

/*右侧主体*/
.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: #0652AC;
}

/*通用：列表页*/
.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;
	position: relative;
	padding-left: 20px;
	max-height: 50px;
}

.common-list li p:before{
    content: '';
    position: absolute;
    top: 50%;
	margin-top: -3px;
    left: 2px;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #0652AC;
}

/*学院风景*/
.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%;
}
.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;
    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,.detailcontent img{
	max-width: 90%;
}
.detail table{
	width: 80%;
}
.content,.detailcontent{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 1px solid #F0F0F0;
    min-height: 300px;
	line-height: 1.8;
	color: #727272;
}

.content table,.detailcontent table{
	max-width: 80%;
    border-collapse: collapse;
}
.content table td,.detailcontent 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;
}

/*师资队伍*/
.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: #0652AC;
}
.subheader .nav .top a{
	border: 1px solid #fff;
	color: #fff;
}
.subheader .menu{
	padding-top: 10px;
}
.subheader .menu>li:hover>a{
    background-color: #238a9b;
}
.pages{
	display: flex;
	justify-content: center;
}

.defaultButtonStyle,.defaultInputStyle{
	border: 1px solid #ccc!important;
	padding: 5px 8px!important;
	margin: 0px 0px 0px 5px!important;
	height: 24px!important;
	-height: auto;
	line-height: 12px!important;
	box-sizing: border-box;
	display: inline-block!important;
	vertical-align: middle;
}
.defaultInputStyle{
	width: 40px;
	margin-right: 3px!important;
}
.pages  .PrevDisabled,.pages .NextDisabled{
	border: 1px solid #E7E7E7!important;
	padding: 5px 8px!important;
	margin: 0px 0px 0px 5px!important;
	height: 24px!important;
	-height: auto;
	line-height: 12px;
	box-sizing: border-box;
	display: inline-block!important;
	vertical-align: middle;
}
.pages .NextDisabled{
	background-color: #fff!important;
}
.dataBox.flexbox{
	display: flex;
	align-items: center;
}
.dataBox{
	background: #fff;
	box-shadow: 0 0 5px #bbb;
	padding:30px;
	
	margin: 30px 0;
}
.dataImg{
	width: 200px;
	margin-right: 10px;
}
.dataImg img{
	width: 100%;
}
.dataImg.ptbox .inner{
	padding-bottom: 60%;
}
.dataImg.ptbox .img{
	background-size: contain;
}
.dataTxt>h3{
	font-size: 20px;
    font-weight: bold;	
	padding-bottom: 10px;
}
.dataTxt>p{
	color: #666;
	font-size: 15px;
}
.dataTxt p>span{
	display: inline-block;
	margin-right: 30px;
}
.dataTxt p em{
	color: #fca900;
}