@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: 1400px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #e62c2c;
    text-decoration:none;
}

  




 /*加入goto top按钮属性开始*/
.hide {
  display: none !important; }

.show {
  display: block !important; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation: fadeInLeft 0.8s forwards;
  animation: fadeInLeft 0.8s forwards; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation: fadeInRight 0.8s forwards;
  animation: fadeInRight 0.8s forwards; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation: fadeInUp 0.8s forwards;
  animation: fadeInUp 0.8s forwards; }

@-webkit-keyframes slideTo {
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes slideTo {
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes slideRight {
  to {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0); } }

@keyframes slideRight {
  to {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes scaleFrom0 {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes scaleFrom0 {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes shining {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  20%, 80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

  60% {
    opacity: 0.5;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } }

@keyframes shining {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  20%, 80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

  60% {
    opacity: 0.5;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } }

@-webkit-keyframes scaleInfinite {
  from, to {
    -webkit-transform: none;
    transform: none; }

  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  67% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes scaleInfinite {
  from, to {
    -webkit-transform: none;
    transform: none; }

  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  67% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

 /*加入goto top按钮属性结束*/









 

/*新加属性1014*/
/*.col_box{padding: 10px; float: left;
}*/
.col_box{padding: 0px; float: left;
}



.col-1-12{width:8.3333%; }
.col-2-12{width:16.6667%; }
.col-5-12{width: 41.6667%;}
.col-6-12{width: 50%;}
.col-3-12{width: 25%;}
.col-4-12{width: 33.3333%;}
.col-8-12{width: 66.6667%;}
/*.col-9-12{width: 75%;}*/
.col-9-12{width: 100%;}
.col-12-12{width: 100%;}
 /*新加属性1014*/


.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;
}









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;
}


.search_bar{
    float: right;
}



.sortable__nav{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

 li{
   list-style-type:none;
   }

.kuang,

.container{
    width: 1400px;
    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: #f6f6f6;
}



/*新加背景*/


.wrapper{
	width: 1400px;
	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: 1400px;
	padding-top: 10px;
}

.wrapper_content{
	width: 1400px;
}

.mobile{
	display: none;
}

.header .wrapper{
	background: url(../images/header_bg.png) no-repeat 615px 0px;
      /*  background: url(../images/footer_bg.png) no-repeat 515px 5px;*/

	height: 166px;
}

.nav .nav_container{
		background: url(../images/header_bg.png) no-repeat 715px -65px;
}

/*新加背景结束*/

 

.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: -5px;
 /*background: #801B14; */
margin-left: -35px;

}


/*新加顶部信息链接*/
.header .toplink{
    float: left; 

    line-height: 25px;
    font-size: 13px;
   color: #000;
    margin-top: 5px;
  /* background: #801B14;*/

}
  .toplink a {
          color: #000;
      }

      .toplink img{
          position: relative;
          top: -2px;
      }


 



.search{
    float: right;
}
.search form{
    position: relative;
    margin-top: -55px;
}
.search input[type='text']{
     /*  width: 138px;
    height: 27px;
      line-height: 27px;  
 padding: 0 5px 0 15px;
    border: none;
       border-radius: 25px;  */


padding: 0 5px 0 15px;
line-height: 20px; font-size: 12px; width: 120px; height: 20px;border: 1px solid #969696; background: #ffffff;border-radius:10px; 


}
.search input[type='submit']{
    position: absolute;
    top: -2px;
    right: 0;
    width: 30px;
    height: 24px;
    cursor: pointer;
    border: none;
    background: url(../images/search.png) no-repeat center center;
}
.toggle{
    display: none;
}
/*导航栏*/
.nav{
    height: 38px;
        border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.menu>li{
    display: inline-block;
   /*  原  width: 125px;*/
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: relative;
}
.menu>li>a{
    display: block;
    font-size: 16px;
}
.menu>li:hover{
 /*  原底部红线效果 
  border-bottom: 1px solid #e62c2c; */
}

.menu>li>a:hover{
    font-weight: bold;
}


/*新加黑色底线动画效果 2023-02-15  开始 */
.menu li>a:before,
.menu .nav-child a span:before {
	transition: all .5s ease;
	content: "";
	height: 1px;
	left: 50%;
	width: 0%;
	bottom: 0;
	display: block;
	position: absolute;

	background-color: #e62c2c;
}

.menu li>a:hover:before,
.menu .nav-child a span:hover:before {
	width: 100%;
	left: 0;
}

.menu .nav-child {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 5;
	padding: 72px 50px 20px;
	background-color: #fff;
	opacity: 0;
}


/*新加黑色底线动画效果end */




.menu>li>span{
    display: none;
}
.second-menu{
    position: absolute;
    top: 38px;
   /*  left: 0;
    right: 0;
    line-height: 35px;
    padding: 10px 0;*/
   /*  黑色半透明 background: rgba(0,0,0,.6);*/

line-height: 35px;
padding: 12px 26px 20px;
	background-color: #fff;


    background-color: #f6f6f6;
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
  /*字体白色  color: #fff;*/
    color: #000000;
    font-size: 14px;
}
.second-menu a:hover{
    color: #9f9f9f;
 
  /* +红色线条  border-bottom: 1px solid #e62c2c; */
     

/* new add */
  /*  background: rgba(230,44,44,.9); */

}





.neiban {position: relative;
height: 360px; background: url(../images/bannernei.jpg) top center no-repeat}
.neiban .ban-bg { ;
height: 54px;
width: 100%;
position: absolute;
left: 0;
bottom: -30px;
z-index: 60;}
.neitit { text-align: center;
padding: 50px 0;
line-height: 36px;
overflow: hidden;font-size: 30px;
color: #002;
}














.section{
    position: relative;
    min-height: 500px;
}

.title{
    height: 30px;
    line-height: 30px;
    padding: 30px 0 0 5px;
}
.title h3{
    position: relative;
    padding-left: 5px;
    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-bgnew.jpg) no-repeat right bottom;
}*/
/*新闻动态*/
.news{
    float: left;


   width: 1400px; 
}


.news .title {
    padding: 10px 0 25 5px;
  
   
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}


.albumBox{
    float: left;
    width: 780px;
    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: #e62c2c;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 530px;
}
.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{
   margin: 0 0px; 
 float: right;
   /*  原 width: 595px; 新加比例测试：45%*/
  width: 595px;
}
.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: 18px;
}
.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: #e62c2c;
}


/*more 更多特效*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/

.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}

 .more_div_img{position: absolute;
    top: -17px;}

.lb_dt .swiper-slide .con:hover .p2 .more_div_img::after{    transform: scale(1.7);}

.more_div_img{display:inline-block;width:41px;height:41px;border-radius:50%;transition:0.4s;margin-left: 1.4275rem;position:relative;}
.more_div_img::after{display:inline-block;width:41px;height:41px;background:#f6f6f6;border-radius:50%;transition:0.4s;content:"";position:relative;z-index:1;}
.more_div_img::before{display:inline-block;width:41px;height:41px;background:url(../images/arrow2.png) no-repeat center center;border-radius:50%;transition:0.4s;content:"";    position: absolute;
    top: 0;
    left: 0;z-index:3;}
.more_div_img:hover::after{transform: scale(1.7);}

.more_div_img>img{display:none;}

.index_miso .more{transition: 0.4s;}
//.index_miso .more:hover{transform: rotate(360deg);}
.index_miso .more:hover img{transition:0.4s}
.index_miso .more:hover img{    transform: scale(1.7);}

 .more{position: relative;z-index: 10;top: 0.8rem;}

 


/*名师线条*/
.line{
            margin: 24px 0;
 
            width: 32px;
            height: 2px;
            background-color: #bec1c6;
            float: right;
            display: block;
        }

.btn {
            width: 90px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background-color: #a0a0a0;
    color: #fff;
    float: right;
    margin-top: 10px;
    cursor: pointer;
        }

.btn:hover {
            background-color: #e62c2c;
        }






/*通知公告*/
.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;
}






/*通知公告新格式=========================*/

.notice_container{
	/*background: #fafafa;*/
	height: 292px;
	padding-left: 10px;
	padding-right: 0;
}

.notice_container h2{
	padding:10px;
}
  
.notice_container ul li{
	width: 48%;
	padding: 0 10px;
	float: left;
} 






.notice_container ul li div{
		border-bottom: solid #ddd 1px;


             /*     padding: 13px 0;  */

		padding: 5px 0;
}

.notice_container ul li a{
	font-size: 16px;
	color: #444;
	white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow:ellipsis;
    display: block;
    padding-bottom: 15px;
  /*  line-height: 30px;*/

    line-height: 26px;
}

.notice_container ul li span{
	font-size: 12px;
	color: #fff;
	/*background: #c9151e;*/
	padding: 2px 10px;
	line-height: 22px;

    padding-left: 25px;
    color: #B79166;
    background: url(../images/time.png) no-repeat left center;




}

.notice_container ul li span.n_teacher{
	background: #f1ddb0;
	color: #5b3f00;
}

.notice_container ul li em{
	font-size: 14px;
	color: #999;
	padding-left: 5px;
	line-height: 22px;
}

/*通知公告新格式-END================*/









.mid_zt_body{
   
    margin: 30px 0 20px;
   /* background: #FAEDD7; */
  background: url(../images/mid_ztbodybg.png) no-repeat 


}




/*美院要闻、 */
.mid{
    height: 385px;
    margin: 20px 0 10px;

         background: #801B14;

   /* background: #FAEDD7; 
  background: url(../images/mid_box3.jpg) no-repeat */




}
.mid .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}
.mid .title h3 a{
    color: #801B14;
}
.mid .container>div{
    float: left;
 /*   width: 370px;*/
  width: 675px;
}
.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;
}
/*美院要闻*/


