@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;

 /*新加入灰色背景f9f9f9 
    background: #e7eaea;*/


}

/*插入至详细输出属性  #vsb_content_4 P{font-size: 1rem !important;color: #333 !important;line-height:2rem !important;}*/
#vsbcontent_img{border:none !important;line-height:2rem!important;}


 /*老师个人主页新加入背景图*/

.t_homebgimg{
      
 
      background: url(../images/t_home_bg.jpg) no-repeat center  top;
       
  }



.scanbox { width: 182px; height: 182px; margin: 0 auto 10px; }


a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
   /* color: #014788; */
  color: #f49209;


  
    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;
}



.kuang,
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}




/*  新加属性*/
.container_teacher{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container_teacher:before,
.container_teacher:after{
    content: '';
    display: table;
    clear: both;
}








.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header{
    height: 160px;


/* 使用背景图模式*/
background: url(../images2023/wdyindexc2023_01.jpg) no-repeat;

 

background-attachment:fixed;
 background-size:100% 160px; 

position:relative;top: 0;



}

.header .bkszs{
    height: 236px;
  /*  background: #9C2017;*/

/* 使用背景图模式*/
background: url(../images2023/wdyentopbg.jpg);

width:100%;
position:relative;top: 0;



}




.header .top{
    height: 30px;
    line-height: 30px;
  /**/  background: #004098; 
}
.header .top a{
    color: #fff;
}
.header .logo{
    float: left;
    line-height: 36px;
    animation: zoomIn 1s;

   
    margin-top: -10px;
}


 


/*新加顶部信息链接*/
.header .toplink{
    float: right; 

    line-height: 25px;
    font-size: 13px;
   color: #fff;
  /*  margin-top: 10px;*/
    margin-top: 20px;


}









  .toplink a {
          color: #fff;
      }

      .toplink img{
          position: relative;
          top: -2px;
      }


.langtool{
    float: right;

margin-top: 15px;
    


}




.language-btn{

      margin-top: 15px;

    width: 40px;
    height: 40px;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, .25);
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.language-btn:hover{
    background-color: var(--color-secondary);
    color: #fff;
}
.language-btn i{
    display: none;
}
.icon-download:before {
  content: "\e66c";
}
.icon-down:before {
  content: "\e625";
}



.search{
    float: right;



 padding: 0 10px 0 80px;

}
.search form{
    position: relative;
   /* margin-top: 15px; */
    margin-top: 20px;
     color: #fff;

}
.search input[type='text']{
    width: 150px;
  
    padding: 0 50px 0 15px;
    
 


 background-color: rgba(255, 255, 255, .25);
    border: 0;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding-right: 40px;
    border-radius: 25px;
    color: inherit;





}
.search input[type='submit']{
    position: absolute;
    top: 2px;
    right: 0;
    width: 50px;
    height: 26px;
    cursor: pointer;
    border: none;
    background: url(../images2023/top_search.png) no-repeat center center;
}
.toggle{
    display: none;
}





/*新加入教师个人主页头部*/


.header_thome{
    height: 166px;
  width:80%;
}


.header_thome .top{
    height: 30px;
    line-height: 30px;
  /*  background: #801B14; */
}
.header_thome .top a{
    color: #fff;
}
.header_thome .logo{
    float: left;
    line-height: 36px;
    animation: zoomIn 1s;

   
    margin-top: -10px;
}

 
.header_thome .toplink{
    float: right; 

    line-height: 25px;
    font-size: 13px;
   color: #fff;
  /*  margin-top: 10px;*/
    margin-top: 20px;


}











/*导航栏*/
.nav{
    height: 58px;
    background: #004098;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;color: #ffffff;
}
.menu>li{
    display: inline-block;
 
    width: 105px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    position: relative;
 color: #ffffff;
 font-size: 18px;

}
.menu>li>a{

 font-weight: bold;
    display: block;
    font-size: 17px;
 color: #fff;
}
.menu>li:hover{
  /*  border-bottom: 3px solid #0063be;  */

      border-bottom: 3px solid #f49209;



}
.menu>li>a:hover{
    font-weight: bold;
     color:#f49209;

}
.menu>li>span{
    display: none;
}
.second-menu{
    font-size: 14px;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    line-height: 35px;
    padding: 10px 0;
    background: rgba(1,53,191,.5);
    z-index: 999;
    display: none;
}
.second-menu a{
    font-size: 14px;
    position: relative;
    display: block;
    color: #fff;
   
}
.second-menu a:hover{
   /*浜岀骇瀵艰埅瀛楁閫変腑鑹插師绾㈣壊9C2017 鐜版鑹瞗49209*/
    font-size: 14px;
  color: #f49209;
  font-size: 15px;
   background: rgba(1,53,191,.9);


}
 


 


.section{
    position: relative;
    min-height: 500px;
width:100%;

  
     /*新加背景图*/
    background:url(../images/tftbg.png) no-repeat center bottom;
    transition: 1s;

}


.section .thomeftbg{
    position: relative;
    min-height: 500px;
width:100%;

  
     /*新加背景图*/
    background:url(../images/t_home_ftbg.jpg) no-repeat center bottom;
    transition: 1s;

}





.title{
    height: 30px;
    line-height: 30px;
   /* padding: 30px 0;*/
    padding: 30px 0px 5px;
}
.title h3{
    position: relative;
    padding-left: 5px;/* 原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;
}


  /*new add*/


.news .title {
   /* padding: 50px 0 25px;*/
    padding: 20px 0 25px;
   /* margin-bottom: 30px;*/
    margin-bottom: 0px;
    border-bottom: 2px solid #0063be;
}



.albumBox{
    float: left;
    width: 430px;
    position: relative;
}
.albumBox .hd{
    position:absolute;
    right: 0;

   height: 20px;
    line-height: 20px;


    bottom: 41px;

    width: 100%;

    z-index:1;


 background: rgba(0,0,0,.6);
 

}
.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: #0063be;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 276px;
}
.albumBox .bd li>a{
    display: block;
    position: relative;
    overflow: hidden;
}
.albumBox .bd img:hover{
    transform: scale(1.05);
}
.albumBox .bd .info{
    position: absolute;


top：-30px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.1);
}
.albumBox .bd .info p{
    padding: 0 100px 0 15px;
}
.albumBox .bd .info a{
    color: #fff;
    font-size: 16px;
}



