@charset "utf-8";
/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #8D0708;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    transition: .3s;
    max-width: 100%;
}

/* WebKit browsers*/
input::-webkit-input-placeholder{
    color:#9D9D9D;
}
/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder{
    color:#9D9D9D;
}
/* Mozilla Firefox 19+*/
input::-moz-placeholder{
    color:#9D9D9D;
}
/* Internet Explorer 10+*/
input:-ms-input-placeholder{
    color:#9D9D9D;
}

/*通用样式*/
.lf{
    float: left;
}
 
.rt{
    float: right;
}




/*新加背景相关属性*/

.clearfix:after,.wrapper:after,.home_box:after {
visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;
}

.clearfix,.wrapper,.home_box{
*zoom:1;
}






.kuang,

 .box,
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header{
    height: 166px;
    background: #9C2017;
}



/*新加背景*/


.wrapper{
	width: 1220px;
	margin: 0 auto;
}

.wrapper_side{
	width: 285px;
	float: left;
	padding-top: 10px;
	margin-right: 20px;
}
.wrapper_right{
	width: 895px;
	float: right;
	padding-top: 20px;
}

.wrapper_home{
	width: 1220px;
	padding-top: 10px;
}

.wrapper_content{
	width: 1220px;
}

.mobile{
	display: none;
}

.header .wrapper{
	background: url(../images/header_bg.png) no-repeat 585px 5px;
      /*  background: url(../images/footer_bg.png) no-repeat 515px 5px;*/

	height: 166px;
}

.nav .nav_container{
		background: url(../images/header_bg.png) no-repeat 715px -95px;
}

/*新加背景结束*/

 

.header .wrapper .right a{
	color: #fff;
	padding: 0 15px;
	display: block;
	float: right;
	height: 14px;
	line-height: 14px;
	border-right: solid #fff 1px;
}

.header .wrapper .right a:first-child{
	border:none;
	padding-right: 0;
}


.header .wrapper .right{
	padding-top: 15px;
}

.header .wrapper .right div{
	padding-bottom: 15px;
}













.header .top{
    height: 30px;
    line-height: 30px;
    background: #801B14;
}
.header .top a{
    color: #fff;
}
.header .logo{
    float: left;
    line-height: 136px;
    animation: zoomIn 1s;
    margin-top: 45px;
}




/*新加顶部信息链接*/
.header .toplink{
    float: right; 

    line-height: 25px;
    font-size: 13px;
   color: #fff;
  /*  margin-top: 10px;*/
    margin-top: 10px;


}
  .toplink a {
          color: #fff;
      }

      .toplink img{
          position: relative;
          top: -2px;
      }










.search{
    float: right;
       /*   margin-top: 30px;   */
}
.search form{
    position: relative;
    margin-top: 15px;
}
.search input[type='text']{
   width: 260px;
    height: 27px;
    line-height: 27px;
    padding: 0 50px 0 15px;
    border: none;
    font-size: 14px;
    border-radius: 25px;
  border-color:#ffffff;
background: rgba(255,255,255,.8);
 

 /*   height: 24px;
    line-height: 24px;
    width: 260px;
    color: #fff;
    padding: 0 30px 0 10px;
    margin: 15px 0 0 10px;
    border: none;
    background: #A61C1C;
    border-radius: 25px;*/


}
.search input[type='submit']{
    position: absolute;
    top: 2px;
    right: 0;
    width: 50px;
    height: 26px;
    cursor: pointer;
    border: none;
    background: url(../images/search.png) no-repeat center center;
}
.toggle{
    display: none;
}
/*导航栏*/
.nav{
    height: 58px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.menu>li{
    display: inline-block;
    width: 105px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    position: relative;
}
.menu>li>a{
    display: block;
    font-size: 18px;
}
.menu>li:hover{
    border-bottom: 3px solid #9C2017;
}
.menu>li>a:hover{
    font-weight: bold;
}
.menu>li>span{
    display: none;
}


.second-menu{
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    line-height: 35px;
    padding: 10px 0;
   /*  黑色半透明 background: rgba(0,0,0,.6);*/

    background: rgba(155,28,27,.5);
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
  /*字体白色  color: #fff;*/
    color: #ffffff;
    font-size: 16px;
}
.second-menu a:hover{
    color: #fff;

    font-weight:  bold;

/* new add*/
    background: rgba(155,28,27,.9);

}

.section{
    position: relative;
    min-height: 400px;  /* 原500px*/
}

.title{
    height: 30px;
    line-height: 30px;
    padding: 30px 0;
}
.title h3{
    position: relative;
    padding-left: 20px;  /* 原50px*/
    font-size: 28px;
    font-weight:  normal;
}
.title h3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 35px;
    background: url(../images/list-icon.png) no-repeat 0 0;
}

