/*! 布局  */
.c-layout {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    /* overflow: hidden; */
}

/* .c-header {
    background: #fff;
} */

.c-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-size: 100% auto;
    transition: 0.3s;
    background: url('../images/map.png') no-repeat center top #fff;
    background-size: 100% auto;
    /* overflow: hidden; */
}
.c-header.fixed {
    top: -117px;
}

.logo {
    line-height: 117px;
    float: left;
}
.logo img {
    display: inline-block;
    vertical-align: middle;
    height: 58px;
}

.menuBtn {
    position: relative;
    z-index: 9;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    padding: 7px;
    cursor: pointer;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.menuBtn b {
    display: block;
    height: 3px;
    background-color: #1c64b6;
    margin: 3px 0 5px;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.menuBtn.open {
}
.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 30px;
}
.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.c-top-r {
    float: right;
    line-height: 117px;
}
.c-top-r .tel {
    float: left;
    background: url('../images/tel.png') no-repeat left center;
    padding-left: 33px;
}
.c-top-r .search {
    float: left;
}
.c-top-r .search .input {
    position: relative;
    margin-top: 42px;
    margin-left: 30px;
    width: 261px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    border: 1px solid #979797;
    background: url('../images/search.png') no-repeat 230px 8px #f0f0f0;
}
.c-top-r .search .input input {
    position: absolute;
    left: 16px;
    width: 205px;
    height: 34px;
    border: none;
    background: none;
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none;
    border: none;
    outline: none;
}
.c-top-r .search .input a {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 36px;
    display: block;
}
.c-nav {
    height: 62px;
    line-height: 62px;
    background: #1a67bc;
}

.c-nav .search {
    display: none;
}

.c-nav li {
    float: left;
    position: relative;
    z-index: 999;
}
.c-nav li a {
    display: block;
    float: left;
    padding-left: 18.5px;
    padding-right: 18.5px;
    color: #fff;
}
.c-nav li a.activate,
.c-nav li a:hover {
    background: #1658a0;
}

.c-nav li dl {
    display: none;
    background: #fff;
    z-index: 999;
    position: absolute;
    top: 62px;
    left: 0;
    overflow: hidden;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
}
.c-nav li dl dd {
    padding-left: 20px;
    padding-right: 20px;
    float: none;
    width: 100%;
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    overflow: hidden;
}

.c-nav li dl dd:first-child a {
    padding-top: 10px;
}

.c-nav li dl dd:last-child a {
    border-bottom: none;
    padding-bottom: 10px;
}

.c-nav li dl dd a {
    display: block;
    width: 100%;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding-right: 50px;
    padding-left: 0;
}

.c-nav li dl dd a:hover {
    color: #1a67bc;
    background: none;
}

.c-banner .con {
    outline: 0;
    position: relative;
    display: block;
    height: 640px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.c-banner .wp {
    position: relative;
    height: 100%;
    z-index: 2;
}

.c-banner .slick-arrow {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 25px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    text-indent: 9999px;
    border: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-banner .slick-prev {
    left: 39px;
    background-image: url(../images/i-01.png);
}
.c-banner .slick-next {
    right: 39px;
    background-image: url(../images/i-02.png);
}

.c-banner .bg {
    outline: 0;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}
.c-banner .slick-slide.img_scale .bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

.ban {
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.ban .wp {
    position: relative;
    height: 100%;
}
.ban .tit {
    position: absolute;
    left: 0;
    bottom: 50px;
    font-size: 50px;
    font-weight: normal;
    color: #fff;
}

.c-banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}
.c-banner .slick-dots li {
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
}
.c-banner .slick-dots li button {
    display: none;
}
.c-banner .slick-dots li.slick-active {
    background-color: #1658a0;
}

.c-index-items {
    width: 100%;
}
.c-index-items .items {
    border-bottom: 1px solid #dbdbdb;
}
.c-index-items .tit {
    width: 100%;
}
.c-index-items .tit h2 {
    float: left;
}
.c-index-items .tit .tab-tit {
    color: #575757;
    float: right;
}
.c-index-items .tit .tab-tit li {
    float: left;
}

.c-index-items .tit .tab-tit li a {
    color: #575757;
}
.c-index-items .tit .tab-tit li a:hover,
.c-index-items .tit .tab-tit li a.activate {
    color: #1a67bc;
}
.c-index-items .movie {
    max-width: 650px;
    float: left;
    position: relative;
}
.c-index-items .movie a {
    color: #fff;
}
.c-index-items .movie .pic {
    z-index: 1;
}
.c-index-items .movie dl {
    width: 650px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 30px;
    padding-left: 30px;
}
.c-index-items .movie dl dt {
    font-size: 24px;
    font-weight: bold;
}
.c-index-items .movie dl dd {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

.c-index-items .news {
    width: 749px;
    float: right;
    overflow: hidden;
}

.c-index-items .news a span {
    float: right;
    color: #868686;
}

.c-index-items .news li {
    position: relative; /* 为伪元素定位提供参考 */
    padding-left: 16px; /* 为圆形留出空间 */
    line-height: 43px;
    height: 43px;
}
.c-index-items .news li a div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
    display: inline-block;
}

.c-index-items .news li::before {
    content: ''; /* 必须设置，否则伪元素不会显示 */
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #cfcfcf;
    border-radius: 50%; /* 设置为圆形 */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
}

.c-index-items .service ul {
    overflow: hidden;
    margin: 0 -15px;
}

.c-index-items .service li {
    width: 33.33%;
    float: left;
}
.c-index-items .service li .items-child {
    position: relative;
    margin: 0 15px;
}
.c-index-items .service li .items-child .pic:nth-child(1),
.c-index-items .service li .items-child .pic:nth-child(2),
.c-index-items .service li .items-child .pic:nth-child(3) {
    margin-bottom: 22px;
}

.c-index-items .service li .items-child .pic {
    height: 370px;
    position: relative;
    overflow: hidden;
    
}
.c-index-items .service li .items-child .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.c-index-items .service li .items-child .pic .title {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 32px;
    color: #fff;
    z-index: 2;
}
.c-index-items .service li .items-child .pic .button {
    width: 100%;
    left: 0;
    bottom: 36px;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.c-index-items .service li .items-child .pic .button > a {
    display: block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    width: 145px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.c-index-items .service li .items-child .pic .button > a:hover {
    text-decoration: underline;
}
.c-index-items .service li .items-child .pic > ul {
    position: absolute;
    left: 66px;
    top: 81px;
    z-index: 2;
    line-height: 32px;
}
.c-index-items .service li .items-child .pic > ul.off {
    display: none;
    transition: 0.3s;
}
.c-index-items .service li .items-child .pic > ul.on {
    display: block;
    transition: 0.3s;
}
.c-index-items .service li .items-child .pic > ul li {
    padding-left: 12px;
    display: inline;
    width: 353px;
    position: relative;
}
.c-index-items .service li .items-child .pic > ul li::before {
    content: ''; /* 必须设置，否则伪元素不会显示 */
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%; /* 设置为圆形 */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
}
.c-index-items .service li .items-child .pic > ul li > a:hover {
    text-decoration: underline;
}

.c-index-items .service li .items-child .pic .bulebg {
    width: 100%;
    height: 100%;
    background: rgba(53, 120, 193, 0.88);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.3s;
    backdrop-filter: blur(3px);
}

.c-index-items .service li .items-child .pic .bulebg_off {
    width: 100%;
    height: 100%;
    background: rgba(53, 120, 193, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.3s;
}

.c-index-items .service li .items-child .pic > ul li a {
    color: #fff;
}
.m-slider1 {
    margin: 0 -15px;
}
.m-slider1 .con {
    display: block;
    position: relative;
    margin: 0 15px;
}
.m-slider1 .pic {
    padding-top: 73%;
    height: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);

}
.m-slider1 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.m-slider1 .txt {
    padding: 25px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 0;
    line-height: 24px;
    font-size: 18px;
}
.m-slider1 h3 {
    font-size: 26px;
    font-weight: normal;
    color: #111;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-slider1 .con span {
    color: #1a67bc;
}
.m-slider1 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.m-slider1 .slick-arrow {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 25px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    text-indent: 9999px;
    border: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.m-slider1 .slick-prev {
    left: -43px;
    background-image: url(../images/lefter.png);
}
.m-slider1 .slick-next {
    right: -43px;
    background-image: url(../images/righter.png);
}
.m-slider1 .slick-prev:hover {
    background-image: url(../images/lefter_on.png);
}
.m-slider1 .slick-next:hover {
    background-image: url(../images/righter_on.png);
}

.c-footer {
    overflow: hidden;
    border-top: 3px solid #2566b1;
    margin-top: -1px;
    background: url(../images/footer_map.png) no-repeat center top;
    background-size: 100%;
}
.c-footer-items-one {
    float: left;
}
.c-footer-items-two {
    float: left;
}
.c-footer-items-three {
    float: right;
}
.c-footer-items ul {
    width: 550px;
    display: flex; /* 启用 Flex 布局 */
    flex-wrap: wrap; /* 允许换行 */
    gap: 10px; /* 设置项目间距 */
    list-style: none; /* 移除默认列表样式 */
    padding: 0; /* 移除默认内边距 */
    margin: 0; /* 移除默认外边距 */
    line-height: 28px;
}
.c-footer-items ul li {
    flex: 0 0 calc(25% - 10px); /* 每列占 25% 宽度，并减去间距 */
    text-align: left; /* 左对齐文本 */
}
.c-footer-items .contact {
    float: left;
    margin-left: 70px;
    color: #1a67bc;
}
.c-footer-items .contact h3 {
    color: #333;
}
.c-footer-items .contact p {
    color: #666666;
}

.c-footer-items .contact .infos {
    line-height: 34px;
    margin-top: 8px;
}

.c-footer-items .contact .tel {
    display: flex;
    align-items: center;
}
.c-footer-items .contact .tel img {
    margin-right: 8px;
}

.c-footer-items .ewm p {
    text-align: center;
    color: #333333;
    margin-top: 4px;
}

.copy {
    background: #1a67bc;
    color: #ffffff;
    text-align: center;
    height: 87px;
    line-height: 87px;
}

.c-footer-bg {
    min-height: 353px;
    overflow: hidden;
}

.c-bg-1 {
    background-color: rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.c-tit {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 47px 0 0;
}
.c-tit .tab {
    float: left;
}
.c-tit .tab li {
    float: left;
    margin-right: 43px;
}
.c-tit .tab li a {
    display: block;
    font-size: 18px;
    color: #111;
    font-weight: bold;
    position: relative;
    padding-bottom: 26px;
}
.c-tit .tab li a:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background-color: #2566b1;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.c-tit .tab li:hover a,
.c-tit .tab li.on a {
    color: #2566b1;
}
.c-tit .tab li:hover a:after,
.c-tit .tab li.on a:after {
    left: 0;
    right: 0;
}
.c-tit .cur {
    float: right;
    font-size: 18px;
    color: #666;
    padding-bottom: 24px;
}
.c-tit .cur a {
    color: #666;
}
.c-tit .cur .home {
    padding-left: 30px;
    background: url(../images/i-12.png) no-repeat left center;
    background-size: 20px auto;
}
.c-tit .cur a:hover {
    color: #2566b1;
}

.c-list-1 {
    margin: 0 -15px;
}
.c-list-1:after,
.c-list-1:before {
    display: block;
    content: 'clear';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.c-list-1 li {
    width: 50%;
    float: left;
    margin-bottom: 40px;
    margin-top: 30px;
}
.c-list-1 .con {
    display: block;
    margin: 0 15px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    transition: 0.3s;
}
.c-list-1 .pic {
    float: left;
    width: 294px;
    height: 190px;
    overflow: hidden;
    position: relative;
}
.c-list-1 .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.c-list-1 .txt {
    overflow: hidden;
    padding: 22px 25px 0;
}
.c-list-1 h3 {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 63px;
    display: -webkit-box;
    overflow: hidden;
}
.c-list-1 .date {
    font-size: 16px;
    color: #888;
    font-weight: bold;
}
.c-list-1 .con:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
}
.c-list-1 .con:hover .pic img {
    transform: scale(1.1);
}

.pages {
    overflow: hidden;
    text-align: center;
    margin: 30px 0 80px;
}
.pages ul {
    font-size: 0;
}
.pages li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.pages a,
.pages span {
    border-radius: 4px;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border: 2px solid #e6e6e6;
    text-align: center;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}
.pages li a:hover,
.pages li.on a {
    background-color: #2566b1;
    border-color: #2566b1;
    color: #fff;
}
.pages span {
    font-weight: normal;
}

.c-list-2 {
    margin: 0 -15px;
}
.c-list-2:after,
.c-list-2:before {
    display: block;
    content: 'clear';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.c-list-2 li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
}
.c-list-2 .con {
    display: block;
    margin: 0 15px;
    overflow: hidden;
    /* background-color: rgba(255, 255, 255, 0); */
    transition: 0.3s;
    min-height: 180px;
    /* background-color: rgba(255, 255, 255, 1); */
    /* box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05); */
}
.c-list-2 .pic {
    margin-top: 24px;
    float: left; 
    width: 249px;
    height: 130px;
    overflow: hidden;
    position: relative;
}
.c-list-2 .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.c-list-2 .txt {
    overflow: hidden;
    padding: 22px 25px;
}
.c-list-2 h3 {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    /* margin-bottom: 63px; */
    display: -webkit-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-list-2 .txt p {
    display: block;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #666;
    max-height: 4.5em; /* 行高1.5em × 3行 */
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 4px;
}

.c-list-2 .txt p ::after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    background: white; /* 遮盖文字 */
}

.c-list-2 .date {
    font-size: 16px;
    color: #888;
    font-weight: bold;
}
.c-list-2 .con:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
}
.c-list-2 .con:hover .pic img {
    transform: scale(1.05);
}

.c-bodyer .col-l {
    margin: 0 auto;
    width: 1440px;
    padding: 72px 0;
}

.m-details h1 {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.m-details .info {
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 27px;
    line-height: 30px;
}

.m-details .txt {
    font-size: 18px;
    color: #333;
    line-height: 1.89;
    padding: 36px;
    word-wrap: break-word;
}
.m-details .txt img {
display: block;
width: 100%;
height: auto;
}

.m-details .arrow {
    font-size: 18px;
    line-height: 42px;
    padding: 22px 0px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#cTabsList2 {
    display: none;
}

.c-nav .search {
    float: left;
}
.c-nav .search .input {
    position: relative;
    margin-top: 20px;
    width: 261px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    border: 1px solid #979797;
    background: url('../images/search.png') no-repeat 230px 8px #f0f0f0;
}
.c-nav .search .input input {
    position: absolute;
    left: 16px;
    width: 205px;
    height: 34px;
    border: none;
    background: none;
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none;
    border: none;
    outline: none;
}
.c-nav .search .input a {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 36px;
    display: block;
}

.pager {
    width: 100%;
    float: left;
    text-align: center;
    margin: 60px 0px;
}
.pager a {
    display: inline-block;
    margin: 0px 4px;
    background: #fff;
    padding: 0px 20px;
    line-height: 40px;
    color: #333;
    border-radius: 4px;
}
.pager a:hover,
.pager a.cur {
    background: #1a67bc;
    color: #fff;
}
.pager span.current {
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 20px;
    line-height: 40px;
    background: #1a67bc;
    color: #fff;
    border-radius: 4px;
}