.zbcg {
      margin: 0 10 0 5px;
 float: left;
  width: 675px;


}



.zbcg .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}

.zbcg ul li{list-style-type:none;}

/* */

.sbgl {
   /* margin: 0 45px;*/
  width: 675px;
  float: right;
   margin: 0 5px; 

 /*  background: #FAEDD7; */

}


.sbgl .title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}
/* */
.sysgl .title h3:before{
    width: 37px;
    height: 31px;
    background-position-x: -142px;
}







/*美影采撷 国际交流 */
.mid2{
    height: 385px;
    margin: 20px 0 10px;
   /* background: #FAEDD7; 
  background: url(../images/mid_box3.jpg) no-repeat */


}
.mid2 .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}
.mid2 .title h3 a{
    color: #801B14;
}
.mid2 .container>div{
    float: left;
 /*   width: 370px;
  width: 675px;*/
}
.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;
}




/*mid part1 meiyingcaixie*/


 .mid_part1{
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;
             position: relative;*/

      }

 

 .mid_part1 .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}
 .mid_part1 h3 a{
    color: #801B14;
}

  .mid_part1 ul {
          margin: 22px 0 20 0px;
      }
      
.mid_part1 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
float: left;
       }
      
      .mid_part1  ul li a {
          font-size: 18px;
      }
      
      .mid_part1  ul li span {
          padding: 0 20px;
      }
      
      .mid_part1  ul li:last-child span {
          display: none;
      }
      


 .mid_part2{
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;
             position: relative;*/

      }

 

 .mid_part2 .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}
 .mid_part2 h3 a{
    color: #801B14;
}

  .mid_part2 ul {
          margin: 22px 0 20 0px;
      }
      
.mid_part2 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
float: left;
       }
      
      .mid_part2  ul li a {
          font-size: 18px;
      }
      
      .mid_part2  ul li span {
          padding: 0 20px;
      }
      
      .mid_part2  ul li:last-child span {
          display: none;
      }
      






/*美影采撷 */
.mycx {
    margin: 0 0 0 0px;
 float: left;
  width: 48%;

}
.mycx .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}


 