.albumBox{
    float: left;

/*    width: 430px; */
margin: 0 10 0 5px; 
   width: 430px;  
   height: 320px;
    position: relative;
}
.albumBox .hd2{
    position:absolute;
    right: 0;
    bottom: 15px;
    width: 100px;
    z-index:1;
}
.albumBox .hd2 ul{
    text-align: right;
}
.albumBox .hd2 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 .hd2 ul li.on{
    background: #0063be;
}
.albumBox .bd2 li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd2 img{
    display:inline-block;
    width: 100%;
     /*  原 height: 296px;*/
     height: 320px;
margin: 0 0px; 

}
.albumBox .bd2 li>a{
    display: block;
    position: relative;
    overflow: hidden;
}
.albumBox .bd2 img:hover{
    transform: scale(1.05);
}
.albumBox .bd2 .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.5);
}
.albumBox .bd2 .info p{
    padding: 0 100px 0 15px;


  border-bottom: 3px solid #00abba;

}
.albumBox .bd2 .info a{
    color: #fff;
    font-size: 16px;
}


.albumBox .bd  .zyinfo{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 20px;
    background: rgba(0,0,0,.5);
}
.albumBox .bd  .zyinfo p{
    padding: 30 10px 0 15px;


}
.albumBox .bd .zyinfo a{
    color: #fff;
    font-size: 16px;}




/*新加入图片 日期开始*/

.albumBox .date{
     position: absolute;
    top: 0px;
    left: 20px;
    padding: 10px 20px;
    color: #f2ad43;
    background-color: #004098;
    z-index:1;
}
.albumBox .date h4{
    font-size: 16px;
}
  

 
.albumBox  .date ul li img:hover{
    transform: scale(1.1);
}
.albumBox  .date ul li {
    position: absolute;
    top: 0px;
    left: 20px;
    padding: 10px 20px;
    color: #fff;
    background-color: #D31F3D;
    z-index:1;

}
.albumBox ul li  .date h2{
    line-height: 40px;
    font-size: 36px;
}
 


