/* CSS Document */

body {
    color: #333;
    font-size: 14px;
    font-family:"微软雅黑","Arial",Helvetica,Arial,Tahoma;
    margin:0 auto;
    position:relative;
  overflow-x: hidden;
 
}
.slick-slider{ touch-action: auto!important; }
.body-list{ padding-top: 0; }

html{  font-style: 100%;}
.img-hide{ overflow:hidden; display: block; }
.slick-slider{ touch-action: auto!important; }

.img-hide img{ transition: 0.5s all; transform: scale(1,1); }
.img-hide:hover img{transform: scale(1.05,1.05); }
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
li{ list-style:none;}
a{ color: #333; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{ text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
img{max-width:100%;display: inline-block;vertical-align: middle;}

.tab-content{ position: relative; }
.tab-content .tab-pane{ display: block; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; opacity: 0; filter:alpha(opacity=0); transition: 0.5s all; }
.tab-content .tab-pane.active{ position: relative; z-index: 10; opacity: 1; filter:alpha(opacity=100);display: block; }


@keyframes bigScale {
    from {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.nav-click{ display: none; }
.menu-button { position: absolute; display: none; top: 18px; right: 15px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #fff; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }
.cross{ top: 13px; }
.cross .bar{ margin:13px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}
.search-box-c{ position: fixed; left: 50%; top: 50%; width: 800px; height: 54px; background: #fff; padding-right: 115px; margin-left: -400px; z-index: 1000010; }
.search-box-c .form-control{ height: 54px; border-radius: 0; font-size: 18px; box-shadow: none; border:none; }
.modal{ z-index: 100000001; }
.modal-backdrop{z-index: 10000000;}
.modal-box{ position: fixed; display: none; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000010; }
.btn-search-c,.btn-search-c:hover,.btn-search-c:focus{ position: absolute; right: 0; background: #9a0813; top: 0; width: 115px; height: 54px;border:none; border-radius: 0;padding:0}.modal-back{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(0,0,0,0.5);}
.search_box{ position: relative; }



.header{ position: fixed; z-index: 1000; left: 0; top: 0; right: 0; border-top: solid 5px #166ff5; padding-bottom: 1.3rem; background: url(../images/header.png) center no-repeat; background-size: 100% 100%; }
.logo{ padding:0.15rem 0 0 0.1rem; width: 7.71rem; }
.header-right{ padding-right: 0.5rem; position: relative; z-index: 1000; }
.header-top a{ display: inline-block; margin-left: 0.3rem; font-size: 14px; color: rgba(255,255,255,0.6); }
.header-top{ position: absolute; right: 0.5rem; top: 0.2rem; z-index: 10; white-space:nowrap; }
.langer{ background: url(../images/english.png) left center no-repeat; padding-left: 28px;  }
.nav-list li{ float: left; position: relative; margin-top: 55px; }
.nav-list li a{ display: block;  position: relative; z-index: 100; border-bottom: solid 3px #0854df; border-color: transparent; padding:0 0.15rem 0.2rem 0.15rem; line-height: 1; font-size: 18px; color: #fff; }
.nav-list{ margin-right: -0.15rem }
.nav-list li a:hover,.nav-list li.active a{ border-bottom: solid 3px #0854df; }
.banner img{ width: 100%; }
.banner{ margin:0; overflow:hidden; }
.banner-box{ position: relative; }
.banner-bottom{ position: absolute; left: 0; right: 0; bottom: 0; z-index: 100; }
.container{ width: 1490px; }
.banner-nav li{ float: left; width: 14.285714%; background: url(../images/lind.png) center right no-repeat;  }
.banner-nav{ box-shadow: 0 10px 40px rgba(60,52,231,0.2); background: #fff; }
.banner-nav li a{ display: block; line-height: 85px; font-size: 20px; color: #000; }
.banner-nav li:last-child{ background: none; }
.banner-nav li a:hover,.banner-nav li.active a{ background: url(../images/back-a.png) center no-repeat; background-size: cover; color: #8c541e; }
.page-one{ background: url(../images/back01.png) center bottom no-repeat; padding-top: 55px; padding-bottom: 50px; }
.one-list li{ float: left; width: 25%; padding:0 16px; margin-bottom: 45px; }
.one-list{ margin:0 -16px; }
.one-img{ padding-top:53.4%; transition: 0.3s all; }
a:hover .one-img{ transform: scale(1.05,1.05); }
.one-list-bottom{ padding:10px; height: 130px; position: relative; }
.one-list-bottom:before{ display: block; content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #1c50f8; }
.one-list-tt{ font-size: 16px; color: #000; line-height: 25px; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; height: 50px; }
a:hover .one-list-tt{ color: #1c6bf1; }
.one-date{ font-size: 13px; color: #979797; background: url(../images/icon-date.png) left center no-repeat; padding-left: 22px; margin-top: 20px; }
.one-list-bottom:after{ transition: 0.3s all; display: block; content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: #cd9863; }
.one-list li a:hover .one-list-bottom:after{ right: 0%; }
.one-more{ width: 113px; height: 18px; display: inline-block; text-align: left; color: #2880f2; font-weight: bold; background: url(../images/more.png) center no-repeat; font-size: 16px; padding-left: 25px; line-height: 18px; }
.page-tow{ background: url(../images/back02.png) center no-repeat; background-size: cover; }
.page-tow .banner-nav li{ width: 12.5%; background: none; }
.page-tow .banner-nav li a{ font-size: 18px; line-height: 68px; }
.tow-left{ width: 43.5%; }
.tow-left-img{ height: 440px; }
.tow-right{ width: 49.5%; padding-top: 30px; }
.tow-right-title span{ display: inline-block; position: relative; font-size: 30px; color: #fff; line-height: 1; padding-right: 10px; }
.tow-right-title{ position: relative; overflow:hidden; margin-bottom: 35px; }
.tow-right-title span:before{ display: block; content: ""; position: absolute; left: 100%; top: 0; bottom: 0; right: -1000px; background: url(../images/back-lind.png) left center repeat-x; }
.tow-right-ul li a{ display: block; line-height: 1; margin-bottom: 25px; position: relative; padding-right: 200px; font-size: 16px; color: #fff; }
.tow-right-ul li a:hover{ text-decoration:underline!important; }
.tow-right-ul li a span{ position: absolute; right: 0; top: 0; opacity: 0.7; }
.tow-right .one-more{ margin-top: 20px; background: url(../images/more02.png) center no-repeat; color: #fff; }
.three-box{ position: relative; padding-left: 170px; min-height: 410px; }
.page-three{ padding:70px 0; }
.three-tt{ position: absolute; left: 0; top: 0; height: 410px; }
.tt-more{ position: absolute; left: 0; bottom: 0; width: 38px; background: url(../images/more03.png) center top no-repeat; padding-top: 45px; font-size: 16px; color: #1c50f8; line-height: 1.2; padding-left: 10px; padding-right: 10px; }
.three-ul li{ float: left; padding:0 16px; width: 33.333333%; }
.three-ul{ margin:0 -16px; }
.three-ul li a{ display: block; position: relative; }
.three-date{ position: absolute; padding-top: 5px; z-index: 10; left:0; top: -18px; width: 97px;height: 57px; background: url(../images/date-back.png) center no-repeat; background-size: cover; font-size: 14px;color: #fff; }
.three-date span{ font-size: 18px; }
.three-ul-img{ padding-top: 57.5%; transition: 0.3s all; }
a:hover .three-ul-img{ transform: scale(1.05,1.05); }
.three-ul-bottom{ padding:25px 40px; height: 265px; background: #f9faff; }
.three-ul-tt{ height: 60px; overflow:hidden; position: relative; }
.three-ul-tt p{ text-align: center; font-size: 18px;color: #1a1a1a; position: absolute; left: 0; right: 0; top: 50%; line-height: 30px; max-height: 60px; transform: translate(0,-50%); }
.three-ul-p p{ font-size: 16px; padding-left: 25px; color: #030303; margin-bottom: 10px; }
.three-ul-p p span{ color: #8d8c8c; display: inline-block; padding-right: 5px; }
.three-ul-p{ margin-top: 30px; }
.three-ul-p p:nth-of-type(1){ background: url(../images/icon-s01.png) left center no-repeat; }
.three-ul-p p:nth-of-type(2){ background: url(../images/icon-s02.png) left center no-repeat; }
.three-ul-p p:nth-of-type(3){ background: url(../images/icon-s03.png) left center no-repeat; }
.three-ul li a:hover .three-ul-tt p{ color: #1c6cf6; }
.page-four{ padding:70px 0 150px 0; background: #eff1ff; }
.four-box{ position: relative; min-height: 320px; padding-left: 165px; }
.four-list li{ float: left; width: 25%; padding:0 15px; }
.four-list{ margin:0 -15px; }
.four-list-img{ border-radius: 50%; padding-top: 100%; position: relative; }
.four-list-tt{ font-size: 16px; color: #0f0f0f; text-align: center; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; margin-top: 15px; line-height: 25px; height: 50px; }
a:hover .four-list-tt{ color: #1c6bf1; }
.four-list li a:hover .four-list-img:before{ display: block; content: ""; position: absolute; left: 0; top: 0;width: 100%; height: 100%; border:solid 2px #cfa372; border-radius: 50%; }
.page-five{ height: 540px; overflow:hidden; position: relative; }
.five-slick{ width: 4380px; position: absolute; left: 50%; transform: translate(-50%,0); top: 0;  }
.four-box .three-tt{ height: 300px; }
.five-slick-box{ position: relative; background: #fff; height: 540px; }
.five-left{ width: 30%; opacity: 0; position: absolute; left: 0; z-index: 100; top: 0; bottom: 0; overflow:hidden; height: 540px; }
.five-right{ width: 100%; height: 100%; position: relative; }
.slick-center .five-left{ width: 30%; padding:45px; opacity: 1; }
.slick-center .five-right{ width: 70.1%; }
.five-date{
    padding-top: 9px;

    width: 87px;
    height: 64px;
    background: url(../images/date-back02.png) center no-repeat;
    background-size: cover;
    font-size: 14px;
    color: #fff; }
.five-date span{ font-size: 18px; }
.five-tt{ font-size: 25px; color: #0f0e0e; margin-top: 40px; line-height: 1; }
.five-p{ color: #989898; text-align: justify; line-height: 25px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical; margin-top: 25px; margin-bottom: 155px; }
.five-left .one-more{ position: absolute; left: 45px; bottom: 60px; }
.five-slick .slick-prev{ left: 50%; z-index: 100; width: 68px; height: 68px; background: url(../images/left.png) center no-repeat; margin-top: -34px; margin-left: -270px; }
.five-slick .slick-next{ right: 50%; z-index: 100; width: 68px; height: 68px; background: url(../images/right.png) center no-repeat; margin-top: -34px; margin-right: -700px; }
.slick-prev:before,.slick-next:before{ display: none; }
.five-slick .slick-dots{ width: auto; left: auto; right: 50%; margin-right: -650px; bottom: 25px; }
.five-slick .slick-dots li,.five-slick .slick-dots li button{ width: 8px; height: 8px; border-radius: 8px; padding:0; }
.five-slick .slick-dots li button{ background: #fff; }
.five-slick .slick-dots li.slick-active,.five-slick .slick-dots li.slick-active button{ width: 40px;}
.five-slick .slick-dots li.slick-active button{ background: #f0bd8a; }
.footer{ background: url(../images/footer.png) center no-repeat; background-size: cover; padding:40px 0 50px 0; }
.footer-lj{ font-size: 16px; color: #fff; background: url(../images/icon-lj.png) left center no-repeat; padding-left: 30px; }
.logo-b{ margin-bottom: 30px; }
.footer-link{ font-size: 16px; color: #fff; margin-top: 15px; }
.footer-link a{ color: #fff; }
.footer-dz{ font-size: 16px; margin-bottom: 15px; position: relative; color: #fff; padding-left: 100px; } 
.footer-dz span{ position: absolute; left: 0; top: 0; text-align: right; width: 150px; }
.footer-right{ max-width:800px; }
.footer-p{ font-size: 16px; padding-top: 20px; margin-top: 20px; color: rgba(255,255,255,0.6); border-top: solid 1px rgba(255,255,255,0.6); }
.footer-p p{ margin-bottom: 5px; }
.slick-dots li button:before{ display: none; }
.header-top.text-center{ display: none; }
.nav-down{ position: absolute; left:50%; min-width: 100%; transform: translate(-50%,0); display: none; top: 100%; white-space:nowrap; }
.nav-down li{ float: none; width: 100%; margin:0!important; padding:0!important;background: #f5f5f5; border:none!important; }
.nav-down li a{ background: none!important; display: block; text-align: center; color: #333; padding:0 10px; line-height: 50px!important; font-weight: normal!important; }
.nav-down li a:before{ display: none!important; }
.nav-list li:hover .nav-down{ display: block; }
.nav-down li a:hover{ background: #166ff5!important; color: #fff !important; }
.header-top a:hover{ color: #fff; }
/************党群工作***********/
.banner-list{ height: 530px; position: relative; }
.banner-tt{ position: absolute; left: 0; right: 0; top: 50%; transform: translate(0,-50%); }
.banner-tt img{ margin-left:88px; }
.banner-right{ position: absolute; right: 0; bottom: 35px; left: 0; }
.nav-b{ background: rgba(0,0,0,0.16); padding:15px 30px; color: #fff; font-size: 14px; }
.nav-b a{ color: #fff; }

.list-top{ height: 92px; text-transform: uppercase;  background: url(../images/list-top.png) center no-repeat; background-size: cover; color: #fff; font-size: 16px; padding-top: 15px; }
.list-left{ width: 266px; background: #f4f9ff url(../images/list-b.png) center bottom no-repeat; padding-bottom: 80px; margin-top: -110px; position: relative; z-index: 100; }
.list-top span{ font-size: 26px; }
.nav-left li{ position: relative; }
.nav-left li a{ display: block; line-height: 58px; position: relative; font-size: 18px; color: #070707; text-align: center; }
.nav-left li:before{ display: block; content: ""; position: absolute; bottom: 0; left: 20px; right: 20px; border-bottom: solid 1px #eaebed; }
.nav-left li a:after{ transition: 0.3s all; display: block; content: ""; position: absolute; top: 0; bottom: 0; right: 25px; width: 7px; background: url(../images/raw02.png) center no-repeat; }
.nav-left li.active a:after,.nav-left li a:hover:after{ display: block; content: ""; position: absolute; top: 0; bottom: 0; right: 25px; width: 7px; background: url(../images/raw.png) center no-repeat; }
.nav-left li.active a:after{ transform: rotate(90deg); }
.nav-left li.active a,.nav-left li a:hover{ color: #0f69f0; }

.list-box{ position: relative; z-index: 10; }
.list-right{ width: 1130px; padding-top: 40px; }
.dw-top{ background: #f4f9ff; padding:30px 60px; position: relative; }
.dw-top-tt span{ display: inline-block; line-height: 1; padding-bottom: 14px; margin-bottom: 60px; background: url(../images/lind-b.png) left bottom no-repeat; background-size: 100% 3px; font-size: 26px; color: #121212; }
.dw-top-p p{ position: relative; font-size: 20px; color: #1f1f1f; margin-bottom: 30px; }
.dw-top-p p font{ color: #1c6bf2; }
.dw-left{ max-width: 650px; }
.dw-top-p p span{ margin-right: 25px; display: inline-block; }
.dw-bottom{ padding:55px 40px; height: 750px; background: #eff3ff; margin-top: 30px; }
.dw-list li a{ display: block; padding:16px 0 0 110px; border-bottom: solid 1px #dfe4f4; height: 96px; position: relative; }
.dw-list-tt{ font-size: 16px; color: #121212; line-height: 30px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.dw-list-date{ position: absolute; left: 0; top: 20px; background: #1b6cf2; font-size: 14px; color: #fff; padding:2px 6px; }
.dw-list li:last-child a{ border:none; }
.dw-bottom .dw-top-tt span{ margin-bottom: 25px; }
.zd-list li a{ display: block; padding-right: 100px; background: url(../images/lind-l.png) left center no-repeat; padding-left: 15px; position: relative; font-size: 16px; color: #080808; line-height: 70px; }
.zd-list li a:before{ display: block; content: ""; position: absolute; left: 15px; right: 0; bottom: 0; border-bottom: solid 1px #dfe4f4; }
.zd-list li a span{ color: #838dab; font-size: 14px; position: absolute; right: 0; top: 0; }
.list-box{ padding-bottom: 80px; }
a:hover .dw-list-tt,.zd-list li a:hover{ color: #1b6cf2; }
/*****************二级页*****************/
.jj-title{ position: relative; margin:40px 0; }
.jj-title:before{ display: block; content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: solid 1px #ddd; }
.jj-title span{ display: inline-block; position: relative; z-index: 10; background: #fff; padding:0 10px; }
.jj-title span font{ background: url(../images/icon-jj.png) left center no-repeat; font-size: 30px; color: #000; padding-left: 48px; display: inline-block; line-height: 31px; }
.jj-p p{ text-align: justify; text-indent: 2em; line-height: 45px; margin-bottom: 20px; font-size: 18px; color: #000; }
/*****************现任领导****************/
.ld-top{ background: url(../images/ld-top.png) center top no-repeat; background-size: 100% 46px; padding-top: 46px; box-shadow: 11px 0 30px rgba(0,0,0,0.16); }
.ld-top p{ font-size: 18px; color: #000; margin-left:135px; padding-left: 215px; position: relative; }
.ld-top p span{ display: inline-block; width: 215px; color: #1c6bf1; position: absolute; left: 0; top: 0px; }
.ld-top .row{ padding:35px 0 15px 0; position: relative; }
.ld-top p font{ display: block; margin-bottom: 20px; }
.ld-top .row:before{ display: block; content: ""; position: absolute; left: 50%; top: 20px; bottom: 20px; border-right: solid 1px #ddd; }
.ld-title{ background: url(../images/ld-lind.png) left center no-repeat; font-size: 26px; color: #000; padding-left: 25px; margin:50px 0; }
.ld-bottom-tt{ font-size: 24px; color: #000; font-weight: bold; }
.ld-bottom-tt span{ display: inline-block; width: 100px;  }
.ld-bottom{ padding-left: 25px;  }
.ld-bottom-p{ margin-top: 20px; color: #646464; margin-bottom: 50px; }
/*************新闻列表**********/
.nav-left-down li:before{ left: 20px; right: 20px; }
.nav-left-down li a:after{ display: none!important; }
.nav-left-down li a.down-ab:after{ transition: 0.3s all; display: block!important; content: ""; position: absolute; top: 0; bottom: 0; right: 25px; width: 7px; background: url(../images/raw.png) center no-repeat; }
.nav-left-down-a{ display: none; }
.nav-left-down li a{ font-size: 16px; color: #000!important; }
.nav-left-down li:last-child:before{ display: none; }
.nav-left-down{ position: relative; }
.nav-left-down:before{ display: block; content: ""; position: absolute; top: 0; left: 20px; right: 20px; border-bottom: solid 1px #eaebed; }
.nav-left-down li a:hover{ color: #1c6bf1!important; }
.nav-left-down-b li a{ line-height: 35px; font-size: 14px; }
.nav-left-down-b li a:after{ display: none!important; }
.nav-left-down-b li:before{ left: 50px; right: 50px; }
.nav-left-down-b li a span{ padding-left: 20px; position: relative; }
.nav-left-down-b li a span:before{ display: block; content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: #cfdbe9; margin-top: -3px; }
.xw-title{ background: url(../images/ld-lind.png) left center no-repeat; font-size: 26px; color: #000; padding-left: 25px; }
.xw-top{ background: #f4f9ff; padding:20px; margin-top: 20px; }
.xw-img{ width: 45%; }
.xw-img div{ height: 320px; }
.xw-right{ padding:40px 20px 40px 40px; width: 55%; height: 320px; background: #fff; }
.xw-right-tt{ font-size: 20px; color: #000; text-align: justify; line-height: 30px; height: 60px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.xw-right-p{ color: #676767; line-height: 25px; height: 75px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; text-align: justify; margin-top: 30px; }
.xw-slick-date{ display: inline-block; border:solid 1px #1c6bf1; font-size: 14px; color: #1c6bf1; margin:50px 20px 0 0; background: url(../images/more-r.png) right center no-repeat; width: 168px; text-align: center; padding-right: 51px; line-height: 33px; }
.xw-slick a{ display: block; }
.xw-slick{ margin:0; }
.xw-slick .slick-dots{ bottom: -60px; width: 140px; left: 50%; margin-left: -70px; background: #e7f2ff; padding:0 0 10px 0; border-radius: 40px; }
.xw-slick .slick-dots li button,.xw-slick .slick-dots li{ width: 6px; height: 6px; border-radius: 6px; background: #b7c8dc; padding:0; }
.xw-slick .slick-dots li.slick-active,.xw-slick .slick-dots li.slick-active button{ width: 36px; }
.xw-slick .slick-dots li.slick-active button{ background: #1c6bf1; }
.xw-ul li a{ display: block; padding-top: 35px; padding-left: 115px; position: relative; border-bottom: dashed 1px #eaeaea; height: 160px; }
.xw-ul{ border-top: solid 1px #eaeaea; margin-top: 85px; }
.xw-ul-date{ position: absolute; left: 20px; top: 50%; transform: translate(0,-50%); }
.xw-ul-date span{ display: inline-block; line-height: 1; font-size: 36px; color: #2066ee; }
.xw-ul-date font{ display: inline-block; background: url(../images/date-c.png) center no-repeat; font-size: 12px; color: #fff; text-align: center; padding:0 5px; margin-top: 5px; }
.xw-ul-tt{ font-size: 18px; color: #101010; }
.xw-ul-p{ overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; color: #9a9a9a; margin-top: 15px; line-height: 25px;  }
.page-box{ margin-top: 45px; }
/***************新闻详情**************/
.banner-left{ position:absolute; left: 0; right: 0; bottom: 30px; }
.banner-left-tt{ line-height: 100px; background: #166ff5; font-size: 28px; color: #fff; padding:0 30px; border-bottom: solid 5px #0854df; }
.banner-left-tt span{ padding-right: 5px; }
.article-left{ width: 1060px; padding-top: 30px; }
.article-tt{ font-size: 28px; color: #161616; font-weight: bold; }
.article-sm{ line-height: 35px; margin-top: 30px; background: #f3f5f8; }
.article-sm span{ display: inline-block; margin:0 35px; font-size: 13px; color: #979797; padding-left: 20px; }
.article-sm span.a-one{ background: url(../images/icon-a01.png) left center no-repeat; }
.article-sm span.a-tow{ background: url(../images/icon-a02.png) left center no-repeat; }
.article-sm span.a-three{ background: url(../images/icon-a03.png) left center no-repeat; }
.article-sm span.a-four{ background: url(../images/icon-a04.png) left center no-repeat; }
.article-p p{ font-size: 18px; color: #161616; line-height: 35px; margin-bottom: 15px; }
.article-p{ margin: 20px 0; }
.article-right{ width: 315px; padding-top: 50px; }
.tj-title{ font-size: 24px; color: #166ff5; background: #e8ebef; }
.tj-title span{ display: inline-block; line-height: 80px; padding-left: 48px; background: url(../images/icon-tj.png) left center no-repeat; }
.tj-ul{ background: #f3f5f8; padding:5px 20px; margin-bottom: 30px; }
.tj-ul-tt{ color: #232323; line-height: 25px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.tj-ul li a{ display: block; padding:15px 0; border-bottom: solid 1px #e8ebef; }
.tj-ul-date{ color: #76808d; font-size: 12px; line-height: 17px; margin-top: 10px; background: url(../images/icon-date-a.png) left center no-repeat; padding-left: 22px; }
.tj-ul li:last-child a{ border:none; }
.tj-ul li a:hover .tj-ul-tt{ color: #166ff5; }
/****************学生工作***************/
.xs-left{ width: 44%; margin-top: 30px; }
.xs-left-img div{ height: 275px; }
.xs-left-img{ position: relative; }
.xs-left-img .xs-date{ position: absolute; padding-top: 5px; z-index: 10; right: 0; top: 0; font-size: 12px; background: url(../images/xs-date.png) center no-repeat; background-size: cover; width: 80px; height: 48px; color: #fff; }
.xs-left-img .xs-date font{ font-size: 14px; }
.xs-left-bottom{ height: 160px; background: #f4f9ff; padding:15px 20px; }
.xs-left-tt{ font-size: 18px; color: #000; line-height: 25px; height: 50px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.xs-left-p{ color: #929090; line-height: 25px; margin-top: 15px; height: 50px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.xs-right{ width: 56%; padding-left: 30px; margin-top: 30px; margin-bottom: 40px; }
.xs-right li a{ display: block; padding-right: 100px; position: relative; line-height: 51px; background: url(../images/q.png) left center no-repeat; padding-left: 20px; font-size: 16px; color: #0a0a0a; }
.xs-right ul{ background: #f4f9ff; padding:10px 20px; height: 435px; }
.xs-right li a span{ position: absolute; right: 0; top: 0; font-size: 14px; color:#90a4bc; }
.tx-list li{ float: left; width: 33.333333%; margin-top: 40px; }
.tx-list-box{ height: 235px; border-left: solid 1px #2167ef; padding:10px 30px; }
.tx-list-tt span{ display: inline-block; padding:0 10px; font-size: 24px; color: #1c6bf1; }
.tx-list-box:hover .tx-list-tt span{ background: #2167ef; color: #fff; }
.tx-list-p{ color: #2e2f30; text-align: justify; line-height: 25px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical; margin-top: 20px; max-width: 290px; }
.xs-right li a:hover,a:hover .xs-left-tt{color: #1c6bf1;  }
.header.active{ background: rgba(0,0,0,0.5); padding-bottom: 0; }
.header{ transition: 0.3s all; }

.title-phone{ display: none; }

.sub-nav {
    position: absolute;
    top: 50px;
    padding-top: 17px;
    opacity: 0;
    visibility: hidden;
}
.sub-nav2 {
    width: 800px;
    left: 50%;
    transform: translateX(-50%);
}
ul>li:hover .sub-nav {
    top: 100%;
    visibility: inherit;
    opacity: 1;
}
.trans {
    transition: all .3s;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sub-nav .sub-nav-wp {
    padding: 20px 20px;
    background: #fff no-repeat right bottom;
    margin-top: 10px;
    position: relative;
    padding-right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.sub-nav .sub-nav-wp a{ padding:0; }
.sub-nav .sub-nav-wp .nav-pic {
    position: relative;
    width: 230px;
}
.v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub-nav .sub-nav-wp .sub-nav-a {
    width: calc(100% - 270px);
}
.sub-nav .sub-nav-wp a {
    color: #000;
    font-size: 16px;
}
.sub-nav .sub-nav-wp .nav-pic p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 65px 5px 5px;
    z-index: 10;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: linear-gradient(0deg, rgba(60, 117, 166, 1) 0%, rgba(60, 117, 166, 0) 100%);
}
.sub-nav .sub-nav-wp .sub-nav-a a {
    margin-left: 0;
    width: 33%;
    padding: 5px 5px;
    line-height: 30px;
    background: url(../images/cirb.png) no-repeat left center;
    padding-left: 12px;
    border:none!important;
    display: block;

    float: left;
}
.nav-pic img{ width: 230px; height: 140px; }
.nav-list li a.down::before {
    position: absolute;
    content: '';
    border: 10px solid #fff;
    border-color: transparent transparent #fff transparent;
    top: 103px;
    z-index: 5;
    display: none;
}
.nav-list li:hover a.down::before {
    left: 50%;
    display: block;
    margin-left: -10px;
}
.sub-nav .sub-nav-wp .sub-nav-a a:before{ display: none!important; }
.nav-list li:hover a::before{ display: block; }
.nav-list li:nth-of-type(7) .sub-nav{ left: auto; right: -3rem; transform: translate(0,0); }
.nav-list li:nth-of-type(8) .sub-nav{ left: auto; right: -2rem; transform: translate(0,0); }
.nav-list li:nth-of-type(9) .sub-nav{ left: auto; right: -0.5rem; transform: translate(0,0); }
.nav-list li:nth-of-type(10) .sub-nav{ left: auto; right: -0px; transform: translate(0,0); }
.nav-list li:nth-of-type(11) .sub-nav{ left: auto; right: -0px; transform: translate(0,0); }
@media( min-width:1280px){
    .btn-ss{ position: absolute; top: 0; bottom: 0; right: 15px; width: 16px; background: url(../images/icon04.png) center no-repeat!important; }
.video-close{ width: 30px; height: 30px; background-size: 100% auto; right: -10px; top: -30px; }
.layer{background:rgba(0,0,0,0.95); display: none; position: fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0; z-index: -1; transition:all 0.3s ease-out 0s; -ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible; z-index: 100000; display:-ms-flexbox;display:flex;}
.layer .close{font-size:60px; font-family:"?£¤?????¡§???¡¥??a€oa€|????a€?","Arial",Helvetica,"????a€??¡è??a€?",Arial,Tahoma; position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;max-width: 90%;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff; border:none; -ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#089c78 url(../images/icon04.png) center no-repeat!important; right: 0; color:#fff; box-shadow: none; border:none; width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer.active{ opacity: 1; z-index: 1000000; }
#divu1,#appu1{ flex: 1; }
.search-back .form-control::-webkit-input-placeholder{
            color:#999;
        }
.search-back .form-control::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#999;
        }
.search-back .form-control:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#999;
        }
.search-back .form-control:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#999;}
.search-back .form-control{ color: #333; height: 45px; }
.layer .close{ display: block; width:30px; height: 30px; right: 0; top: -100px; }


}

@media( max-width: 1699px){
    .nav-list li{ margin-top: 45px; }
    .nav-list li a{ font-size: 16px;  }
    .nav-list li a.down::before{ top: 90px; }
}
@media( max-width: 1599px){

    .nav-list li a.down::before{ top: 90px; }
}
@media( max-width: 1499px){
    .logo{ width: 6.8rem; padding-top: 20px; }
    .container{ width: 1230px; }
    .five-slick{ width: 3600px; }
    .five-slick .slick-prev{ margin-left: -215px; }
    .five-slick .slick-next{ margin-right: -570px; }
    .five-slick .slick-dots{ margin-right: -540px; }
    .list-right{ width: 900px; }
    .dh-img{ display: none; }
    .dw-left{ max-width: 100%; }
    .ld-top p{ margin-left:60px; }
    .article-left{ width: 860px; }
    .nav-list li a.down::before{ top: 87px; }
    }
@media( max-width: 1399px){
    .logo{ width: 6rem; }

}
@media( max-width: 1279px){
    body{ padding-top: 50px; }
    .header{ padding:0; height: 50px; background: #166ff5!important; border:none; }
    .logo{ padding:5px 15px; width: auto; }
    .logo img{ height: 40px; }
    .nav-list-box{ position: fixed; display: none; border-top: solid 1px rgba(255,255,255,0.3); left: 0; top: 50px; right: 0; background: #166ff5; bottom: 0; overflow-y: auto; }
    .nav-list li{ float: none; margin-top: 0; }
    .nav-list li a{ padding:10px 15px; font-size: 16px; border:none!important; }
    .header-top{ position: static; line-height: 50px; margin-right: 50px; }
    .container{ width: 970px; }
  .menu-button,.nav-click{ display: block; }
  .nav-click {display: block;transition: 0.3s all;z-index: 10000;position: absolute;color: #fff;right: 0;top: 0px;width: 40px;height: 40px;text-align: center;line-height: 40px;}
  .nav-click.active{ transform: rotate(180deg); }
  .nav-down { position: static; background: none; transform: translate(0,0); margin: 0px; padding: 0px; width: 100%; background: none; }
  .nav-down li { text-align: left; padding: 0px; background: none; }
  .nav-down li a { padding: 0px 15px 0px 25px; background: none!important; font-size: 14px; color: #fff!important; line-height: 30px!important; text-align: left; }
  .nav-list li:hover .nav-down { display: none; }
  .nav-down{ margin-left: 0!important; }
    .three-ul-bottom{ padding:20px; height: 220px; }
    .three-ul-p p{ font-size: 14px; }
    .page-four{ padding:70px 0; }
    .five-slick{ width: 2820px; }
    .five-slick .slick-prev{ margin-left: -160px; }
    .five-slick .slick-next{ margin-right: -435px; }
    .five-slick .slick-dots{ margin-right: -420px; }
    .logo-b{ width: 100%; text-align: center; }
    .footer-left{ width: 100%; float: none!important; }
    .footer-right{ float: none!important; margin: 20px auto 0 auto; }
    .close{ display: none; }
    .search_box{ margin:0 15px; }
    .layer{overflow:hidden;margin-top: 30px;border-top: solid 1px rgba(255,255,255,0.3);padding-top: 20px;display: none;}
    .nav-list{ margin:0; }
    .layer .search_box .kw{background:#fff; border:none; -ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
    .layer .search_box .ok{background:#089c78 url(../images/icon04.png) center no-repeat!important; right: 0; color:#fff; box-shadow: none; border:none; width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
    .btn-ss{ position: absolute; top: 0; bottom: 0; right: 15px; width: 16px; background: url(../images/icon04.png) center no-repeat!important; }
    .header-top.text-center{ display: block; margin-right: 0; } 
    .header-top.text-right{ display: none; }
    .header-top a{ margin:0 10px; }

    .list-right{ width: 650px; }
    .dw-row .col-xs-6{ width: 100%; }
    .dw-bottom{ height: auto; }

    .ld-top p span{ position:static; display: block; margin-bottom: 15px; }
    .ld-top p font{ display: inline-block; margin-bottom: 15px; margin-right: 15px; }
    .ld-top p{ padding-left: 0; margin-left:20px; }

    .article-left{ width: 100%; }
    .article-right{ display: none; }

    .tx-list li{ width: 50%; }
.nav-pic{ display: none; }
.sub-nav{ position: static!important; display: none; padding:0!important; width: 100%!important; left: 0!important; visibility: visible!important; transform: translate(0,0)!important; opacity: 1!important;  }
.sub-nav .sub-nav-wp .sub-nav-a a{ display: block; float: none; width: 100%!important; margin:0; }
.sub-nav .sub-nav-wp{ padding-right: 0; padding-bottom: 1px; padding-top: 1px; }
.nav-list li:hover a::before{ display: none; }
.trans{ transition: 0s all; }
.nav-list li:hover a.down::before{ display: none!important; }
.sub-nav .sub-nav-wp .sub-nav-a{ width: 100%; }

}
@media( max-width: 991px){
    .container{ width: 750px; }
    .logo img{ height: 30px; }
    .logo{ padding-top: 10px; }
    .tow-left{ display: none; }
    .tow-right{width: 100%;}
    .three-tt{ display: none; }
    .three-box{ padding-left: 0; min-height: 1px; }
    .four-box{ padding-left: 0; min-height: 1px; }
    .page-tow{ padding-bottom: 20px; }
    .five-slick{ width: 100%; position: static; transform: translate(0,0); }
    .five-slick .slick-list{ padding:0!important; }
    .page-five{ height: auto; }
    .five-left{ position: static; opacity: 1; height: auto!important; padding:20px!important; width: 100%!important; }
    .five-slick-box{ height: auto; }
    .five-right{ width: 100%!important; height: auto; padding-top: 75%; }
    .five-p{ margin-bottom: 20px; }
    .five-left .one-more{ position: static; }
    .five-tt{ font-size: 22px; margin-top: 20px; }
    .five-p{ margin-top: 15px; }
    .five-slick .slick-prev,.five-slick .slick-next{ display: none!important; }
    .five-slick .slick-dots{ width: 100%; left: 0; right: 0; margin:0; }

    .list-right{ width: 430px; }
    .dw-top{ padding:25px; }
    .dw-bottom{ padding:25px; }
    .dw-top-p p{ margin-bottom: 0; }
    .dw-top-p p span{ display: inline-block; margin-bottom: 15px; }
    .dw-top-p p font{ display: block; margin-bottom: 10px; }
    .dw-top-tt span{ margin-bottom: 25px; }

    .xw-img{ width: 100%; }
    .xw-img div{ height: auto; padding-top: 65.3%; }
    .xw-right{ width: 100%; height: auto; padding:25px; }
    .xw-slick-date{ margin:20px 0 0 0; }
    .xw-right-p{ margin-top: 20px; }

    .xs-left{ width: 100%; }
    .xs-right{ width: 100%; padding-left: 0; }
    .tx-list li{ width: 100%; }
    .title-phone{ display: block; font-size: 24px; margin-bottom: 50px; color: #1c50f8; }
    .page-four .title-phone{ margin-bottom: 30px; }
    .title-phone a{float: right; color: #1c50f8; font-size: 16px; margin-top: 5px;}
 
}
@media( max-width: 768px){
    .container{ width: 100%; }
    .logo img{ height: 25px; }
    .logo{ padding:0 15px; line-height: 50px; }
    .banner-bottom{ position: static; margin-top: 20px; }
    .banner-nav li{ width: 25%; background: none; border-right: solid 1px #ddd; border-bottom: solid 1px #ddd; }
    .banner-nav li a{ line-height: 50px; font-size: 16px; }
    .banner-nav{ box-shadow: none; border-top: solid 1px #ddd; border-left: solid 1px #ddd; }
    .one-list li{ width: 50%; padding:0 5px; margin-bottom: 15px; }
    .one-list{ margin:0 -5px; }
    .page-one{ padding:20px 0; }
    .one-date{ margin-top: 10px; }
    .page-tow .banner-nav li{ width: 25%; }
    .tow-left{ display: none; }
    .page-tow .banner-nav li a{ font-size: 16px; line-height: 50px; }
    .tow-right{ width: 100%; padding-top: 20px; }
    .tow-right-ul li a{ padding-right: 110px; }
    .tow-right-title span{ font-size: 24px; }
    .tow-right-title{ margin-bottom: 25px; }
    .tow-right-ul li a span{ font-size: 14px; }
    .page-tow{ padding-bottom: 20px; }
    .tow-right .one-more{ margin-top: 0; }
    .three-tt{ display: none; }
    .one-list-bottom{ height: 110px; }
    .three-box{ padding:0; }
    .three-ul li{ width: 100%; margin-bottom: 30px; }
    .three-ul-bottom{ padding:15px 25px; height: auto; }
    .three-ul-p p{ font-size: 14px; }
    .three-ul-p{ margin-top: 15px; }
    .page-three{ padding:20px 0; }
    .four-box{ padding:0; }
    .four-list li{ width: 50%; margin-bottom: 15px; }
    .page-four{ padding:20px 0 5px 0; }
    .logo-b{ margin-bottom: 15px; }
    .footer{ padding:20px 0; }
    .footer-link{ font-size: 14px; }
    .footer-link span{ display: none; }
    .footer-link a{ display: inline-block; margin-right: 10px; margin-bottom: 10px; }
    .footer-right{ width: 100%; max-width: 100%; }
    .footer-dz{ font-size: 14px; padding:0; }
    .footer-dz span{ display: inline-block; position: static; width: auto; }
    .footer-p{ font-size: 13px; margin-top: 15px; }
    .header-top{ display: none; }

    .list-left{ display: none; }
    .list-right{ width: 100%; padding-top: 20px; }
    .dw-top-p p{ font-size: 16px; }
    .dw-top-tt span{ font-size: 22px; }
    .list-box{ padding-bottom: 30px; }
    .banner-list{ height: 200px; }
    .nav-b{ display: none; }
    .banner-tt img{ margin-left:0; height: 40px; }
    .jj-p p{ font-size: 14px; line-height: 25px; margin-bottom: 10px; }
    .jj-title{ margin:0 0 20px 0; }
    .jj-title span font{ font-size: 24px; }


    .ld-top .row:before{ display: none; }
    .ld-top p{ font-size: 14px; }
    .ld-top .row{ padding:15px 0 5px 0; }
    .ld-top p span{ margin-bottom: 5px; }
    .ld-title{ font-size: 20px; margin:20px 0; line-height: 1; padding-left: 20px; }
    .ld-bottom-tt{ font-size: 18px; }
    .ld-bottom-tt span{ width: 60px; }
    .ld-bottom{ padding-left: 20px; }
    .ld-bottom-p{ margin:10px 0 20px 0; }

    .xw-right-tt{ font-size: 18px; }
    .xw-right-p{ margin-top: 10px; }
    .xw-ul li a{ height: 140px; padding-top: 25px; }
    .page-box{ margin-top: 20px; }

    .banner-left{ display: none; }
    .article-tt{ font-size: 18px; line-height: 1.6; }
    .article-left{ padding-top: 0; }
    .article-sm span{ margin:0 15px; line-height: 20px; }
    .article-sm{ line-height: 25px; margin-top: 15px; padding:10px; }
    .article-p p{ font-size: 14px; line-height: 25px; margin-bottom: 10px; }

    .xs-left-img div{ height: auto; padding-top: 55%; }
    .tx-list li{ margin-top: 20px; }
    .tx-list-box{ height: auto; }
    .xs-left,.xs-right{ margin-top: 20px; }

    .title-phone{ margin-bottom: 30px; }
    }