﻿
.header {
    width: 100%;
    background: url(../image/header_bj.jpg) center top no-repeat
}

    .header .top-info {
        padding-top: 30px;
        padding-bottom:30px;
    }

        .header .top-info .logo {
            width: 500px;
        }

        .header .top-info .right-area form {
            position: relative;
            top: -50px;
            margin-right: 15px;
        }

            .header .top-info .right-area form input {
                width: 220px;
                height: 36px;
                background: #FFF;
                border-radius: 18px;
                -webkit-border-radius: 18px;
                -moz-border-radius: 18px;
                -o-border-radius: 18px;
                border: 0;
                text-align: center;
            }

            .header .top-info .right-area form .search {
                width: 40px;
                height: 40px;
                background: none;
                border: 1px solid #FFF;
                border-radius: 40px;
                -webkit-border-radius: 40px;
                -moz-border-radius: 40px;
                -o-border-radius: 40px;
                line-height: 30px;
                text-align: center;
                font-size: 22px;
                color: #FFF;
                cursor: pointer;
            }

        .header .top-info .right-area .ewm {
            text-align: center;
        }

            .header .top-info .right-area .ewm .image {
                padding: 5px;
                background: #FFF;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
            }

                .header .top-info .right-area .ewm .image img {
                }

            .header .top-info .right-area .ewm p {
                padding-top: 5px;
                color: #FFF;
            }

.nav-box {
    background: #024B98;
    border-top: 1px solid #fff;
}

    .nav-box .nav-lsit {
        position: relative;
        height: 100%;
        clear: both;
        overflow: inherit;
        font-size: 0;
    }

        .nav-box .nav-lsit > li {
            width: 160px;
            display: inline-block;
            text-align: center;
            position: relative;
            font-size: 16px;
        }

            .nav-box .nav-lsit > li > a {
                color: #FFF;
                display: block;
                width: 100%;
                height: 48px;
                line-height: 48px;
            }


            .nav-box .nav-lsit > li > ul {
                position: absolute;
                width: 100%;
                height: auto;
                top: 200px;
                left: 0;
                visibility: hidden;
                opacity: 0;
                background: #024B98;
                padding: 10px 0;
                z-index: 10;
                border-radius: 8px;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                -o-border-radius: 8px;
                transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
            }

                .nav-box .nav-lsit > li > ul > li {
                    text-align: center;
                    line-height: 30px;
                    font-size: 14px;
                    position: relative;
                }

                    .nav-box .nav-lsit > li > ul > li > a {
                        color: #FFF;
                        position: relative;
                        z-index: 20;
                    }

                    .nav-box .nav-lsit > li > ul > li:before {
                        position: absolute;
                        height: 100%;
                        content: "";
                        z-index: 10;
                        left: 50%;
                        width: 0;
                        top: 0;
                        transition: all 0.3s linear;
                        -webkit-transition: all 0.3s linear;
                        -o-transition: all 0.3s linear;
                        -moz-transition: all 0.3s linear;
                    }



                    .nav-box .nav-lsit > li > ul > li:hover:before {
                        width: 100%;
                        left: 0;
                    }

                .nav-box .nav-lsit > li > ul:after {
                    position: absolute;
                    width: 100%;
                    height: 15px;
                    content: "";
                    left: 0;
                    top: -15px;
                }

            .nav-box .nav-lsit > li.act > a {
                background: #fff;
                color: #1E71B3
            }

            .nav-box .nav-lsit > li:hover > a {
                background: #fff;
                color: #1E71B3
            }

            .nav-box .nav-lsit > li:hover > ul {
                opacity: 1;
                visibility: visible;
                top: 63px;
            }

.banner {
    position: relative;
    z-index: 1;
    width: 1280px;
    padding-left: calc(50% - 640px);
    height: 500px;
    overflow: hidden;
}

    .banner img {
        width: 100%;
    }

    .banner .hd {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 20px;
        z-index: 50;
        font-size: 0;
    }

        .banner .hd li {
            display: inline-block;
            width: 14px;
            height: 14px;
            background: #FFF;
            margin: 0 3px;
            border-radius: 14px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            -o-border-radius: 14px;
            cursor: pointer;
        }

            .banner .hd li.on {
                background: #024B98;
            }

