.bigcenbox {
    padding: 50px 0;
}

.eleft{
    position: relative;
    float: left;
    width: 260px;
    height: auto;
}
.eleft.upstyle{
    position: fixed;
    left: 50%;
    top: 130px;
    margin-left: -700px;
}

.eleft .mntb{
    position: relative;
    width: 100%;
    height: auto;
    background: #FFF;
    border: 1px solid rgba(193,223,235,.4);
    border-radius: 20px 3px 20px;
    box-shadow:0px 2px 5px 0px rgba(150,170,170,.3);
    opacity: 0;
    transition: all 0.8s ease;
    transform: scale(0.9) translateY(-40px);
}
.bigcenbox.active .eleft .mntb{
    opacity: 1;
    transform: scale(1) translateY(0);
}

.eleft .mntb:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 100%;
    top: 0;
    right: -17px;
    background: url(../images/yy.png) center center no-repeat;
    background-size:100% 100%;
}
.eleft .titx{
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-weight: bold;
    letter-spacing: 2px;
}


.eleft .menus{
    position:relative;
    width: calc(100% - 40px);
    height:auto;
    left: 40px;
    border-left: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

.eleft .menus li{
    position: relative;
    width: 100%;
    height: 45px;
    margin-top: 15px;
}
.eleft .menus li:nth-child(1){
    margin-top: 0px;
}
.eleft .menus li:before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    top: 13px;
    left: -10px;
    background: #f28b3e;
    z-index: 1;
    border-radius: 25px;
    transition: all 0.3s ease;
    opacity: 0;
}
.eleft .menus li:hover:before,
.eleft .menus li.active:before{
    content: "";
    opacity: 1;
}
.eleft .menus li:after{
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 17px;
    left: -6px;
    background: #aaa;
    z-index: 2;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.eleft .menus li:hover:after,
.eleft .menus li.active:after{
    content: "";
    position: absolute;
    background: #fff;
}
.eleft .menus li .lmtits{
    position: relative;
    width: 100%;
    height: 100%;
}
.eleft .menus li .lmtits:before{
    content: "";
    position: absolute;
    width: 40px;
    height:1px;
    top: 22px;
    left: 0;
    background: #ddd;
    transition: all 0.5s ease;
}
.eleft .menus li:hover .lmtits:before,
.eleft .menus li.active .lmtits:before{
    width: 100%;
    background: #f28b3e;
}
.eleft .menus li .lmtits:after{
    content: "";
    position: absolute;
    width: 10px;
    height:19px;
    top: 13px;
    right: -10px;
    background:url(../images/jt3.png) top left no-repeat;
    transition: all 0.5s ease;
    opacity: 0;
}
.eleft .menus li:hover .lmtits:after,
.eleft .menus li.active .lmtits:after{
    opacity: 1;
}

.eleft .menus li .lmtits h1{
    position: absolute;
    width: auto;
    height: 100%;
    line-height: 45px;
    left: 40px;
    background: #fff;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
    transition: all 0.5s ease;
    font-weight: normal;
}
.eleft .menus li:hover .lmtits h1,
.eleft .menus li.active .lmtits h1{
    left: 45px;
    font-size: 17px;
    color: #f60;
    font-weight: bold;
}

.eright{
    position: relative;
    width: calc(100% - 350px);
    float: right;
    height: auto;
}

.eright .rts{
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    opacity: 0;
    transition: all 0.8s ease;
    transform: scale(0.95) translateY(-40px);
}
.bigcenbox.active .eright .rts{
    opacity: 1;
    transform: scale(1) translateY(0);
}
.eright .rts h1{
    position: absolute;
    width:auto;
    height: 45px;
    left: 0;
    top: 15px;
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    letter-spacing: 2px;
}
.eright .rts h1:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 20px;
    background: #666;
    border-radius: 5px;
}
.eright .rts h1:before{
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: 2px;
    left: 0;
    bottom: 0;
    background: #f28b3e;
}
.eright .rts h2{
    position: absolute;
    width:auto;
    height: 45px;
    right: 0;
    top: 15px;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    line-height: 45px;
    font-weight: normal;
}


.eright .nrs{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0;
    transition: all 0.8s ease;
    min-height: 350px;
    opacity: 0;
    transform: scale(0.95) translateY(40px);
}
.bigcenbox.active .eright .nrs{
    opacity: 1;
    transform: scale(1) translateY(0);
}