/*教师片列表页新版*/

    .jslist {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
         .jslist li {
            width: 425px;
            height: 240px;
            background-color: #efefef;
            display: flex;
            margin-bottom: 50px;
        }
        .jslist li img{
            width: 180px;
            height: 240px;
            object-fit: cover;
            display: block;
        }
          .jslist li .info-box {
            width: 245px;
            height: 100%;
            padding: 26px 26px 36px 60px;
            text-align: left;
        }
       .jslist li .info-box .name{
            font-size: 18px;
	    color: #222222;
        }
        .jslist li .info-box .name2{
            font-size: 15px;
	        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: #12317e;
        }








/*教师按研究方向选项下拉样式式*/

    {
    box-sizing: border-box;
}

        .screen-box {
            margin: 20px auto;
            display: flex;
        }
        .screen-item {
            width: 180px;
            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;
        }
   





.teacher_list ul li{ float: left; width: 8%; display: inline-block; text-align: center; overflow: hidden; margin: 15px 5px;}
.teacher_pic img{ width: 60%; height: auto; border-radius: 50%;}
.teacher_name{font-family:JBeiWeiKaiSu; font-size: 16px; color: #5E068C; line-height: 2em;}
.teacher_list ul li p{ font-size: 13px;}
.teacher_list ul li p.teacher_blue{ color: #2F5BEA;}




.list-teacher{
          margin: 10px 0 20px;
          overflow: hidden;
      }
      .list-teacher:last-child{
          margin-bottom: 50px;
      }
      .list-teacher li{
          float: left;
          width: 158px;
          padding: 10px 0;
          font-size: 16px;
          text-align: center;
          border-bottom: 1px dotted #ddd;




      }
      .list-teacher li:hover{
          background: #E1F1F9;
      }
 


/*新加入图片日期结束*/


/* 照片墙 */
      
      .mien .bd {
          width: 100%;
          overflow: hidden;
      }
      
      .mien li {
          float: left;
          width: 240px;
          margin-right: 37px;
      }
      
      .mien li:last-child {
          margin-right: 0;
      }
      
      .mien li>a {
          display: block;
          height: 180px;
          overflow: hidden;
      }
      
      .mien li img {
          width: 100%;
          height: 100%;
      }
      
      .mien li img:hover {
          transform: scale(1.1);
      }
      
      .mien li p {
          width: 100%;
          background-color: #fff;
          height: 48px;
          line-height: 48px;
          padding: 0 20px;
          overflow: hidden;
          text-align: center;
          font-size: 16px;
      }
      
      .mien li:hover p {
          background-color: #e5ecf5;
          border-bottom: 3px solid #017fd8;
      }


.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: #0063be;
}




 


/*add*/
.newslist ul{
    margin-top: 22px;



 width: 370px;

  /* margin-left: 435px;*/

}
.newslist ul li{
    float: left;
    width: 98%;/*width:48%*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.newslist ul li:nth-child(even){
    float: right;
}
.newslist ul li p{
    height: 25px;
    line-height: 25px;
    margin-left: 5px;/* margin-left: 85px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newslist ul li a{
    font-size: 16px;
    position: relative;
}
.newslist ul li a:hover{
    color: #8F0100;
    text-decoration: none;
}
.newslist  .date{
    float: left;
    width: 70px;
    height: 44px;
    line-height: 22px;
    color: #333;
    font-size: 12px;
    text-align: center;
    background: #eeeeee;
    position: relative;
    top: 3px;
}
.newslist  .date span{
    display: inline-block;
    width: 17px;
    height: 16px;
    position: relative;
    top: 5px;
    background: url(../images/date.png) no-repeat;
}





/*通知公告*/
.notice{
    float: right;
    width: 370px;

 

}

    /*new add*/


.notice .title {
   /* padding: 50px 0 25px;*/
    padding: 20px 0 25px;
   /* margin-bottom: 30px;*/
    margin-bottom: 20px;
    border-bottom: 2px solid #0063be;
}


.notice .title h3:before{
    width: 32px;
    height: 39px;
    /*  background-position-x: -37px;*/




}
.notice ul li{
    height:80px;
 
    line-height:100%;

padding-top:10px;

    padding-bottom: 12px;
    margin-bottom: 10px;
    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/clock.png) no-repeat left center;
}

/*教学动态、科研动态、学术报告*/
.mid{
    height: 425px;
    margin: 60px 0 20px;
  /*教学动态、科研动态、学术报告原背景米黄色FAEDD7   新背景色淡蓝色deebf7  */


 /* background: #deebf7; */

 /* 使用背景图模式*/
background: url(../images2023/midbg.jpg);



  
}
.mid .title {
   /* padding: 50px 0 25px;*/
    padding: 20px 0 25px;
   /* margin-bottom: 30px;*/
    margin-bottom: 20px;
    border-bottom: 2px solid #0063be;
}
.mid .title h3 a{
    color: #083b6b;
}
.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: #0063be;
}
/*教学动态*/
.zbcg {
    margin: 0 45px;
}
.zbcg .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}
/*科研动态*/
.sbgl .title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}
/*学术报告*/
.sysgl .title h3:before{
    width: 37px;
    height: 31px;
    background-position-x: -142px;
}


