
video{
    object-fit: fill;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipse{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*滤镜：变灰*/
.gray{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,#grayscale");
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
  	-webkit-filter: grayscale(1);
}

/*头部*/
.header-bg{
    height: 40px;
    line-height: 40px;
    position: relative;
    background-color: #007B4D;
}
.top{
    float: right;
}
.top a{
    color: #fff;
}
.top span{
    color: #fff;
    padding: 0 10px;
}
.top p{
    margin-right: 60px;
    overflow: hidden;
}
.top p a{
    float: left;
    line-height: 40px;
    padding: 0 25px;
}
.top p a:nth-child(2){
    background-color: #00824C;
}
.top p a:nth-child(3){
    background-color: #007451;
}
.top p img{
    position: relative;
    padding-right: 10px;
    top: -2px;
}
.top .rt{
    width: 60px;
    height: 40px;
    background: url(../images/search.png) no-repeat center center;
}

/*导航栏*/
.nav{
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 30px;
    z-index: 999;
}
.nav .logo{
    float: left;
    animation: zoomIn 1s;
}
.menu{
    float: right;
    width: 650px;
}
.menu>li{
    position: relative;
    float: left;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
.menu>li>a{
    display: block;
    height: 100%;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.menu>li a:hover{
    color: #D24E1D;
}
.sub-menu{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-top: 3px solid #D24E1D;
    z-index: 999;
    display: none;
}
.sub-menu li{
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.sub-menu li a{
    font-size: 16px;
}

.section{
    min-height: 500px;
}
.section.home{
    background: url(../images/bg.jpg) no-repeat center 360px;
}

/*幻灯片*/
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 0;
    z-index:1;
}
.slideBox .hd ul{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.slideBox .hd ul li{
    margin: 0 5px;
    width: 50px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.slideBox .hd ul li.on{
    background: #DB7437;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    max-width: 100%;
}

.slideBox .arrow{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
    display: none;
}
.slideBox:hover .arrow{
    display: block;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:0;
    top:50%;
    margin-top:-50px;
    display:block;
    width:60px;
    height:100px;
    background: rgba(0,0,0,.6) url(../images/arrow_left.png) no-repeat center center;
    border-radius: 5px;
    filter:alpha(opacity=50);
    opacity:0.6;
}
.slideBox .next{
    left:auto;
    right:0;
    background-image: url(../images/arrow_right.png);
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

.title{
    height: 30px;
    line-height: 30px;
    margin: 25px 0;
    position: relative;
}
.title h1{
    font-size: 24px;
    position: relative;
    padding-left: 45px;
    background: url(../images/xxyw.png)  no-repeat left center;
}
.title h1 a{
    color: #00814d;
}
.title .rt{
    color: #00814d;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    background: url(../images/xxxw.png)  no-repeat left center;
}
.title .rt:hover{
    font-weight: bold;
}
.title>span{
    color: #A1CE67;
    font-size: 16px;
}
.title .more{
    float: right;
}
.title .more i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #A2A2A2;
    border-radius: 50%;
}
.title .more:hover i{
    background-color: #007051;
}

.wrapper{
    position: relative;
    margin-top: -360px;
    z-index: 9;
}
.wrapper>.container{
    min-height: 300px;
    background-color: #fff;
    border-top: 6px solid #00814C;
}

/*学校要闻*/
.picNews{
    float: left;
    width: 836px;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
}

.albumBox{
    height: 324px;
    overflow:hidden;
    position:relative;
    background-color: #EDEDED;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd li>a{
    float: left;
    width: 506px;
    height: 100%;
    overflow: hidden;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 100%;
}
.albumBox .bd img:hover{
    transform: scale(1.1);
}
.albumBox .bd .info{
    margin-left: 506px;
    padding: 20px 30px;
}
.albumBox .bd .info span{
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 16px;
    background-color: #D24E1D;
    border-radius: 3px;
}
.albumBox .bd .info span:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #D24E1D;
}
.albumBox .bd .info h2{
    height: 150px;
    line-height: 30px;
    overflow: hidden;
    margin: 30px 0;
    font-size: 22px;
    font-weight: normal;
}
.albumBox .bd .info p{
    padding-left: 25px;
    background: url(../images/time.png) no-repeat left center;
}
.albumBox .arrow a{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
    z-index: 9;
}
.albumBox .arrow .prev{
    left: 0;
}
.albumBox .arrow .next{
    left: 476px;
}
.albumBox .arrow img{
    width: 10px;
}

.news-list{
    margin-top: 30px;
    overflow: hidden;
}

.news-list li{
    float: left;
    width: 383px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D4E2DC;
}
.news-list li:nth-child(even){
    float: right;
}
.news-list li:first-child,
.news-list li:nth-child(2){
    padding-top: 10px;
    border-top: 1px solid #D4E2DC;
}
.news-list li p{
    font-size: 16px;
    margin-bottom: 5px;
}
.news-list li span{
    color: #999;
}

/*媒体掌信*/
.media{
    float: right;
    width: 364px;
    height: 707px;
    padding: 0 30px;
    background-color: #01814E;
    box-sizing: border-box;
}
.media .title h1{
    background-image: url(../images/media.png);
}
.media .title h1 a{
    color: #fff;
}
.media .title span{
    margin-left: 10px;
    text-transform: capitalize;
}
.media .title .more i{
    background-color: #5CAD8C;
}
.media .title .more:hover i{
    background-color: #fff;
}
.media-hot{
    position: relative;
    height: 194px;
    overflow: hidden;
}
.media-hot img{
    width: 100%;
    min-height: 100%;
}
.media-hot img:hover{
    transform: scale(1.1);
}
.media-hot span{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
    color: #fff;
    font-size: 16px;
    background-color: #D24E1D;
    z-index: 1;
}
.media-hot p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    background-color: rgba(0,0,0,.8);
}
.media-hot p a{
    color: #fff;
    font-size: 16px;
}
.media-hot p a:hover{
    text-decoration: underline;
}
.media-list{
    margin: 30px 0;
}
.media-list li{
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2A9569;
}
.media-list li span{
    color: #71F9A5;
}
.media-list li p{
    height: 46px;
    line-height: 23px;
    overflow: hidden;
    margin-top: 5px;
}
.media-list li p a{
    color: #fff;
    font-size: 16px;
}

/*通知公告*/
.notice{
    margin: 20px 0 60px;
}
.notice .title h1{
    background-image: url(../images/notice.png);
}
.notice ul{
    height: 180px;
    margin: 35px -10px 0;
}
.notice ul li{
    float: left;
    width: 285px;
    padding: 20px;
    margin: 0 10px;
    background-color: #fff;
    border-top: 5px  solid #00824E;
    box-shadow: 0 2px 6px #E7E7E7;
    box-sizing: border-box;
}
.notice ul li:hover{
    background-color: #f9f9f9;
    box-shadow: 2px 2px 6px #E7E7E7, -2px 2px 6px #E7E7E7;
}
.notice ul li span{
    color: #00824E;
    font-size: 20px;
    margin-right: 10px;
}
.notice ul li i{
    font-style: normal;
}
.notice ul li p{
    margin: 15px 0 25px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 15px;
}
.notice ul li img{
    float: right;
    margin-top: 5px;
}
.notice ul li>a{
    color: #666;
}
.notice ul li>a:hover{
    color: #00824E;
    margin-left: 15px;
}

/*专题*/
.subject{
    height: 473px;
    background:  url(../images/subject-bg.jpg) no-repeat center bottom;
}
.subject .title{
    position: absolute;
    top: -28px;
    left: 0;
    width: 167px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    background: url(../images/subject-title-bg.png) no-repeat;
    z-index: 9;
}
.subject .title h1{
    margin-left: 20px;
    background-image: url(../images/subject.png);
}
.subject .title h1 a{
    color: #fff;
}
.subject ul li{
    float: left;
    width: 300px;
    height: 190px;
    overflow: hidden;
}
.subject ul li img{
    width: 100%;
    height: 100%;
}
.subject ul li:hover img{
    transform: scale(1.05);
}
.subject ul li:first-child{
    width: 600px;
    height: 380px;
}
.subject ul li a{
    position: relative;
    display: block;
    height: 100%;
}
.subject ul li .info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    padding: 50px 30px;
    box-sizing: border-box;
    background-color: #fff;
}
.subject ul li .info p{
    line-height: 40px;
    font-size: 25px;
}
.subject ul li .info span{
    position: relative;
    color: #999;
}
.subject ul li .info span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 70px;
    height: 4px;
    background-color: #D5102E;
}

/*学术动态*/
.academic .title h1{
    background-image: url(../images/xsdt.png);
}
.academic div.lf{
    position: relative;
    width: 460px;
    height: 300px;
}
.academic div.lf>a{
    position: relative;
    display: inline-block;
    width: 375px;
    height: 242px;
    overflow: hidden;
}
.academic div.lf>a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
    transition: .3s;
}
.academic div.lf>a:hover:before{
    transform: scale(0);
}
.academic div.lf>a img{
    width: 100%;
    height: 100%;
}
.academic div.lf .info{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 265px;
    height: 136px;
    padding: 20px;
    background-color: #006E51;
    box-sizing: border-box;
    z-index: 2;
}
.academic div.lf .info p{
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    text-align: justify;
}
.academic div.lf .info p a{
    color: #fff;
    font-size: 18px;
}
.academic div.lf .info p a:hover{
    text-decoration: underline;
}
.academic div.lf .info img{
    float: right;
    margin-top: 5px;
}
.academic ul{
    margin-left: 520px;
}
.academic ul li{
    margin-bottom: 20px;
}
.academic ul li h3{
    padding-bottom: 5px;
    border-bottom: 3px solid #016E51;
}
.academic ul li h3 a{
    color: #016E51;
    font-size: 18px;
    font-weight: normal;
}
.academic ul li h3 a:hover{
    font-weight: bold;
}
.academic ul li p{
    margin: 8px 0 30px;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
    color: #999;
}
.academic ul li span{
    padding-left: 25px;
    color: #D24F1B;
    background: url(../images/time2.png) no-repeat left center;
}

.box{
    height: 511px;
    margin-top: 50px;
    background: #0EAE76 url(../images/bottom_bg.jpg) no-repeat center center;
}
.motto{
    padding: 30px 0;
    text-align: center;
}
.fast-links{
    margin: 0 -5px;
    overflow: hidden;
}
.fast-links li{
    float: left;
    width: 232px;
    height: 150px;
    margin: 0 5px;
    text-align: center;
    background: #8AC244;
    overflow: hidden;
}
.fast-links li a{
    position: relative;
    display: block;
    height: 100%;
    padding: 30px 0;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
}
.fast-links li a:before{
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border: 1px solid rgba(255,255,255,.3);
}
.fast-links li i{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/tsg.png) no-repeat center center ;
}
.fast-links li p{
    margin-top: 10px;
}
.fast-links li:nth-child(2){
    background: #DFB707;
}
.fast-links li:nth-child(2) i{
    background-image: url(../images/xxgk.png);
}
.fast-links li:nth-child(3){
    background: #15C8A0;
}
.fast-links li:nth-child(3) i{
    background-image: url(../images/zxly.png);
}
.fast-links li:nth-child(4){
    background: #2AB5DD;
}
.fast-links li:nth-child(4) i{
    background-image: url(../images/cyfw.png);
}
.fast-links li:nth-child(5){
    background: #E95F3A;
}
.fast-links li:nth-child(5) i{
    background-image: url(../images/email.png);
}
.fast-links li:hover i{
    animation: slideInDown .5s;
}
.fast-links li:hover p{
    animation: slideInUp .5s;
}
.fast-links li a:hover:before{
    animation: zoomIn 1s;
}

