/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot');
    /* IE9 */
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/737de7952f514aeaa6460752e8feca15.woff') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url('../fonts/iconfont.svg') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gongchang:before {
    content: "\e610";
}

.icon-shouhou:before {
    content: "\e625";
}

.icon-chuangxin:before {
    content: "\e60a";
}

.icon-gongju:before {
    content: "\e61e";
}

/* iconfont end */



body {
    font-size: 14px;
    color: #333;
    min-width: 360px;

}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.header {
    padding: 1% 0;
    /* background-color: rgb(230, 185, 185); */
    overflow: hidden;
}



.header .fl img {
    max-width: 100%;
}

.header .fl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.header .fl .company-name {
    font-size: 36px;
    font-weight: bold;
    color: #c00;
    margin-left: 20px;
    white-space: nowrap;
}

.header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .fr p:nth-of-type(1) {
    color: #333;
    /* Darker to match company name style */
    font-size: 14px;
}

.header .fr p:nth-of-type(2) {
    margin-top: 5px;
    font-size: 28px;
    /* Match company name size */
    font-weight: bold;
    color: #333;
}

.nav {
    height: 50px;
    background-color: #262525;
}

.nav ul.main-nav {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.nav .menu-item {
    position: relative;
}

.nav .menu-item>a {
    color: #fff;
    line-height: 50px;
    display: block;
    text-align: center;
    padding: 0 40px;
    transition: background-color 0.3s;
}

.nav .menu-item>a:hover,
.nav .menu-item.active>a {
    background-color: #0066cc;
}

/* Dropdown Menu Styles */
.nav .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    padding: 8px 0;
}

.nav .has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav .dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-size: 14px;
    transition: all 0.2s;
    white-space: nowrap;
}

.nav .dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: #0066cc;
    padding-left: 25px;
}





.index_banner img {
    width: 100%;
}


.tit1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.tit1::before {
    content: "";
    position: absolute;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #ccc;
    bottom: 0;
}

.tit1::after {
    content: "";
    position: absolute;
    width: 5%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #e62129;
    bottom: -1px;
}

.desc1 {
    margin: 20PX 0;
    color: #666;
    text-align: center;
}

.index_product {
    padding: 40px 0;

}


.img-list1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.img-list1 li {
    float: none;
    width: 380px;
    /* Fixed width for card consistency */
    margin: 0;
    /* Remove left margin */
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.img-list1 li .pic img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #fff;
    transition: all 0.3s;
    position: relative;
}



.img-list1 li .pic {
    position: relative;
    overflow: hidden;
}

.img-list1 li .pic::before {
    display: none;
}

.img-list1 li .pic img {
    transition: transform 0.5s ease;
    width: 100%;
}

.img-list1 li:hover .pic img {
    transform: scale(1.05);
}

.img-list1 li:hover .pic {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #0066cc;
}

.img-list1 li>a {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    line-height: 2em;
    transition: all 0.3s;
    color: #333;
}

.img-list1 li:hover a {
    background-color: #e62129;
    color: #fff;
}

.img-list1 li .pic a {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-list1 li .pic a::before,
.img-list1 li .pic a::after {
    display: none;
}

.more {
    text-align: center;
}

.more a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    color: #999;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
}

.more a:hover {
    color: #e62129;
    border-color: #e62129;
}






.index_about {
    padding: 30px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
}

.index_about .about_con {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    align-items: stretch;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.index_about .about_con .about-text-wrapper {
    flex: 1;
    padding: 25px 30px;
    border-left: 4px solid #0066cc;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_about .about_con img {
    flex: 0 0 400px;
    width: 400px;
    height: auto;
    min-height: 300px;
    object-fit: cover;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    order: 2;
}

.index_about .about_con img[style] {
    border: none !important;
    border-color: transparent !important;
}

.index_about img,
.index_about .about_con>img,
.index_about .wrap img {
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
}

.index_about .about_con p {
    flex: none;
    line-height: 1.9em;
    text-indent: 2em;
    margin-bottom: 20px;
    font-size: 15px;
    color: #555;
    display: block;
}

.index_about .about_con p.about-text {
    font-size: 15px;
    color: #555;
}

.index_about .about_con .more {
    width: auto;
    margin-top: 10px;
    text-align: left;
}

.index_about .about_con .more a {
    display: inline-block;
    padding: 12px 35px;
    background-color: #0066cc;
    color: #fff;
    transition: all 0.3s;
    border-radius: 6px;
    font-weight: 500;
}

.index_about .about_con .more a:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
}

