@charset "UTF-8";

body,p,h1,h2,h3,h4,h5,h6,ul,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.4;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #015ec1;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    transition: .3s;
}


.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.header{
	 width: 100%;
     border-radius: 20px 0 0 0;
      margin: 0 auto;
      position: relative;
         background:url(../images/header.jpg) no-repeat;
         background-position: center;
         background-size: cover; 
    overflow: hidden; /* 裁剪超出部分 */
    display: block; /* 确保是块级元素 */
    -webkit-border-radius: 20px 0 0 0; /* Chrome, Safari */
    -moz-border-radius: 20px 0 0 0; /* Firefox */
	
      
	}

.header .top{
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: right;
   font-size: 17px;
    position: relative
}
.header .top span{
    padding: 0 15px;
}
.header .top a{
    color: #fff;
}
.header .top a:hover{
    opacity: .8;
}
.header .top .home{
    position: relative;
 /*   padding-left: 30px;*/
}
.header .top .home::before{
    content: '';
    vertical-align: middle; /* 根据需要调整垂直对齐方式 */    
    display: inline-block;
    width: 20px; /* 根据需要调整宽度 */
    height: 6px; /* 根据需要调整高度 */
    background-color: #fff; /* 根据需要调整颜色 */
 /*   margin-left: 20px; */
    margin-right: 20px;
}
.header .top .toggle{
    float: right;
    width: 40px;
    height: 30px;
    margin-left: 15px;
    background: #AF0B13 url(../images/search.png) no-repeat center center;
}

.header > .container {
    height: 110px;
    width: 1200px;
 }

.header .logo{
    float: left;
    margin-top: 0px;
    animation: zoomIn 1s;
    width: 400px; /* 设置图片的宽度 */
    height: auto; /* 保持图片的高度按比例调整 */

}
.header .logo img:hover{
    transform: scale(1.1);
}
.inline-line::after {
    content: '';
    display: inline-block;
    width: 50px; /* 根据需要调整宽度 */
    height: 3px; /* 根据需要调整高度 */
    background-color: #fff; /* 根据需要调整颜色 */
}
.inline-line::befor {
    content: '';
    display: inline-block;
    width: 50px; /* 根据需要调整宽度 */
    height: 3px; /* 根据需要调整高度 */
    background-color: #fff; /* 根据需要调整颜色 */
    margin-right: 10px; /* 根据需要调整左边距 */ 
}
.search{
	width: 240px;
	padding: 0 10px;
	height: 37px;
	border: 1px solid rgba(255,255,255,.3);
	display: flex;
	align-items: center;
	margin-left: -1px;
	background-color: #fff;
	
}
.search input[type="text"]{
	width: 260px;
	height: 22px;
	background:transparent;
	border: 0 none;
	font-size: 14px;
	color: #333;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */
    color:#333;
}
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#333;
}
.search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#333;
}
.searchbtn{
	width: 28px;
	height: 22px;
	background:url(../images/ico_search.png) no-repeat center;
	border: 0 none;
	display: block;
}


/* 导航栏样式 */
.nav{
    float: right;
    width: 470px;
    margin-top: 45px;

}
.nav-list {
        display: flex;


}
.nav-list>ul{
     
	justify-content: center;
	line-height: 52px;
}