/*版权LOGO、联系信息、链接*/
.mid2{
  /* height: 265px; 
background: #0a56b8; 
   */

background: url(../images2023/bqbg.jpg);
    margin: 50px 0 0px;

  
}
  .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;*/
}
/*BQLOGO*/




/*LOGO*/


.mid2.xxlogo{
   /* width: 35px;
    height: 35px;
    background-position-x: -106px;*/


width: 50%;
	float: center;
	padding-top: 5px;
	 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




/*联系信息*/
.mid2.lxxx{   
    font-size: 9pt;
width: 35%;
	float: center;
	line-height: 40px;
	color: #fff;
        padding: 0 60px;
	 	border-left: 1px solid #0666c3;
	border-right: 1px solid #0666c3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 80px;
 }


 
.mid2.xxiang{
    width: 37px;
    height: 31px;
    background-position-x: -142px;
}






/*友情链接*/


 .yqlink {
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;*/
             position: relative;
 


      }


.yqlink .title {
   /* padding: 50px 0 25px;*/
    padding: 20px 0 35px;
   /* margin-bottom: 30px;*/
    margin-bottom: 20px;
    border-bottom: 2px solid #0063be;
}





  .yqlink ul {
          margin: 10px 0 10px  20px;
      }
      
      .yqlink ul li {
          float: left;
      }
      
      .yqlink ul li a {
          font-size: 16px;
      }
      
      .yqlink ul li span {
          padding: 0 20px;
      }
      
      .yqlink ul li:last-child span {
          display: none;
      }
      




/*快速通道链接*/

.fast-link{
    margin-top: 10px;
    padding-bottom: 8px;
    }
.fast-link ul{
    margin: 0 -6px;
    overflow: hidden;
}
.fast-link ul li{
    float: right;
    width: 210px;
    height: 42px;
    margin: 0 25px 12px 0px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}
.fast-link ul li a{
    display: block;
    color: #333333;
  background: rgba(1,53,191,.1);

       border-radius: 3px;
}
.fast-link ul li a:hover{
    color: #fff;
    background: #315587;
}




 

/*快速通道链接*/
   .kstdlink  {
                     
         
            /*以下新加属性 width:1200px;
            
             margin: 0 auto;*/
             position: relative;
           background: url(../images/tdbgn.jpg);


      }
      
      .kstdlink ul {
          text-align: center;
         /* margin-left: 70px;*/

 margin-left: 10px;

      }
      
      .kstdlink ul>li {
        /*  width: 180px;*/


          width: 160px;

          float: left;

         /*margin-right: 120px;*/
          margin-right: 40px;
      }
      
      .kstdlink ul>li:hover div {
          transform: rotateY(360deg);
      }
      
      .kstdlink ul>li>div {
          width: 114px;
          height: 114px;
          text-align: center;
          border-radius: 50%;
          margin-bottom: 15px;
          transition: 0.5s;
      }
      
      .kstdlink ul>li>div>a {
          display: inline-block;
          font-size: 17px;
          color: #fff;
          padding-top: 40px;
      }
      
      .kstdlink ul>li p a {
          font-size: 16px;
          color: #666;
      }
      
      .kstdlink ul>li:last-child {
          margin-right: 0;
      }
      
      .kstdlink ul>li:first-child>div {
          border: 2px solid #ffbdab;


          background-color: #de5530;
      }
      
      .kstdlink ul>li:nth-child(2)>div {
          border: 2px solid #b7ffbf;
          background-color: #38c946;
      }
      
      .kstdlink ul>li:nth-child(3)>div {
          border: 2px solid #a9e0ff;
          background-color: #128fd6;
      }
      
      .kstdlink ul>li:nth-child(4)>div {
          border: 2px solid #ffdd8c;
          background-color: #dea724;
      }
      
      

















/*尾部*/
.footer{
    color: #fff;
    margin-top: 0px;
    padding: 30px 0;
 /*尾部背景色原红色9F1B17   现蓝色0061ba
    background: #0061ba;*/
 background: #0b277c;
/* 开启使用背景图模式
background: url(../images/ftbg.png);*/


   /*  新增线条*/
    border-top: 1px #357ad1 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;
}
.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: #0063be;
}
.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: -100px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    z-index: 99;
}
.slideBox .next{
    margin-left: 80px;
    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: -60px;
  z-index:9999;
}
.side p{
    height: 135px;
    line-height: 120px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
   /* background: #0063be;*/
background: url(../images2023/slnavbg.png);

}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
   /* background: #E7E7E7;*/