.box{
    overflow: hidden;
    background: url(../images/box-bg.jpg) no-repeat right bottom;
}
/*新闻动态*/
.news{
    float: left;
    width: 790px;

  /*height:150px;*/

}
.albumBox{
    float: left;
    width: 430px;
    position: relative;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 15px;
    width: 100px;
    z-index:1;
}
.albumBox .hd ul{
    text-align: right;
}
.albumBox .hd ul li{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-left: 1px;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background: #9C2017;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 296px;
}
.albumBox .bd li>a{
    display: block;
    position: relative;
    overflow: hidden;
}
.albumBox .bd img:hover{
    transform: scale(1.05);
}
.albumBox .bd .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.5);
}
.albumBox .bd .info p{
    padding: 0 100px 0 15px;
}
.albumBox .bd .info a{
    color: #fff;
    font-size: 16px;
}

.news-info{
    float: right;
    width: 340px;
}
.news-info li{
    padding-bottom: 10px;
    margin-bottom: 11px;
    border-bottom: 1px dotted #EFD0B2;
}
.news-info li:last-child{
    margin: 0;
}
.news-info li a{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}
.news-info li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C7C7C7;
}
.news-info li a:hover:before{
    background: #9C2017;
}

/*通知公告*/
.notice{
    float: right;
    width: 370px;
}
.notice .title h3:before{
    width: 32px;
    height: 39px;
    background-position-x: -37px;
}
.notice ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #BF8F5F;
}
.notice ul li:last-child {
    margin-bottom: 0;
}
.notice ul li p{
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 16px;
}
.notice ul li span{
    padding-left: 25px;
    color: #B79166;
    background: url(../images/time.png) no-repeat left center;
}



 








/*人才培养、科学研究、媒体旅院   background: #FAEDD7;      */
.mid{
    height: 385px;
    margin: 20px 0 20px;
   
      background: url(../images/djbg.jpg) no-repeat  center  center;


}
.mid .title {
    padding: 50px 0 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #A42116;
}
.mid .title h3 a{
    color: #801B14;
}
.mid .container>div{
    float: left;
    width: 370px;
}
.mid ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.mid ul li span{
    float: right;
    color: #666;
}
.mid ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8D0708;
}
/*人才培养 */
.rcpy {
    margin: 0 45px;
}
.rcpy .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}
/*科学研究*/
.kxyj .title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}
/*媒体旅院*/



.mtly .title h3:before{
    width: 37px;
    height: 31px;
    background-position-x: -142px;
}




/*学生工作、招生就业、学院宣传片   background: #FAEDD7;      */
.mid2{
    height: 465px;
    margin: 50px 0 20px;
   
      background: url(../images/djbg.jpg) no-repeat  center  center;


}
.mid2 .title {
    padding: 50px 0 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #A42116;
}
.mid2 .title h3 a{
    color: #801B14;
}
.mid2 .container>div{
    float: left;
    width: 370px;
}
.mid2 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.mid2 ul li span{
    float: right;
    color: #666;
}
.mid2 ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid2 ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8D0708;
}
/*学生工作 */
.zsjy{
    margin: 0 45px;
}
.zsjy .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}
/*招生就业*/
.xsgz .title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}
/*学院宣传片*/
.xyxcp .title h3:before{
    width: 37px;
    height: 31px;
    background-position-x: -142px;
}