.nav-list .nav-item {

  float: left;
  height: 52px;
  flex: 1 1 auto;
  text-align: center;
 flex-grow: 1;
 position: relative;
 width: auto;
	background: linear-gradient(to bottom, #5e9af4,  #031d53 );
    border-radius: 20px 0 0 0;
     background-clip: padding-box; /* 背景只延伸到内边距区域 */

   transition: 1s;
}


.nav-list .nav-item:hover {
  background: linear-gradient(to top, #5e9af4,  #031d53 );
  transform: translateX(10px); /* 向右平移 10px */
}

.nav-list .nav-item:hover a {
  color: #fff;
  text-decoration: none;
}
.nav-list .nav-item>a {
  display: block;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 52px;
  height: 100%;
  
}
.nav-list .nav-item>a span{
	display: block;
	
}
.nav-list .nav-item>a em{
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 1;text-transform: uppercase;white-space:nowrap; transform: scale(0.8);
}
.nav-list .nav-item:hover a em{
	color: #fff;
	
}
.submenu {
  position: absolute;
  display: none;
  width: 100%;
 background: rgba(1,94,193,.8);
/*  opacity: .9;
  -moz-opacity: .9; */
  z-index: 999;
  width: auto;
  min-width: 100%;
  padding-bottom: 10px;
}
.submenu li{
	
}
.submenu li a {
  padding: 0px 10px !important;
  line-height: 40px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: 15px!important;
  display: block;
}
.submenu li a:hover {
   background-color: rgba(13,62,111,.7);
}
.subnav .nav-list .nav-item:hover,.subnav .submenu {
 
}



.menu{
    
}
.menu>li{
    float: left;
    margin-left: 30px;
    line-height: 30px;
    position: relative;
}
.menu>li>a{
     color: #fff;
     text-align: left;

    font-size: 16px;
}
.menu>li span{
    display: none;
}
.second-menu{
    position: absolute;
    top: 30px;
    left: -20px;
    width: 130px;
    line-height: 30px;
    padding: 10px 20px;
    background: #015ec1;
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
    color: #fff;
}
.second-menu a:hover{
    
    padding-left: 15px;
}
.second-menu a:hover:before{
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.section{
    position: relative;
    min-height: 500px;
    background: #fff; 
  
}

.title{
    height: 30px;
    line-height: 30px;
    padding: 20px 10px 20px 14px;
    border-top: 3px solid #015ec1;
    margin-bottom: 2px;
    background: linear-gradient(to right, #c6d8fa,  #fbfbfb );
    border-radius: 20px 0 0 0;
}
.title h3{
    color: #666;
    font-size: 24px;
}
.title h3{
    position: relative;
    padding-left: 40px;
}
.title h3:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 29px;
    height: 28px;
  background: url(../images/notice.png) no-repeat ;
   /* background: url(../images/spirit.png) no-repeat -62px 0;*/
}
.title h3 span{
    color: #C7C7C6;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
	text-transform: uppercase;
}
.title .rt{
    margin-top: 6px;
    width: 11px;
    height: 18px;
    padding-right: 38px;
   /*  background: url(../images/spirit.png) no-repeat -125px 0; */
}


.heading{
    height: 30px;
    line-height: 30px;
    padding: 20px 10px 20px 14px;
 /*   margin: 30px 0; */
    margin-bottom: 2px;
    overflow: hidden;
    background: linear-gradient(to right, #c6d8fa,  #fbfbfb );
    border-radius: 20px 0 0 0;
}
.heading h2{
    float: left;
    position: relative;
    font-size: 24px;
    padding-left: 45px;
}
.heading h2:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 31px;
    height: 30px;
    background: url(../images/fast.png) no-repeat;
}
.heading h2 span{
    color: #A6A6A6;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia;
    padding-left: 10px;
}
.heading .rt{
    margin-top: 7px;
}
.heading .rt i{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 14px  2px 0;
    background: #015ec1;
    border-radius: 50%;
}
.heading .rt i:first-child{
    width: 22px;
    border-radius: 5px;
}
.news ul{
    margin: 0 -16px;
    padding-bottom: 55px;
    overflow: hidden;
}
.news li{
    float: left;
    width: 276px;
    height: 340px;
    margin: 0 16px;
    border-top: 3px solid #015ec1;
    border-bottom: 1px solid #E2E1E1;
    box-shadow: 2px 2px 2px #D7D6D6, -2px 2px 2px #D7D6D6;
}
.news li>a{
    display: block;
    height: 184px;
    overflow: hidden;
}
.news li img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.news li img:hover{
    transform: scale(1.1);
}
.news li div{
    padding: 15px;
}
.news li h2{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news li p{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    margin: 10px 0 15px;
}
.news li span{
    color: #7d7d7d;
    font-size: 13px;
    padding-left: 20px;
    background: url(../images/date.png) no-repeat left center;
}


.box{
    height: 582px;
    padding-top: 55px;
    box-sizing: border-box;
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
}

.box .container>ul{
     display: flex;           /* 启用 Flex 布局 */
     margin: 0 0px;
     justify-content: space-between; /* 两端对齐，间距平均分配 */
}
.box .container>ul>li{
    float: left;
    width: 588px;
/*    height: 478px; */
    margin: 0 0px;
    background-color: #fff;
    border-radius: 20px 0 0 0;
    background-clip: padding-box; /* 背景只延伸到内边距区域 */
}
.box1{
    height: 632px;
    padding-top: 0px;
    box-sizing: border-box;
    background: url(../images/xy.jpg) no-repeat;
    background-size: cover;
}
.box1 .container>ul{
     display: flex;           /* 启用 Flex 布局 */
     margin: 0 0px;
     justify-content: space-between; /* 两端对齐，间距平均分配 */
}
.box1 .container>ul>li{
    float: left;
    width: 588px;
    height: 632px;
    margin: 0 0px;
    background-color: #fff;
   
}

.notice {
    padding: 14px 0 14px;
    margin-bottom: 1px;
    border-bottom: 1px solid #EAEAE9;
    transition: 1s; 
}
 
.notice:last-of-type {
    border-bottom: none;
}
/*
.notice:not(:last-child)::after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: -10px; 
}
*/
.notice:hover {
    background: rgba(179, 203, 247, 1);
 
    padding-left: 10px;

}
 
.notice > p {
    font-size: 16px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-left: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
 
.notice > div {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
}
 
.notice > div > p:nth-child(1) {
    font-size: 20px ;
    font-family: Microsoft YaHei ;
    font-weight: bold ;
    color: rgba(4, 100, 170, 1);
}
 .notice > div > p:not(:first-child) {
    font-size: 12px;
    color: #777;
}
/* 定义分隔横线样式 */
.separator {
    border-bottom: 1px solid #ccc; /* 可以根据需要调整颜色和样式 */
   margin-top: 1px;
   margin-left: 0; /* 上移10像素，其他边距保持为0 */
   margin-right: 0;
   margin-bottom: 1px;
}

}
.notice li{
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EAEAE9;
}
.notice li:last-child{
    border-bottom: none;
}
.notice li span{
    float: left;
    color: #7D7D7D;
    font-family: Times;
}



.department .title h3:before{
    width: 29px;
    height: 28px;
    background: url(../images/spe.png) no-repeat ;
   /* background-position-x: -63px; */
}


.service{
    
}
.service .title h3:before,.academic .title h3::before{
    width: 32px;
    height: 29px;
    background: url(../images/news.png) no-repeat ;
    /* background-position-x: -92px; */
}
.service>ul{
    padding-left: 10px;
    overflow: hidden;
}
.service>ul>li{
    float: left;
    width: 155px;
    margin: 15px 15px 0;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #E1DDC9;
}
.service>ul>li a{
    position: relative;
    padding-left: 20px;
}
.service>ul>li a:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #B3A869;
    border-radius: 50%;
}
.service>ul>li a:hover{
    padding-left: 25px;
}
.service>ul>li a:hover:before{
    background: #015ec1;
}
.service .chair{
    position: relative;
    padding: 10px 20px;
    margin-top: 15px;
}
.service .chair h3{
    position: absolute;
    top: 155px;
    left: 45px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #015ec1;
    z-index: 999;
}
.service .chair h3 a{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.service .chair h3:hover{
    opacity: .85;
}
.service .chair ul li>a{
    display: block;
    height: 167px;
    overflow: hidden;
}
.service .chair img{
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.service .chair img:hover{
    transform: scale(1.1);
}
.service .chair p{
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 5px;
    padding-left: 25px;
}
.service .chair li pre{
    display: block;
    color: #666;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    padding-left: 25px;
    font-family: "microsoft yahei";
}
.video{
	float: left;
	width: 740px;
        height: 554px;
        margin-top: 20px;
        background: #fff;
     border-radius: 20px 0 0 0;
     background-clip: padding-box; /* 背景只延伸到内边距区域 */

	
}
.video .conbox{
	width: 100%;
	height: 441px;
	position: relative;
        margin-top: 4px;
	margin-bottom: 40px;
}
.video .conbox::before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 20;
	right: 0;
	background:rgba(0,0,0,.4);
}
.video .conbox img{
	width: 100%;
	height: 454px;
}
.video .conbox .videoIco{
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -51px;
	margin-top: -51px;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	background: url(../images/videoIco.png) no-repeat;

}


.focus{
	float: right;
	width: 434px;
        margin-top: 20px;
  /*    height: 578px;
        margin-right: 10px; */
        background: #FFF;
    border-radius: 20px 0 0 0;
    background-clip: padding-box; /* 背景只延伸到内边距区域 */
}
.focus ul li img{
	width: 100%;
	height: 211px;
	margin-bottom: 28px;
    object-fit: cover;
}
.footer{
    color: #fff;
    background: #015ec1;
}
.footer ul{
    margin-top: 50px;
    text-align: center;
}
.footer ul li{
    display: inline-block;
}
.footer ul li span{
    color: #fff;
    margin: 0 10px;
}
.footer ul li:last-child span{
    display: none;
}
.footer ul li a{
    color: #fff;
}
.footer ul li a:hover{
    color: #B3A869;
}
.footer p{
    height: 50px;
    line-height: 25px;
    margin: 40px 0 50px;
    text-align: center;
}


.slideBox{
    overflow:hidden;
    position:relative;
    text-align: center;
    margin-top: 40px;
}
.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:#666;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    background: #E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
	height: auto;
    width: 100%;
}

.slideBox>a{
 
    
}
/* 箭头按钮容器 */
.arrow-container {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%; /* 将 left 设置为 50% */
  transform: translate(-50%, -50%); /* 使用 translate(-50%, -50%) 来居中 */
  display: flex;
  justify-content: space-between;
  z-index: 98;
  transition: opacity 0.3s ease; /* 淡入淡出效果 */
}

/* 箭头按钮 */
.arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transition: transform 0.3s ease; /* 滑动效果 */
}

.arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* 左箭头初始位置（隐藏在左侧） */
.prev-arrow {
  transform: translateX(-300%);
}

/* 右箭头初始位置（隐藏在右侧） */
.next-arrow {
  transform: translateX(300%);
}

/* 鼠标悬停时箭头滑入 */
.slideBox:hover .prev-arrow {
  transform: translateX(0);
}

.slideBox:hover .next-arrow {
  transform: translateX(0);
}
/* 左箭头 */
.prev-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #fff; /* 深蓝色箭头 */
  margin-right: 12px; /* 微调箭头位置 */
  transition: border-right-color 0.3s ease;
}

/* 右箭头 */
.next-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff; /* 深蓝色箭头 */
  margin-left: 12px; /* 微调箭头位置 */
  transition: border-left-color 0.3s ease;
}