background: #E7E7E7;



    border-bottom: 1px solid #D4D4D4;
}
.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);
}
.side .sub-menu li a{
    color: #666;
   /* background: #F6F6F6;

    background: #F6F6F6;*/
 /*后加测试缩进45像素   margin-left:45px;
    */
   padding-left:65px;


}
.side .sub-menu li a:hover,

.side .sub-menu li.on a{
    color: #0063be;
 border-bottom-color: #000;
 /*new add
   background: #b2d2f8;*/
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
   /* background: #fff;*/

   background: #b2d2f8;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #0063be;
}


/*新加左侧背景色*/

.side .bgc{

 background: #fff;

}





/*右侧主体*/
.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: #0063be;
}


/*老师个人主页菜单导航*/
.bread .mdh a{
    color: #0063be;
padding-top: 30px;
}
.bread .mdh a:hover{
    color: #f49209;
}



 /* 信息列表带图 */
.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;
}





.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;
}



/*通用：列表页*/
.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 15px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #c6c6c6;
}
.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: #0063be;
}


/*详情页*/
.detail{
    margin: 20px 0;

 font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 300%;

    }



.detail .p{
    line-height: 2em; text-indent: 96px; 
   }




/*新加入详情页相关样式*/
.detail .img{
     margin: 20px 20 20 20px;
   }

.caption{
    text-align: center;
}
.caption h2{
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 10px;
}
.caption p span{
    color: #666;
    margin: 0 10px;
}
.detail .content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;
}

.detail .content .v_news_content  .img{
     margin: 20px 20 20 20px;
   }

.detail .content .v_news_content .p{
    line-height: 2em; text-indent: 96px; 
 margin: 20px 20 20 20px;

   }




/*插入详情页属性 .content  .content .v_news_content  .img_vsb_content .img{
     margin: 20px 20 20 20px;!important;
   }*/









.detail>p{
    line-height: 30px;
    color: #4d4f53;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #0063be;
}




/*老师个人主页详情页*/

.detail .teacherhomebg{
    margin: 20px 0;
  

  border: 1px solid #17395f;
background: #ffffff;


 font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 300%;

    }
         




.content table{

    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}

/*简介页*/
.profile{
    padding: 30px 0;
    min-height: 300px;
  font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 300%;
}

.profile .p{
     line-height: 2em; text-indent: 96px; 


}







.photo-list{
    margin: 0 30px;
    overflow: hidden;
}
.photo-list li{
    float: left;
    width: 25%;
    margin-top: 20px;
    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: #133395;
}
.photo-list li>a:hover img{
    transform: scale(1.05);
}
.photo-list li p{
    margin-top: 10px;
}

.photo-list.xrleader li{
    width: 33.33%;
}
.photo-list.xrleader li:first-child,
.photo-list.xrleader li:nth-child(2){
    width: 50%;
}




/*师资队伍*/
.teacher p{
    margin: 30px 0;
    color: #0063be;
    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;
}










/*+专家队伍*/

  .ztzl {
          padding: 0 0 50px;
      }
      
      .ztzl-top {
          margin-bottom: 26px;
          text-align: center;
      }
      
      .ztzl-top>div {
          font-family: 'Arial';
          font-size: 16px;
          color: #bbbabb;
      }
      
      .ztzl-top>h2 {
          border-bottom: 1px solid #cfcfcf;
          margin-bottom: 20px;
      }
      
      .ztzl-top>h2>a {
          font-size: 23px;
          position: relative;
          top: 14px;
          background-color: #fff;
          padding: 0 30px;
      }
      
      .ztzl .bd {
          overflow: hidden;
      }
      
      .ztzl ul li {
          float: left;
          width: 185px;
          height: 64px;
          overflow: hidden;
          margin-right: 18px;
          border: 1px solid #dedede;
      }
      
      .ztzl ul li:last-child {
          margin-right: 0;
      }
      
      .ztzl ul li img {
          display: inline-block;
          width: 100%;
          height: 100%;
      }
      
      .ztzl ul li img:hover {
          opacity: .8;
          transform: scale(1.1);
      }