/*专题专栏*/
.ztzl-list li{
    width: 50%;
    height: 112px;
  float: left;
   
}

 .ztzl-list li img {
          display: inline-block;
          width: 177px;
      align: center;
          max-height: 100%;
      }
 .ztzl-list li img:hover {
          transform: scale(1.05);
      }
      
  
 


.teacher-list h3 {
	font-size: .28rem;
	font-weight: 500;
	color: #1c2a7d;
	line-height: .36rem;
	padding: .1rem 0 .1rem .2rem;
	border-left: .06rem solid #1c2a7d;
	background: rgba(163, 153, 79, 0.08);
}

.teacher-list ul {
	padding: .3rem 0;
}

.teacher-list ul li {
	width: 25%;
	float: left;
	line-height: .56rem;
}

.teacher-list ul li a {
	font-size: .24rem;
	color: #272727;
	padding-left: .2rem;
}

.teacher-list ul li:hover a {
	color: #204F45;
}







  /* copyright new */


.midcopyrifht{
    
    margin: 50px 0 0px;
   
    background: url(../images/footbg.jpg) no-repeat center bottom;

}


.midcopyrifht .wrapper{
	       /*  background:  #c9161f  url(../images/footer_bg.png) no-repeat 515px 5px;*/
            background: #9F1B17 url(../images/footbg.jpg) no-repeat center bottom;
}


.midcopyrifht .title {
    padding: 50px 0 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #A42116;
}
.midcopyrifht .title h3 a{
    color: #801B14;
}
.midcopyrifht .container>div{
    float: left;
    width: 370px;
}
.midcopyrifht ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.midcopyrifht ul li span{
    float: right;
    color: #666;
}
.midcopyrifht ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.midcopyrifht ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
   /* background: #8D0708;*/
}

/*BQLOGO*/

