/*CSS样式重写*/
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.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #018478;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
   max-width: 100%;
}
video{
   max-width: 100%;
}
table{
    border-collapse: collapse;
}
table tr th, table tr td{
    padding: 5px 10px;
    border: 1px solid gray;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}

/*头部*/
.header{
    height: 230px;
    position: relative;
    background: #018478;
}
.header .top{
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 5px;
}
.header .lf span{
    padding-right: 20px;
    font-size: 16px;
}
.header .rt span{
    position: relative;
    display: inline-block;
    margin-left: 10px;
    color: #89C1BB;
}
.header .rt .weibo{
    color: #fff;
}
.header .rt a{
    display: inline-block;
    margin-left: 10px;
    color: #89C1BB;
}
.header .rt a:hover{
    color: #fff;
}
.header .rt span i{
    color: #fff;
}
.header a.weibo{
    width: 30px;
    text-align: center;
    margin: 0;
}
.header a.weibo:hover{
    border-radius: 50%;
    background: #BD4141;
}
.header span.weixin{
    width: 30px;
    text-align: center;
    margin: 0;
}
.header .weixin:hover{
    border-radius: 50%;
    background: #10CF1A;
}
.header .wechat{
    position: absolute;
    top: 30px;
    left: -180px;
    width: 200px;
    height: 120px;
    padding: 5px;
    color: #333;
    background: #fff;
    border-top: 5px solid #018478;
    display: none;
}
.header .wechat .lf{
    width: 50%;
    text-align: center;
}
.header .weixin:hover .wechat{
    display: block;
    animation: slideInDown .5s;
}
.search-tag{
    display: inline-block;
}
.search{
    position: absolute;
    top: 30px;
    right: 0;
    line-height: 0;
    border-top: 5px solid #018478;
    display: none;
}
input[type='text']{
    height: 35px;
    line-height: 35px;
    width: 180px;
    padding: 0 45px 0 10px;
    border: none;
    background: #fff;
    border-radius: 3px;
}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #34BCAF;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.header .logo{
    width: 100%;
    margin: 25px auto;
    text-align: center;
    animation: zoomIn 1s;
}
.header .logo img{
    display: inline-block;
}
/*导航栏*/
.menu{
    margin: 0 -5px;
}
.menu>li{
    float: left;
    width: 150px;
    padding: 0 5px;
    position: relative;
}
.menu>li>a{
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.menu>li>a i{
    color: #666;
    padding-right: 5px;
}
.menu>li:hover>a{
    color: #fff;
    text-decoration: none;
    background: #34BCAF;
}
.menu>li:hover>a i{
    color: #fff;
}
.sub-menu{
    position: absolute;
    top: 55px;
    left: 5px;
    right: 5px;
    background: rgba(0,0,0,.6);
    z-index: 99;
    display: none;
  	width: max-content;
    min-width: calc(100% - 10px);
}
.sub-menu li a{
    display: block;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  	padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #B9BFD5;
}
.sub-menu li a:hover{
    background: rgba(52,188,175,.6);
    text-decoration: none;
}

.section{
    min-height: 500px;
}
.home{
    background: #ECECEC;
}
/*空气质量监测*/
.monitor{
    height: 80px;
    background: #34BCAF;
}
.monitor .lf{
    width: 600px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 25px;
}
.monitor select{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
}
.monitor .lf span{
    margin: 0 15px;
}
.monitor .rt{
    width: 600px;
    height: 40px;
    line-height: 20px;
    margin-top: 20px;
    color: #fff;
    padding-left: 30px;
    border-left: 1px dotted #83EDE3;
}

.title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 25px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #CDCDCD;
	clear: both;
	overflow: hidden;
}
.title>h1{
	float: left;
}
.title .important_news{
    width: 404px;
    float: left;
}
.title .work_trend,.title .the_campus{
    width: 398px;
    float: left;
}
.title .left{
    float: left;
    font-size: 22px;
    font-weight: normal;
    position: relative;
    padding: 0 0 5px 35px;
    border-bottom: 3px solid #00877A;
    margin-right: 20px;
}
.title .medium{
    float: left;
    font-size: 22px;
    font-weight: normal;
    padding: 0 0 5px 35px;
    position: relative;
    border-bottom: 3px solid #00877A;
    margin-right: 30px;
    margin-left: 20px;
}
.title .right{
    float: left;
    font-size: 22px;
    font-weight: normal;
    padding: 0 0 5px 35px;
    position: relative;
    border-bottom: 3px solid #00877A;
    margin-left: 25px;
}
.title .left:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 23px;
    height: 24px;
    background: url(/r/cms/www/default/images/spirit.png) no-repeat 0 0;
}
.title .medium:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 25px;
    height: 23px;
    background: url(/r/cms/www/default/images/dynamic.png) no-repeat 0 0;
}
.title .right:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 27px;
    background: url(/r/cms/www/default/images/campus.png) no-repeat 0 0;
}
.title .rt-left,.title .rt-medium,.title .rt-right{
    float: right;
}
.title span{
    color: #999;
    font-size: 14px;
	    text-transform: uppercase;
}
.title a{
    text-decoration: none;
}
.title .left:hover:before,.title .medium:hover:before,.title .right:hover:before{
    animation: zoomIn 1s;
}