/* 鼠标悬停时改变箭头颜色 */
.prev-arrow:hover::before {
  border-right-color: #E50112; /* 红色箭头 */
}

.next-arrow:hover::before {
  border-left-color: #E50112; /* 红色箭头 */
}
/*
.slideBox>a{
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #666;
    z-index: 99;
}
.slideBox .next{
    margin-left: 60px;
    border-left-color: #fff;
    border-right-color: transparent;
}
.slideBox .prev:hover{
    border-right-color: #8F0100;
}
.slideBox .next:hover{
    border-left-color: #8F0100;
}
*/

.banner img{
    max-width: 100%;
    height: auto;
    animation: pulse 1s;
}


.side{
    float: left;
    width: 278px;
    margin: 20px 0 50px;

}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 22px;
    background: #015ec1;
   border-radius: 20px 0 0 0;
    background-clip: padding-box; /* 背景只延伸到内边距区域 */
}
.side p span{
    display: none;
}
.side li{
    position: relative;
    transition: 1s; /* 这里添加了过渡效果 */
}
.side li:hover{
      padding-left: 10px;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #015ec1;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #015ec1;
}


.column{
    margin: 20px 0 50px 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: #015ec1;
}

.video-list{
	float: left;
	    width: 100%;
	    margin-bottom: 20px
}
.video-list li{
	float: left;
	width: 400px;
	margin:30px 20px 0;
	position: relative;
}
.video-list li::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.4);
}
.video-list li p{
	height: 54px;
	line-height: 54px;
	background: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 0 15px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 22;
}
.video-list li .videoIco {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -38px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/videoIco.png) no-repeat;
	background-size: 50px;
}
.video-list li img{
	width: 100%;
	height: 270px;
}
.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li p{
    margin-right: 0px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    margin-right: 120px;
    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: #015ec1;
}



.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 30px;
    
    margin: 30px 0 10px;
}
.caption p span{
    color: #666;
    margin: 0 5px;
}
.content{
    margin: 30px 0 !important;;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;
    font-size: 18px;
}
.detail>p{
    line-height: 30px;
    color: #999;
    font-size: 16px;
}
.detail>p>a{
    color: #999;
}
.detail>p>a:hover{
    color: #015ec1;
}
.detail .content img,.detail .content table,.detail .content video{
	max-width: 80%!important;
}

.profile{
    padding: 30px 0;
    min-height: 300px;
    font-size: 18px;
}


.teacher p{
    margin: 30px 0;
    color: #015ec1;
    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: 20px;
}
.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: 150px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 10px;
}


.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;
}