/*LOGO*/
.midcopyrifht.xxlogo{
   /* width: 35px;
    height: 35px;
    background-position-x: -106px;*/


width: 45%;
	float: left;
	padding-top: 12px;
	 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




/*联系信息*/
.midcopyrifht.lxxx{   
    font-size: 9pt;
width: 30%;
	float: left;
	line-height: 40px;
	color: #fff;
        padding: 0 60px;
	 	border-left: 1px solid #db636a;
	border-right: 1px solid #db636a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 120px;
 }


 
.midcopyrifht.xxiang{
    width: 37px;
    height: 31px;
    background-position-x: -142px;
}



      /* copyright new2 end */  




 





/*图片列表页*/
      
      .list-img {
          overflow: hidden;
      }
      
      .list-img li {
          float: left;
          width: 25%;
          text-align: center;
          margin: 10px 0;
      }
      
      .list-img li>a {
          display: inline-block;
          width: 94%;
          height: 220px;
          overflow: hidden;
      }
      
      .list-img li img {
          display: inline-block;
          width: auto;
          max-height: 100%;
      }
      
      .list-img li img:hover {
          transform: scale(1.1);
      }
      
      .list-img li p {
          font-size: 18px;
          line-height: 40px;
          height: 40px;
          overflow: hidden;
      }


    
      .list-noimg {
          overflow: hidden;
      }
      
      .list-noimg li {
          float: left;
          width: 25%;
          text-align: center;
          margin: 10px 0;
      }
      
      .list-noimg li>a {
          display: inline-block;
          width: 94%;
          height: 220px;
          overflow: hidden;
      }
      
      .list-noimg li img {
          display: inline-block;
          width: auto;
          max-height: 100%;
      }
      
      .list-noimg li img:hover {
          transform: scale(1.1);
      }
      
      .list-noimg li p {
          font-size: 18px;
          line-height: 40px;
          height: 40px;
          overflow: hidden;
      }










/*图片列表页-领导*/
.photo-list{
  /*  margin: 0 30px 20px;*/

   margin: 0 10px 20px;
    overflow: hidden;
}
.photo-list li{
    float: left;
   /* width: 25%;*/

 width: 20%;

   /* height: 180px; 
   margin: 20px 0;*/



   text-align: center;
   

  margin-bottom: 15px;
/*   margin-top: 40px;*/
    margin-top: 30px;
    text-align: center;
}
.photo-list li>a{
    display: inline-block;
    padding: 2px;
    border: 1px solid #b2b2b2;
    overflow: hidden;
}
.photo-list li>a:hover{
    border-color: #b30e0d;
}


/* 
.photo-list li>a:hover img{
    transform: scale(1.05);
}
*/ 


 .photo-list li img {
          display: inline-block;
          width: auto;
    height: 160px; 
          max-height: 100%;
      }
 .photo-list li img:hover {
          transform: scale(1.05);
      }
      



.photo-list li p{
 /*    margin-top: 10px;*/ 
 margin-bottom: 10px;



 font-size: 15px;
          line-height: 40px;
          height: 40px;
}

.photo-list.xrldleader li{
    width: 20%;
   height: 180px;
}

 .photo-list.xrldleader  li img {
          display: inline-block;
          width: auto;
align: center;
          max-height: 100%;
      }
 .photo-list.xrldleader  li img:hover {
          transform: scale(1.1);
      }
      
 

.photo-list.xrldleader li:first-child {
	width: 33.3%;
 height: 180px;
align: center;
}


.photo-list.xrldleader li:nth-child(2){
    width: 33.3%;
  height: 180px;
align: center;

}
.photo-list.xrldleader li:nth-child(3){
    width: 33.3%;
  height: 180px;
align: right;

}


 

.photo-list.xrldwyleader li{
    width: 20%;
   height: 180px;
}

 .photo-list.xrldwyleader  li img {
          display: inline-block;
          width: auto;
align: center;
          max-height: 100%;
      }
 .photo-list.xrldwyleader  li img:hover {
          transform: scale(1.1);
      }
      
 

.photo-list.xrldwyleader  li:first-child {
	width: 50%;
 height: 180px;
align: center;
}


.photo-list.xrldwyleader li:nth-child(2){
    width: 50%;
  height: 180px;
align: center;

}






/*  领导班子-学术委员会   */ 

.photo-list.xswyhleader li{
    width: 20%;
  /*  height: 180px; */ 

 height: 200px;

}

 .photo-list.xswyhleader li img {
          display: inline-block;
          width: auto;
align: center;
          max-height: 100%;
      }
 .photo-list.xswyhleader li img:hover {
          transform: scale(1.1);
      }
      
 

.photo-list.xswyhleader li:first-child {
	width: 100%;
 height: 180px;
align: center;
}

/* .photo-list.xswyhleader li:nth-child(2){
    width: 100%;
  height: 180px;
align: center;

}    */ 















    .main-3 {
          margin-bottom: 15px;
      }
      
      .main-3-top {
          text-align: center;
          margin-bottom: 10px;
      }
      
      .main-3-top>div {
          font-family: 'Arial';
          font-size: 16px;
          color: #999;
          text-transform: uppercase;
          position: relative;
          top: 10px;
      }
      
      .main-3-top>h2 {
          border-bottom: 2px solid #cfcfcf;
      }
      
      .main-3-top>h2>a {
          font-size: 24px;
          position: relative;
          top: 14px;
          background-color: #fff;
          padding: 0 20px;
      }



  /* 头条 */
      
      .topxwlist  {
          width: 100%;
          min-height: 60px;
          overflow: hidden;
      }
      
      .topxwlist li {
          float: left;
          width: 95%;
            margin:10px 20px 10px 20px;
         margin-right: 30;

      }
      
      .topxwlist li:last-child {
          margin-right: 0;
      }
      
      .topxwlist li>a {
          display: block;
          height: 286px;
          overflow: hidden;
      }
      
      .topxwlist li img {
          width: 100%;
          min-height: 286px;
      }
      
      .topxwlist li img:hover {
          transform: scale(1.1);
      }
      
      .topxwlist li p {
          height: 56px;
          line-height: 56px;
          padding: 0;
          text-align: center;
          border-bottom: 1px solid #fadfdf;
      }
      
      .topxwlist li:hover p {
          background-color: #fefcd6;
          border-bottom: 3px solid #951e1e;
      }
      










      /* 照片墙 */
      
      .mien .bd {
          width: 100%;
          min-height: 60px;
          margin-bottom: 10px;
          overflow: hidden;
      }
      
      .mien li {
          float: left;
          width: 216px;
          margin-right: 30px;
      }
      
      .mien li:last-child {
          margin-right: 0;
      }
      
      .mien li>a {
          display: block;
          height: 286px;
          overflow: hidden;
      }
      
      .mien li img {
          width: 100%;
          min-height: 286px;
      }
      
      .mien li img:hover {
          transform: scale(1.1);
      }
      
      .mien li p {
          height: 56px;
          line-height: 56px;
          padding: 0;
          text-align: center;
          border-bottom: 1px solid #fadfdf;
      }
      
      .mien li:hover p {
          background-color: #fefcd6;
          border-bottom: 3px solid #951e1e;
      }
      
















/*友情链接*/


 .yqlink {
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;*/
             position: relative;


 

      }


  .yqlink ul {
          margin: 22px 0 20px;
      }
      
      .yqlink ul li {
          float: left;
      }
      
      .yqlink ul li a {
          font-size: 18px;
      }
      
      .yqlink ul li span {
          padding: 0 20px;
      }
      
      .yqlink ul li:last-child span {
          display: none;
      }
      









/*尾部*/
.footer{
    color: #fff;
    margin-top: 0px;
  /*  padding: 20px 0;*/
    background: #6b0101;
 line-height: 45px;

}
.footer .container>.rt{
    margin-top: 20px;
    display: none;
}
.footer .rt img{
   margin-left: 5px;
}
.footer .container>p{
    width: 80%;
    line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
}
.footer .container>p span{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px;
}
.footer .link{
    line-height: 45px;
}
.footer .link span{
    font-size: 24px;
    position: relative;
    padding-left: 40px;
}
.footer .link span:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 27px;
    height: 27px;
    background: url(../images/list-icon.png) no-repeat -264px 0;
}
.footer select{
    width: 280px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    margin-left: 18px;
    border: none;
    background: #fff;
}
.footer select option{
    padding: 5px 0;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    text-decoration: underline;
}