.showx{
    position: relative;
    width: 100%;
    height: auto;
/*  padding: 40px 0 10px; */
    min-height: 350px;
}

.showx .showlf{
    position: relative;
    float: left;
    width: 70%;
    height: auto;
}
.showx .showlf .shtitx{
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 5px;
}
.showx .showlf .shtitx h1{
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.showx .showlf .shtitx h2,
.showx .showlf .shtitx h3{
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.showx .showlf .shtitx h3{
    font-size: 12px;
}

.showx .showrg{
    position: relative;
    float: right;
    width: 25%;
    height: auto;
}
.showx .showrg .titbox{
    position: relative;
    width: 100%;
    height: auto;
    background: #e9f2ec;
    padding:5px 15px;
}
.showx .showrg .listsx{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    background: rgba(0,0,0,.02);
}


.dbimg{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 15px;
    opacity: 1;
}

.dbimg img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left:auto ;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.video-spbox {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    padding-bottom: 1px;
    margin-top: 20px;
}

.video-spbox video {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: fill;
}
.xiangqing {
    position: relative;
    width: 100%;
    height: auto;
    color: #333;
    line-height: 200%;
    margin: 15px 0 ;
    z-index: 100;
}
.xiangqing img {
    width: auto;
    max-width: 100%;
    height: auto;
}
td img {
    border: 0px !important;
    margin: 0;
    padding: 0px !important;
}

.xq-title{
    position: relative;
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    color: #000;
    text-align: center;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.xq-orther{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    text-align: center;
}
.xq-to{
    position: relative;
    width: 100%;
    height: auto;border-top: 1px dashed rgba(0,0,0,.1);
    margin-top: 10px;
    padding: 10px;
}
.xq-to li a{
    position: relative;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.xq-to li a:hover{
    color: #059c79;
}
/*附属图片样式开始*/

.fs-picbox {
    position: relative;
    width: 102%;
    height: auto;
    overflow: hidden;
    left: 0;
}

.fs-picbox li {
    float: left;
    width: 23%;
    margin: 0px 2% 20px 0%;
    height: auto;
    cursor: pointer;
}

.fs-picbox li .pic-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fs-picbox li .pic-box .txt-box {
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 100;
    top: 100%;
    margin-top: -30px;
    left: 0;
    transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .txt-box {
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 100;
    top: 50%;
    margin-top: -45px;
    left: 0;
    transition: all 0.3s;
}

.fs-picbox li .pic-box .txt-box .title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fs-picbox li .pic-box .txt-box .search {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../images/search2.png) top center no-repeat;
    background-size:auto 100%;
}

.fs-picbox li .pic-box .txt-box .more {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
}

.fs-picbox li .pic-box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    margin-top: -30px;
    background: rgba(0, 0, 0, .5);
    z-index: 90;
    transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .bg {
    top: 0%;
    margin-top: 0px;
}

.fs-picbox li .pic-box .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.fs-picbox li:hover .pic-box .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*成员图片列表样式*/
.ks-qycy{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.ks-qycy li{
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    border-bottom: 1px dashed rgb(0,0,0,.1);
    margin-bottom: 3%;
    padding-bottom: 3%;
}
.ks-qycy li:nth-child(odd){
    padding-right:30px;
}
.ks-qycy li:nth-child(even){
    padding-left:30px;
}
.ks-qycy li .bignrs{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    background: rgba(255,255,255,8);
    transition: all 0.5s ease;
}
.ks-qycy li:hover .bignrs{
    background: #fff;
    transform: scale(1.1);
    box-shadow:3px 20px 40px -15px rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.ks-qycy li .picbox{
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: all 0.8s ease;
    transform: scale(0.9);
}
.ks-qycy.nor li .picbox{
    min-height: 175px;
}

.bigcenbox.active .ks-qycy li .picbox {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
}



.ks-qycy li .picbox .img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.ks-qycy li:hover .picbox .img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: saturate(120%) contrast(110%);
    filter: saturate(120%) contrast(110%);
}
.ks-qycy li .txtbox{
    position: absolute;
    width: 60%;
    height: calc(100% - 30px);
    left: 40%;
    overflow: hidden;
    transition: all 0.4s;
}

.ks-qycy li .txtbox h4 {
    position: absolute;
    width: 88%;
    left: 9%;
    color: #444;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    margin-bottom: 7px;
    height: 30px;
    top: 50%;
    margin-top: -100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    opacity: 1;
}
.ks-qycy.nor li .txtbox h4 {
    margin-top: -90px;
}


.ks-qycy li .txtbox h4 span {
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    height: 30px;
    margin-left: 15px;
}
.ks-qycy li:hover .txtbox h4 {
    color: #f60;
}
.ks-qycy li .txtbox h5 {
    position: absolute;
    width: 88%;
    left: 9%;
    line-height: 25px;
    color: #888;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    margin-bottom: 18px;
    font-weight: normal;
    transition: all 0.5s ease;
}
.ks-qycy.nor li .txtbox h5 {
    line-height: 25px;
    color: #888;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 75px;
    margin-top: -45px;

}


.ks-qycy li:hover .txtbox h5 {
    color: #333;
}
.ks-qycy li .txtbox h6 {
    position: absolute;
    width: 90%;
    left: 9%;
    font-size: 14px;
    width: 65px;
    top: 50%;
    margin-top: 75px;
    color: #333;
    line-height: 20px;
    padding: 0 2px;
    padding-bottom: 2px;
    border-bottom: 2px solid #999;
    font-weight: normal;
    transition: all 0.5s ease;
}
.ks-qycy.nor li .txtbox h6 {
    margin-top: 55px;
}
.ks-qycy li:hover .txtbox h6 {
    color: #f28b3e;
    border-bottom: 2px solid #f28b3e;
}

/*图片列表样式*/
.pic-lsit1{
    position: relative;
    width: 102%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.pic-lsit1 li{
    position: relative;
    float:left;
    width: 22.5%;
    height: auto;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    background: rgba(170,220,210,.2);;
}

.pic-lsit1 li .pics{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pic-lsit1 li .pics .img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    transition: 0.3s;
}
.pic-lsit1 li:hover .pics .img{
    -webkit-transform: scale(1.2) translateY(-40%) translateX(-40%);
    -ms-transform: scale(1.2) translateY(-40%) translateX(-40%);
    -o-transform: scale(1.2) translateY(-40%) translateX(-40%);
    transform: scale(1.2) translateY(-40%) translateX(-40%);
    -webkit-filter: saturate(150%) contrast(120%);
    filter: saturate(150%) contrast(120%);
}

.pic-lsit1 li .infobox{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
}
.pic-lsit1 li .infobox::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    background: url(../images/title-bg1.jpg) top center repeat-y;
    /*background-size:100% auto ;*/
    transition: 0.3s;
}
.pic-lsit1 li:hover .infobox::after{
    height: 100%;
    opacity: 0.9;
}

.pic-lsit1 li .names{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .names{
    color: #fff;
    font-weight: bold;
}
.pic-lsit1 li .names span{
    position: relative;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    color: #2eaaa8;
    transition: 0.3s;
}
.pic-lsit1 li:hover .names span{
    color: #fff;
    font-weight: bold;
}
.pic-lsit1 li .names span::after{
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    bottom: 3px;
    right: 0px;
    background: #5fba5f;
    transition: 0.3s;
}
.pic-lsit1 li:hover .names span::after{
    background: rgba(255,255,255.6);
}

.pic-lsit1 li .tinfo{
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 25px;
    color: #888888;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .tinfo{
    color: #fff;
}

.pic-lsit1 li .point{
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: #5fba5f;
    margin-top: 15px;
    z-index: 10;
    transition: 0.3s;
}
.pic-lsit1 li .point::after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: -15px;
    left: 10px;
    border-radius: 3px;
    background: #5fba5f;
    margin-top: 15px;
    transition: 0.3s;
}
.pic-lsit1 li .point::before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: -15px;
    left: 20px;
    border-radius: 3px;
    background: #5fba5f;
    margin-top: 15px;
    transition: 0.3s;
}
.pic-lsit1 li:hover .point,.pic-lsit1 li:hover .point::before,.pic-lsit1 li:hover .point::after{
    background: #fff;
}

/*新闻幻灯片*/
.e-zdxw-title{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 20px;
    color: #059c79;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 2px;
}
.e-zdxw-title.nx{
    border-bottom: 1px dashed rgba(0,0,0,.1);
    padding-bottom: 5px;
    margin-top: 50px;
}
.e-zdxw-title span{
    font-size: 12px;
    line-height: 16px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.e-zdxw{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #f5f5f5;
}
.news-container{
    position: relative;
    height: auto;
    color: #fff;
    overflow: hidden;
}
.e-zdxw .swiper-slide{
    overflow: hidden;
}
.news-container>.swiper-pagination-bullets{
    bottom: 3px;
    text-align: right;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #953656;
}
/*a连接*/
.news-container a,.news-clist a,.view-list a,.xn-left a,
.bea-list a,.news-btns a,.logo a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.news-container .spicbox{
    position: relative;
    float: left;
    width: 48%;
    overflow: hidden;
}
.news-container .spicbox .img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.news-container:hover .spicbox .img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


.news-container .news-desc{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47%;
    height: 100%;
    line-height: 20px;
    padding: 4px 10px;
}

.news-container .nw-title,.news-clist .nw-title{
    font-size: 22px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    transition: all 0.3s;
}
.news-container:hover .nw-title{
    color: #059c79;
}   
.news-container .nw-date{
    font-size: 14px;
    color: #828282;
    margin-top: 10px;
}
.news-container .news-desc .nw-infos{
    font-size: 14px;
    color: #777;
    width: 100%;
    height: 90px;
    line-height: 30px;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.3s;
}
.news-container:hover .news-desc .nw-infos{
    color: #555;
}   
.news-container .news-desc .morebox{
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 25px;
    z-index: 10;
    transition: all 0.3s;
}
.news-container .news-desc .morebox a span{
    float: left;
    color: #555;
    padding-right: 10px;
    transition: all.3s;
}
.news-container:hover .news-desc .morebox a span{
    color: #059c79;
}
.news-container .news-desc .morebox .yuan{
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #555;
    border-radius: 50%;
    font-family: '宋体';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #555;
    transition: all.3s;
}
.news-container:hover .news-desc .morebox .yuan{
    border: 1px solid #059c79;
    color: #059c79;
}

.e-zdxw  .swiper-container-horizontal>.swiper-pagination-bullets, .e-zdxw  .swiper-pagination-custom, .e-zdxw  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-right: 10px;
}

.e-zdxw  .news-container>.swiper-pagination-bullets {
    bottom: 10px;
    text-align: right;
}

.e-zdxw  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #666;
    opacity: .5;
}
.e-zdxw .picbox:hover .swiper-pagination-bullet {
    background: #fff;
}
.e-zdxw  .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    border-radius: 3px;
    background: #5fba5f;
}
.e-zdxw  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


/*分页*/
.bigcenbox.active .pages {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.pages {
    padding: 0px 0;
    margin-top: 40px;
    text-align: center;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(40px);
}
.pages a:hover{
  background: #c0a063;
  color: #fff;
}
.p_pages{
  margin:0 auto;
}
.pagination{
  padding:0;
  text-align: center;
  margin: 0 auto;
}
.p_fun_d,.p_no_d,.p_no_o,.p_fun a,.p_no a{
    display: inline-block;
    width: 25px;
    height: 25px;
    /*border-radius: 50%;*/
    background: #c1dfe1;
    line-height: 23px;
    font-size: 14px;
    font-family: "微软雅黑";
    vertical-align: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    border-radius: 2px;
    border:1px solid #c1dfe1;
    margin:0 3px;
}
.pagination .p_no_d{
    background: #f28b3e;
    border:1px solid #f28b3e;
}
.pages .p_first, .pages .p_first_d, .pages .p_last, .pages .p_last_d{
  display: none;
}
.pagination a{
    border:1px solid #c1dfe1;
    color: #fff;
}

.pagination a:hover{
    background: #f28b3e;
    border:1px solid #f28b3e;
    color: #fff;
}
.p_prev,.p_prev_d, .p_next,.p_next_d,.p_fun,.p_fun a{
    font-size: 25px !important;
    font-family: "宋体" !important;
}
.elistbox{
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px 0;
    overflow: hidden;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(40px) scale(0.98);
}
.elistbox .listbox {
    opacity: 1;
}
.bigcenbox.active .elistbox {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.2s;
}

/*师资力量*/
/*.shizi{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-top: 40px;
}*/
.shizi .titls{
    position: relative;
    width: 100%;
    height: 45px;
    background: rgba(170,220,210,.3);
}
.shizi .titls li{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    letter-spacing: 2px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}
.shizi .titls li span{
    font-size: 14px;
    opacity: 0.6;
    font-weight: normal;
    letter-spacing: 0;
}
.shizi .titls li.active{
    color: #fff;
    background: #059c79;
}
.shizi .bnrbox {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
} 
.shizi .bnrbox .solbox {
    position: relative;
    height: 100%;
    transition: all ease 0.5s;
} 
.shizi .messbox {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 500px;
    transition: all ease 0.5s;
    opacity: 1;
    filter: blur(0);
}

.shizi  .messbox.active {
    opacity: 1;
    filter: blur(0);
}


.zhicheng{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.zhicheng ul{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 40px;
    overflow: hidden;
    padding: 30px 10px 30px 120px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.zhicheng ul.one{
    border-top: 1px dashed rgba(0,0,0,.1);
}

.zhicheng ul .zcfl{
    position: absolute;
    width: 60px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #f28b3e;
    border-radius: 5px;
    top: 50%;
    margin-top: -20px;
    left: 30px;
    z-index: 10;
}
.zhicheng ul .linns{
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(170,220,210,.1);
    border-right: 1px dashed rgba(0,0,0,.1);
}
.zhicheng ul li{
    position: relative;
    float: left;
    width: 12.5%;
    text-align: center;
}
.zhicheng ul li .xm{
    position: relative;
    height: 40px;
    line-height: 40px;
    width: auto;
    color: #333;
    transition: all 0.3s;
}
.zhicheng ul li .xm:hover{
    color: #f60;
}

.jyscy{
    position: relative;
    width: 100%;
    height: 40px;
    margin: 30px 0px;
    background:#f28b3e;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

#namedh{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    overflow: hidden;
    padding:10px 0;
}

#namedh li{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 0 10px;
    transition: all 0.3s;
    cursor: pointer;
}
#namedh li .lins{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #e9f2ec;
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #c1dfe1;
}
#namedh li .lins:hover,
#namedh li.active .lins{
    background: #f28b3e;
    color: #fff;
    border-color: #f28b3e;
}
.nameline{
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}

#nameList{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 35px;
    line-height: 40px;
}
#nameList .dingwei{
    position: relative;
    width: 100%;
    height:1px;
    float: left;
    margin-top:-90px;
}
#nameList .huanhang{
    position: relative;
    width: 100%;
    height:40px;
    float: left;
}
#nameList .huanhang .lines{
    position: relative;
    width: calc(100% + 35px);
    height:1px;
    top: 20px;
    left: -35px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