/*学术报告*/



  .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: 55px;
          font-size: 16px;
          overflow: hidden;
          margin-top: -10px;
      }





        /*学术报告列表页;*/
      .xsbg {
          width: 95%;
      }
      
      .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:#325587; 
	background: rgba(49,85,135);
	*background-color:#f4930a;
	filter:alpha(opacity=50)\9;
	height: 60px;
width: 60px;
	color: #fff;*/
	text-align: center;
	padding-top: 7px;
font-size: 14px;
 
 
 
      }
      
      .time span {
        /*   font-weight: bold; */
          color: #777;
font-size: 18px;
      }
      
      .time .span1 {
          font-size: 22px;

         margin-right:20px;

      }
      .time .span2 {
          display: block;
          line-height: 25px;
          margin-top: 2px;   
         margin-right:12px;
          color: #ffffff;
          font-size: 13px;
        /*  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; */
      }
    


  .main-3 {
          margin-bottom: 25px;

          list-style:none;


      }
      
      .main-3-top {
          text-align: center;
          margin-bottom: 40px;
      }
      
      .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 #0063be;
      }
      
      .main-3-top>h3>a {
       font-size: 28px;
          position: relative;
          top: 14px;
          background-color: #fff;
          padding: 0 20px;
          
    font-weight:  normal;
      }
   

   







/*图片列表页左栏+右栏*/

      /* 二三级 */
      
      .banner,
      .banner img {
          width: 100%;
    z-index;-99;
      }
      


/*inner-banner*/
.inner-banner{
	color: #fff;
    display: flex;
	align-items: center;
	min-height: 280px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    position: relative;
    border-bottom: 4px solid var(--color-secondary);
}
.inner-banner:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #004098 0%, rgba(0,0,0,0) 100%);
}
.inner-banner .inner-banner-text{
    padding: 60px 0 80px;
	width: 100%;
	line-height: 1.4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    text-align: center;
}
.inner-banner .inner-banner-text .flex{
	align-items: stretch;
}
.inner-banner .inner-banner-text .title{
	font-size: 52px;
    position: relative;
    line-height: 1.1;
    display: inline-block;
    letter-spacing: 4px;
    margin-left: 2px;
}
.inner-banner .inner-banner-text .title>*{
    position: relative;
    z-index: 2;
}
/* .inner-banner .inner-banner-text .title:after{
    content: "";
    position: absolute;
    left: 0;
    right: 4px;
    bottom: 0;
    height: 8px;
    background-color: var(--color-secondary);
    z-index: 0;
    opacity: .75;
} */
.inner-banner .inner-banner-text .flex-left .icon{
	padding-top: 4px;
}
.inner-banner .inner-banner-text .flex-left .icon img{
	width: 56px;
    height: 56px;
    object-fit: contain;
}
.inner-banner .inner-banner-text .flex-right{
	margin-left: 2vw;
	padding-left: 2vw;
	border-left: 1px solid rgba(255,255,255,.35)
}
.inner-banner .breadcrumb{
	margin-top: 15px;
}