/*国际交流 */

.gjjl{
   /* margin: 0 45px;*/
 width: 675px;*/
  width: 48%;
 float: right;
margin: 0 5px; 
}


.gjjl.title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}













/* 展览&学术 招生就业 */
.mid3{
    height: 385px;
    margin: 20px 0 10px;
   /* background: #FAEDD7; 
  background: url(../images/mid_box3.jpg) no-repeat */


}
.mid3 .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}
.mid3 .title h3 a{
    color: #801B14;
}
.mid3 .container>div{
    float: left;
 /*   width: 370px;*/
  width: 675px;
}
.mid3 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.mid3 ul li span{
    float: right;
    color: #666;
}
.mid3 ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid3 ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8D0708;
}

/*展览&学术 */
.zlxs {
    

margin: 0 10 0 5px;
 float: left;
  width: 675px;


}
.zlxs .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}


/*招生就业 */

.zsjy{
   /* margin: 0 45px;*/
 width: 675px;
 float: right;
margin: 0 5px; 
}


.zsjy.title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}





 



  .clearfix {
          *zoom: 1;
      }
      
      .clearfix:after {
          content: '';
          display: block;
          height: 0;
          visibility: hidden;
          clear: both;
      }

  .fl,
      .lf {
          float: left;
      }
      
      .fr,
      .rt {
          float: right;
      }
      
      .active {
          display: block;
      }

      .main-1-r {


        /*原width: 390px;*/
          width: 360px;
      }
      
      .main-1-r>ul>li {
          width: 100%;
          padding: 12px 0;
          border-bottom: 1px solid #c4c4c4;
      }
      
      .main-1-r>ul>li:first-child {
          padding: 0 0 12px;
      }
      
      .main-1-r>ul>li:last-child {
          border-bottom: none;
      }


      .main-1-r-text {
          width: 95%;
      }
      
      .main-1-r-text a {
          display: block;
          line-height: 25px;
          max-height: 45px;
          font-size: 16px;
          overflow: hidden;
          margin-top: 3px;
      }





        /*学术报告列表页;*/
      .xsbg {
          width: 98%;
 
          



      }
      
      .xsbg>ul>li {
          width: 100%;
          padding: 12px 0;
          border-bottom: 1px solid #c4c4c4;
      }
      
      .xsbg>ul>li:first-child {
          padding: 0 0 12px;
      }
      
      .xsbg>ul>li:last-child {
          border-bottom: none;
      }


      .xsbg-text {
          width: 85%;
      }
      
      .xsbg-text a {
          display: block;
          line-height: 30px;
          max-height: 60px;
          font-size: 16px;
          overflow: hidden;
          margin-top: 3px;
      }




      
      .time {
        /*  background-color: #fff;66a1d8*/
          background-color: #f7f2ed;
          text-align: center;
          padding-top: 5px;
          width: 68px;
          height: 60px;
          border: 1px solid #875c3a;  /*c09f80*/
      }
      
      .time span {
          font-weight: bold;
          color: #94070a;
      }
      
      .time .span1 {
          font-size: 26px;

          color: #94070a;
         margin-right:20px;

      }
      .time .span2 {
          display: block;
          line-height: 25px;
          margin-top: 2px;   
         margin-right:12px;
          color: #5e5e5e;
          font-size: 12px;
        /*  background: #ffffff; */
      }
          

      .time .span3 {
          font-size: 28px;

         margin-right:10px;

      }
      .time .span4 {
          display: block;
          line-height: 25px;
          margin-top: 2px;   
         margin-right:1px;
          color: #0061ba;
          font-size: 12px;
        /*  background: #ffffff; */
      }
    















/**/

.data-center .title h3:before{
    width: 39px;
    height: 35px;
    background-position-x: -180px;
}
.data-center ul li{
    float: left;
    width: 280px;
    height: 130px;
    margin: 15px 25px 10px 0;
}
.data-center ul li:nth-child(4n){
    margin-right: 0;
}
.data-center ul li a{
    display: block;
    color: #fff;
    background: #CE9428;
    border-radius: 10px;
    overflow: hidden;
}
.data-center ul li .lf{
    width: 90px;
    line-height: 130px;
    text-align: center;
    background: #B18023;
}
.data-center ul li h3{
    margin-left: 90px;
    padding: 40px 20px;
    font-size: 18px;
    text-align: center;
}

.data-center ul li a:hover{
    color: #FFDB02;
}
.data-center ul li a:hover img{
    animation: slideInLeft 1s;
}


.wow{-webkit-transition: all .4s linear;transition: all .4s linear;animation-name: none;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/



/*快速通道链接*/
  .main-3 {
          margin-bottom: 5px;

          list-style:none;


      }
      
      .main-3-top {
          text-align: left;
          margin-bottom: 0px;
      }
      
      .main-3-top>div {
          font-family: 'microsoft yahei';
         font-size: 28px; 
          color: #999;
          text-transform: uppercase;
          position: relative;
          top: 10px;

    font-weight:  normal;
      
     }
      
      .main-3-top>h3 {
          border-bottom: 2px solid #000000;

 /* border-bottom: 2px solid #A42116;*/


      }
      
      .main-3-top>h3>a {
       font-size: 28px;
          position: relative;
          top: 14px;
          background-color: #fff;
          padding: 0 20px;
          
    font-weight:  normal;
      }







/*快速通道链接*/
   .kstdlink  {
                     
         
            /*以下新加属性 width:1200px;
            
             margin: 0 auto;*/
             position: relative;
           background: url(../images/tdbg.jpg);


      }
      
  
      





/*快速通道链接*/

.fast-link{
       padding-bottom: 8px;
    }
.fast-link ul{
    margin: 0 -6px;
    overflow: hidden;
}
.fast-link ul li{
    float: left;
    width: 32%;
    height: 642px;
    margin: 0 5px 12px 0px;
            font-size: 16px;
    text-align: left;
   /* overflow: hidden;*/
}
.fast-link ul li a{
  /*  display: block;
    background: rgba(143,0,11,.1);
   */
 
    color: #333333;
 

       border-radius: 3px;
}
.fast-link ul li a:hover{
    color: #fff;
    background: #8f000b;
}





/*版权LOGO、联系信息、链接*/
.mid4{
  /**/

 height: 365px; 
 padding-top: 50px;
  background: #f6f6f6;  
    margin: 10px 0 0 0px;
  
}


   /*新加背景*/
.mid4 .wrapper{
	      }


.mid4 .title {
    padding: 0px 0 25 5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #A42116;
}
.mid4 .title h3 a{
    color: #801B14;
}
.mid4 .container>div{
    float: left;
    width: 19%;
}
.mid4 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.mid4 ul li span{
    float: right;
    color: #666;
}
.mid4 ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid4 ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
   /* background: #8D0708;*/
}