/*友情链接*/
.friend-link p{
    position: relative;
    margin: 50px 0 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.friend-link p:before,
.friend-link p:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #4EA991;
}
.friend-link p:before{
    left: 0;
}
.friend-link p:after{
    right: 0;
}
.friend-link li{
    float: left;
}
.friend-link li a{
    position: relative;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
}
.friend-link li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #9DC4BB;
    border-radius: 50%;
}
.friend-link li a:hover{
    color: #F17C37;
}
.friend-link li a:hover:before{
    background: #F17C37;
}

/*尾部*/
.footer .contact{
    float: left;
    line-height: 30px;
    margin-left: 20px;
}
.footer ul{
    margin-top: 5px;
}
.footer li{
    float: left;
    line-height: 50px;
    margin-left: 15px;
}
.footer li a{
    position: relative;
    color: #fff;
    font-size: 16px;
}
.footer li .qrCode{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -43px;
    z-index: 9;
    display: none;
}
.footer li a:hover .qrCode{
    display: block;
    animation: zoomIn 1s;
}

/*右侧浮动*/
.float {
    position: fixed;
    top: 50%;
    right: 10px;
    margin-top: -150px;
    z-index: 2000;
    width: 70px;
    height: 300px;
    display: none;
}

.float_show {
    background-color: #BABABA;
    width: 70px;
    height: 70px;
}