/*幻灯片*/
.slide{
    position: relative;
}
.slideBox{
    width:100%;
    margin: 0 auto;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 8px;
    width: 14px;
    height: 14px;
    background:#eee;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
.slideBox .hd ul li.on{
    background: #AE0A29;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    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:2%;
    top:50%;
    margin-top:-37px;
    display:block;
    width:37px;
    height:74px;
    background: url(/r/cms/www/default/images/arrow_left.png) no-repeat;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.slideBox .next{
    left:auto;
    right:2%;
    background: url(/r/cms/www/default/images/arrow_right.png) no-repeat;
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

.slide .intro{
    position: absolute;
    width: 300px;
    left: 50%;
    bottom: 0;
    margin-left: 260px;
    padding: 15px 20px;
    color: #fff;
    font-size: 12px;
    background: rgba(0,0,0,.5);
}
.slide .intro h2{
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.slide .intro p{
    line-height: 20px;
    text-align: justify;
}

/*环院新闻*/
.album{
    float: left;
    width: 404px;
    margin-top: 3px;
    position: relative;
}
.albumBox{
    width:100%;
    margin: 0 auto;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    bottom: 0;
    z-index:1;
    height: 40px;
    left: 0;
    right: 0;
}
.albumBox .hd ul{
    width: 100%;
    text-align: center;
    padding-right: 5px;
    margin-top: 10px;
}
.albumBox .hd ul li{
    background: #D6D6D6;
    position: relative;
    margin:0 5px;
    width:36px;
    height:6px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #D6D6D6;
    cursor:pointer;
    display: inline-block;
}
.albumBox .hd ul li.on{
    background:#B8192B;
    border: 1px solid #B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd .bd-top{
    color: #ffffff;
    position: absolute;
    height: 20px;
    line-height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 12px 35px;
    background: rgba(0,0,0,.5);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.albumBox .bd img{
    max-width: 100%;
    display:inline-block;
}

.news-img{
    width: 404px;
    padding-bottom: 15px;
}
.news-img>a{
    display: block;
    width: 404px;
    position: relative;
}
.news-img img{
    display: block;
    width: 404px;
    height: 273px;
}
.news .dynamic{
    float: right;
    width: 373px;
    overflow: hidden;
}
.news .campus{
    float: right;
    width: 373px;
    overflow: hidden;
    margin-right: 30px;
}
.news>ul>li,.alumni .dynamic li{
    float: left;
    width: 373px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CDCDCD;
}
.news>ul>li:nth-child(even){
    float: right;
}
.news>ul>li>p,.alumni .dynamic li>p{
    height: 50px;
    line-height: 25px;
    margin-left: 85px;
    overflow: hidden;
}
.news>ul>li a,.alumni .dynamic li a{
    font-size: 15px;
    position: relative;
}
.news>ul>li a:hover,.alumni .dynamic li a:hover{
    font-weight: bold;
    text-decoration: none;
}
.news>ul>li .date,.alumni .dynamic li .date{
    float: left;
    width: 70px;
    text-align: center;
    background: #eee;
    position: relative;
    top: 3px;
}
.news>ul>li .date span,.alumni .dynamic li .date span{
    display: inline-block;
    width: 100%;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: #018478;
}
.news>ul>li .date p,.alumni .dynamic li .date p{
    line-height: 30px;
    color: #999;
    font-size: 16px;
}

.albumBox .arrow{
    position: absolute;
    top: 0;
    width: 404px;
    height: 93%;
}
.albumBox:hover .arrow{
    display: block;
}
.albumBox .prev,
.albumBox .next{
    position:absolute;
    left:0;
    top:50%;
    margin-top:-30px;
    display:block;
    width:26px;
    height:53px;
    background: url(/r/cms/www/default/images/album-prev.png) no-repeat 10px rgba(0,0,0,.5);
    filter:alpha(opacity=50);
    opacity:0.1;
}
.albumBox .next{
    left:auto;
    right:0;
    background: url(/r/cms/www/default/images/album-next.png) no-repeat 10px rgba(0,0,0,.5);
}
.albumBox .prev:hover,
.albumBox .next:hover{
    filter:alpha(opacity=100);
    opacity:0.7;
}

/*文章新闻*/
.article{
    float: left;
    width: 404px;
    margin-top: 3px;
    position: relative;
}
.articleBox{
    width:100%;
    margin: 0 auto;
    overflow:hidden;
    position:relative;
    height: 212px;
}
.articleBox .hd{
    position:absolute;
    width: 100%;
    bottom: -15px;
    z-index:1;
    height: 40px;
    left: 0;
    right: 0;
}
.articleBox .hd ul{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.articleBox .hd ul li{
    background: #D6D6D6;
    position: relative;
    margin:0 5px;
    width:36px;
    height:6px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #D6D6D6;
    cursor:pointer;
    display: inline-block;
}
.articleBox .hd ul li.on{
    background:#B8192B;
    border: 1px solid #B8192B;
}
.articleBox .bd ol{
    padding-left: 0;
}
.articleBox .bd ol .articleTitle{
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 40px;
    padding-bottom: 5px;
    line-height: 28px;
}
.articleBox .bd ol .articleContent{
    padding-right: 10px;
    color: #666666;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical ;
}
.articleBox .bd ol .articleContent:hover{
    color: #018478;
}
.articleBox .bd ol li div:hover{
    color: #018478;
}
.articleBox .bd ol .articleInfo{
    overflow: hidden;
    padding-right: 5px;
    line-height: 40px;
    color: #333333;
    border-bottom: 1px solid #c9c2c2;
}
.articleBox .bd ol .articleInfo .left{
    float: left;
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.articleBox .bd ol div{
    color: #666666;
    line-height: 30px;
    border-bottom: 1px solid #c9c2c2;
}
.articleBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}

/*专题专栏*/
.special .title h1:before{
    width: 22px;
    height: 25px;
    background-position-x: -24px;
}
.picScroll-left{
    overflow:hidden;
    position:relative;
    background: #fff;
}
.picScroll-left .hd{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113px;
    line-height: 113px;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next{
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height:100%;
    color: #fff;
    font-size: 42px;
    text-align: center;
    overflow:hidden;
    cursor:pointer;
    z-index: 999;
    background: #CDCDCD;
}
.picScroll-left .hd .next{
    left: auto;
    right: 0;
}
.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover{
    background: #00877A;
}
.picScroll-left .bd{
    width: 1098px;
    height: 113px;
    margin: 0 auto;
    overflow:hidden;
    zoom:1;
}
.picScroll-left .bd ul{
    zoom:1;
}
.picScroll-left .bd li{
    float:left;
    margin-right: 24px;
}
.picScroll-left .bd li a{
    display: block;
    width:350px;
    height:113px;
    overflow: hidden;
}
.picScroll-left .bd li img{
    width:350px;
    height:113px;
    transition: .3s;
}
.picScroll-left .bd li a:hover img{
    transform: scale(1.1);
}
/* 校友风采 */
.alumni{
	float: left;
	width: 372px;
	margin-left: 20px;
}
/*通知公告*/
.notice{
    float: left;
    width: 372px;
}
.notice .title h1:before{
    width: 27px;
    height: 27px;
    background-position-x: -47px;
}
.notice-list{
    height: 320px;
    margin: -6px -15px;
}
.notice-list li{
    float: left;
    width: 362.5px;
    height: 73px;
    margin: 6px 15px;
    border-bottom: 1px dashed #C7C7C7;
}
.notice-list .date{
    float: left;
    width: 70px;
    height: 60px;
    text-align: center;
    border: 1px solid #A8A8A8;
}
.notice-list p{
    line-height: 36px;
    color: #fff;
    font-size: 28px;
    background: #A8A8A8;
}
.notice-list span{
    display: inline-block;
    line-height: 24px;
    color: #A8A8A8;
    font-size: 12px;
}
.notice-list h2{
    margin-left: 82px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
}
.notice-list li:hover .date{
    border-color: #34BCAF;
}
.notice-list li:hover p{
    background: #34BCAF;
}
/*媒体环院*/
.media{
    float: left;
    width: 415px;
	margin-left: 20px;
}
.media .title h1:before{
    width: 21px;
    height: 26px;
    background-position-x: -74px;
}
.media .img{
    display: block;
    position: relative;
    width: 415px;
    height: 130px;
    overflow: hidden;
}
.media img{
    display: inline-block;
    width: 415px;
    height: 130px;
    transition: .3s;
}
.media i{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 77px;
    height: 77px;
    margin-top: -38.5px;
    margin-left: -38.5px;
    background: url(/r/cms/www/default/images/play.png) no-repeat;
}
.media .img:hover img{
    transform: scale(1.05);
}
.media .img:hover i{
    animation: zoomIn 1s;
}
.media li{
    margin-top: 12px;
}
.media li span{
    float: right;
    color: #999;
}
.media li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 60px;
}
.media li a{
    position: relative;
    padding-left: 12px;
    font-size: 16px;
}
.media li a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
}
.media li a:hover:before{
    background: #00877A;
}

/*快捷通道*/
.fast{
    margin: 30px -5.5px 10px;
    overflow: hidden;
}
.fast li{
    float: left;
    width: 124px;
    margin: 0 5px;
}
.fast li a{
    display: block;
    height: 75px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    transition: 1s;
}
.fast li span{
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    color: #34BCAF;
    font-size: 30px;
}
.fast li a:hover{
    color: #fff;
    background: #34BCAF;
}
.fast li a:hover span{
    color: #fff;
    animation: slideInLeft 1s;
}
.fast li a:hover p{
    color: #fff;
    animation: slideInRight 1s;
}

/*友情链接*/
.link .title,
.link .title h1{
    border: none;
  	float: left;
}
.link .title h1:before{
    width: 23px;
    height: 23px;
    background-position-x: -96px;
}
.link ul{
    margin-left: 175px;
    overflow: hidden;
}
.link ul li{
    float: left;
    margin: 0 10px;
    font-size: 15px;
}
.link ul li a{
    position: relative;
    padding-left: 15px;
}
.link ul li a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #00877A;
    border-radius: 50%;
}

.common-list{
    margin: 15px 0 10px 0;
}
.common-list li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
}
.common-list li span{
    float: right;
    color: #999;
}
.common-list li span i{
    padding-right: 5px;
}
.common-list li a{
    text-decoration: none;
}
.common-list li:hover{
    background: #F1F1F1;
}
.common-list li{
    font-size: 16px;
    padding: 0 8px;
}
.common-list li p{
    position: relative;
    padding: 0 30px 0 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.common-list li p:before{
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #D0D1D3;
    border-radius: 50%;
}
.common-list li p:hover:before{
    background: #018478;
}

/*尾部*/
.footer{
    /* height: 300px; */
    padding-bottom: 10px;
    color: #CDD1DF;
    background: #00877A;
}
.footer a{
    color: #CEC9C9;
}
.footer a:hover{
    color: #fff;
}
.logo-qrcode{
    padding: 30px 0 20px;
    margin-bottom: 30px;
    font-size: 12px;
    border: 1px solid #23978C;
}
.logo-qrcode .rt{
    text-align: center;
}
.logo-qrcode .rt img{
    margin-bottom: 5px;
    border: 5px solid #fff;
}
.footer-bottom p{
    float: left;
    line-height: 30px;
}

/*左侧导航*/
.aside{
    float: left;
    width: 288px;
    background: #F1F1F1;
    position: relative;
    margin-top: 30px;
}
.aside p{
    position: relative;
    color: #fff;
    font-size: 28px;
    padding: 15px 15px 15px 30px;
    background: #00877A;
    display: flex;
    align-items: center;
}
.aside .info:before{
    content: '';
    position: absolute;
    top: 25px;
    left: 35px;
    width: 33px;
    height: 35px;
    background: url(/r/cms/www/default/images/info.png) no-repeat;
}
.aside .intro:before{
    content: '';
    position: absolute;
    top: 24px;
    left: 40px;
    width: 31px;
    height: 36px;
    background: url(/r/cms/www/default/images/intro.png) no-repeat;
}
.aside ul li{
    position: relative;
    /*background: #DEDEDE;*/
}
.aside ul li a{
    position: relative;
    display: block;
    font-size: 18px;
    padding: 15px 30px;
    transition: .3s;
}
.aside ul li a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    border-top: 1px solid #C2C2C2;
}
.aside ul li:last-child a:before{
    display: none;
}
.aside ul li i{
    padding-right: 15px;
}
.aside ul li a:hover{
    padding-left: 55px;
    text-decoration: none;
}
.aside>ul>li.on>a{
    color: #fff;
    background: #34BCAF;
}
.aside>ul>li.on>a:before{
    display: none;
}

/*右侧列表*/
.column{
    float: right;
    width: 880px;
    min-height: 300px;
    margin-top: 30px;
}
.bread {
    padding-bottom: 10px;
    border-bottom: 1px solid #C2C2C2;
    overflow: hidden;
}
.bread h2{
    position: relative;
    padding-left: 18px;
    font-size: 18px;
}
.bread h2:before{
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    width: 6px;
    background: #00877A;
    border-radius: 15px;
}
.bread .rt{
    color: #666;
}
.bread .rt i{
    color: #00877A;
    font-size: 16px;
    padding-right: 5px;
}

/*领导列表页*/
.leader-list{
    margin: 30px 0;
}
.leader-list li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #9A9A9A;
    overflow: hidden;
}
.leader-list li>a{
    float: left;
    width: 209px;
    height: 176px;
    /*border: 2px solid #008779;*/
    overflow: hidden;
    text-align: center;
    background: #F7F9FC;
}
.leader-list li img{
    display: inline-block;
    max-height: 100%;
    transition: .3s;
}
.leader-list li img:hover{
    transform: scale(1.1);
}
.leader{
    margin-left: 233px;
}
.leader h2{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    padding-top: 5px;
}
.leader p{
    height: 75px;
    line-height: 25px;
    margin: 15px 0 25px;
    overflow: hidden;
}
.leader .rt{
    padding: 6px 20px;
    color: #fff;
    text-decoration: none;
    background: #00877A;
    border-radius: 3px;
}
.leader .rt:hover{
    opacity: .8;
    -ms-filter: Alpha(Opacity=80);
    filter: Alpha(Opacity=80);
}

/*详情页*/
.detail{
    margin: 30px 0;
}
.caption{
    position: relative;
    margin: 30px 0;
    text-align: center;
}
.caption h1{
    font-size: 20px;
    font-weight: normal;
}
.caption p{
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}
.caption p span{
    margin-right: 10px;
}
.caption .share{
    position: absolute;
    right: 0;
    bottom: -12px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}
.content{
    min-height: 300px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDCDCD;
font-size:16px;

}
.content img{
  padding:5px;
}
.content img,.content table,.content video {
	max-width: 90%;
}

.content table {
	border-collapse: collapse;
}

.content table td {
	border: 1px solid #CCC;
}

.selectTdClass {
	background-color: #edf5fa !important
}

table.noBorderTable td,
table.noBorderTable th,
table.noBorderTable caption {
	border: 1px dashed #ddd !important
}

.content table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
}

.content table td,
.content table th {
	padding: 5px 10px;
	border: 1px solid #DDD;
}

.content table caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}

