@charset "utf-8";
/* CSS Document */
.bg-wrapper{
    background: url(../images/banner_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
header{
    width: 1200px;
    margin: 0 auto;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.21);
    position: relative;
}
.logo{
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
}
.logo img{
    width: 52px;
    height: 52px;
    margin-right: 10px;
}
.brand-name{
    color: #fff;
    font-size: 31px;
    margin-right: auto;
}
.time-con{
    font-size: 16px;
}
.banner-con{
    width: 1200px;
    height: 315px;
    margin: 0 auto;
}
.title{
    color: #fff;
    font-size: 52px;
    padding-top: 43px;
    font-weight: bold;
}
.banner{
    padding-top: 0px;
    display: flex;
}
.tab1{
    padding-top: 38px;
    display: flex;
}
.tab1 li{
    margin-right: 15px;
    color: #051f42;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    border-radius: 2px;
    height: 34px;
    line-height: 34px;
    width: 88px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.tab1 li.active{
    background: #faad14;
    color: #fff;
}
.tab1 li.active::before{
    content: "";
    position: absolute;
    top: 29px;
    left: 50%;
    margin-left: -5px;
    height: 10px;
    width: 10px;
    background: #faad14;
    transform: rotate(45deg);
}
.search-input{
    display: flex;
    padding-top: 20px;
    width: 500px;
}
.input{
    flex: 1;
    position: relative;
}
.input input{
    background: #fff;
    line-height: 54px;
    height: 56px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    border-right: none;
}
.input input:focus{
    border-color: #777;
}

.search-btn{
    width: 108px;
    height: 56px;
    color: #fff;
    background: #eb3737;
    border-radius: 0 2px 2px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    transition: .3s;
}
.search-btn:hover{
    opacity: .8;
}
.x-nav-con{
    height: 58px;
    background: #5d84e3;
    line-height: 58px;
}
.x-nav{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.x-nav li{
    flex: 1;
    
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.x-nav li a{
    display: block;
    color: #c6d3f5;
}
.x-nav li.active a{
    background: #0068e3;
    color: #fff;
}
.news{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}
.news-list-con{
    margin-left: 20px;
    width: 630px;
}
.swiper-contione {
    width: 560px;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.swiper {
    width: 9999px;
    height: 420px;
    transition: all 1s ease;
}
.swiper-item {
    width: 560px;
    height: 420px;
    float: left;
    position: relative;
}
.swiper-item img {
    width: 560px;
    height: 420px;
}
.swiper-item p {
    width: 100%;
    height: 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 20px;
    cursor: pointer;
    padding:10px 90px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-point {
     width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    padding-right: 20px;
    z-index: 500;
}
.point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 5px;
    float: left;
}
.point.active {
    background: #fff;
}
.news-top{
    background: #f6f6f5;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.news-top span{
    font-weight: bold;
    font-size: 16px;
}
.news-top a{
    color: #1684fc;
    font-weight: bold;
}
.new-list-first{
    padding: 10px 0;
    display: flex;
    border-bottom: dashed 1px #bfc5d1;
}
.first-left{
    border: 1px solid #f2f2f3;
    text-align: center;
    color: #969ead;
    padding: 5px;
    margin-right: 12px;
}
.first-left-s1{
    color: #323232;
    font-size: 32px;
    font-weight: bold;
}
.first-right{
    cursor: pointer;
    color: #777;
    font-size: 15px;
    line-height: 24px;
}
.first-right-title{
    color: #3c3c3c;
    font-weight: bold;
    width: 550px;
    padding-bottom: 5px;
    font-size: 16px;news
}
.news-top i{
    display: inline-block;
    margin-right: 3px;
}
.first-right:hover .first-right-title{
    color:#1684fc;
}
.mt20{
    margin-top: 20px;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list li{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}
.news-title{
    color: #333;
    padding-right: 26px;
}
.news-date{
    color: #000;
    opacity:.5; 
    white-space: nowrap;
}
.news-list li:hover .news-title,.news-list li:hover .news-date{
    color: #4293f4!important;
}
.news-more{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 250px;
    height: 50px;
    color: #0b68da;
    border: 1px solid #0b68da;
    border-radius: 2px;
    background: #fff;
    margin-top: 60px;
    font-size: 16px;
    transition: .5s;
}
.news-more:hover{
    background: #e5effc;
}
.news-more i{
    padding-left: 10px;
}
.enter{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.enter ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.enter ul li a{
    width: 285px;
    height: 130px;
    background: #eff9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}
.enter ul li:nth-child(2){
    background: #f1f4fb;
}
.enter ul li:nth-child(3){
    background: #f5f5f5;
}
.enter ul li:nth-child(4){
    background: #faf5f1;
}
.enter ul li p span{
    padding-left: 20px;
    font-size: 19px;
    display: block;
    font-weight: bold;
    line-height: 28px;
}
.ad{
    width: 1200px;
    margin: 0 auto;
}
.x-trade{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.x-com-title{
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
}
.x-com-title img{
    margin-right: 8px;
}
.x-trade-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.x-trade-list li{
    width: 226px;    
    height: 70px;
    border-radius: 6px;
    border:1px solid #72adf1;
    background: #f3f8fd;
    color: #0068e5;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.x-trade-list li.active{
    color: #fff;
    background: #056ce5;
    border:1px solid #056ce5;
}
.x-trade-list li .iconfont{
    font-size: 24px;
    display: inline-block;
    margin-right: 9px;
    font-weight: normal;
}
.x-trade-tab-con{
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
}
.x-trade-tab{
    display: flex;
}
.x-trade-tab li{
    font-size: 17px;
    font-weight: bold;
    color: #666;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
}
.x-trade-tab li.active{
    color: #0d6ce3;
}
.x-trade-tab li+li::after{
    content: "/";
    position: absolute;
    left: 0;
    top: 0;
    color: #e1e1e1;
    font-weight: normal;
}
.x-more{
    color: #0c6de2!important;
    font-weight: bold;
    font-size: 15px;
}
.x-more i{
    display: inline-block;
    margin-right: 5px;
}
.x-trade-part li{
    display: flex;
    color: #8b8a8a;
    padding: 0 8px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
}
.x-trade-part li:hover{
    background: #f6f9fe;
    color: #468bea;
}
.address{
    margin-right: 20px;
}
.x-trade-date{
    margin-left: auto;
}
.jrbx-con{
    width: 1200px;
    margin: 0 auto;
    padding: 0px 0 46px;
}
.jrbx{
    margin-top: 18px;
    padding: 20px;
    /*box-shadow: 0 1px 15px #0059c61a;*/
    border: 1px solid #dfe1e7;
}
.jrbx-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jrbx-top input{
    border-radius: 2px;
    border: 1px solid #c4c4c4;
    width: 230px;
    padding: 8px 20px;
}
.jrbx-top a{
    font-size: 16px;
    color: #0b68da;
}
.jrbx-con table{
    width: 100%;
    table-layout:fixed;
    word-wrap:break-word;
    word-break:break-all;
/*     word-wrap: break-word;  word-break: normal; */
    margin-top: 20px;
}
.jrbx-con table th{
    background: #f0f2f4;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #dfe1e7;
}
.jrbx-con table td{
    height: 48px;
    padding: 0 10px;
    border: 1px solid #dfe1e7;
/*     white-space: nowrap; */
    color: #333;
    table-layout:fixed;
    word-break:break-all;
}
/* .jrbx-con table th:nth-child(1), th:nth-child(4) */
/* { */
/* 	width:5%; */
/* } */
.jrbx-con table th:nth-child(1)
{
	width:5%;
}
.jrbx-con table th:nth-child(4)
{
	width:7%;
}
.data-stats{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 70px;
}
.data-stats-main{
    display: flex;
    padding-top: 50px;
}
.map{
    width: 464px;
    height: 321px;
    position: relative;
}
#map{
    position: absolute;
    top: -30px;
    left: -60px;
    right: -60px;
    height: 400px;
}
.data-stats-list{
    border: 1px solid #dbdbdb;
    width: 100%;
    margin-top: 20px;
}
.data-stats-list tr th{
    background: #0068e2;
    color: #fff;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
}
.data-stats-list tr td{
    line-height: 52px;
    color: #4b4d50;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}
.data-stats-detail{
    flex: 1;
}
.data-stats-search span{
    color: #0068e2;
    font-size: 16px;
    font-weight: bold;
}
.data-stats-search select{
    border: 1px solid #0068e2;
    border-radius: 2px;
    color: #0068e2;
    height: 36px;
    margin-left: 10px;
    width: 150px;
    padding: 0 6px;
}
.ft16{
    font-size: 16px!important;
}
.x-link-con{
    background: #d3d3d3;    
}
.x-link-main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.x-link-main>div{
    background: #fff;
    height: 40px;
    width: 32%;
    border-radius: 3px;
}
.x-link-main .website{
    width: 100%;
}
.x-link-main .website-title{
    line-height: 40px;
    padding: 0 20px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.x-link-main .website-down{
    top: 42px;
    width: 100%;
    max-height: 170px;
}
.x-bottom{
    background: #282b31;
}
.website-con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.website-con>div{
    flex: 1;
    position: relative;
    height: 56px;
    text-align: center;
}
.website{
    display: inline-block;
    position: relative;
}
.website-title{
    line-height: 56px;
    color: #45484b;
    font-weight: bold;
}
.website-title span{
    display: inline-block;
    color: #777;
    transform: rotate(90deg) scaleY(1.6);
    margin-left: 7px;
    font-size: 12px;
}
.website-down{
    max-height: 300px;
    box-shadow: 0 2px 15px #09294d26;
    position: absolute;
    left: 0;
    top: 50px;
    width: 185px;
    max-height: 300px;
    padding: 10px 0;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    z-index: 9;
    background: #fff;
    transition: all .2s;
    transform-origin: center top;
    visibility:hidden;
    transform:scale3d(1,.8,1);
    opacity: 0;
}
.website-down.active{
    visibility: visible;
    opacity: 1;
    transform: none;
}
.website-down a{
    display: block;
    line-height: 29px;
    padding: 0 5px;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    transition: .2s;
}
.website-down a:hover{
    background: #4293f4;
    color: #fff;
}
.x-bottom{
    background: #282b31;
}
.x-bottom>div{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-img{
    margin: 0 40px;
    border-radius: 4px;
    border: 2px solid #8f8f8f;
}
.x-bottom-mian{
    border-left: 1px solid #434447;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    padding-left: 30px;
}
.x-bottom-mian img{
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 20px;
    margin-right: 3px;
}

.floating-box{
    position: fixed;
    width: 400px;
    background: #e1f6ff;
    color: #4b7ded;
    box-shadow: 0 4px 24px #111b2755;
    z-index: 9999;
    top: 30px;
    left: 0px;
    padding: 25px;
    border-radius: 5px;
    font-size: 15px;
    overflow: hidden;
}


/*内页样式*/
.inner-con{
    background: #f5f5f5;
    padding-bottom: 20px;
}
.inner-main{
    width: 1200px;
    margin: 0 auto;
}
.bread-crumbs{
    display: flex;
    color: #2682db;
    padding: 20px 0;
}
.bread-crumbs a{
    color: #2682db; 
    padding-right: 8px;  
}
.bread-crumbs i{
    color: #2682db;  
    padding-right: 8px;
}
.inner{
    display: flex;
}
.inner.s1{
    background: #fff;
    border-radius: 5px;
    padding: 20px 70px;
    display: block;
}
.inner-left{
    background: #fff;
    margin-right: 16px;
    width: 210px;
    border-radius:  5px;
    overflow: hidden;
}
.inner-right{
    background: #fff;
    width: 974px;
    padding: 15px 20px 20px;
    border-radius:  5px;
}
.inner-left ul li{
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.inner-left ul li i{
    padding-right: 6px;
    font-size: 18px;
}
.inner-left ul li i.icon-xiangyou3{
    position: absolute;
    display: none;
    right: 5px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 12px;
}
.inner-left ul li.active{
    color: #fff;
    background: #3395f3;
    font-weight: bold;
}
.inner-left ul li.active i{
    font-weight: normal;
}
.inner-left ul li.active i.icon-xiangyou3{
    display: block;
}
.inner-right-top{
    display: flex;
    border-bottom: 1px solid #e3e1e1;
    align-items: center;
    padding-bottom: 10px;
}
.inner-title{
    font-size: 19px;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
}
.inner-title::before{
    content: "";
    position: absolute;
    border-radius: 6px;
    width: 4px;
    height: 20px;
    left: 0px;
    top: 4px;
    background:#3395f3;
}
.inner-search{
    display: flex;
    width: 280px;
    margin-left: auto;
}
.inner-search input{
    border: #3395f3 1px solid;
    border-radius: 4px 0 0 4px;
    border-right: none;
    height: 38px;
    padding: 0 10px;
    flex: 1;
}
.inner-search a{
    border-radius: 0 4px 4px 0;
    background: #3395f3;
    height: 38px;
    width: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.com-list{
    padding-top: 20px;

}
.com-list li{
    display: flex;
    justify-content: space-between;
    padding: 9px 10px;
    /*border:#f6f6f6 1px solid;*/
    border-radius: 3px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 17px;
    color: #333;
    position: relative;
}
.com-list li button{
    background: #0068e3;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    border:none;
    cursor: pointer;
}
.com-list li button:hover{
    background: #5d84e3;
}
.com-list li:after{
    position: absolute;
    content: "";
    background: #b0b0b0;
    border-radius: 8px;
    height: 5px;
    width: 5px;
    left: 8px;
    top: 17px;
}
.com-list-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    padding-left: 16px;
    color: #333;
}
.com-list-title span{
    display: block;
    color: #666;
    font-size: 14px;
    padding-top: 8px;
}
.com-list-date{
    width: 200px;
    color: #666;
    text-align: right;
}
.com-list li:hover .com-list-title, .com-list li:hover .com-list-date{
    color: #3395f3;
}



.pager-con{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 60px;
}
.pager{
    padding-top: 20px;
}

.detail-title-con{
    border-bottom: 1px dashed #bbbbbb;
    padding: 30px 60px 16px;
}
.detail-sub{
    color: #a1a5a9;
    font-size: 15px;
    display: flex;
    padding: 35px 80px 0;
}
.detail-title{
    font-size: 30px;
    text-align: center;
}
.detail-sub-date{
    margin-left: auto;
}
.icon-yanjing{
    padding-left: 50px;
}
.detail-sub i{
    padding-right: 3px;
}
.detail-main{
    padding: 40px 0px;
}
.detail-main p{
    text-indent:2em;
    font-size: 17px;
    line-height: 36px;
    color: #333;
}
.detail-pic{
    text-align: center;
    padding: 20px 0;
}
.detail-pic img{
    max-width: 880px;
}
.c1{
    color: #1265b5!important;
    font-weight: bold;
    font-size: 16px;
}
.download{
    border-top: 1px #bbbbbb dashed;
    padding-top: 40px;
}
.download-title{
    font-weight: bold;
    font-size: 22px;
    color: #000;
}
.download ul{
    padding: 20px 0 40px;
}
.download ul li{
    color: #4897f4;
    padding: 8px 0;
}
.download ul li i{
    font-size:18px;
    padding-left: 6px;
    display: inline-block;
}
.ml30{
    margin-left: 30px;
}
.filter-con{
    border-bottom: 1px dotted #bbb;
    padding: 20px 0;
}
.filter{
    display: flex;
    padding: 6px 0;
    align-items: center;
}
.filter input{
    border:1px solid #cdcaca;
    border-radius: 3px;
    padding: 3px 8px;
    margin: 0 5px;
}
.filter span{
    font-weight: bold;
}
.filter ul{
    display: flex;
}
.filter ul li{
    padding: 4px 20px;
    border-radius: 3px;
    cursor: pointer;
    color: #333;
}
.filter ul li.active{
    background: #0068e3;
    color: #fff;
}
.complaint{
    display: flex;
    align-items: center;
    margin-left: auto;
    font-weight: bold;
    color: #555;
    font-size: 16px;
}
.complaint img{
    margin-right: 5px;
    width: 30px;
    height: 30px;
}
.com-list1{
    padding: 30px 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.com-list1 li{
    box-shadow: 0 1px 5px #0059c61a;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    width: 45%;
    padding: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.com-list1-title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.detail-process{
    display: flex;
    justify-content: center;
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
}
.detail-process li{
    display: flex;
    justify-content: center;
    padding: 0 20px;
}
.detail-process li i{
    margin-top: 18px;
    font-size: 24px;
}
.detail-process li p{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
}
.detail-process li p span{
    white-space: nowrap;
    color: #c1c2c3;
}
.detail-process li .iconfont{
    color: #c1c2c3;
    margin-left: -10px;
}
.step{
    width: 48px;
    height: 48px;
    background: #c1c2c3;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff!important;
    font-size: 18px;
    margin-bottom: 10px;
}
.detail-process li.active p span{
    color: #51a6f5!important;
    font-weight: bold;
}
.detail-process li.active p .step{
    background: #51a6f5;
    color: #fff!important;
    font-weight: normal;
}
.detail-process li.active .iconfont{
    color: #51a6f5;
    font-weight: bold;
}

.process-title-con{
    padding: 40px 0;
}
.process-title{
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.process-title-sub{
    padding-top: 10px;
    color: #333;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
.detail-list{
    width: 100%;
}
.detail-list td{
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px;
}
.detail-list .td-l{
    background: #e5f2f8;
}
.title-s1{
    text-indent: 0em!important;
    font-weight: bold;
}
.documents{
    width: 900px;
    margin: 0 auto;
    padding-top: 50px;
}
.d-list1{
    width: 100%;
}
.d-list1 tr{
    border: 1px solid #e2e3e3;
}
.d-list1 td{
    padding: 6px 10px;
}
.d-list1 td p{
    text-align: center;
}
.d-title{
    color: #0c78da!important;
    font-weight: bold;
    font-size: 24px!important;
    padding: 10px 0;
}
.d-name1{
    color: #0c78da!important;
    text-align: center;
}
.btn-con{
    text-align: center;
    padding: 6px 0;
}
.btn1{
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    border-radius: 3px;
    background: #5d84e3;
    margin-right: 5px;
}
.btn2{
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    border-radius: 3px;
    background: #0c78da;
    margin-right: 5px;
}
.d-list2{
    width: 100%;
    margin-top: 60px;
}
.d-list2 tr th{
    background: #f2efef;
}
.d-list2 th,.d-list2 td{
    border: 1px solid #e2e3e3;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}
.btn3{
    color: #0c78da;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
.btn1:hover,.btn2:hover{
    opacity: 0.8;
}


























.pager {
    max-width: 800px;
    text-align: center;
    margin-top: 15px;
    
    display: inline-block;

}
.pager a{
    cursor: pointer;
}
.pager a,
.pager span {
    width: 26px;
    height: 25px;
    border: 1px #cccccc solid;
    margin-left: -1px;
    color: #8a8a8a;
    display: inline-block;
    line-height: 25px;
    float: left;
    font-size: 12px;
    text-decoration: none;
    margin: 0 2px;
}
.pager a:hover,
.pager span:hover {
    border-color: #08c0ac;
    color: #75ae2e;
    position: relative;
    z-index: 1;
}
.pager span.current{
    background-color: #45a2ff;
    color: #fff;
    border-color: #3a9afa;
    position: relative;
    z-index: 1;
}
.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last{
    background: url(../images/page_bg.png) 0 0 no-repeat;
}
.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover{
    background: url(../images/page_bg_hover.png) 0 0 no-repeat;
}
.pager .pg-prev,
.pager .pg-prev:hover{
    background-position: 0 -25px;
}
.pager .pg-next,
.pager .pg-next:hover{
    background-position: -26px -25px;
}
.pager .pg-last,
.pager .pg-last:hover{
    background-position: -26px 0;
}
.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover{
    cursor: default;
    background-image: url(../images/page_bg.png);
}
.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover{
    cursor: default;
    background-image: url(../images/page_bg.png);
}
.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true']{
    border-color: #eeeeee;
}
.pager span.els{
    border-color: transparent;
}

.pagerHtmlWrap{
    width: 800px;
    margin: 30px auto;
}
.pagerHtmlWrap .cc_cells{
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-bottom: 1px #cccccc solid;
}
.pagerHtmlWrap .cc_cells a{
    color: #454545;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
}
.pagerHtmlWrap .cc_cells a span{
    display: inline-block;
    width: 25%;
    text-align: left; 
    margin: 0;
}
.sideBars {
		width: 167px;
		height: 115px;
		position: fixed;
		right: 0;
		top: 40%;
		transform: translateY(-25%);
		z-index: 99999;
		background-image:url(../images/sideBars.png);
		text-align: center;
		padding-top: 45px;
		line-height: 32px;
		font-size: 20px;
	}
.sideBarss {
		width: 167px;
		height: 115px;
		position: fixed;
		right: 0;
		top: 70%;
		transform: translateY(-25%);
		z-index: 99999;
		background-image:url(../images/sideBarss.png);
		text-align: center;
		padding-top: 45px;
		line-height: 32px;
		font-size: 20px;
	}






