.sheader{
    position: relative;
	background: #333;
	opacity: 1;
	transform: none;
}
.sheader::after{display: none;}
.fixed {
    position: fixed;
    background: #fff;
}
.sbanner{
	width: 100%;
    position: relative;
    overflow: hidden;
}
.sbanner img{
width: 100%;
}
.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{
    padding: 15px 15px 15px 40px;
    color: #fff;
    font-size: 24px;
    background: #990000;
}
.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: #333;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #333;font-weight:bold
}
.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: #333;
}

/*右侧主体*/
.column{
   float: right;
   width: 890px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
   color: #333;
}
.bread .rt{
    position: relative;
    color:#888;
}
.bread .rt a{
   color:#888;
}
.bread .rt a:hover{
   color:#888;
}

/*通用：列表页*/
.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: #333;
}
.common-list li p{
    margin-right: 120px;

}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none; max-height: 50px;
}
.common-list li a:before{
      content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    margin-top: -3px;
}
.common-list li a:hover:before{
    background: #C9151E;
}


/*详情页*/
.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;
color: rgba(6,35,94,1);
}
.caption p span{
    color: #666;
    margin: 0 5px;
color: rgba(6,35,94,.8);
}
.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;
}
.content img{
	max-width: 90%;
}
.detail>p{
    line-height: 30px;
   color: rgba(6,35,94,.8);
    font-size: 16px;
}
.detail>p>a{
    color: rgba(6,35,94,.8);
}
.detail>p>a:hover{
   color: rgba(6,35,94,1);
}
.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;
}
.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;
}
.teacher li>a{
  max-height:40px
}
/*师资队伍*/
.teacher-list p{
    margin: 30px 0;
    color: #333;
    font-size: 24px;
}
.teacher-list ul{
    margin-bottom: 20px;
    overflow: hidden;
}
.teacher-list li{
    float: left;
    width: 20%;
    padding-left: 25px;
    line-height: 40px;
    font-size: 18px;
    
}
.teacher-list li>a{
max-height: 40px;
}
/*现任领导*/
.leader{
    margin: 50px 0;
}
.leader ul{
    margin: 0 -23px;
    overflow: hidden;
	clear: both;
}
.leader li{
    float: left;
    width: 422px;
    height: 225px;
    margin: 0 23px 46px;
    background: #eee;
}
.leader li>a{
    float: left;
    width: 168px;
    height: 225px;
    overflow: hidden;
}
.leader li img{
    display: inline-block;
    width: 168px;
    height: 225px;
    transition: .3s;
	object-fit: cover;
}
.leader li img:hover{
    transform: scale(1.1);
}
.leader li .info{
    margin-left: 168px;
    padding:25px 20px;
}
.leader li .info h2{
    font-size:20px;
}
.leader li .info h2 a{
  color: rgb(160,37,78);
}
.leader li .info span{
  font-size: 15px;
  color: #444;
  padding-left:10px;
}
.leader li .info p.ellipsis-3{
height:64px
}
.leader li .info p{
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
}
.leader li .info p img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.leader li .info p:nth-child(3){
  margin-top: 20px;
}


/*搜索结果页*/
.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 #333!important;
    color: #fff;
    background-color: #333!important;
}


/* å®¢åº§æ•™æŽˆ */

.guest-professor li .guest-professor-conter{
  padding-left:25px
}
.guest-professor li .guest-professor-conter h5{
	margin-bottom: 12px;
	font-size: 22px;
	font-family: 'PingFangSC-Regular, PingFang SC';
	color: #333;
}
.guest-professor li .guest-professor-conter p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: justify;
	font-size: 15px;
	font-family: 'PingFangSC-Regular, PingFang SC';
	font-weight: 400;
	color: rgba(6,35,94,.8);
	line-height: 26px;
}
.guest-professor li{
	overflow: hidden;
	padding:25px 0 20px;
	border-bottom: 1px solid #DDDDDD;
}
.guest-professor li:last-child{
	border-bottom: none;
}

/*å­¦é™¢é£Žæ™¯*/
.list-img{
    margin: 0 -10px;
    padding: 15px 0;

}
.list-img ul{
    overflow: hidden;min-height: 300px;
    width: 100%;
}
.list-img li{
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 10px;
    margin: 15px 0;
   
}
.list-img li>a{
    display: block;
    height: 180px;
    overflow: hidden;
}
.list-img li img{
    display: inline-block;
height: 180px;object-fit:cover;
    width: 100%;
 text-align: center;transition: all 0.3s ease-out 0s;
}
.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);
    text-align: center;
    max-height:40px
}
.list-img li p a{
    color: #fff;
}
.list-img li p a:hover{
    color: #C9151E;
}
/* 学院看点 */
.common-list2 li{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #EBEBEB;
}
.common-list2 .date{
	font-family:'georgia';
	color: #C52B33;
	margin-top: -6px;
}
.common-list2 .date p{
	font-style: italic;
}
.common-list2 .date span{
	display: inline-block;
	width: 100%;
	text-align: right;
}
.common-list2 .txt{
	flex: 1;
	padding-left: 35px;
}
.common-list2 .txt h5{
	font-size: 18px;
	font-weight: bold;
	padding-bottom:6px;
}
.common-list2 .txt p{
	font-size: 14px;
	color: rgba(6,35,94,.7);
}
.common-list2 .txt p a{
	color: rgba(6,35,94,.7);
}
.ztlistimg ul{
	display: flex;
	flex-wrap: wrap;
	padding:10px 0;
}
.ztlistimg ul li{
   width:calc(33.33% - 20px);
   margin:8px 10px;
}
.ztlistimg ul li p{
	text-align: center;
	margin-top: 5px;
}