#nameList .zimu{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #e9f2ec;
    color: #333;
    margin-left: -29px;
    margin-top: 5px;
    border-radius: 3px;
    vertical-align: top;
    transition: all 0.3s;
    border: 1px solid #c1dfe1;
}
#nameList .zimu.active{
    background: #f28b3e;
    color: #fff;
    border-color: #f28b3e;
}
#nameList li{
    position: relative;
    float: left;
    width: 12.5%;
    text-align: center;
    margin-left: -1px;
}
#nameList li .xm{
    position: relative;
    height: 40px;
    line-height: 40px;
    width: auto;
    color: #333;
    transition: all 0.3s;
}
#nameList li .xm:hover{
    color: #f60;
}

/*机构设置*/
.jgszbox{
    position: relative;
    width: 100%;
    height: auto;
}
.jgszbox li{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgba(255,255,255,.9);
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.jgszbox li:hover{
    background: rgba(255,255,255,1);
    transform: scale(1.05);
    box-shadow:3px 20px 40px -15px rgba(0, 0, 0, 0.5);
}

.jgszbox li h1{
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 40px;
    font-size: 18px;
    transition: all 0.5s ease;
}
.jgszbox li:hover h1{
    color: #f60;
}
.jgszbox li h2{
    position: relative;
    width: 100%;
    height: auto;
    line-height: 30px;
    font-weight: normal;
    font-size: 15px;
    color: #666;
    transition: all 0.5s ease;
}
.jgszbox li:hover h2{
    color: #333;
}

@media (max-width: 1460px){
    .eleft.upstyle{
        position: fixed;
        left: 30px;
        margin-left: 0px;
    }
}
/*附属图片样式结束*/
@media (max-width: 1025px) {
    .fs-picbox li .pic-box .txt-box {
        margin-top: -26px;
    }
    .fs-picbox li .pic-box .bg {
        margin-top: -25px;
    }
    .news-container .nw-title, .news-clist .nw-title {
        font-size: 16px;
    }
    .news-container .nw-date {
        font-size: 12px;
        margin-top: 5px;
    }
    .news-container .news-desc .nw-infos{
        font-size: 12px;
        height: 50px;
        -webkit-line-clamp: 2;
        margin-top: 10px;
        line-height: 24px;
    }
}