.float_show a {
    display: block;
    color: #fff;
    font-size: 16px;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.float_show a img {
    width: 32px;
    height: 32px;
}

.float_show.float_show0 {
    height: 70px;
    width: 70px;
}

.float_show:hover a {
    background-color: #DB7437;
    color: #FFF;
}

.float_show.float_show0:hover {
    background-color: #DB7437;
}

.float_show.float_show0 img{
    margin: 10px 18px auto;
}
.float_show.float_show0 p{
    font-size: 12px;
    margin: 6px 10px auto;
}

.float_show.float_show1 img{
    margin: 20px auto 20px 20px;
}
.float_show.float_show1 a{
    width: 242px;
}
.float_show.float_show1 span{
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
}
.float_show.float_show1:hover {
    width: 248px;
    background-color: #DB7437;
}

.float_show.float_show2 a img{
    margin: 20px 20px auto;
}
.float_show.float_show2:hover .float_wx {
    display: block;
}
.float_wx {
    position: absolute;
    top: -12px;
    left: -100px;
    width: 86px;
    height: 91px;
    transform: rotate(-90deg);
    display: none;
}
.float_wx img{
    width: 91px;
}

.float_show.float_show1 {
    position: absolute;
    top: 72px;
    right: 0;
    width: 70px;
    overflow: hidden;
    transition: width .5s;
}

.float_show.float_show2 {
    position: absolute;
    top: 144px;
    right: 0;
}

.float_show.float_show3 {
    position: absolute;
    top: 216px;
    right: 0;
    width: 70px;
}
.float_show.float_show3 img{
    margin: 15px 20px auto;
    width: 32px;
    height: 21px;
}
.float_show.float_show3 p{
    font-size: 14px;
    margin: 6px 20px auto 22px;
}

/*左侧导航*/
.side{
    float: left;
    width: 250px;
    position: relative;
    min-height: 365px;
    margin: 35px 0 50px;
}
.side h1{
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding-left: 20px;
    background: #005cbd url(../images/list_bg.png) no-repeat right center;
}
.side .mask{
    background-color: #F4F4F4;
}
.mask ul{
    min-height: 60px;
    margin-bottom: -60px;
}
.mask ul li{
    height: 38px;
    position: relative;
    padding: 0px 0 0 20px;
}
.mask ul li a{
    position: relative;
    display: block;
    line-height: 38px;
    font-size: 16px;
    padding-left: 40px;
    box-sizing: border-box;
}
.mask ul li a:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-color: #005cbd;
    border-radius: 50%;
    display: none;
}
.mask ul li.on a{
    background-color: #fff;
}
.mask ul li a:hover:before,
.mask ul li.on a:before{
    display: block;
}