.index_advantage {
    padding: 40px 0;
    background-color: #f3f3f3;
}

.index_advantage li {
    float: left;
    margin-right: 2%;
    width: 23.5%;
    margin-bottom: 10px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
}

.index_advantage li:last-of-type {
    margin-right: 0;
}

.index_advantage li i {
    display: block;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    margin-top: 15px;
}

.index_advantage li strong {
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    display: block;
}

.index_advantage li i,
.index_advantage li strong,
.index_advantage li p {
    position: relative;
    z-index: 3;
    line-height: 2em;
}



.index_advantage li::before,
.index_advantage li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    transition: all 0.3s;
    background-color: #e62129;
}

.index_advantage li:hover::before,
.index_advantage li:hover::after {
    height: 50%;
}




.index_advantage li::before {

    top: 0;
    left: 0;
}

.index_advantage li::after {

    bottom: 0;
    left: 0;
}

.index_advantage li:hover,
.index_advantage li:hover p:nth-of-type(1) {
    color: #fff;
}

.index_case {
    padding: 40px 0;
}








.index_news {
    padding: 40px 0;
    background-color: #f3f3f3;
}

.index_news li {
    background-color: #fff;
    float: left;
    width: 45%;
    margin-left: 5%;
    box-sizing: border-box;
    padding: 30px 60px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s;
    border-radius: 10px;
}

.index_news li:hover {
    box-shadow: 10px 10px 15px #ddd;
    transform: translate(0, -3px);
}