.banner1 {
    position: relative;
    z-index: 1;
    width: 1280px;
    margin: 5px auto;
    height: 100px;
    overflow: hidden;
}

    .banner1 img {
        width: 100%;
    }

    .banner1 .hd {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 20px;
        z-index: 50;
        font-size: 0;
    }

        .banner1 .hd li {
            display: inline-block;
            width: 14px;
            height: 14px;
            background: #FFF;
            margin: 0 3px;
            border-radius: 14px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            -o-border-radius: 14px;
            cursor: pointer;
        }

            .banner1 .hd li.on {
                background: #024B98;
            }

.pub-t {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #D6D6D6;
}

    .pub-t span {
        display: inline-block;
        font-size: 18px;
        color: #545454;
        position: relative;
    }

        .pub-t span i {
            display: inline-block;
            padding-right: 5px;
            font-size: 22px;
            color: #024B98;
        }

        .pub-t span:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            background: #024B98;
            left: 0;
            top: 34px;
        }

    .pub-t a {
        color: #555555;
    }

        .pub-t a i {
            display: inline-block;
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            border: 1px solid #666666;
            color: #333;
            margin-left: 5px;
        }

.news-list li {
    padding: 16px 0 12px 0;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    height: 100%;
    overflow: hidden;
    clear: both;
}

    .news-list li a {
        color: #666666;
        width: 362px;
        margin-left: 8px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .news-list li a:hover {
            color: #024B98;
        }

    .news-list li span {
        font-size: 12px;
        color: #AAAAAA;
    }

.index-news .school-news {
    width: 912px;
    float: left;
}

    .index-news .school-news .news-content {
        padding: 25px 0;
        height:470px;
    }

        .index-news .school-news .news-content .slide-news {
            position: relative;
            width: 443px;
        }

            .index-news .school-news .news-content .slide-news .hd {
                position: absolute;
                width: 80%;
                bottom: 15px;
                left: 10%;
                padding: 0 30px;
                font-size: 0;
                z-index: 50;
                text-align: right;
            }

                .index-news .school-news .news-content .slide-news .hd li {
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    background: #fff;
                    margin: 0 3px;
                    cursor: pointer;
                    border-radius: 10px;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    -o-border-radius: 10px;
                }

                    .index-news .school-news .news-content .slide-news .hd li.on {
                        background: #0C7ED9;
                    }

            .index-news .school-news .news-content .slide-news .bd li a .cover {
                position: absolute;
                width: 100%;
                height: 140px;
                left: 0;
                bottom: 0;
                background: -webkit-linear-gradient(rgba(255, 255, 255, 0.01), black);
                background: -o-linear-gradient(rgba(255, 255, 255, 0.01), black);
                background: -moz-linear-gradient(rgba(255, 255, 255, 0.01), black);
                background: linear-gradient(rgba(255, 255, 255, 0.01), black);
                color: #FFF;
                bottom: 0;
                left: 0;
            }

                .index-news .school-news .news-content .slide-news .bd li a .cover .title, .index-news .school-news .news-content .slide-news .bd li a .cover .time {
                    width: 90%;
                    margin: 0 auto;
                }

                .index-news .school-news .news-content .slide-news .bd li a .cover .title {
                    font-size: 18px;
                    margin-top: 70px;
                    white-space: nowrap;
                    -ms-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                .index-news .school-news .news-content .slide-news .bd li a .cover .time {
                    margin-top: 10px;
                }

                    .index-news .school-news .news-content .slide-news .bd li a .cover .time i {
                        display: inline-block;
                        font-size: 22px;
                        padding-right: 8px;
                        position: relative;
                        top: 3px;
                    }

            .index-news .school-news .news-content .slide-news .bd li a:hover .cover {
                background: none;
            }

        .index-news .school-news .news-content .news-area {
            width: 443px;
        }

.index-news .notice {
    width: 340px;
    float: right;
}

    .index-news .notice .notice-list {
        background: #F3F3F3;
        margin-top: 25px;
    }

        .index-news .notice .notice-list li {
            width: 320px;
            margin: 0 auto;
            padding: 14px 0;
            border-bottom: 1px dashed #DFDFDF;
        }

            .index-news .notice .notice-list li a {
                width: 245px;
                margin: 0;
            }

                .index-news .notice .notice-list li a:hover {
                    color: #024B98;
                }

.center-box {
    width: 423px;
    margin: 0 auto;
}

.pub-list {
    padding: 15px 0;
    height:286px;
}

    .pub-list li {
        padding: 7px 0;
        position: relative;
        height: 100%;
        overflow: hidden;
        clear: both;
    }

        .pub-list li a {
            width: 340px;
            color: #666666;
            float: left;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .pub-list li a:hover {
                color: #024B98;
            }

        .pub-list li span {
            font-size: 12px;
            color: #AAAAAA;
        }

.edu-box {
    padding: 30px 0px 0px 0px;
    background: #fff;
}

    .edu-box .pub-t {
        padding-top: 15px;
    }

    .edu-box .study-box {
        width: 443px;
        float: left;
        background: #FFF;
    }

    .edu-box .result-box {
        margin-left: 30px;
    }

    .edu-box .viedeo-box {
        position: absolute;
        width: 340px;
        height: 100%;
        top: 0;
        right: 0;
        background: #FFF;
    }

        .edu-box .viedeo-box img {
            width: 320px;
            height: auto;
            padding: 10px 0px 0px 0px;
        }


        .edu-box .viedeo-box .center-box {
            width: 320px;
        }

        .edu-box .viedeo-box .video-area {
            padding-top: 30px;
        }

            .edu-box .viedeo-box .video-area img {
                margin: 0 auto;
                display: block;
            }

            .edu-box .viedeo-box .video-area .cover {
                position: absolute;
                left: 0;
                top: 50%;
                width: 100%;
                height: 66px;
                margin-top: -33px;
            }

.body-nav {
    padding-bottom: 30px;
    background: #F3F3F3;
}

    .body-nav img {
        width: 240px;
        height: 90px;
    }

    .body-nav .rows {
        margin: 0 -10px;
    }

    .body-nav li {
        padding: 0 10px;
        width: 240px;
        height: 90px;
        float: left;
    }

        .body-nav li a {
            display: block;
            width: 100%;
            height: 100%;
            line-height: 90px;
            text-align: center;
            color: #FFF;
        }

            .body-nav li a i {
                display: inline-block;
                font-size: 30px;
                padding-right: 10px;
                position: relative;
                top: 2px;
                transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
            }

            .body-nav li a span {
                font-size: 18px;
            }

            .body-nav li a:hover i {
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }

        .body-nav li:first-child a {
            background: #31B9DD;
        }

        .body-nav li:nth-child(2) a {
            background: #F27655;
        }

        .body-nav li:nth-child(3) a {
            background: #319E8C;
        }

        .body-nav li:nth-child(4) a {
            background: #6FBC47;
        }

        .body-nav li:last-child a {
            background: #EEBF33;
        }

.view-box .view-list {
    padding: 30px 0;
    width: 100%;
    position: relative;
}

    .view-box .view-list .hd a {
        position: absolute;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        border-radius: 34px;
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        -o-border-radius: 34px;
        border: 1px solid #D6D6D6;
        color: #D6D6D6;
        font-size: 16px;
        top: 50%;
        margin-top: -17px;
    }

        .view-box .view-list .hd a:hover {
            border: 1px solid #024B98;
            color: #024B98;
        }

    .view-box .view-list .hd .prev {
        left: -60px;
    }

    .view-box .view-list .hd .next {
        right: -60px;
    }

    .view-box .view-list .bd .tempWrap {
        margin: 0 -13.33333px;
    }

    .view-box .view-list .bd li {
        float: left;
        padding: 0 13.33333px;
        width: 300px;
    }

        .view-box .view-list .bd li img {
            width: 100%;
        }

        .view-box .view-list .bd li p {
            text-align: center;
            padding-top: 10px;
            color: #525252;
            font-size: 16px;
        }

        .view-box .view-list .bd li:hover p {
            color: #024B98;
        }


.view-box.idx-apd .view-list {
    font-size: 0;
}

    .view-box.idx-apd .view-list ul {
        margin: -8px;
    }

        .view-box.idx-apd .view-list ul li {
            display: inline-block;
            padding: 8px;
            width: 25%;
            text-align: center;
            box-sizing: border-box;
        }

            .view-box.idx-apd .view-list ul li img {
                max-width: 100%;
                height: 220px;
            }

            .view-box.idx-apd .view-list ul li p {
                margin: 0;
                padding-top: 8px;
                font-size: 12px;
            }

            .view-box.idx-apd .view-list ul li a:link, .view-box.idx-apd .view-list ul li a:visited {
                color: #666;
                text-decoration: none;
            }

            .view-box.idx-apd .view-list ul li a:hover, .view-box.idx-apd .view-list ul li a:active {
                color: #024B98;
            }

.fr-link {
    padding: 30px 0;
}

    .fr-link .tempWrap {
        margin: 0 -16.25px;
    }

    .fr-link .rows li {
        width: 230px;
        height: 73px;
        padding: 0 16.25px;
        float: left;
    }

        .fr-link .rows li a {
            display: block;
            width: 228px;
            height: 71px;
            border: 1px solid #D6D6D6;
            text-align: center;
        }

            .fr-link .rows li a img {
                margin-top: 8px;
            }

.footer {
    background: #024B98;
}

    .footer .ft-nav {
        padding: 20px 0;
        border-bottom: 1px solid #D6D6D6;
    }

        .footer .ft-nav > li {
            width: 150px;
            float: left;
            font-size: 18px;
        }

            .footer .ft-nav > li > ul {
                padding-top: 15px;
            }

                .footer .ft-nav > li > ul > li {
                    font-size: 14px;
                    line-height: 26px;
                }

            .footer .ft-nav > li a {
                color: #FFF;
            }

    .footer .footer-contact {
        color: #FFF;
        padding: 10px 0;
        border-bottom: 1px solid #D6D6D6;
    }

        .footer .footer-contact .addr-box {
            float: left;
            margin-right: 50px;
            padding-top: 10px;
            max-width: 600px;
        }

            .footer .footer-contact .addr-box a {
                color: #FFF;
            }

            .footer .footer-contact .addr-box p {
                line-height: 30px;
            }

            .footer .footer-contact .addr-box .addr {
                display: inline-block;
                padding-right: 8px;
            }

        .footer .footer-contact .ewm {
            float: right;
            padding-top: 10px;
        }

            .footer .footer-contact .ewm p {
                display: inline-block;
                position: relative;
                top: -30px;
                left: -10px;
            }

            .footer .footer-contact .ewm .image {
                display: inline-block;
                padding: 5px;
                width: 70px;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                background: #FFF;
            }

                .footer .footer-contact .ewm .image img {
                    width: 100%;
                }

    .footer .ft-btm {
        padding: 10px 0;
        font-size: 12px;
        color: #FFF;
    }

        .footer .ft-btm a {
            color: #FFF;
        }

        .footer .ft-btm span {
            display: inline-block;
            padding-right: 40px;
        }

            .footer .ft-btm span img {
                position: relative;
                top: 5px;
                display: inline-block;
                padding-right: 5px;
            }

        .footer .ft-btm i {
            color: #FFFF00;
        }

        .footer .ft-btm .support {
            padding: 0;
        }

.position {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #464645;
    background: #FFF;
    border-bottom: 1px solid #D6D6D6;
}

    .position a {
        color: #464645;
    }

.child-content {
    width: 100%;
    background: #FFF;
    padding-top: 20px;
}

    .child-content .container {
        position: relative;
    }

    .child-content .left-nav {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 270px;
        background: #F5F5F5;
    }

        .child-content .left-nav .left-child-t {
            width: 100%;
            height: 60px;
            line-height: 60px;
            text-align: center;
            color: #FFF;
            background: #024B98;
            font-size: 30px;
        }

        .child-content .left-nav .bt-list {
            padding-top: 10px;
        }

            .child-content .left-nav .bt-list li {
                width: 198px;
                height: 48px;
                line-height: 48px;
                margin: 20px auto;
                text-align: center;
                border: 1px solid #D9D9D9;
            }

                .child-content .left-nav .bt-list li a {
                    color: #545454;
                    display: block;
                }

                .child-content .left-nav .bt-list li:hover, .child-content .left-nav .bt-list li.act {
                    background: #024B98;
                    border: 1px solid #024B98;
                }

                    .child-content .left-nav .bt-list li:hover a, .child-content .left-nav .bt-list li.act a {
                        color: #FFF;
                    }

        .child-content .left-nav .child-nav li {
            width: 200px;
            height: 60px;
            line-height: 60px;
            margin: 20px auto;
            float: none;
        }

            .child-content .left-nav .child-nav li a {
                line-height: 60px;
            }

                .child-content .left-nav .child-nav li a i {
                    top: 0;
                }

                .child-content .left-nav .child-nav li a span {
                    font-size: 16px;
                    position: relative;
                    top: -5px;
                }

    .child-content .main-right {
        width: 1008px;
        border: 1px solid #D6D6D6;
        float: right;
        padding: 15px 0;
        min-height: 810px;
    }

        .child-content .main-right .right-child-t {
            width: 960px;
            margin: 0 auto;
            padding: 10px 0;
            border-bottom: 1px solid #D6D6D6;
            position: relative;
            font-size: 18px;
            color: #535353;
            font-weight: bold;
        }

            .child-content .main-right .right-child-t:before {
                content: "";
                position: absolute;
                width: 120px;
                height: 1px;
                background: #024B98;
                bottom: -1px;
                left: 0;
            }

        .child-content .main-right .right-content {
            width: 960px;
            margin: 0 auto;
        }

            .child-content .main-right .right-content .newsArea {
                padding: 20px 0;
            }

            .child-content .main-right .right-content .pub-news-list .item {
                position: relative;
                height: 100%;
                overflow: hidden;
                clear: both;
                padding: 10px 0;
            }

                .child-content .main-right .right-content .pub-news-list .item a {
                    display: block;
                    width: 800px;
                    float: left;
                    color: #454545;
                }

                    .child-content .main-right .right-content .pub-news-list .item a:hover {
                        color: #024B98;
                    }

                .child-content .main-right .right-content .pub-news-list .item span {
                    width: 100px;
                    float: right;
                    text-align: right;
                    color: #AAA;
                    font-size: 12px;
                }

            .child-content .main-right .right-content .compus-box {
                padding: 20px 0;
            }

                .child-content .main-right .right-content .compus-box .t {
                    font-size: 16px;
                    color: #000;
                    padding: 10px 0;
                    border-bottom: 1px solid #D6D6D6;
                    font-weight: bold;
                    margin-bottom: 15px;
                }

                    .child-content .main-right .right-content .compus-box .t span {
                        display: inline-block;
                        position: relative;
                    }

                        .child-content .main-right .right-content .compus-box .t span:after {
                            position: absolute;
                            content: "";
                            width: 120%;
                            height: 1px;
                            background: #024B98;
                            left: 0;
                            top: 31px;
                        }

                .child-content .main-right .right-content .compus-box .campus-list ul {
                    margin: 0 -15px;
                }

                .child-content .main-right .right-content .compus-box .campus-list li {
                    float: left;
                    width: 300px;
                    padding: 10px 15px;
                    text-align: center;
                }

                    .child-content .main-right .right-content .compus-box .campus-list li img {
                        width: 100%;
                    }

                    .child-content .main-right .right-content .compus-box .campus-list li .name {
                        color: #545454;
                        padding-top: 10px;
                    }

            .child-content .main-right .right-content .introArea {
                padding: 20px 0;
            }

            .child-content .main-right .right-content .detail-box {
                padding: 20px 0;
            }

                .child-content .main-right .right-content .detail-box .tit-area {
                    text-align: center;
                }

                    .child-content .main-right .right-content .detail-box .tit-area .title {
                        padding-bottom: 15px;
                        font-size: 18px;
                        color: #000;
                    }

                    .child-content .main-right .right-content .detail-box .tit-area .info {
                        color: #666;
                        font-size: 12px;
                    }

                        .child-content .main-right .right-content .detail-box .tit-area .info span {
                            display: inline-block;
                            padding: 0 5px;
                        }

                .child-content .main-right .right-content .detail-box .detail {
                    padding: 20px 0;
                    line-height:36px;
                }

                    .child-content .main-right .right-content .detail-box .detail img {
                        max-width: 100%;
                        margin: 0 auto;
                        display: block;
                    }

                    .child-content .main-right .right-content .detail-box .detail .content {
                        padding-top: 15px;
                    }

                .child-content .main-right .right-content .detail-box .toggle-pages {
                    color: #545454;
                }

                    .child-content .main-right .right-content .detail-box .toggle-pages a {
                        color: #545454;
                    }

            .child-content .main-right .right-content .layui-form {
                padding: 20px 0;
            }

                .child-content .main-right .right-content .layui-form .layui-btn {
                    background: #024B98;
                }

                .child-content .main-right .right-content .layui-form .layui-btn-primary {
                    background: #FFF;
                }

            .child-content .main-right .right-content .message-area {
                padding: 20px 0;
            }

                .child-content .main-right .right-content .message-area .message-list .item {
                    border: 1px solid #D6D6D6;
                    margin-bottom: 20px;
                }

                    .child-content .main-right .right-content .message-area .message-list .item .them {
                        width: 100%;
                        height: 30px;
                        line-height: 30px;
                        background: #024B98;
                        color: #FFF;
                        font-weight: bold;
                    }

                        .child-content .main-right .right-content .message-area .message-list .item .them span {
                            padding-left: 15px;
                            display: inline-block;
                        }

                    .child-content .main-right .right-content .message-area .message-list .item .info {
                        padding: 15px;
                        color: #545454;
                    }

                        .child-content .main-right .right-content .message-area .message-list .item .info .name {
                            color: #024B98;
                        }

                    .child-content .main-right .right-content .message-area .message-list .item .content {
                        padding: 0 15px;
                    }

                    .child-content .main-right .right-content .message-area .message-list .item .response {
                        margin: 20px auto;
                        width: 930px;
                        padding: 10px 0;
                        border: 1px dashed #D6D6D6;
                        color: #666;
                    }

                        .child-content .main-right .right-content .message-area .message-list .item .response p {
                            padding-left: 15px;
                            line-height: 30px;
                        }

            .child-content .main-right .right-content .page-contact {
                padding: 15px 0 5px 0;
            }

                .child-content .main-right .right-content .page-contact .item {
                    padding: 10px 0;
                }

                    .child-content .main-right .right-content .page-contact .item .tit {
                        font-size: 18px;
                        color: #000;
                        padding-bottom: 10px;
                    }

                    .child-content .main-right .right-content .page-contact .item p {
                        line-height: 28px;
                        color: #545454;
                    }

.page {
    padding: 20px 0;
    text-align: center;
}

    .page span, .page a {
        display: inline-block;
        padding: 4px 8px;
        border: 1px solid #D6D6D6;
        color: #464646;
        margin: 0 3px;
    }

        .page a:hover, .page span.current, .page a.current {
            background: #024B98 !important;
            border: 1px solid #024B98 !important;
            color: #FFF !important;
        }

.piaofu_box {
    position: absolute;
    z-index: 99;
}

    .piaofu_box .pf_close {
        background: url(../image/close.png) no-repeat right 0px;
        height: 24px;
        margin: 0px -10px -10px 0px;
        position: relative;
    }

/*# sourceMappingURL=index.css.map */