.relative{
    margin-top: 25px;
    background-color: #F4F4F4;
}
.relative p{
    height: 50px;
    line-height: 50px;
    padding-left: 45px;
    color: #007051;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    background: url(../images/link.png) no-repeat 20px center;
}
.relative ul{
    padding: 15px 0 30px;
}
.relative ul li{
    height: 45px;
    line-height: 45px;
    padding-left: 45px;
    font-size: 16px;
}

/*右侧列表*/
.column{
    float: right;
    width: 900px;
    min-height: 500px;
    margin: 35px 0 50px;
    padding: 0px 10px;
    background-color: #fff;
}
.position{
    height: 84px;
    line-height: 84px;
    color:#666;
    border-bottom: 1px solid #C4C4C4;
}

.position h2{
    position: relative;
    color: #000000;
    font-size: 26px;
    font-weight: normal;
}
.position h2:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #005ebe;
}
.position a{
    padding: 0 5px;
    color:#666;
}
.position a:hover{
    color:#4996e9;
}
.position .rt .home{
    padding-left: 36px;
    background: url(../images/home.png) no-repeat;
}

/*详情页*/
.detail{
    margin: 40px 0;
}
.caption{
    margin: 30px 0;
    text-align: center;
}
.caption h1{
    font-size: 24px;
    font-weight: normal;
}
.caption h2{
    font-size: 22px;
  	font-weight: normal;
}
.caption p{
    margin-top: 10px;
    color: #999;
}
.caption p span{
    margin: 0 10px;
}
.content{
    line-height: 1.75em;
    font-size: 16px;
}
.content img{
  	margin: 15px auto !important;
}