/*BQLOGO*/

/*LOGO*/
.mid4.xxlogo{
   /* width: 35px;
    height: 35px;
    background-position-x: -106px;*/


width: 15%;
	float: left;
	padding-top: 12px;
	 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




/*联系信息*/
.mid4.lxxx{   
    font-size: 9pt;
width: 18%;
	float: left;
	line-height: 40px;
	color: #fff;
       	 	border-left: 1px solid #db636a;
	border-right: 1px solid #db636a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	 
 }


 
.mid4.yxiang{

width: 18%;
	float: left;
padding-top: 12px;
        height: 31px;
 
}


 
.mid4.dianh{
width: 18%;
	float: left;
padding-top: 12px;
        height: 31px;
     
}


 
.mid4.gzh{
 
float: left;
padding-top: 12px;
    width: 37px;
    height: 31px;
   
}








/*尾部*/
.footer{
    color: #000;
height:45px;
    margin-top: 0px;
    padding: 30px 0;
    background: #f6f6f6;



   /*  新增线条*/
    border-top: 1px #d4d4d4 solid; padding-top: 15px; padding-bottom: 15px;



 

}



.footer .container>.rt{
    margin-top: 20px;
    display: none;
}
.footer .rt img{
   margin-left: 5px;
}
.footer .container>p{
    width: 80%;
    line-height: 25px;
    margin-top: 40px;
    font-size: 14px;
}
.footer .container>p span{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px;
}
.footer .link{
    line-height: 45px;
  border-bottom: 2px solid #A42116;

}
.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;
}



.slider{
    width: 100%;
    overflow:hidden;
}
 


 /*新版 */
.slideBox{
  /*新版  width: 1400px;
    height: 429px;*/ 
    margin: 0 auto;
    position:relative;
    text-align: center;
    overflow: hidden;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:40px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 6px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#E50112;
    transform: scale(1.3);
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
  /*新版    width: 1400px;
    height: 429px;*/
}

  
.slideBox .bd p{
    position: absolute;
    left: 75px;
    bottom: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    padding: 0 100px 0 20px;
    background: rgba(0,0,0,.2);
} 


.slideBox>a{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -120px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-right-color: #fff;
    z-index: 99;
}


.slideBox>.next{
    margin-left: 90px;
    border-left-color: #fff;
    border-right-color: transparent;
}
.slideBox>.prev:hover{
    border-right-color: #8F0100;
}
.slideBox>.next:hover{
    border-left-color: #8F0100;
}



/*左侧导航newv test*/
#linkdd{ background: #eee; margin-top: 3px; border-left: solid 3px #980000; padding-left: 43px; line-height: 56px;}

#linkdd a{ font-size: 18px; color: #000;}
@media (min-width: 991px){
.leftsidebar_box{margin-bottom: 3.4em;}
}
.leftsidebar_box  dl{margin-bottom:0px;}


