* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box
}

a {
    display: inline-block;
    color: #333;
}

img {
    vertical-align: middle
}

a:hover {
    text-decoration: none !important
}

.class_img {
    width: 100%;
    object-fit: cover;
}

header.pc {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

header.pc .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

header.pc .container::after,
header.pc .container::before {
    display: none;
}

header.pc .rg .li {
    display: inline-block;
}

header.pc .rg .li>a {
    line-height: 100px;
    color: #fff;
    width: 90px;
    font-size: 18px;
    text-align: center;
}

header.pc .rg .li>a:hover {
    background: url(../img/nav_on.png) center/100% 100%;
}

header.pc .rg .li:hover .title_sub {
    display: block;
}

header.pc .rg .title_sub {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 25px 0;
    display: none;
}

header.pc .rg .title_sub .l {
    text-align: center;
    width: 400px;
}

header.pc .rg .title_sub .r {
    width: calc(100% - 400px);
}

header.pc .rg .title_sub .l h3 {
    font-size: 30px;
    font-weight: 800;
}

header.pc .rg .title_sub .l span {
    text-transform: uppercase;
}

header.pc .rg .title_sub .r a {
    color: #fff;
    min-width: 100px;
    padding-right: 10px;
    line-height: 40px;
}

header.pc .rg .title_sub .r a:hover {
    color: #00a2e9;
}

header.wap {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 333;
}

header.wap .wap_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 60px;
    height: 60px;
    padding: 0 5%;
    background: #00a2e9;
    z-index: 99999;
}

header.wap .wap_nav .dj {
    float: right;
    padding-top: 15px;
    cursor: pointer;
    display: inline-block;
}

header.wap .wap_nav .dj span {
    height: 3px;
    width: 30px;
    background: #fff;
    display: block;
    margin: 5px 0;
}

header.wap .wap_nav .rg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    transition: 0.5s;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
}

header.wap .wap_nav .rg .gb span {
    font-size: 40px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
}

header.wap .wap_nav .rg .gb {
    text-align: center;
    background: #fff;
    line-height: 50px;
    height: 50px;
}

header.wap .wap_nav .rg.on {
    left: 0%;
}

header.wap .wap_nav .rg>a {
    display: block;
    width: 100%;
    text-align: center;
}

header.wap {
    display: none;
}

header.wap .sub {
    display: none;
}

header.wap .item a {
    padding: 0px 20px;
}

header.wap .item a {
    width: 100%;
    text-align: left;
}

header.wap .sub {
    padding-left: 20px;
}

header.wap .sub a {
    position: relative;
}

header.wap a span {
    font-size: 20px;
    float: right;
}

header.wap a span::after {
    content: "+";
}


/* header.wap a.on
{
    background-color: #c53d2e;
    color: #fff;
} */

header.wap a.on span::after {
    content: "-";
}

.wap_pc {
    display: none;
}

footerbox.wap {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #fff;
    display: none;
    padding: 0 0 10px 0;
    z-index: 22;
}