/*简介*/
.profile{
    margin: 30px 0;
}
.profile p{
    line-height: 1.75em;
    font-size: 16px;
}

/*通用列表*/
.common-list{
    margin: 20px 0;
}
.common-list li{
    margin: 18px 0;
    font-size: 16px;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li span{
    color: #666;
}
.common-list li a{
    position: relative;
    padding-left: 18px;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #de2329;
    border-radius: 50%;
    box-sizing: border-box;
}

/*现任领导*/
.leader-list li{
    height: 227px;
    padding: 25px 0;
    font-size: 16px;
    box-sizing: content-box;
    border-bottom: 1px dashed #ddd;
}
.leader-list li a.lf{
    width: 180px;
    height: 227px;
    overflow: hidden;
}
.leader-list li img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.leader-list li .info{
    margin-left: 210px;
}
.leader-list li h2{
    font-size: 20px;
}
.leader-list li .subhead{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.leader-list li p{
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.leader-list li .rt{
    width: 84px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #b90f0f;
    border-radius: 16px;
    font-size: 14px;
    color: #b90f0f;
    box-sizing: border-box;
}

/*新闻中心*/
.img-list li{
    height: 130px;
    margin: 30px 0;
}
.img-list li a.lf{
    width: 218px;
    height: 130px;
    overflow: hidden;
}
.img-list li img{
    width: 100%;
    height: 100%;
}
.img-list li img:hover{
    transform: scale(1.1);
}
.img-list li h3{
    font-size: 20px;
}
.img-list li .info{
    margin-left: 240px;
}
.img-list li .info div{
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.img-list li .info span{
    float: right;
    color: #999;
}
.img-list li .info h3{
    position: relative;
    padding-left: 20px;
    margin-right: 120px;
    font-size: 16px;
}
.img-list li .info h3:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    border: 8px solid transparent;
    border-left-color: #007051;
}
.img-list li .info p{
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
}

/*通知公告*/
.notice-list li{
    padding: 20px 0;
}
.notice-list .lf{
    width: 85px;
    height: 95px;
    text-align: center;
    background-color: #F7F7F7;
    border-radius: 3px;
}
.notice-list li:hover .lf{
    background-color: #006F50;
}
.notice-list .lf h2{
    line-height: 60px;
    margin: 0 5px 5px;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
}
.notice-list li:hover .lf h2{
    color: #fff;
}
.notice-list .lf span{
    color: #999;
}
.notice-list li:hover .lf span{
    color: #ddd;
}
.notice-list .info{
    height: 95px;
    margin-left: 110px;
}
.notice-list .info h3{
    margin-bottom: 10px;
    font-size: 16px;
}
.notice-list .info p{
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}

/*机构设置、师资队伍*/
.org-list{
    margin-top: 40px;
    overflow: hidden;
}
.org-list li{
    float: left;
    width: 250px;
    padding-bottom: 10px;
    margin: 0 75px 40px 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.org-list li:nth-child(3n){
    margin-right: 0;
}
.org-list li a{
    padding-left: 30px;
    background: url(../images/before.png) no-repeat left center;
}
.org-list li:hover a{
    margin-left: 15px;
}

/*校园剪影*/
.gallery ul{
    margin-top: 30px;
    overflow: hidden;
}
.gallery ul li{
    float: left;
    width: 286px;
    margin: 0 21px 20px 0;
    text-align: center;
    cursor: pointer;
}
.gallery ul li:nth-child(3n){
    margin-right: 0;
}
.gallery ul li a{
    display: block;
    height: 190px;
    overflow: hidden;
}
.gallery ul li p{
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.gallery ul li a:hover img{
    transform: scale(1.1);
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.65);
    display: none;
    z-index: 99999;
}
.modal-img{
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
}
.modal-img img{
    max-width: 650px;
}
.modal ul{
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.modal ul li{
    display: inline-block;
    color: orangered;
    font-size: 20px;
    font-weight: bold;
}
.modal .close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) no-repeat -108px -22px;
}
.modal .prev,
.modal .next{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    height: 65px;
    transform: translateY(-50%);
    background: url(../images/icons.png) no-repeat 0 0;
}
.modal .next{
    left: auto;
    right: 20px;
    background-position-x: -45px;
}

/*留列表言*/
.message .leave{
    display: inline-block;
    margin: 30px 0 40px;
    padding: 10px 35px;
    color: #fff;
    font-size: 18px;
    background-color: #01634A;
}
.message .leave:hover{
    opacity: .8;
}
.message table{
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-collapse: collapse;
}
.message table td{
    padding: 0;
}
.message table thead{
    height: 50px;
    line-height: 50px;
    background-color: #F4F4F4;
    border-bottom: 2px solid #007051;
}
.message table thead th{
    color: #007051;
    font-weight: normal;
}
.message table tbody tr{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #C8C8C8;
}
.message table tbody tr td:first-child{
    width: 600px;
}
.message table tbody tr td p{
    width: 600px;
    padding: 0 10px;
    text-align: left;
}
.message table tbody tr:hover{
    background-color: #f1f1f1;
}

/*在线留言*/
.message form p{
    margin-bottom: 15px;
}
.message form{
    margin-top: 50px;
    font-size: 16px;
}
.message label{
    display: inline-block;
    min-width: 120px;
    position: relative;
    padding-left: 10px;
}
.message p:nth-child(2) label:before,
.message p:nth-child(3) label:before,
.message p:nth-child(6) label:before,
.message p:nth-child(7) label:before,
.message p:nth-child(8) label:before{
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
    color: #D24241;
}

.message input[type="text"],
.message select{
    width: 360px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    outline: none;
}

.message .agree{
    height: 50px;
    line-height: 50px;
}
.message .agree span{
    margin-left: 10px;
}
.message input[type="radio"]{
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
.message .agree input:last-of-type{
    margin-left: 50px;
}
.message textarea{
    width: 600px;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #D5D5D5;
    resize: none;
    outline: none;
}
.message .msg label{
    position: relative;
    top: -145px;
}
.message button{
    color: #fff;
    font-size: 16px;
    padding: 12px 50px;
    margin:  20px 0 0 135px;
    background-color: #01634A;
    border: none;
    cursor: pointer;
}
.message button:hover{
    opacity: .8;
}

/*留言详情*/
.message-detail h2{
    margin: 30px 0;
    color: #007051;
    font-size: 20px;
}
.message-detail table{
    width: 100%;
    color: #666;
    border-collapse: collapse;
    border: 1px solid #AAD6CB;
}
.message-detail table td{
    padding: 10px 15px;
    border-bottom: 1px solid #AAD6CB;
}
.message-detail table tr td:first-child{
    width: 120px;
    padding-left: 40px;
    color: #007051;
    background-color: #E3F2ED;
}
.message-detail table td p{
    line-height: 1.5em;
}


/*领导信箱*/
.xzxx-main-wz_1 {
    padding: 20px;
    margin-top: 20px;
    color: #666;
    line-height: 2em;
    text-indent: 2em;
    background: rgba(249, 249, 249, 1);
}

.xzxx-main-inp {
    display: flex;
    margin-top: 20px;
}

.xzxx-main-inp input {
    width: 443px;
    height: 44px;
    padding: 0 15px;
    border: 1px solid rgba(211, 211, 211, 1);
}

.xzxx-main-inp textarea {
    width: 720px;
    height: 263px;
    outline: none;
    padding: 5px 10px;
    border: 1px solid rgba(210, 210, 210, 1);
}

.xzxx-main-inp span {
    color: #cb0101;
}

.xzxx-main-inp>div:nth-child(1) {
    padding-top: 8px;
    display: flex;
    font-size: 16px;
    width: 100px;
    font-weight: 400;
    margin-right: 20px;
    line-height: 29px;
}

.xzxx-main-inp>div:nth-child(3) {
    padding-top: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    line-height: 29px;
    margin-left: 10px;
}

.xzxx-fl>div {
    display: none;
}

.xzxx-fl>.on {
    display: block;
}

.xzxx-fl2 {
    display: flex;
    margin-top: 20px;
}

.xzxx-but button{
    width: 140px;
    height: 45px;
    border: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.but-1 {
    background: rgba(1, 99, 73, 1);
}

.but-2 {
    margin-left: 15px;
    background: rgba(51, 51, 51, 1);
}

.xzxx-but {
    margin: 30px 0 0 120px;
}

.inp2 label {
    display: flex;
    padding-top: 8px;
    min-width: 100px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 29px;
    margin-right: 30px;
}

.inp2 input {
    width: 20%;
    margin-top: 10px;
    height: 50%;
}

.op {
    opacity: 0;
}

.xzxx-hf {
    border-bottom: 2px solid rgba(1, 99, 73, 1);
    display: flex;
    margin-top: 40px;
}

.xzxx-hf>div {
    width: 137px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
}

.cla {
    color: #fff;
    background: rgba(1, 99, 73, 1);
}

.xzxx-hf-wz{
    border-bottom: 1px solid #DCDCDC;
}

.xzxx-hf-wz>p {
    font-size: 16px;
    line-height: 29px;
}

.xzxx-hf-wz>p:nth-child(2n) {
    color: #999;
    font-size: 14px;
    margin: 5px 0 10px;
}

.xzxx-fl2>div:nth-child(1) {
    margin-right: 10px;
}

.hfcx form{
    position: relative;
    width: 300px;
    height: 40px;
    margin: 20px 0;
}
.hfcx form input[type='text']{
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.hfcx form input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/query.png) no-repeat center center;
}
.no-hfxx{
    padding: 15px 0;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

.success-box{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 9999;
    display: none;
}
.success-box .success{
    position: absolute;
    width: 510px;
    height: 320px;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -255px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 55px;
    box-sizing: border-box;
}
.success-box .success h3{
    color: #007051;
    font-size: 22px;
    font-weight: normal;
    margin: 15px 0;
}
.success-box .success .close{
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.hfcx form input[type='button'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/query.png) no-repeat center center;
}

/*图片集*/
.photos{
    width: 800px;
    margin: 0 auto;
}
.photos .arrow{
    position: static;
    left: 0;
    width: auto;
    height: auto;
    display: block;
    margin-left: 0;
}
.photos .arrow a{
    top: 35%;
    margin-top: 0;
    background-size: 25px;
}
.photos .info{
    margin: 15px 0;
}
.photos .info .index{
    float: left;
    color: #999;
    font-size: 20px;
    font-family: 'Gerogia';
}
.photos .info .index i{
    color: orangered;
    font-size: 36px;
    font-weight: bold;
}
.photos .info p{
    margin-left: 80px;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}