.inner-banner .more-btn{
    margin-top: 30px;
}
.inner-banner .more-btn.btn-white .iconfont{
    color: var(--color-primary);
}
@media screen and (max-width: 1599px) {
	.inner-banner .inner-banner-text .title{
		font-size: 42px;
	}
}
@media screen and (max-width: 1199px) {
	.inner-banner .inner-banner-text .title{
		font-size: 36px;
	}
}
@media screen and (max-width: 991px) {
	.inner-banner{
		align-items: center;
        /* padding-bottom: 20px; */
        border-bottom: 0;
	}
    .inner-banner .more-btn{
        margin-top: 20px;
    }
    .inner-banner .inner-banner-text{
        padding: 60px 0;
    }
}
@media screen and (max-width: 767px) {
	.inner-banner{
		min-height: 200px;
	}
    
	.inner-banner .inner-banner-text{
		margin-bottom: 0;
        padding: 30px 0;
	}
	.inner-banner .inner-banner-text .flex{
		display: block;
		text-align: center;
	}
	.inner-banner .inner-banner-text .title{
		font-size: 28px;
	}
	.inner-banner .inner-banner-text .flex-right{
		padding-left: 0px;
		margin-left: 0px;
		border-left: 0;
	}
	.inner-banner .breadcrumb{
		display: none;
	}
	.inner-banner .inner-banner-text .flex-left{
		display: none;
	}
	.inner-banner .breadcrumb{
		margin-top: 15px;
	}
}
/*inner-banner END*/







     /* .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;
      }
      /*图片列表页*/
      
      .list-img {
          overflow: hidden;
      }
      
      .list-img li {
          float: left;
          width: 33%;
          text-align: center;
          margin: 20px 0px 30px 0px;

                }
      
      .list-img li>a {
          display: inline-block;
          width: 94%;
          height: 305px;
          overflow: hidden;
      }
      
      .list-img li img {
          display: inline-block;
        /*  width: auto;*/
              width: 218px;
          max-height: 100%;
            border-radius: 1%;/*开启圆形效果*/
          
          border: 1px solid #cfcfcf; 

      }
      
      .list-img li img:hover {
          transform: scale(1.1);




/* 
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
/* width: calc(100%/2 - 5px);*/
background-image: url(../../images/beijing2.png);
background-repeat: no-repeat;*/

      }
      
      .list-img li p {
          font-size: 18px;
          line-height: 35px;
          height: 30px;
          overflow: hidden;
         margin: 10px; 
      }
      /*图文列表页*/
      




 /*图片列表专业介绍页*/
      
      .list-imgzyintro {
          overflow: hidden;
      }
      
      .list-imgzyintro li {
          float: left;
          width: 50%;
          text-align: center;
          margin: 20px 0px 30px 0px;

                }
      
      .list-imgzyintro li>a {
          display: inline-block;
          width: 94%;
          height: 270px;
          overflow: hidden;
      }
      
      .list-img li imgzyintro {
          display: inline-block;
          width: auto;
          max-height: 100%;
            border-radius: 95%;/*开启圆形效果*/
          
          border: 1px solid #cfcfcf; 

      }
      
      .list-img li imgzyintro :hover {
          transform: scale(1.1);
      }
      
      .list-imgzyintro li p {
          font-size: 18px;
          line-height: 35px;
          height: 30px;
          overflow: hidden;
         margin: 10px; 
      }
      /*图文列表专业介绍页*/
      



 /*图片列表毕业照页*/
      
      .list-imgbyz {
          overflow: hidden;
      }
      
      .list-imgbyz li {
          float: left;
          width: 50%;
          text-align: center;
          margin: 20px 0px 30px 0px;

                }
      
      .list-imgbyz li>a {
          display: inline-block;
          width: 94%;
          height:200px;
                   overflow: hidden;
      }
      
      .list-img li imgbyz {
          display: inline-block;
          width: auto;
          max-height: 100%;
            border-radius: 95%;/*开启圆形效果*/
          
          border: 1px solid #cfcfcf; 

      }
      
      .list-img li imgbyz :hover {
          transform: scale(1.1);
      }
      
      .list-imgbyz li p {
          font-size: 18px;
          line-height: 35px;
          height: 30px;
          overflow: hidden;
         margin: 10px; 
      }
      /*图文列表毕业照*/
      







      .list-news {
          margin: 10px 0;
      }
      
      .list-news li {
          padding-bottom: 25px;
          margin-bottom: 25px;
          border-bottom: 1px solid #ddd;
      }
      
      .list-news li .lf {
          width: 178px;
          height: 107px;
          overflow: hidden;
          background: #eee;
      }
      
      .list-news li img {
          display: inline-block;
          width: 100%;
          height: 100%;
      }
      
      .list-news li img:hover {
          transform: scale(1.1);
      }
      
      .list-news .info {
          margin-left: 200px;
          height: 107px;
          color: #666;
          font-size: 14px;
      }
      
      .list-news h3 {
          font-size: 18px;
          font-weight: normal;
      }
      
      .list-news p {
          height: 40px;
          line-height: 20px;
          margin: 15px 0 10px;
          overflow: hidden;
      }
border:#FFF 10px solid;z-index:999;box-shadow:0px 0px 5px #6a6a6a;
      