.leftsidebar_box dt.active ,.leftsidebar_box dt:hover{ width: 100%;background: #980000 !important;}
.leftsidebar_box dt{font-weight: normal;position:relative;}
.leftsidebar_box dt.active>a ,.leftsidebar_box dt:hover a,.leftsidebar_box dt.active i ,.leftsidebar_box dt:hover i{color:#fff !important;}


.leftsidebar_box  dd{background: #eee; margin-top: 3px;border: none;
    padding-left: 55px;
    
    font-size: 14px;
    line-height: 36px;position: relative;}
.leftsidebar_box  dd{color: #333 !important;}
.leftsidebar_box dd.active ,.leftsidebar_box dd>a:hover{ color:#980000 !important;}

.leftsidebar_box dd.active>a ,.leftsidebar_box dd:hover>a{color:#980000 !important;}

.arrow{font-style:normal;position:absolute;right:8px;font-weight:bold;font-size:18px;color:#980000;}
.active .arrow{color:#fff;}
dd span{cursor: pointer;font-style: normal;
    position: absolute;
    right: 8px;
    font-weight: bold;
    font-size: 18px;
    color: #980000;}
   .sj a{color: #333!important;    display: block;}
    .sj a:hover{color: #980000!important;}

.display-table{
display:table;
width:100%;
border-top: 1px solid #ddd;}
.display-table:first-child{
border-top-style:none;}
.display-table-cell{
display:table-cell;
vertical-align:middle;}
.institution{
width:18em;
color: #980000;
font-size:16px;
font-weight:bold;}
.institution a{
color: #980000;}
.area h4{font-size:16px;}
.subArea{
text-indent: 2em;}



/*左侧导航*/
.side{
    float: left;
    width: 278px;
    margin-top: 45px;

   /*  background: rgb(244, 244, 244); border-left-color: rgb(102, 102, 102); border-left-width: 2px; border-left-style: solid;*/ 
border-left-color: rgb(102, 102, 102); border-left-width: 1px; border-left-style: solid;



}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 50px;
    color: #fff;
    font-size: 24px;
    /*background: #9C2017;    */


}


 .side .h2 {height: 1.3rem;background: url(../images2024/nav-bg.jpg) no-repeat center/cover;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: .5rem 0 0 0;}


.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 52px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 0px;
}
.side>ul>li>a{
   /* background: #f6f6f6; 灰色背景色  左侧一级菜单下显示模线  */
    border-bottom: 1px solid #b7b7b7;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 16px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
/*background: url(../images/arrow.png); */

}


/* 新加一级导航下划线动画效果20230225开始 */
.side>ul>li> a:before {
    transition: all .5s ease;
    content: "";
    height: 1px;
    width: 0;
    left:0%;
    bottom: 0;
    display: block;
    position: absolute;
}
.side>ul>li> li.active a:before{
	width:50%;
   /* background: #e62c2c;*/
	
}
.side>ul>li> a:hover:before {
    transition: all .5s ease;
    width:100%;
  /*  background: #e62c2c;*/
}

/* 新加一级导航下划线动画效果20230225结束 */


/* 新加新闻标题下划线动画效果304 */
.titline_b{position:relative;background-image:linear-gradient(#8e03a3,#8e03a3);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.titlin_b:hover .titline_b{background-size:100% 1px}
.titlin_b .titline_b:hover{background-size:100% 1px}





.side .sub-menu li a{
    color: #666;
   /*  background: #F6F6F6; */
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #e62c2c;
border-bottom-color:#e62c2c;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;



}
.side ul .active>a{
    /*  background: #fff; 
    border-bottom-color: #fff;   
border-bottom-color:#e62c2c;*/
  color: #e62c2c;

   }
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
   /*前面显示竖线  width: 4px;
    background: #9C2017;*/
}

/*新加左侧二级导航红色底线动画效果 2023-02-25  开始 */

.side .sub-menu a:before {
    transition: all .5s ease;
    content: "";
    height: 1px;
    width: 0;
    left:0%;
    bottom: 0;
    display: block;
    position: absolute;
}
.side .sub-menu li.active a:before{
	width:100%;
   /* background: #e62c2c;*/
	
}
.side .sub-menu a:hover:before {
    transition: all .5s ease;
    width:100%;
   /*  background: #e62c2c;*/
}
/*新加左侧导航红色底线动画效果 2023-02-25  结束 */




/*右侧主体*/
.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: #e62c2c;
}



 /*教师系、职称选项下拉样式式*/

  * {
    box-sizing: border-box;
}

        .screen-box {
            margin: 20px auto;
            display: flex;
        }
        .screen-item {
            width: 150px;
            height: 30px;
            background-color: #efefef;
            font-size: 12px;
	    color: #666666;
            display: flex;
            padding: 0 23px;
            justify-content: space-between;
            align-items: center;
            margin-right: 24px;
            cursor: pointer;
            position: relative;
        }
        .screen-item:hover {
            background-color: #e62c2c;
            color: #fff;
        }
        .screen-item:hover .screen-item, .screen-item:hover .zh{
            color: #fff;
        }
        .screen-item:hover .d-box {
            display: block;
        }
        .screen-item .zh{
            font-size: 14px;
	        color: #000000;
        }
        .screen-item .aaa{
            margin-top: 5px;
        }
        .d-box {
            display: none;
            position: absolute;
            width: 100%;
            top: 30px;
            left: 0;
            border-top: 1px solid #c1c4c9;
            background-color: #efefef;
        }
        .dzh {
            display: block;
            padding: 0 23px;
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
	        color: #000000;
            border-bottom: 1px solid #c1c4c9;
        }
        .dzh:hover {
            padding: 0 23px;
            width: 100%;


	        color: #fff;
            background-color: #e62c2c;
            border-bottom: 1px solid #fff;
        }
   

*通用：列表页新*/
.common-list{
    margin-top: 20px;
}
.common-list 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-list li:hover{
    padding-left: 25px;
}
.common-list 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-list li .date h3{
    line-height: 25px;
    font-size: 30px;
 padding-left: 3px;

}
.common-list li .date p{
    padding-left: 3px;

  background: url(../images/datebg.png) no-repeat center center;

   /* background:#d5ac7a;*/
}
.common-list li:hover .date{
    color: #D31F3D;
}
.common-list li>p{
    margin-left: 85px;
    padding-right: 40px;
    line-height: 30px;
    font-size: 20px;
    background: url(../images/more.png) no-repeat right bottom;
}



/*通用新版新闻带图列表页new20221119*/
.img-info-list {
           /* width: 978px;*/
          width: 100%;
            margin: 0 auto;

        }
        .img-info-list li{
            height: 246px;
            padding: 18px 16px 18px 0;
            border-bottom: 1px solid #bfc2c7;
            cursor: pointer;
 transition: .3s;

        }




.img-info-list  li:hover{
    padding-left: 25px;
background:#f6f6f6;

}

        .img-info-list li img{
            float: left;
            width: 320px;
            height: 180px;
            display: inline-block;
            object-fit: cover;
            
        }
        .img-info-list li .info-box {
            float: left;
          /*  width: 602px;  */
width:660px; 
            height: 190px;
            display: inline-block;
            margin-left: 40px;
        }
        .img-info-list li .info-box .title {
            font-size: 16px;
	        color: #000000;
            width: 100%;
            overflow:hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow:ellipsis;
            margin-bottom: 20px;
        }
        .img-info-list li .info-box .text {
            font-size: 12px;
            height: 92px;
	        color: #666666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
        }
        .img-info-list li .info-box  .date {
            font-size: 14px;
	        color: #666666;
            display: flex;
justify-content: space-between;

                        margin-top: 35px;
        }
	 .img-info-list li .info-box  .date >span:hover:last-child {
		color: #e62c2c
	}
/*通用新版新闻带图列表页结束new20221119*/



/*通用新版媒体新闻带图列表页开始new20221120*/

  .mt_news-info-list {
           /* width: 978px;*/
     width:100%;
            margin: 0 auto;
        }
        .mt_news-info-list li{
            height: 196px;
            padding: 18px 16px 18px 0;
            border-bottom: 1px solid #bfc2c7;
             display: flex;
            /* cursor: pointer;*/
 transition: .3s;

        }


.mt_news-info-list li:hover{
    padding-left: 25px;
background:#f6f6f6;

}


        .mt_news-info-list li img{
            width: 318px;
            height: 158px;
            display: block;
            object-fit: cover;
        }
        .mt_news-info-list li .left {
            width: 650px;
            height: 100%;
            padding-right: 70px;
        }
        .mt_news-info-list li .left .top .date {
            font-size: 16px;
            color: #666666;
            position: relative;
            margin-right: 90px
        }
        .mt_news-info-list li .left .top .date:after {
            content: " ";
            width: 70px;
            height: 1px;
            background-color: #949494;
            position: absolute;
            top: 50%;
            right: -80px;
            transform: translateY(-50%);
        }
        .mt_news-info-list li .left .top .name {
            display: inline-block;
           margin-left:145px;
 
            width: 480px;
            overflow:hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow:ellipsis;
        }
        .mt_news-info-list li .left .bottom {
            margin-top: 16px;
            display: flex;
        }
        .mt_news-info-list li .left .bottom .arrowj {
                width: 71px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
   /*  background-color: #e62c2c; */

background: url(../images/mtjt.jpg) 100% center no-repeat;


    color: #fff;
    display: inline-block;
    text-align: left;
    margin-right: 85px;
        }


        .mt_news-info-list li .left .bottom .info {
            font-family: MicrosoftYaHei;
            font-size: 12px;
            color: #666666;
            height: 98px;
            display: inline-block;
            width: 480px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
        }
/*通用新版媒体新闻带图列表页结束new20221120*/




/*通用瀑布流带图列表页开始new20221120*/

.pbl_container{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

.pbl_wrapper{
  padding: 40px 0;
}
.pbl_card{
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  display: flex;
width:300px;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out;
}
.pbl_card__picture{
  display: block;
       width: 300px;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.pbl_card-infos{
  padding: 20px 0;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pbl_card_title{
      font-size: 14px;
    
    line-height: 1.4;
    padding: 0 20px;
    margin: 0;
}
.pbl_card_zz {
  font-size: 14px;
  padding-bottom: 24px;
  border-bottom: solid 1px #7e7e7e;
}
.pbl_card__text{
  font-size: 1.4rem;
  font-weight: 300;
  margin: 20px 0 0 0;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  color: #86888A;
}
.pbl_card__text--high{
  font-weight: 600;
}

/*通用瀑布流带图列表页结束new20221120*/





/*通用：新版列表页new2022*/

.list-text {
    margin-top: 10px;
}

.list-text li {
    border-bottom: 1px solid #e1e1e1;
    padding: 16px 10px 16px 0;
    position: relative;
   /* background: url(../images/jiantou1.png) 98% center no-repeat;*/
background: url(../images/yjt.png) 100% center no-repeat;
}

.list-text a {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text .date {
    float: left;
    width: 70px;
    font-family: Arial, Helvetica, sans-serif;
    color: #b8b6b4;
    text-align: center;
}

.list-text .date .day {
    font-size: 1.1rem;
}

.list-text .date .mon {
    font-size: 0.875rem;
}

.list-text .tit {
    float: right;
    position: relative;
    line-height: 44px;
    width: calc(100% - 110px);
    padding-right: 35px;
    color: #333333;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text li:hover {
   /* background: url(../images/jiantou2.png) 98% center no-repeat #103675; */ 
   background: url(../images/yjton.png) 100% center no-repeat #fff;
  /*阴影效果  box-shadow: 0 0 10px 0 rgba(16, 54, 117, 0.8);*/ 
    border-bottom: 1px solid #e1e1e1;
}

.list-text li:hover a {
    transform: translateX(10px);
}

.list-text li:hover .date {
   
    color: #e62c2c;
}

.list-text li:hover .tit {
    color: #e62c2c;
   
}
.list-news {
    margin-top: 15px;
}

.list-news li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding: 30px 0;
}

.list-news .box {
    padding-right: 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-news .pic {
    float: left;
    position: relative;
    width: 238px;
    height: 135px;
    overflow: hidden;
}

.list-news .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.list-news .text {
    float: right;
    width: calc(100% - 272px);
    padding-right: 10px;
}

.list-news .text .tit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: #cca36a;
}

.list-news .text .tit {
    position: relative;
    display: block;
    color: #333333;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 52px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-news .text .abst {
    font-size: 0.875rem;
    color: #777777;
    text-indent: 2em;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-news .text .date {
    margin-top: 10px;
    font-size: 0.875rem;
    color: #103675;
    padding-left: 25px;
    background: url(../images/news-date1.png) left center no-repeat;
}

.list-news li:hover {
    background: url(../images/list-news-bg.png) right center no-repeat;
    background-size: cover;
}

.list-news li:hover .box {
    transform: translateX(20px);
}

.list-news li:hover .tit:before {
    background: #fff;
}

.list-news li:hover .tit {
    color: #fff;
    font-weight: bold;
}

.list-news li:hover .abst {
    color: rgba(255, 255, 255, 0.43);
}

.list-news li:hover .date {
    color: #fff;
    background: url(../images/news-date2.png) left center no-repeat;
}









/*详情页*/
.detail{
  /*  margin: 20px 0;*/
 /* width:99%; line-height:2em; color:#222222;margin:15px auto 0 auto;
font-size:16px;*/

   min-height:300px;
    
 

width: 99%; overflow: hidden;line-height:2em; margin:15px auto 0 auto;   font-size: 12px!important; color: #333!important

}
.caption{
    text-align: center;width: 100%x;
}
.caption h1{
 /*   line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;*/
font-size:14px;
font-family:微软雅黑;letter-spacing:5px

}
.caption h3{
 /*   line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;*/
font-size:16px;
font-family:微软雅黑;letter-spacing:5px

}
.caption p span{
    color: #666;
    margin: 0 10px;
}
.content{
    margin: 10px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;


font-size: 12px!important; font-family:微软雅黑；
}
.detail>p{
    line-height: 25px;
    color: #666;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #12317e;
}
.content table{

    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}

/*简介页*/
.profile{
    
    min-height: 300px;
    margin:20px 0;
color:#222222;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-variant-numeric: normal;
font-weight: normal;
font-stretch: normal;
font-size: 16px;
line-height: 36px;
letter-spacing: 0;
font-family: "Microsoft Yahei";
}

.profile p{letter-spacing:1px;color:#333333;font-size:16px;FONT-FAMILY: 微软雅黑;line-height:1.765em;text-align:justify;margin:30px 0;}

/*师资队伍*/
.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;
}

/*搜索结果页*/
.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;
}






/*友情链接*/


 .yqlink {
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;
             position: relative;*/

    
      }


  .yqlink ul {
          margin: 22px 0 20 0px;
      }
      
      .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;
      }
      

 


/*图片列表页左栏+右栏*/

      /* 二三级 */
      
      .banner,
      .banner img {
          width: 100%;
      }


    /* 内页加入新banner属性 */
        .bannerny {
            width: 100%;
            height: 450px;
        }
        .bannerny img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


      
     /* .bread {
          height: 45px;
          line-height: 45px;
          padding-left: 30px;
          overflow: hidden;
          margin: 20px 0;
          background: #fff;
          border: 2px solid #017fd8; 
      }*/
      
      .left_aside {
          float: left;
          width: 280px;
          text-align: center;
          background: #f5f5f5;
      }
      
      .left_aside p {
          color: #fff;
          font-size: 18px;
          line-height: 50px;
          background: #017fd8;
      }
      
      .left_aside ul li {
          line-height: 45px;
          font-size: 16px;
          border-bottom: 1px solid #ddd;
      }
      
      .left_aside ul li:last-child {
          border-bottom: 0;
      }
      
      .left_aside ul li a {
          display: block;
          position: relative;
      }
      
      .left_aside ul li a:after {
          position: absolute;
          top: 15px;
          right: 50px;
          line-height: 20px;
          content: "→";
          text-align: center;
          color: #ccc;
          font-size: 18px;
          transition: 0.3s;
      }
      
      .left_aside ul li a:hover {
          text-decoration: none;
          background: #ddd;
      }
      
      .left_aside ul li a:hover:after {
          color: #017fd8;
          right: 40px;
      }
      
      .left_aside ul li.on a {
          color: #017fd8;
          background: #ddd;
      }
      
      .left_aside ul li.on a:after {
          color: #017fd8;
      }
      
      .right_aside {
          margin-left: 310px;
          background: #fff;
      }
      
      .right_aside .head {
          font-size: 18px;
          line-height: 50px;
          border-bottom: 1px solid #ddd;
          position: relative;
          padding-left: 33px;
      }
      
      .right_aside .head:before {
          position: absolute;
          top: 15px;
          left: 0;
          width: 24px;
          height: 22px;
          content: "";
          background: url("../images/spirit.jpg") no-repeat;
      }
      
      .right_aside .comment {
          padding: 20px 0;
          min-height: 500px;
      }
      
      .right_aside .comment>p {
          line-height: 30px;
      }
      
      .list li {
          height: 46px;
          line-height: 46px;
          padding: 0 10px;
          font-size: 16px;
          border-bottom: 1px dotted #8C8C8C;
      }
      
      .list li:hover {
          background: #F6F6F6;
      }
      
      .list li span {
          float: right;
          color: #999;
          font-size: 15px;
      }
      
      .list li p {
          margin-right: 120px;
      }
      
      .list li a {
          position: relative;
          padding-left: 20px;
          text-decoration: none;
      }
      
      .list li a:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 0;
          width: 5px;
          height: 5px;
          background: #666;
          border-radius: 50%;
      }
      
      .list li a:hover:before {
          background: #017fd8;
      }
      
      .article {
          min-height: 500px;
          padding: 0 30px;
          background: #fff;
      }
      
      .article .caption {
          text-align: center;
          padding: 30px 0;
      }
      
      .article .caption h2 {
          color: #017fd8;
          font-size: 24px;
          font-weight: 500;
          margin-bottom: 15px;
      }
      
      .article .caption p span {
          color: #999;
          margin: 0 10px;
      }
      
      .article .content {
          padding-bottom: 20px;
          font-size: 16px;
      }
      
      .article .content p {
          line-height: 30px;
          text-align: justify;
      }
    


 /*图片列表页新版*/
.m-list9 {
    overflow: hidden;
    padding: 30px 0 0;}
.m-list9 li {
    float: left;
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 31px;

 
    overflow: hidden;}

 
.m-list9 li>a:hover{
border-color: #b30e0d;
}





.m-list9 .pic img {
    float: left;
   
    /*    width: 140px;
    height: 179px; */

width: 183px;
            height: 280px;
            object-fit: cover;
            display: block;

    margin-right: 0px;
    overflow: hidden;}
  


.m-list9 .txt {
    height: 280px;

  
    overflow: hidden;
    padding-top: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #E53333;
    line-height: 30px;}

.m-list9 .txt h4 {
    font-size: 20px;
    margin-bottom: 7px;}




.m-list9.d-box {
            display: none;
            position: absolute;
            width: 100%;
            top: 30px;
            left: 0;
            border-top: 1px solid #c1c4c9;
            background-color: #efefef;
        }
 .m-list9.dzh {
            display: block;
            padding: 0 23px;
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
	        color: #000000;
            border-bottom: 1px solid #c1c4c9;
        }
       .m-list9 .dzh:hover {
	        color: #fff;
            background-color: #e62c2c;
            border-bottom: 1px solid #fff;
        }



/*教师片列表页新版*/

    .jslist {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
         .jslist li {
            width: 495px;
            height: 300px;
            background-color: #efefef;
            display: flex;
            margin-bottom: 30px;
        }
        .jslist li img{
            width: 203px;
            height: 300px;
            object-fit: cover;
            display: block;
        }
          .jslist li .info-box {
            width: 322px;
            height: 100%;
            padding: 26px 26px 26px 30px;
            text-align: right;
        }
       .jslist li .info-box .name{
            font-size: 14px;
	    color: #222222;
        }
        .jslist li .info-box .name2{
            font-size: 14px;
	        color: #222222;
        }
      .jslist li .info-box .line{
            margin: 24px 0;
            width: 32px;
            height: 2px;
            background-color: #bec1c6;
            float: right;
            display: block;
        }
        .jslist li .info-box .info {
            font-size: 12px;
	        color: #666666;
            display: block;
            float: right;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 42px;
        }
        .jslist li .info-box .btn {
            width: 90px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background-color: #a0a0a0;
    color: #fff;
    float: right;
    margin-top: 90px;
    cursor: pointer;
        }
  .jslist li .info-box .btn:hover {
            background-color: #e62c2c;
        }


/*新加教师列表红色底线动画效果 2023-03-12  开始 */

.jslist .info-box a:before {
    transition: all .5s ease;
    content: "";
    height: 1px;
    width: 0;
    left:0%;
    bottom: 0;
    display: block;
    position: absolute;
}
.jslist .info-box .active a:before{
	width:100%;
   /**/ background: #e62c2c;
	
}
.jslist .info-box a:hover:before {
    transition: all .5s ease;
    width:100%;
   /**/  background: #e62c2c;
}
/*新加教师列表红色底线动画效果 2023-03-12  结束 */










 /*图片列表页-xrldnew*/
.m-list10 {
    overflow: hidden;
    padding: 30px 0 0;}
.m-list10 li {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 31px;

 
    overflow: hidden;}

 
.m-list10 li>a:hover{
border-color: #b30e0d;
}





.m-list10 .pic {
    float: left;
    width: 140px;
    height: 179px;
    margin-right: 30px;
    overflow: hidden;}
.m-list10 .txt {
    height: 184px;
    overflow: hidden;
    padding-top: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #E53333;
    line-height: 30px;}
.m-list10 .txt h4 {
    font-size: 20px;
    margin-bottom: 7px;}




 
/*图片列表页*/
      
      .list-img {
          overflow: hidden;
      }
      
      .list-img li {
          float: left;
          width: 33%;
          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: 13px;
          line-height: 40px;
          height: 40px;
          overflow: hidden;
      }

      /*图文列表页*/
      



/*视频列表页*/
      
      .list-video {
          overflow: hidden;
      }
      
      .list-video li {
          float: left;
          width: 48%;
          text-align: center;
          margin: 10px 0;
      }
      
      .list-video li>a {
          display: inline-block;
          width: 94%;
          height: 280px;
          overflow: hidden;
          font-size:12px;
      }
      
      .list-video li video {
          display: inline-block;
          width: auto;
          max-height: 100%;
      }
      
      .list-video li video:hover {
           
      }
      
      .list-video li p {
          font-size: 14px;
          line-height: 40px;
          height: 40px;
          overflow: hidden;
      }

      /*视频列表页*/
      




/*图片列表页-*/
.photo-list{
  /*  margin: 0 30px 20px;*/

   margin: 0 0px 20px;
    overflow: hidden;
}
.photo-list li{
    float: left;
   /* width: 25%;*/
 width: 30%;
   /* height: 180px; 
   margin: 20px 0;
   text-align: left;*/
   text-align: center;
   
     margin-bottom: 15px;
     margin-top: 30px;
   
}



.photo-list {
    overflow: hidden;
    padding: 30px 0 0;}
/* 
.photo-list li {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 31px;
    overflow: hidden; 

       }

.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 .pic {
    float: left;
    width: 340px;
    height: 379px;
    margin-right: 30px;
    overflow: hidden;}
.photo-list .txt {
    
    overflow: hidden;
    padding-top: 27px;
padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #E53333;
    line-height: 30px;}
.photo-list .txt h4 {
    font-size: 20px;
    margin-bottom: 7px;}




.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: 200px; 
          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: 50px;
          height: 40px;
}

.photo-list.xrldleader li{
    width: 25%;
   height: 280px;
}

 .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: 50%;  首行显示２列*/

  width: 50%; 

 height: 280px;
align: center;
}


.photo-list.xrldleader li:nth-child(2){
    width: 50%;
  height: 280px;
align: center;

}




/*  社会服务   */ 

.photo-list.shfw li{
    width: 31%;
   

 height: 200px;

}

 .photo-list.shfw li img {
         /* display: inline-block; */ 
          width: auto;
align: center;
          max-height: 100%;
      }
 .photo-list.shfw li img:hover {
          transform: scale(1.1);
      }
      
 

.photo-list.shfw li:first-child {
	width: 100%;
 height: 180px;
align: center;
}
 


/*  首页通用   */ 





 



  .photo-list.syty ul li{
    width: 100%;
   height: 480px;
align: left;
 


list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;

/*  首页通用新加入属性   
        
            width: 100%;
            padding: -2px;
         background-color: #ffffff;
            box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.16);
            border: solid 1px #707070;
            border-top: 0;
*/ 

}
.photo-list.syty  li img {
          display: inline-block;
          width:100%;
       margin-left:0px;
         height:350px;
          max-height: 100%;
      }

/*
 .photo-list.syty  li img:hover {
          transform: scale(1.05);
      }*/ 
      

 .photo-list.syty  .img-info .text-info {
            height: 108px;
            width: 100%;
            padding: -2px;
            background-color: #ffffff;
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
            border: solid 1px #707070;
            border-top: 0;
          }
 

  .photo-list.syty  .img-info img:hover {
            transform: scale(1.05)
        }







/*ie7fixed*/
.header .wrapper{
	*position: relative;
}
.header .right{
	*position: absolute;
	*width: 270px;
	*right: 0;
}