footerbox.wap a {
    flex: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

footerbox.wap a p {
    margin: 0px 0px 0px 0px;
}

footerbox.wap img {
    width: 26px;
}

footerbox.wap a {
    color: #00a2e9;
}

@media(max-width:650px) {
    header.pc,
    .banner_pc {
        display: none;
    }
    header.wap,
    .wap_pc {
        display: block;
    }
    .index .banner img {
        width: 100%;
    }
    html {
        padding-top: 60px;
    }
    footerbox.wap {
        display: flex;
    }
    html {
        padding-bottom: 75px;
    }
    .class_img {
        height: 200px;
    }
}

footer {
    background: #292b30;
    color: #fff;
}

footer .footer_nav {
    background: #00a2e9;
    padding: 50px 0;
}

footer .footer_nav .L {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer_nav .L .li {
    margin-right: 15px;
}

footer .footer_nav .L h3 {
    font-size: 16px;
    border-bottom: 1px solid #33b5ed;
    padding: 10px 0;
    margin-top: 0px;
}

footer .footer_nav .L a {
    line-height: 2;
    color: #fff;
    display: block;
}

footer .footer_nav .L a:hover {
    color: #ce1a1f;
}

footer .footer_nav .r select {
    width: 100%;
    color: #333;
    background: transparent;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    height: 30px;
    border-color: #fff;
    padding: 0px 10px;
}

footer .footer_nav .r select option {
    background: transparent;
    color: #333;
}

footer .icp {
    text-align: center;
    padding: 30px 0;
}

footer .icp .p {
    margin-top: 20px;
    font-size: 14px;
}

footer .icp .p span {
    display: inline-block;
    margin: 0px 15px;
}

@media(max-width:650px) {
    footer .footer_nav {
        display: none;
    }
    footer .icp img {
        display: none;
    }
    footer .icp {
        padding: 15px;
    }
    footer .icp .p {
        margin-top: 0px
    }
    footer .icp span {
        display: block !important;
        opacity: 0;
        height: 5px;
    }
}

.index .ss {
    margin-top: -99px;
    position: relative;
    z-index: 22;
    top: -50px;
}

.index .ss .se {
    background: #00a2e9;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    text-transform: uppercase;
}

.index .ss .se form {
    outline: 1px solid #fff;
    outline-offset: 3px;
    background: #fff;
    padding: 2px 10px;
}

.index .ss .se h3 {
    margin: 0px;
    font-size: 18px;
    margin-bottom: 10px;
}

.index .ss .se p {
    margin-bottom: 0px;
}

.index .ss .se form button {
    background: transparent;
    box-shadow: none;
    border: none;
}

.index .ss .se form input {
    border: none;
    color: #333;
    outline: none;
    padding: 3px 0;
    width: 280px;
}

.index .item1 {
    background-image: linear-gradient(90deg, #f2f3f7 91%, #fff 80%);
    background-size: 80% 600px;
    background-repeat: no-repeat;
    margin-top: 25px;
    padding: 30px 0;
}

.index .title h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 0px;
}

.index .title h3 span {
    font-weight: 500;
}

.index .title p {
    color: #00a2e9;
    font-weight: 800;
    font-size: 26px;
}

.index .item2 .title {
    position: relative;
}

.index .item2 .title a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index .item1 .l img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.index .item1 .l .swiper-container a {
    position: relative;
}

.index .item1 .l .swiper-container a p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 10px 15px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .item1 .l .swiper-pagination {
    display: inline-block;
    position: absolute;
    right: 20px;
    left: auto;
    width: auto;
    bottom: 13px;
    z-index: 222;
}

.index .item1 .r .on h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 800;
    margin: 10px 0;
}

.index .item1 .r .on p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.index .item1 .r .on {
    border-bottom: 1px solid #888;
}

.index .item1 a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.index .item1 a h3 {
    font-size: 14px;
    margin: 0px;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .item1 .rr {
    background-image: linear-gradient(#00a2e9, #006caa);
    color: #fff;
    border-radius: 0px 30px 0px 0px;
    padding: 50px 30px;
    position: relative;
    top: 70px;
}

.index .item1 .rr .title h3,
.index .item1 .rr .title P {
    color: #fff;
}

.index .item1 .rr .title {
    position: relative;
}

.index .item1 .rr .title a {
    float: right;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 25px;
    opacity: 0.8;
}

.index .item1 .rr .box a {
    color: #fff;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .item2 {
    margin: 50px auto;
}

.index .item2 .box a {
    border: 1px solid #d9d9d9;
    padding: 15px;
    position: relative;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}

.index .item2 .box a span {
    position: absolute;
    background: #fff;
    color: #00a2e9;
    display: block;
    top: -12px;
    left: 15px;
    font-size: 14px;
    padding: 0px 10px;
}

.index .item2 .box a h3 {
    margin: 0px;
    font-size: 16px;
    width: 100%;
    font-weight: 800;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.index .item2 .box a p {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #808080;
}

.index .item2 .Video .title {
    position: relative;
}

.index .item2 .Video .title a {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.index .item2 .Video a {
    display: block;
    width: 100%;
    position: relative;
}

.index .item2 .Video a>img {
    width: 100%;
    object-fit: cover;
    height: 332px;
}

.index .item2 .Video a p {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 15px;
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 25, 0), #000);
    width: 100%;
}

.index .item2 .Video a p img {
    margin-right: 10px;
}

.index .item3 img {
    width: 100%;
    object-fit: cover;
}

.index .item3 {
    margin-bottom: 30px;
}

.index .item3 a {
    margin-bottom: 15px;
    display: block;
}

@media(max-width:650px) {
    .index .ss {
        width: 100%;
        margin-top: -20px;
        display: none;
    }
    .index .ss .se {
        width: 100%;
        padding: 5px 15px;
    }
    .index .ss .se h3 {
        font-size: 14px;
    }
    .index .ss .se form input {
        width: 100px;
    }
    .index .item1 {
        background: #f2f3f7;
        padding: 0px;
        margin-top: 0px;
    }
    .index .item1 .row .l,
    .index .item1 .row .r {
        margin: 0;
        padding: 0;
    }
    .index .item1 .l img {
        height: 200px;
    }
    .index .item1 .rr {
        top: 0px;
        margin-top: 15px;
        border-radius: 0px;
        padding: 20px 15px 30px;
    }
    .index .item2 {
        margin: 0px;
    }
    .index .item3 a {
        margin: 15px 0 0 0;
    }
    .index .item2 .Video a>img {
        height: auto;
    }
}

.list_left_nav>img {
    width: 100%;
}

.list_left_nav .t1 {
    background-image: linear-gradient(#035378, #009fe5);
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    border-bottom: 2px solid red;
    margin: 10px 0px 5px 0px;
    cursor: pointer;
}

.list_left_nav .li a {
    padding: 20px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    background: #f2f2f2;
    margin-bottom: 2px;
}

.list_left_nav .li a span {
    background: url(../img/jj1.png) center/100% 100%;
    display: block;
    width: 10px;
    height: 17px;
}

.list_left_nav .li a:hover,
.list_left_nav .li a.on {
    background: #00a2e9;
    color: #fff;
}

.list_left_nav .li a:hover span,
.list_left_nav .li a.on span {
    background: url(../img/jj.png) center/100% 100%;
}

.crumbs_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs_right {
    padding: 15px 0;
    border-bottom: 3px solid;
}

.crumbs_right h3 {
    margin: 0px;
    border-left: 2px solid #8b8f91;
    padding-left: 5px;
    font-size: 16px;
}

.crumbs_right div {
    font-size: 14px;
    color: #666;
}

.crumbs_right div p {
    display: inline-block;
    margin: 0px;
}

.crumbs_right div a {
    color: #666;
}

.crumbs_right div a:hover {
    color: #33b5ed;
}

.crumbs_right div a:nth-last-child(1) {
    color: #33b5ed;
}

.news_list,
.set_list,
.sz_list,
.rc_list {
    margin: 30px auto;
}

.news_list .box a {
    display: flex;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_list .box a img {
    width: 150px;
    object-fit: cover;
    height: 100px;
}

.news_list .box a .txt {
    width: calc(100% - 170px);
}

.news_list .box a .txt h3 {
    margin: 0px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .box a .txt p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.news_list .box a .txt p span {
    color: red;
    border: 1px solid red;
    display: inline-block;
    padding: 0px 4px;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 800;
}

@media(max-width:650px) {
    .list_left_nav {
        display: none;
    }
    .news_list .box a img {
        width: 100%;
        height: 200px;
    }
    .news_list .box a .txt {
        width: 100%;
        margin-top: 10px;
    }
    .crumbs_right h3 {
        display: none;
    }
}

.news_list2 {
    margin: 30px auto;
}

.news_list2 .box a .txt h3 {
    margin: 0px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list2 .box a .txt p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.news_list2 .box a .txt p span {
    color: red;
    border: 1px solid red;
    display: inline-block;
    padding: 0px 4px;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 800;
}

.news_list2 .box a {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.xqq .desc .contentbox p .weight {
    font-weight: 800;
}

.xqq .desc .title {
    text-align: center;
    margin: 20px 0;
}

.xqq .contentbox {
    line-height: 1.5;
}

.xqq .contentbox img {
    max-width: 100%;
}

.xqq .type {
    border-top: 2px solid #eee;
    margin-top: 15px;
}

.xqq .type a {
    display: block;
    margin: 5px 0;
}

.xqq {
    margin: 30px auto;
}

.aboutlist .title {
    padding: 25px 0;
    font-size: 30px;
    font-weight: 800;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.aboutlist .title img {
    margin-right: 10px;
}

.aboutlist .title span:nth-of-type(1) {
    color: #33b5ed;
}

.aboutlist .title span:nth-of-type(2) {
    margin: 0px 10px;
}

.aboutlist .title span:nth-of-type(3) {
    color: #333333;
    font-weight: 500;
}

.aboutlist .item1 .info {
    line-height: 1.7;
    margin-bottom: 25px;
}

.aboutlist .item1 .l {
    line-height: 1.7;
}

.aboutlist .item1 .r img {
    width: 100%;
}

.aboutlist .item2 {
    background: url(../img/a3.png) center/cover;
    margin: 30px 0;
    padding-bottom: 50px;
}

.aboutlist .item2 .title span {
    color: #fff !important;
}

.aboutlist .item2 .box {
    padding: 40px 0;
    color: #fff;
    line-height: 1.7;
    max-height: 400px;
    overflow-y: auto;
}

.aboutlist .item2 .box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.aboutlist .item2 .box::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

.aboutlist .item2 .box::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.aboutlist .item2 .box::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.aboutlist .item2 .box::-webkit-scrollbar-corner {
    background: #179a16;
}

.aboutlist .item3 .l h3 {
    font-weight: 800;
}

.aboutlist .item3 .l P {
    margin-top: 15px;
    line-height: 2;
}

.aboutlist .item3 .l .img {
    padding-top: 20px;
    overflow: auto;
    white-space: nowrap;
}

.aboutlist .item3 .l a {
    width: 9vw;
    margin-right: 1vw;
}

.aboutlist .item3 .l a img {
    width: 100%;
}

.aboutlist .item3 .r {
    margin-top: -80px;
}

.aboutlist .item3 .r .swiper-slide img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.aboutlist .item3 .tab {
    text-align: right;
}

.aboutlist .item3 .tab div {
    display: inline-block;
    background: #c4c4c4;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    float: right;
}

.aboutlist .item3 .tab div:hover {
    background: #33b5ed;
}

.aboutlist .item4 .li {
    box-shadow: 0px 0px 5px 1px #eee;
}

.aboutlist .item4 .li h3 {
    background: #33b5ed;
    color: #fff;
    padding: 15px;
    font-size: 16px;
}

.aboutlist .item4 .li div {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding: 15px;
}

.aboutlist .item4 .li div a {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    float: left;
    margin: 10px 0;
}

.aboutlist .item5 {
    background: url(../img/a1.png) center;
    margin-top: 30px;
    padding-bottom: 40px;
}

.aboutlist .item5 .title span {
    color: #fff !important;
}

.aboutlist .item5 .box {
    padding: 0px 50px;
}

.aboutlist .item5 .swiper-slide {
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    padding: 15px;
    height: 280px;
}

.aboutlist .item5 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutlist .item5 .box {
    position: relative;
}

.aboutlist .item5 .box .tab {
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 280px;
    line-height: 280px;
    text-align: center;
    top: 0px;
}

.aboutlist .item5 .next {
    right: 0px;
}

.aboutlist .item5 .prev {
    left: 0px;
}

@media(max-width:650px) {
    .aboutlist .title {
        font-size: 16px;
        padding: 35px 0 0;
    }
    .aboutlist .item2 {
        margin: 30px 0 0;
    }
    .aboutlist .item3 {
        position: relative;
    }
    .aboutlist .item3 .tab {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
    }
    .aboutlist .item3 .l .img {
        display: none;
    }
    .aboutlist .item3 .r {
        margin-top: 10px;
    }
    .aboutlist .item3 .r .swiper-slide img {
        height: auto;
    }
    .aboutlist .item4 .li div a {
        width: 50%;
    }
    .aboutlist .item5 .box .tab {
        background: none;
    }
    .news_list2 {
        margin: 10px auto;
    }
}

.sz_list .box a {
    display: block;
    margin-top: 15px;
    background: #fff;
}

.sz_list .box a img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}

.sz_list .box a p {
    background: #f2f2f2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px;
}

.sz_list .box a:hover p {
    background: #33b5ed;
    color: #fff;
}

.topnav_list {
    box-shadow: 0px 0px 5px 1px #eee;
}

.topnav_list .l {
    float: left;
}

.topnav_list .l a {
    line-height: 60px;
    padding: 0px 15px;
}

.topnav_list .l a.on,
.topnav_list .l a:hover {
    background-image: linear-gradient(#035378, #009fe5);
    color: #fff;
    border-bottom: 2px solid red;
}

.topnav_list .r {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 50px;
}

.topnav_list .r p {
    display: inline-block;
}

.topnav_list .r a:hover {
    color: #33b5ed;
}

.rc_list {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.rc_list a {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.rc_list a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.rc_list a p {
    color: #666;
    font-size: 16px;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc_list a span {
    color: #666;
}

.rc_list a:hover p {
    color: #33b5ed;
}

.rc_list a:hover {
    border-bottom: 1px solid #33b5ed;
}

@media(max-width:650px) {
    .topnav_list .l {
        display: none;
    }
    .topnav_list .r {
        float: left;
    }
}

.set_list .box a {
    display: block;
    height: auto;
    overflow: hidden;
}

.set_list .box a img {
    width: 50%;
    float: left;
    height: 340px;
    object-fit: cover;
}

.set_list .box a .txt {
    padding: 25px 15px;
    width: 50%;
    float: right;
}

.set_list .box a .txt h3 {
    margin: 0px;
    font-size: 16px;
}

.set_list .box a .txt P {
    line-height: 1.5;
    margin-top: 25px;
}

.set_list .box a .txt p span {
    font-weight: 800;
}

.set_list .box a:nth-of-type(2n) img {
    float: right;
}

@media(max-width:650px) {
    .set_list .box img,
    .set_list .box .txt {
        width: 100% !important;
        /*float: none;*/
        height: auto !important;
        padding: 25px 0 0 !important;
    }
}

.xzlist .box a {
    display: block;
    margin-top: 15px;
}

.xzlist .box a img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.xzlist .box a p {
    line-height: 40px;
    color: #666;
    display: flex;
    align-items: center;
}

.xzlist .box a p span {
    font-size: 18px;
    color: #33b5ed;
    margin-right: 15px;
}


/*分页start*/

.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    height: auto;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    text-align: center;
    padding: 3px 10px;
    margin: 3px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page_list a:hover {
    color: #fff;
    color: #00a2e9;
    border-bottom: 2px solid #00a2e9;
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: #00a2e9;
    color: #fff;
}

@media(max-width:650px) {
    .page_list {
        height: auto;
        margin-bottom: 20px;
    }
}

.page_list .go {
    display: inline-block;
    color: #898989;
    text-align: center;
    padding: 3px 10px;
    margin: 3px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    width: 7%;
}


/*分页end*/