/*幻灯片*/
.slideBox{
    overflow:hidden;
    position:relative;
    text-align: center;
    margin-bottom: 20px;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:10px;
    height:10px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    background: #E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    max-width: 100%;
}
.slideBox>a{
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    z-index: 99;
}
.slideBox .next{
    margin-left: 60px;
    border-left-color: #fff;
    border-right-color: transparent;
}
.slideBox .prev:hover{
    border-right-color: #8F0100;
}
.slideBox .next:hover{
    border-left-color: #8F0100;
}

/*左侧导航*/
.side{
    float: left;
    width: 278px;
    margin-top: 30px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 20px;
   /* background: #9C2017; */

background: url(../images/slnavbg.jpg);

}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 20px;
}
.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: #9C2017;
}
.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: #9C2017;
}

/* 新加左侧图片*/
.left-asidebg{
    position: absolute;
    left: 0;
  /*   top: 50%;*/
    
    z-index: -1;
}



/*右侧主体*/
.column{
    margin: 30px 0 0 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: #9C2017;
}

/*通用：列表页*/
.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;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #9C2017;
}







/*通用列表new add */
 .detailn {
    padding: 30px 0;
}
.detailn>h3{
    line-height: 40px;
    font-size: 28px;
    text-align: center;
}
.detailn>h4{
    margin-top: 15px;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.detailn>h4 span{
    margin: 0 15px;
}
.contentn{
    margin-top: 30px !important;
    font-size: 18px;
}
.contentn p{
    line-height: 1.5em;
    text-align: justify;
}



 /* 信息列表带图 */
.common-listTW{
    margin-top: 20px;
}
.common-listTW li{
    padding: 10px 15px 15px;
    margin-bottom: 20px;
    border: 2px solid #FCFCFC;

 border-bottom: 1px solid #cccccc;


 /*   box-shadow: 1px 1px 2px #eee,-1px 1px 2px #eee;*/
    overflow: hidden;
    transition: .3s;
}
.common-listTW li:hover{
    padding-left: 25px;
}
.common-listTW li .date{

  float: left;
    padding-right:0px;
 padding-left:0px;
    font-size: 16px;
  /*    font-weight: bold;*/
    border-right: 2px solid #ddd;
line-height:30px;

border:1px solid #d5ac7a; border-radius: 10px
 

}
.common-listTW li .date h3{
    line-height: 25px;
    font-size: 30px;
 padding-left: 3px;

}
.common-listTW li .date p{
    padding-left: 3px;

  background: url(../images/datebg.png) no-repeat center center;

   /* background:#d5ac7a;*/
}
.common-listTW li:hover .date{
    color: #D31F3D;
}
.common-listTW li>p{
    margin-left: 85px;
    padding-right: 40px;
    line-height: 30px;
    font-size: 20px;
    background: url(../images/more.png) no-repeat right bottom;
}








/*详情页*/
.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px;
color: #8F0100;
}
.caption p span{
    color: #666;
    margin: 0 10px;
}
 