.index_news li a {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.index_news li a:hover {
    color: #e62129;
}

.index_news li p {
    font-size: 12px;
    color: #888;
    line-height: 24px;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.index_news li .line {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 1px;
    background-color: #e62129;
}

.index_news li .date {
    width: 70px;
    position: absolute;
    background-color: #e62129;
    left: -35px;
    top: 30px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
}

.index_news li .date .day {
    line-height: 45px;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    display: block;

}

.index_news li .date .year {
    line-height: 30px;
    font-size: 12px;
    display: block;
}

.index_news li:hover .date {
    transform: translateX(3px);
}

.index_service {
    padding: 40px 0;
    background: url("../images/service.jpg") center no-repeat;
}

.index_service ul {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.index_service li {
    width: auto;
    margin: 0 25px;
    float: none;
}

.index_service li a {
    margin: 0 auto;
    display: block;
    width: 80%;
    height: 0;
    padding-top: 80%;
    background-color: #666;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.index_service li a:hover {
    background-color: #e62129;
}

.index_service li img {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -15px;
}

.index_service li span {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.friend_link {
    padding: 20px 0;
    line-height: 2em;
}

.friend_link span {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
}

.friend_link a {
    margin-right: 5px;
}

.friend_link a:hover {
    color: #e62129;
}

.footer {
    padding: 20px 0;
    background-color: #262525;
}

.footer p {
    color: #e0e0e0;
    text-align: center;
    margin-bottom: 15px;
}

.footer p a {
    color: #e0e0e0;
    margin: 0 5px;
}

.banner img {
    width: 100%;
}

.breadcrumb {
    background-color: #ccc;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.breadcrumb span {
    float: left;
    font-size: 20px;
    background-color: #e62129;
    padding: 0 20px;

}

.breadcrumb p {
    float: right;
    margin-right: 20px;
}

.breadcrumb p a {
    color: #fff;
}

.breadcrumb p a:hover {
    color: #e62129;
}

.con {
    background-color: #f3f3f3;
    padding: 20px 0;
}

.con>div {
    /* background-color: rgb(33, 231, 139); */
}

.con .con_left {
    float: left;
    /* background-color: rgb(233, 175, 204); */
    width: 25%;


}

.con .con_right {
    float: right;
    background-color: #fff;
    width: 73%;
    box-sizing: border-box;

}





.con .con_left .box {
    margin-bottom: 20px;
}


.con .con_left .box .hd {
    height: 50px;
    background-color: #e62129;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 20px 0 0 0;
}



.con .con_left .box .bd {
    box-sizing: border-box;
    border: 3px solid #E3E3E3;
    border-top: none;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.con .con_left .box1 .bd li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e7e7e7;
    background: url("../images/jiantou1.gif") right 20px center no-repeat;


}

.con .con_left .box1 .bd li a {
    color: #444;
    display: block;
    padding: 0 20px;
}

.con .con_left .box1 .bd li:hover {
    background-color: #f3f3f3;
}

.con .con_left .box1 .bd li:hover a {
    color: #e62129;
}

.con .con_left .box2 img {
    width: 100%;
}

.con .con_left .box2 .bd ul {
    margin: 20px 0;
}

.con .con_left .box2 .bd li {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.con_right .breadcrumb {
    margin-top: 0;
}

.con_right h1 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin: 0 15px 10px;
}

.con_right .info {
    text-align: center;
    margin-bottom: 20px;

}

.con_right .info span {
    margin-right: 10px;
    color: #444;
}

.con_right .info time {
    margin-right: 30px;
    color: #666;
}

.con_right .info i {
    font-style: normal;
    color: #666;
}

.con_right .content {
    overflow: hidden;
    padding: 0 15px
}

.con_right .content p {
    line-height: 1.8em;
    font-size: 15px;
    margin: 15px 0;
    color: #333;
    text-align: justify;
}

/* Force uniform text size for all content elements - override inline styles */
.con_right .content span,
.con_right .content p span,
.con_right .content li,
.con_right .content ol,
.con_right .content ul,
.con_right .content strong,
.con_right .content b,
.con_right .content em {
    font-size: 15px !important;
    line-height: 1.8em !important;
    color: #333 !important;
}

.con_right .content p,
.con_right .content div {
    font-size: 15px !important;
    line-height: 1.8em !important;
}

.con_right .content ol,
.con_right .content ul {
    padding-left: 2.5em;
    margin: 15px 0;
    list-style-type: decimal;
}

.con_right .content ul {
    list-style-type: disc;
}

.con_right .content li {
    margin-bottom: 10px;
    text-indent: 0;
    font-size: 15px !important;
    line-height: 1.8em !important;
}

.con_right .content img {
    max-width: 100%;
    margin: 10px 0;
}

.con_right .content h2,
.con_right .content h3,
.con_right .content h4,
.con_right .content h5,
.con_right .content h6 {
    margin: 20px 0;
    font-weight: normal;
    padding-left: 10px;
    border-left: 5px solid #00479d;
    color: #00479d;
}

.con_right .content a {
    color: #e62129;
    font-weight: 700;
}

.xg {
    margin: 20px 15px 0;
    /* background-color: rgb(94, 235, 136); */
}

.tit2 {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.tit2 em {
    font-weight: normal;
    font-style: normal;
    color: #e62129;

}

.tit2 span {
    padding-left: 5px;
    border-left: 5px solid #e62129;
}

.xg-news {
    margin-bottom: 20px;
}

.xg-news li {
    height: 30px;
    line-height: 30px;
    /* background-color: rgb(233, 140, 140); */
    float: left;
    width: 49%;
    margin-right: 2%;
}

.xg-news li:nth-of-type(2n) {
    margin-right: 0;
}

.xg-news li a:hover {
    color: #e62129;
}

.previous_and_next {
    /* background-color: rgb(241, 118, 159); */
    font-size: 16px;
}

.previous_and_next {
    color: #e62129;
    margin: 20px 15px;
}

.previous_and_next li {
    float: left;
    width: 48%;
    height: 40px;
    line-height: 40px;
    margin-right: 4%;
    box-sizing: border-box;
}

.previous_and_next li:nth-of-type(2n) {
    margin-right: 0;
}

.previous_and_next li span {
    margin: 0 5px;
}

.previous_and_next li a:hover {
    color: #e62129;
}

.news_list {
    /* background-color: rgb(247, 50, 142); */
    margin: 0 15px 20px;
}

.news_list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    padding-left: 10px;
    position: relative;
}

.news_list li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #e62129;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.news_list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list li span {
    float: right;
    color: #666;
}

.news_list li a:hover {
    color: #e62129;
}

/* 全站分页导航开始 */
.pagenav {
    padding: 10px 0;
    text-align: center;
}

.pagenav>ul {
    display: inline-block;
}

.pagenav>ul>li {
    float: left;
    margin: 0 5px;
    padding: 0;


}

.pagenav>ul>li a {
    display: block;
    width: 50px;
    height: 35px;
    line-height: 35px;
    color: #999;
    border: 1px solid #CCC;
    text-align: center;
}

.pagenav>ul>li.current a,
.pagenav>ul>li a:hover {
    color: #fff;
    border: 1px solid #e62129;
    background-color: #e62129;
    text-align: center;
}

/* 全站分页导航结束 */



.m_nav {
    display: none;
}

.m_nav .wrap {
    position: relative;
    padding-right: 60px;
    box-sizing: border-box;
}

.m_nav .menu {
    width: 44px;
    height: 44px;
    background: url("../images/nav.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}

.m_nav .wrap img {
    max-width: 100%;
}

.m_nav ul {
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    /* background-color: green; */
    right: 0;
    top: 50%;
    margin-top: 32px;
    width: 200px;
    border-radius: 10px;
    display: none;
    z-index: 100;
    -moz-box-shadow: 0px 0px 30px #333333;
    -webkit-box-shadow: 0px 0px 30px #333333;
    box-shadow: 0px 0px 30px #333333;
}

.m_nav ul::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    right: 22px;
    top: -20px;
    border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
}



.m_nav li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}

.m_nav li:last-of-type {
    border-bottom: none;
}



.m_nav li a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    color: #000;
    font-size: 18px;
}

.m_foot {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
}

.m_foot li {
    float: left;
    width: 25%;
}

.m_foot li a {
    display: block;
    padding: 5px 0;
    text-align: center;
}

.m_foot li a span {
    font-size: 14px;
    color: #333;
}

.m_foot li i {
    display: block;
    width: 25px;
    height: 25px;
    /*background-color: red;*/
    margin: 0 auto 5px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.m_foot li:nth-of-type(1) i {
    background-image: url("../images/fixed_01.png");
}

.m_foot li:nth-of-type(2) i {
    background-image: url("../images/fixed_02.png");
    position: relative;
}

.m_foot li:nth-of-type(3) i {
    background-image: url("../images/fixed_03.png");
}

.m_foot li:nth-of-type(4) i {
    background-image: url("../images/fixed_04.png");
}

.m_foot li:nth-of-type(2) i::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f00;
}






@media screen and (max-width:768px) {
    .con_right h1 {
        display: none
    }

    body {
        /* background-color: #f3f3f3; */
        padding-bottom: 56px;
    }

    .m_nav {
        display: block;
    }

    .header,
    .nav,
    .index_service,
    .friend_link {
        display: none;
    }

    .img-list1 li {
        width: 49% !important;
        margin-right: 1%;
    }

    .img-list1 li:nth-of-type(2n) {
        margin-right: 0;
    }

    .index_advantage li {
        width: 49.5%;
        margin-right: 1%;
    }

    .index_advantage li:nth-of-type(2n) {
        margin-right: 0;
    }

    .index_about img {
        display: none;
    }

    .m_nav .wrap img {
        max-width: initial;
        height: 50px;
        margin: 8px;
    }

    .index_news li {
        width: 95%;
        margin-right: 0;
    }

    .index_product,
    .index_advantage,
    .index_about,
    .index_case,
    .index_news {
        padding: 20px 10px;
    }

    .tit1 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .desc1 {
        margin: 10px 0;
    }

    .index_news li .line {
        display: none;
    }

    .m_foot {
        display: block;
    }

    .con .con_left {
        width: 100%
    }

    .con .con_left .box2 {
        display: none
    }

    .con .con_right {
        width: 100%;
    }

    .news_list {
        padding: 0 10px;
    }

    .news_list li span {
        display: none;
    }

    .con_right .content {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box
    }

    .xg {
        display: none;
    }

    .breadcrumb span {}

    .breadcrumb p {
        display: none
    }

}

.ab_img img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

.ab_img p {
    text-wrap: inherit !important;
}

.ab_img p span {
    text-wrap: inherit !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}