.content table th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}

.content table tr.firstRow th {
	border-top-width: 2px;
}

.ue-table-interlace-color-single {
	background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
	background-color: #f7faff;
}
.content table p{text-indent:0!important}
/*开元3359修复app简介*/
.profile{
    margin: 30px 0;
    min-height: 300px;
}
.profile h1{
    color: #0D62A1;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.profile h2{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.profile h3{
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    margin: 5px 0 15px;
}
.profile p{
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
}
.profile p span{
    color: #0D62A1;
    font-size: 18px;
    font-weight: 600;
}
.profile .img{
    height: 326px;
    margin: 20px 4.5px 30px;
}
.profile img{
    float: left;
}
.profile .img-2{
    margin: 0 9px 0 9px;
}
.profile .img-4{
    float: right;
    margin-top: 9px;
}
.profile-info{
    min-height: 500px;
    padding-bottom: 30px;
    border-left: 3px solid #00877A;
    border-bottom: 1px solid #CDCDCD;
}
.profile-info h3{
    position: relative;
    float: left;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background: #00877A;
    padding: 0 30px;
    margin: 30px 0 15px;
}
.profile-info h3:first-child{
    margin-top: 0;
}
.profile-info h3:after{
    content: '';
    position: absolute;
    top: 0;
    right: -42px;
    width: 0;
    height: 0;
    border: 21px solid transparent;
    border-left-color: #00877A;
}
.profile-info p{
    margin-left: 30px;
    clear: both;
}

/*其他简介*/
.introduction{
    padding: 30px 0;
}

/*组织机构*/
.org-list{
    margin: 20px -10px;
    overflow: hidden;
}
.org-list li{
    float: left;
    width: 280px;
    height: 50px;
    line-height: 50px;
    margin: 10px;
}
.org-list li a{
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #F6F6F6;
    border: 1px solid #B6B6B6;
}
.org-list li:hover a{
    color: #fff;
    background: #34BCAF;
    border: 1px solid #34BCAF;
}

.wechat-qrcode .help p {
    float: none;
}