.caption div span{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}





.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px 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: #9C2017;
}
.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: #9C2017;
    font-size: 24px;
}
.teacher ul{
    margin-bottom: 20px;
    overflow: hidden;
}
.teacher li{
    float: left;
    width: 20%;
    padding-left: 25px;
    line-height: 40px;
    font-size: 18px;
}

/*师资队伍*/
.leader{
    margin: 50px 0;
}
.leader ul{
    margin: 0 -23px;
    overflow: hidden;
}
.leader li{
    float: left;
    width: 422px;
    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;
}




/* 现任领导   新加 */
.xleader{margin-bottom: 1.1rem;}
.xleader ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.xleader ul li{width: 47%;display: flex;justify-content: start;flex-wrap: wrap;border-top: 1px solid #e5e5e5;padding: 0.25rem 0;}
.xleader ul li:last-child{border-bottom: 1px solid #e5e5e5;}
.xleader ul li h3{font-size: 1rem;color: #791cb5;width: 64%;line-height: 30px;padding-left: 0.3rem;display: inline-block;position: relative;}
.xleader ul li h3::after{content: "";position: absolute;left: 0;top:0;width: 1px;height: 0.34rem;background: #791cb5;}
.xleader ul li p{}
.xleader ul li p a{display: block;font-size: 1rem;color: #000000;line-height: 30px;font-weight: normal;}
.xleader ul li p a:hover{color: #791cb5;}
@media(max-width: 800px) {
	.xleader ul li{flex-direction: column;}
	.xleader ul li h3{font-size: 1rem;line-height: 30px;width: 100%;}
	.xleader ul li p{margin-left: 0.3rem;}
	.xleader ul li p a{font-size: 1rem;color: #000000;line-height: 30px;}
	/* .xleader .none{display: none;} */
}

/*搜索结果页*/
.search-list{
    margin: 30px 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;
}