.sheader{
    position: relative;
	background: #06235E;
	opacity: 1;
	transform: none;
}
.sheader::after{display: none;}
.fixed {
    position: fixed;
    background: #fff;
}
.sbanner{
	width: 100%;
    position: relative;
    overflow: hidden;
}
.sbanner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    color: #fff;
    transform: translate(-50%,-50%);
	font-size: 20px;
}
.section{
    min-height: 500px;
	padding: 25px 0;
}
/*左侧导航*/
.side{
    float: left;
    width: 278px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #0453A4;
}
.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: #0453A4;
}
.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: #0453A4;
}

/*右侧主体*/
.column{
   width: calc(100% - 308px);
   margin-left: 30px;
}

.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: #C9151E;
}

/*通用：列表页*/
.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;
	position: relative;
	padding-left: 20px;
}
.common-list li  p a{
  max-height: 50px;
    text-decoration: none;
	
}
.common-list li p:before{
    content: '';
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.common-list li:hover p:before{
    background: #0453A4;
}


/*详情页*/
.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%;
}

.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;
	line-height: 40px;
	font-size: 16px;
	max-height: 40px;
	justify-content: 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.ptbox .inner {
    overflow: hidden;
    padding-bottom: 136%;
    position: relative;
}
.listimg li.ptbox .inner {
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
}
/*现任领导*/
.leader{
    margin: 20px 0;
}
.leader ul{
    overflow: hidden;
	min-height: 300px;
}
.leader li{
	display: flex;
    float: left;
    width: calc(50% - 8px);
	padding: 16px;
    margin: 0 0px 16px;
    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: #0453A4;
}
.leader li .info h2>a{
	color: #0453A4;
}
.leader li .info p{
    color: #666;
    line-height: 1.6em;
    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;
}

.pb_sys_style1 .p_no_d{
   border: 1px solid #06235E!important;
    color: #fff;
    background-color: #06235E!important;
}
.pages{
	display: flex;
	justify-content: center;
}
.pages a{
	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;
}
.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;
}