/*
 *  Saturn HTML Template by @arvin
 *  License (MIT License)
 */

/* =Reset
-----------------------------------------------------------------------------*/
body {margin: 0 auto;font-weight: 300;font-size:14px;font-family: "Microsoft YaHei", "微软雅黑";min-width: 1250px;}
html { overflow-x: hidden; }
img { border: 0;vertical-align: bottom; }
div, ul, li, ol, p, dl, dt, dd, form, input, textarea, label { list-style: none; margin: 0; padding: 0; }
ul,li{list-style: none;  }
a{text-decoration: none;color: #000000;display: inline-block; }
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.animate{-webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.w1200{width: 1200px;margin: 0 auto;}

/*头部*/
.header{
    width: 100%;
    height: 178px;
    background: url(../images/top-bg.jpg) no-repeat center center;
}
.top{
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #659dcb;
}
.top .top-l{
    margin-top: 18px;
}
.top .top-r{
    margin-top: 40px;
}
.search-box{
    width: 214px;
    height: 35px;

}
.search-box input{
    float: left;
}
.search-box input[type="submit"]{
    width: 37px;
    height: 35px;
    background: url(../images/search-icon.png) no-repeat;
    border: none 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.search-box input[type="text"]{
    width: 177px;
    height: 35px;
    line-height: 35px;
    border: none 0;
    background: url(../images/search-bg.png) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nav{
    width: 100%;
}
.nav ul{
    background: url(../images/nav-line.png) no-repeat left center;
}
.nav li{
    float: left;
    width: 92px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    background: url(../images/nav-line.png) no-repeat right center;
    position: relative;
}
.nav li a{
    width: 100%;
    color: #fff;
    -webkit-transition:all 300ms;
    transition:all 300ms;
}
.nav li.on a{
    background: #fff;
    color: #a11414;
}
.nav-hide{
    width: 175px;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 999;
    background: url(../images/nav-jt.png) no-repeat 30px top;
    padding-top: 6px;
    display: none;
}
.nav  li .nav-hide dl{
    border-top: 2px solid #a11414;
}
.nav  li .nav-hide dt{
    background: rgba(255,255,255,0.95);
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #cac3c2;
}
.nav  li .nav-hide dt:last-of-type{
    border-bottom: none;
}
.nav  li .nav-hide dt a{
    width: 155px;
    color: #515151;
    text-align: left;
    padding-left: 20px;
    -webkit-transition:all 300ms;
    transition:all 300ms;
    background: url(../images/nav-bg1.png) no-repeat  left center;
}
.nav  li .nav-hide dt:hover a{
    color: #a11414;
    background: url(../images/nav-bg.png) no-repeat  left center;
}

.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}

/*首页*/
.main{
    width: 100%;
    padding: 35px 0;
}
.main-title{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    height: 49px;
    margin-bottom: 35px;
}
.main-title a{
    width: 100%;
}
.main-title i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.main-title .mt-l{
    float: left;
    font-size: 24px;
    color: #434343;
    padding-bottom: 15px;
    border-bottom: 2px solid #1874c1;
    font-weight: bold;
}
.main-title .mt-r{
    float: right;
    padding-top: 10px;
    color: #434343;
    opacity: 0.95;
    -webkit-transition:all 300ms;
    transition:all 300ms;
}
.main-title .mt-icon1{
    width: 31px;
    height: 27px;
    background: url(../images/index-icon1.png) no-repeat;
}
.main-title .mt-r:hover{
    color: #1874c1;
}

.index-box1{
    width: 100%;
}
.index-box1 .ib1-l{
    width: 492px;
    position: relative;
}
.index-box1 .ib1-l img{
    width: 492px;
    height: 328px;
}
.index-box1 .ib1-l p{
    padding: 20px 30px;
    width: 432px;
    color: #fff;
   font-size: 14px;
    background: rgba(24,116,193,0.9);
    position: absolute;
    left: 0;
    bottom: 20px;
}
.index-box1 .ib1-r{
    width: 660px;
}
.index-news{
    padding-bottom: 12px;
    border-bottom: 1px solid #bfbfbf;
}
.index-news a{
    width: 100%;
}
.index-news .in-l{
    width: 530px;
}
.index-news .in-r{
    width: 60px;
    text-align: center;
}
.index-news .in-r div{
    color: #a11414;
}
.index-news .in-r .in-date{
    font-size: 36px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.index-news .in-r .in-year{
    font-size: 12px;
    margin-bottom: 7px;
}
.index-news .in-l .in-title{
    font-size: 18px;
    color: #a11414;
    font-weight: bold;
    margin-bottom: 5px;
}
.index-news .in-l .in-title i{
    display: inline-block;
    width: 31px;
    height: 32px;
    background: url(../images/index-icon6.png) no-repeat;
    vertical-align: middle;
    margin-right: 3px;
}
.index-news .in-l .in-info{
    font-size: 12px;
    color: #808080;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.index-news-list{
    width: 100%;
    margin-top: 15px;
}
.index-news-list .inl-r{
    width: 293px;
}
.index-news-list .inl-r li{
    display: none;
}
.index-news-list .inl-r li:nth-of-type(1){
    display: block;
}
.index-news-list .inl-r img{
    width: 293px;
    height: 195px;
}
.index-news-list .inl-l{
    width: 335px;
}
.inl-l li{
    width: 100%;
}
.inl-l li a{
    width: 100%;
    padding: 6px 0;
}
.inl-l .inl-icon1{
    width: 7px;
    height: 7px;
    background: url(../images/index-dian.png) no-repeat;
    margin-top: 5px;
    -webkit-transition:all 300ms;
    transition:all 300ms;
}
.inl-l .inl-icon2{
    width: 8px;
    height: 8px;
    background: url(../images/nav-icon0.png) no-repeat;
    margin-top: 4px;
    -webkit-transition:all 300ms;
    transition:all 300ms;
}
.inl-l .inl-info{
    margin-left: 12px;
    margin-right: 15px;
    font-size: 12px;
    color: #696969;
    -webkit-transition:all 300ms;
    transition:all 300ms;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}
.inl-l .inl-info span{
    display: inline-block;
    margin-right: 10px;
}
.inl-l li:hover .inl-icon1{
    background: url(../images/index-dian1.png) no-repeat;
}
.inl-l li:hover .inl-icon2{
    background: url(../images/nav-icon.png) no-repeat;
}
.inl-l li:hover .inl-info{
    color: #a11414;
}
.inl-l li.on  .inl-icon1{
    background: url(../images/index-dian1.png) no-repeat;
}
.inl-l li.on  .inl-icon2{
    background: url(../images/nav-icon.png) no-repeat;
}
.inl-l li.on  .inl-info{
    color: #a11414;
}

.main-bg{
    height: 531px;
    background: url(../images/index-bg.jpg) no-repeat center center;
    padding: 0;
}
.main-bg .w1200{
    padding: 50px 0;
}
.index-box2{
    width: 377px;
    margin-right: 34px;
}
.index-box2.last{
    margin-right: 0;
}
.main-title .mt-icon2{
    width: 31px;
    height: 27px;
    background: url(../images/index-icon2.png) no-repeat;
    background-size: contain;
}
.main-title .mt-icon3{
    width: 36px;
    height: 30px;
    background: url(../images/index-icon3.png) no-repeat;
}
.main-title .mt-icon4{
    width: 22px;
    height: 30px;
    background: url(../images/index-icon4.png) no-repeat;
    background-size: contain;
}
.main-bg .main-title{
    border-bottom: 1px solid #c9c9c9;
}

.news-ul1 li{
    padding: 13px 0 10px 0;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition:all 500ms;
    transition:all 500ms;
}
.news-ul1 li div{
    -webkit-transition:all 500ms;
    transition:all 500ms;
}
.news-ul1 li:first-of-type{
    padding-top: 0;
}
.news-ul1 li a{
    width: 100%;
}
.news-ul1 .nu-l{
    width: 68px;
}
.news-ul1 .nu-year{
    font-size: 12px;
    color: #737373;
    background: url(../images/index-icon8.png) no-repeat 35px center;
}
.news-ul1 .nu-date{
    font-size: 24px;
    color: #959595;
    height: 26px;
    line-height: 26px;
}
.news-ul1 .nu-r{
    width: 285px;
    font-size: 14px;
    color: #686868;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.news-ul1 li:hover{
    border-bottom: 1px solid #9b0606;
}
.news-ul1 li:hover div{
    color: #9b0606;
}
.news-ul1 li:hover .nu-year{
    background: url(../images/index-icon9.png) no-repeat 35px center;
}
.news-ul2{
    width: 100%;
}
.news-ul2 li{
    padding: 16px 20px;
    background: #fff;
    margin-bottom: 17px;
    -webkit-transition:all 500ms;
    transition:all 500ms;
}
.news-ul2 li a{
    width: 100%;
}
.news-ul2 .nu2-title{
    color: #5c5c5c;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.news-ul2 .nu2-span span{
    display: inline-block;
    color: #9c9c9c;
    font-size: 12px;
    margin-right: 10px;
    -webkit-transition:all 500ms;
    transition:all 500ms;
}
.news-ul2 .nu2-span i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.news-ul2 .nu2-span .nu2-icon1{
    width: 10px;
    height: 14px;
    background: url(../images/index-icon10.png) no-repeat;
}
.news-ul2 .nu2-span .nu2-icon2{
    width: 15px;
    height: 15px;
    background: url(../images/time.png) no-repeat;
}
.news-ul1 li div{
    -webkit-transition:all 500ms;
    transition:all 500ms;
}
.news-ul2 li:hover{
    -webkit-box-shadow:0px 0px 10px #b2b2b2;
    -moz-box-shadow:0px 0px 10px #b2b2b2;
    box-shadow:0px 0px 10px #b2b2b2;
}
.news-ul2 li:hover div{
    color: #9b0606;
}
.news-ul2 li:hover .nu2-span span{
    color: #9b0606;
}
.news-ul2 li:hover .nu2-span .nu2-icon2{
    background: url(../images/time1.png) no-repeat;
}
.news-ul2 li:hover .nu2-span .nu2-icon1{
    background: url(../images/index-icon11.png) no-repeat;
}
.news-ul3{
    width: 100%;
}
.news-ul3 img{
    /*width: 100%;*/
    width: 377;
    height: 251;
}
.news-ul4{
    width: 100%;
}
.news-ul4 li{
    padding: 5px 17px;
    height: 16px;
    background: #1874c1;
    margin-top: 15px;
}
.news-ul4 li a{
    width: 100%;
}
.news-ul4 .inl-info{
    font-size: 12px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-left: 20px;
}
.news-ul4 .inl-icon1 {
    width: 10px;
    height: 10px;
    background: url(../images/index-icon12.png) no-repeat;
    margin-top: 4px;
}
.news-ul4 .inl-icon2 {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}

.main-title .mt-icon5{
    width: 29px;
    height: 29px;
    background: url(../images/index-icon5.png) no-repeat;
    background-size: contain;
}
.link-list{
    width: 100%;
}
.link-list li{
    width: 170px;
    height: 54px;
    position: relative;
    float: left;
    margin-right: 36px;
    overflow: hidden;
}
.link-list li:last-of-type{
    margin-right: 0;
}
.link-list li img{
    width: 170px;
    height: 54px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.link-list li p{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 54px;
    line-height: 54px;
    color: #fff;
}
.link-list li:hover img{
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/*底部*/
.bottom{
    width: 100%;
    background: #292c33;
}
.bom-copy{
    text-align: center;
    color: #626262;
    font-size: 12px;
    padding: 15px 0;
    border-top: 1px solid #727376;
}
.bom-copy a{
    color: #626262;
    font-size: 12px;
    margin-left: 20px;
}
.bom-top{
    padding: 30px 0 23px 0;
}
.bom-top .bom-l{
    width: 600px;
}
.bom-l ul{
    float: left;
    margin-right: 80px;
}
.bom-l ul li{
    margin-bottom: 10px;
}
.bom-l ul li a{
    font-size: 14px;
    color: #dadada;
}
.bom-l ul li:first-of-type a{
    font-size: 16px;
}
.bom-r .bom-r-l{
    margin-right: 25px;
}
.bom-r .bom-r-l p{
    font-size: 14px;
    color: #ececec;
}
.bom-r .bom-r-r img{
   width: 103px;
}
.bom-r-l .bdsharebuttonbox{
    margin-bottom: 10px;
}
.bom-r-l .bdsharebuttonbox a{
    padding-left: 0;
    margin: 0 18px 0 0;
    opacity: 1;
}
.bom-r-l  .bdsharebuttonbox .a1{
    width: 35px;
    height: 35px;
    background: url(../images/share-icon2.png) no-repeat;
}
.bom-r-l  .bdsharebuttonbox .a2{
    width: 35px;
    height: 35px;
    background: url(../images/share-icon1.png) no-repeat;
}

/*单页*/
.main-left{
    width: 376px;
}
.main-right{
    width: 787px;
}
.left-bg{
    width: 100%;
    height: 53px;
    background: url(../images/menu-bg.jpg) no-repeat;
}
.left-title{
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    line-height: 33px;
}
.left-title a{
    color: #fff;
}
.left-title i{
    display: inline-block;
    margin-right: 15px;
    float: left;
}
.left-title .lt-icon1{
    width: 31px;
    height: 29px;
    background: url(../images/about-icon.png) no-repeat;
}
.left_menu{
    width: 100%;
    padding: 20px 0 35px 0;
    background: #f7f7f7;
}
.left_menu li{
    background-color: #fff;
}
.left_menu li a{
    width: 269px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 75px;
    font-size: 18px;
    color: #535353;
    background: url(../images/about-icon3.png) no-repeat 30px center;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition:all 300ms;
    transition:all 300ms;
}
.left_menu li a i{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url(../images/nav-icon0.png) no-repeat right center;
    float: right;
    margin-top: 22px;
}
.left_menu li a.on{
    color: #9b0606;
    background-image: url(../images/about-icon4.png);
    border: 1px dashed #9b0606;
}
.left_menu li a.on i{
    background: url(../images/nav-icon.png) no-repeat right center;
}
.left_menu li div{
    padding: 10px 0;
    background-color: #f0f0f0;
}
.left_menu li div li{
    background-color: #f0f0f0;
    border: none;
}
.left_menu li div li a{
    font-size: 16px;
    width: 246px;
    height: 35px;
    line-height: 35px;
    padding: 0 30px 0 100px;
    background-position: 75px center;
    border: none;
    background-size: 4%;
}
.left_menu li div li a.on{
    border: none;
}


.left-title .lt-icon2{
    width: 29px;
    height: 29px;
    background: url(../images/about-icon1.png) no-repeat;
}
.left-title .lt-icon3{
    width: 34px;
    height: 32px;
    background: url(../images/about-icon2.png) no-repeat;
}
.left-box1{
   margin-top: 35px;
}
.left-info{
    color: #535353;
    font-size: 14px;
    height: 53px;
    line-height: 53px;
    background: #f7f7f7;
    padding-left: 70px;
    text-transform: uppercase;
}
.left-link{
    background: #f7f7f7;
    padding: 20px;
}
.left-link li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.left-link li a{
    padding: 10px;
    border: 1px dashed #f7f7f7;
}
.left-link li a:hover{
    border: 1px dashed #9b0606;
}
.left-link li img{
    height: 44px;
}
.left-link li p{
    margin-top: 5px;
}

.right-bg{
    width: 100%;
    height: 53px;
    background: url(../images/bread-bg.jpg) no-repeat;
    margin-bottom: 30px;
}
.right-bg .left-title{
    padding: 10px 35px;
}
.right-bg .left-title .rt-r{
    font-size: 14px;
}

.info-content{
    width: 100%;
}
.info-content h1,
.info-content h2 {text-align: center;}
.info-content p{
    color: #707070;
    line-height: 22px;
}
.info-content img{
    max-width: 100%;
}

/*列表4*/
.left-title .lt-icon4{
    width: 30px;
    height: 30px;
    background: url(../images/dang-icon.png) no-repeat;
}
.list4{
    width: 100%;
}
.list4 li{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #bfbfbf;
}
.list4 li a{
    width: 100%;
}
.list4 .li4-info{
    color: #808080;
    margin-right: 120px;
    margin-left: 30px;
    -webkit-transition:all 300ms;
    transition:all 300ms;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.list4 .li4-r{
    color: #808080;
    -webkit-transition:all 300ms;
    transition:all 300ms;
}
.list4 .li4-l{
    width: 7px;
    height: 7px;
    background: url(../images/index-dian.png) no-repeat;
    margin-top: 22px;
    -webkit-transition:all 300ms;
    transition:all 300ms;
}
.list4 li:hover .li4-r{
    color: #9b0606;
}
.list4 li:hover .li4-info{
    color: #9b0606;
}
.list4 li:hover .li4-l{
    background: url(../images/index-dian1.png) no-repeat;
}

/*列表1*/
.list1{
    width: 100%;
}
.list1 ul{
    font-size: 0;
    margin: 0 -15px;
}
.list1 li{
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.list1 li a{
    display: block;
    margin: 0 15px;
    border:1px solid #f3f3f3;
    position: relative;
    overflow: hidden;
}

.list1 li:nth-of-type(3n){
    margin-right: 0;
}
.list1 .list1-img{
    padding-bottom: 123.5%;
    height: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.list1 .list1-img img{
   -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
   transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   object-fit: cover;
}
.list1 .list1-info{
    padding: 14px 20px;
    background: url(../images/tea-bg.jpg) no-repeat right top #fff;
    background-size:contain;
    border-top: 1px solid #f3f3f3;
}
.list1 .list1-title{
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
}
.list1 .list1-p1{
    font-size: 12px;
    color: #535353;
    line-height: 25px;
}
.list1 li:hover .list1-img img{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.list1 li:hover .list1-title{
    color: #9b0606;
}

/*列表2*/
.list2 li{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.list2 .list1-img{
    height: 69px;
}
.list2 .list1-img img{
    height: 69px;
}
.list2 .list1-info{
    background: none;
}
.list2 .list1-title{
    font-size: 16px;
    color: #787878;
}
.list2 .list1-p1{
    line-height: 18px;
    height: 54px;
    overflow: hidden;
}
.list2 li:hover{
    -webkit-box-shadow:0px 1px 10px #eaeaea;
    -moz-box-shadow:0px 1px 10px #eaeaea;
    box-shadow:0px 1px 10px #eaeaea;
}

/*列表3*/
.left-title .lt-icon4{
    width: 29px;
    height: 33px;
    background: url(../images/tea-icon.png) no-repeat;
}
.list3-title{
    font-size: 24px;
    color: #535353;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.list3-msg{
    margin-top: 15px;
    font-size: 14px;
    color: #535353;
    line-height: 25px;
}
.list3-msg p{
    font-size: 14px;
    color: #535353;
    line-height: 25px;
}
.list3-title1{
    font-size: 18px;
}
.list3-box{
    margin-top: 35px;
}
.list3-box ul{
    margin-top: 25px;
    overflow: hidden;
}
.list3-box li{
    width: 20%;
    float: left;
    margin-bottom: 18px;
}
.list3-box li a{
    color: #535353;
    padding-left: 25px;
    background: url(../images/index-dian.png) no-repeat left center;
}

/*列表6*/
.left-title .lt-icon5{
    width: 36px;
    height: 30px;
    background: url(../images/stu-icon.png) no-repeat;
}
.list6 li{
    padding: 35px 0;
    border-top: 1px solid #eeeeee;
}
.list6 li a{
    width: 100%;
}
.list6 .list6-l{
    padding: 27px 16px;
    background: #1874c1;
    width: 60px;
}
.list6 .list6-r{
    width: 665px;
}
.list6 .list6-y{
    font-size: 12px;
    color: #dedede;
}
.list6 .list6-d{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.list6 .list6-title{
    font-weight: bold;
    font-size: 18px;
    color: #3a3a3a;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.list6 .list6-info{
    font-size: 12px;
    color: #6c6c6c;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.list6 li:hover .list6-title{
    color: #a11515;
}

/*list5*/
.list5{
    width: 100%;
}
.list5 li{
    padding: 35px 0;
    border-top: 1px solid #bfbfbf;
}
.list5 li a{
    width: 100%;
}
.list5 .list5-l{
    width: 242px;
}
.list5 .list5-l img{
    width: 242px;
}
.list5 .list5-r{
    width: 510px;
}
.list5 .list5-title{
    font-weight: bold;
    font-size: 18px;
    color: #595757;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.list5 .list5-info{
    font-size: 12px;
    color: #828282;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
.list5 .list5-time{
    color: #737373;
    margin-top: 15px;
}
.list5 li:hover .list5-title{
    color: #a11515;
}



    /*分页*/
.page-main{
    width: 100%;
}
.page-main .page{
    padding: 50px 0 0;
    text-align: center;
}
.page-main .page span{
    font-size: 12px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #c6c6c6;
}
.page-main .page span a{
    font-size: 12px;

}
.page-main .page .JZD_PAGE_PREVIOUS{
    display: inline-block;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #c6c6c6;
}
.page-main .page .JZD_PAGE_NEXT{
    display: inline-block;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #c6c6c6;
}
.page-main .page .JZD_PAGE_SHUZIYE{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.page-main .page .JZD_PAGE_GONG ,.JZD_PAGE_ZONGSHU,.JZD_PAGE_TIAOJILU,.JZD_PAGE_YECI,.JZD_PAGE_NUMBER,.JZD_PAGE_XIEGANG,.JZD_PAGE_YE,.JZD_PAGE_FIRST,.JZD_PAGE_LAST,.JZD_PAGE_ZHUANGDAO,.JZD_PAGE_SELECT,.JZD_PAGE_SELECT_YE{
    display: none;
}
.page-main .page  .JZD_PAGE_DISABLED{
    background: #ba2835;
    color: #fff;
}


/*--分页--*/
.pager {text-align:center; margin:10px auto 10px;line-height:normal;}
/*.pager .pagesize{display:none;}
.pager  .totals{display:none;}*/
.pager a,
.pager b,
.pager em{margin:0 3px;display:inline-block;padding:3px 8px;font-style:normal;line-height:18px; text-align:center;}
.pager a:hover{color:#083388;line-height:18px;}
.pager em{padding:3px 8px; line-height:18px;text-align:center;}
.pager .current {background:#ba2835; color:#fff;}
.pager .totals em {padding:3px; margin:0 1px;}
.pager .pagesize a,
.pager .pagesize em {padding:3px 4px;}
