* {
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    color: #000;
}

html {
    overflow-y: scroll;
}

input,
button,
select,
textarea {
    outline: none;
    border-style: none;
    font-family: "Microsoft YaHei", 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', Arial, sans-serif;
    font-size: 0.24rem;
    -webkit-appearance: none !important;
}

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: rgba(255,255,255,0.53);
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        color: rgba(255,255,255,0.53);
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: rgba(255,255,255,0.53);
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: rgba(255,255,255,0.53);
    }

.clear-fix {
    width: 100%;
    height: 0.1px;
    clear: both;
}

body {
    background-size: 100% 100%;
    background-repeat: repeat-x;
    margin: 0;
}

.views {
    min-width: 1200px;
    background-color: #f8f9fb;
}

    .views .container {
        margin: 0 auto;
        width: 1206px;
    }

    .views .header-text {
        line-height: 20px;
        padding: 8px 0;
        background: #182e9a;
        font-size: 14px;
        color: #fff;
    }

    .views .header-wrap {
        padding: 20px 0 30px 0;
    }

        .views .header-wrap .head-logo {
            height: 60px;
        }

        .views .header-wrap .title {
            font-size: 44px;
            letter-spacing: 3px;
            color: #fff;
            display: block;
            line-height: 55px;
            text-align: center;
            margin-top: 10px;
        }

        .views .header-wrap .sub-title {
            margin-top: 30px;
            font-size: 16px;
            text-align: right;
            color: #fff;
            letter-spacing: 1px;
        }

        .views .header-wrap .logo {
            height: 100px;
        }

        .views .header-wrap .text-content {
            float: right;
            /*padding: 8px 0;*/
        }

            .views .header-wrap .text-content .text {
                line-height: 28px;
                font-size: 20px;
                color: #101010;
            }

.text p:first-child {
    width: 85px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute;
}

.text p:last-child {
    width: 190px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute;
    letter-spacing: 2px;
}

.views .header-wrap .text-content .text.margin {
    margin-top: 10px;
}

.views .menu-wrap {
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    z-index: 1;
    background-color: #182e9a;
}

    .views .menu-wrap .menu-item {
        position: relative;
        margin-left: 54px;
        float: left;
        font-size: 0;
    }

        .views .menu-wrap .menu-item.no-margin {
            margin-left: 0;
        }

        .views .menu-wrap .menu-item .text {
            line-height: 60px;
            font-weight: 500;
            font-size: 18px;
            color: #fff;
        }

        .views .menu-wrap .menu-item .menu-children {
            display: none;
            position: absolute;
            top: 60px;
            left: -18px;
            z-index: 2;
            background: #182e9a;
            filter: alpha(opacity=85);
            -moz-opacity: 0.85;
            -khtml-opacity: 0.85;
            opacity: 0.85;
            border-color: #ccc;
            box-shadow: 0 3px 6px rgba(0,0,0,0.16);
        }

            .views .menu-wrap .menu-item .menu-children .children-menu {
                display: inline-block;
                vertical-align: center;
                padding: 10px 0;
            }

                .views .menu-wrap .menu-item .menu-children .children-menu .children-item {
                    /*display: inline-block;*/
                    display: block;
                    line-height: 32px;
                    white-space: nowrap;
                    min-width: 120px;
                    padding: 0 18px;
                    color: #fff;
                    font-size: 16px;
                    cursor: pointer;
                }

                    .views .menu-wrap .menu-item .menu-children .children-menu .children-item:hover {
                        color: #fff;
                    }

        .views .menu-wrap .menu-item:hover .text {
            color: #fff;
        }

        .views .menu-wrap .menu-item:hover .line {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #fff;
        }

        .views .menu-wrap .menu-item:hover .menu-children {
            display: block;
            z-index: 999;
        }

.views .banner-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

    .views .banner-wrap .banner {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        overflow: hidden;
    }

        .views .banner-wrap .banner > ul {
            position: absolute;
        }

            .views .banner-wrap .banner > ul li {
                float: left;
                overflow: hidden;
                position: relative;
            }

                .views .banner-wrap .banner > ul li a {
                    display: block;
                    overflow: hidden;
                }

                    .views .banner-wrap .banner > ul li a img {
                        width: 100%;
                        height: 100%;
                    }

    .views .banner-wrap .banner-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        padding: 15px 0;
        background: rgba(0,0,0,0.07);
        text-align: center;
        font-size: 0;
    }

        .views .banner-wrap .banner-btn span {
            display: inline-block;
            vertical-align: center;
            _display: inline;
            _zoom: 1;
            width: 22px;
            height: 22px;
            _font-size: 0;
            margin: 2px 8px;
            cursor: pointer;
            border-radius: 50%;
            background: rgba(255,255,255,0.7);
            -pie-background: rgba(255,255,255,0.7);
            behavior: url("css/PIE.htc");
        }

            .views .banner-wrap .banner-btn span.on {
                background-color: #fff;
                -pie-background: #fff;
            }

.views .banner-time {
    height: 60px;
    font-size: 0;
}

    .views .banner-time .timer {
        text-align: center;
        padding: 22px 0;
    }

        .views .banner-time .timer span {
            font-size: 16px;
            color: #000;
        }

    .views .banner-time .search-wrap {
        float: right;
        padding: 14px 0;
    }

        .views .banner-time .search-wrap .btn {
            float: right;
            text-align: center;
            width: 42px;
            padding: 9px 0;
            background: #3b8026;
            cursor: pointer;
        }

            .views .banner-time .search-wrap .btn .image {
                width: 14px;
                height: 14px;
            }

        .views .banner-time .search-wrap .text-input {
            float: right;
            line-height: 32px;
            width: 195px;
            height: 32px;
            padding: 0 17px;
            color: #999;
            border-style: none;
            background: rgba(255,255,255,0.39);
            font-size: 18px;
        }

.views .part-wrap {
    padding: 15px 0;
}

    .views .part-wrap.gray {
        background: #f7f8f8;
    }

    .views .part-wrap .margin-36 {
        margin-right: 36px;
    }

    .views .part-wrap .margin-18 {
        margin-right: 18px;
    }

    .views .part-wrap .marginT-30 {
        margin-top: 30px;
    }

    .views .part-wrap .no-margin {
        margin-right: 0;
    }

    .views .part-wrap .part-box {
        float: left;
    }

        .views .part-wrap .part-box.part-1206 {
            width: 1206px;
        }

        .views .part-wrap .part-box.part-792 {
            width: 792px;
        }

        .views .part-wrap .part-box.part-585 {
            width: 585px;
        }

        .views .part-wrap .part-box.part-378 {
            width: 378px;
        }

        .views .part-wrap .part-box .part-title {
            height: 37px;
            width: 100%;
            border-bottom: 1px solid #f2f3f5;
            padding-bottom: 10px;
        }

        .views .part-wrap .part-box .intro-title {
            line-height: 25px;
        }

            .views .part-wrap .part-box .intro-title a {
                font-size: 25px;
                font-weight: bold;
                color: #000;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 585px;
                display: block;
            }

        .views .part-wrap .part-box .intro-body {
            margin-top: 18px;
            opacity: .7;
            font-size: 14px;
            color: #1b2126;
            letter-spacing: 0;
            line-height: 24px;
            padding-bottom: 13px;
        }

            .views .part-wrap .part-box .intro-body a {
                font-size: 14px;
            }

        .views .part-wrap .part-box .intro-time {
            font-size: 14px;
            color: rgb(144,144,144);
            margin-top: 15px;
            display: block;
        }

        .views .part-wrap .part-box .intro-more {
            color: #182e9a;
            font-weight: bold;
            margin-top: 10px;
            display: block;
            padding: 0 16px;
            line-height: 39px;
        }

        .views .part-wrap .part-box .part-title .titlep {
            float: left;
            height: 27px;
            font-size: 20px;
            color: #000;
            font-weight: bold;
            border-left: 5px solid #182e9a;
            margin-top: 7px;
        }

        .views .part-wrap .part-box .part-title .title {
            float: left;
            line-height: 37px;
            min-width: 105px;
            height: 37px;
            font-weight: bold;
            padding-left: 10px;
            flex-shrink: 0;
            color: #222;
            font-size: 24px;
            letter-spacing: 0;
            font-weight: 400;
        }

            .views .part-wrap .part-box .part-title .title.big {
                width: 159px;
            }

        .views .part-wrap .part-box .part-title .more {
            float: right;
            line-height: 37px;
            font-size: 14px;
            color: #182e9a;
            cursor: pointer;
            letter-spacing: 0;
            margin-right: 2px;
        }

        .views .part-wrap .part-box .news {
            padding-top: 25px;
        }

        .views .part-wrap .part-box .news-left {
            float: left;
            width: 378px;
        }

            .views .part-wrap .part-box .news-left .image-wrap {
                position: relative;
                width: 378px;
                height: 256px;
                font-size: 0;
            }

                .views .part-wrap .part-box .news-left .image-wrap .image {
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 0;
                }

                    .views .part-wrap .part-box .news-left .image-wrap .image.active {
                        display: inline-block;
                    }

                .views .part-wrap .part-box .news-left .image-wrap .index-wrap {
                    position: absolute;
                    bottom: 23px;
                    right: 12px;
                    text-align: right;
                    z-index: 1;
                    width: 366px;
                    height: 10px;
                    font-size: 0;
                    cursor: pointer;
                }

                    .views .part-wrap .part-box .news-left .image-wrap .index-wrap .index {
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 12px;
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        background: rgba(255,255,255,0.7);
                        -pie-background: rgba(255,255,255,0.7);
                        behavior: url("css/PIE.htc");
                    }

                        .views .part-wrap .part-box .news-left .image-wrap .index-wrap .index.on {
                            background-color: #fff;
                            -pie-background: #fff;
                        }

            .views .part-wrap .part-box .news-left .text {
                display: none;
                margin-top: 5px;
                line-height: 26px;
                max-height: 52px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                font-size: 16px;
                color: #101010;
            }

                .views .part-wrap .part-box .news-left .text.active {
                    display: -webkit-box;
                }

        .views .part-wrap .part-box .news-list {
            float: left;
            margin-top: -12px;
            width: 378px;
        }

            .views .part-wrap .part-box .news-list .news-item {
                display: block;
                line-height: 40px;
                height: 40px;
                width: 346px;
                padding: 0 16px;
                border-bottom: 1px dashed #ccc;
            }

                .views .part-wrap .part-box .news-list .news-item .icon {
                    display: inline-block;
                    vertical-align: middle;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    behavior: url("css/PIE.htc");
                    background-color: #ccc;
                }

                .views .part-wrap .part-box .news-list .news-item .icon_new {
                    display: inline-block;
                    vertical-align: middle;
                    width: 26px;
                    height: 14px;
                    /*border-radius: 50%;*/
                    background: url("../Images/new1.png");
                    background-size: 100% 100%;
                    /*background-color: #ccc;*/
                }

                .views .part-wrap .part-box .news-list .news-item .text_new {
                    display: inline-block;
                    vertical-align: middle;
                    width: 260px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 14px;
                    color: red;
                }

                .views .part-wrap .part-box .news-list .news-item .text {
                    display: inline-block;
                    vertical-align: middle;
                    width: 281px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 14px;
                    color: #101010;
                }

                .views .part-wrap .part-box .news-list .news-item .time {
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 10px;
                    color: #999;
                    font-size: 13px;
                }

        .views .part-wrap .part-box .notice {
            padding: 20px 10px 0 10px;
            background-color: #e0d9c9;
        }

            .views .part-wrap .part-box .notice .notice-item {
                display: inline-block;
                margin-bottom: 10px;
            }

                .views .part-wrap .part-box .notice .notice-item .date {
                    width: 65px;
                    height: 55px;
                    float: left;
                    text-align: center;
                }

            .views .part-wrap .part-box .notice .date .date-day {
                color: #fff;
                height: 24px;
                line-height: 24px;
                background-color: #bd000d;
                font-size: 14px;
                font-weight: 700;
            }

            .views .part-wrap .part-box .notice .date .date-month {
                height: 24px;
                line-height: 24px;
                color: #797979;
                background-color: #fff;
                font-size: 12px;
            }

            .views .part-wrap .part-box .notice .text {
                padding-left: 10px;
                display: inline-block;
                vertical-align: middle;
                width: 270px;
                /* white-space: nowrap;
                text-overflow: ellipsis;*/
                line-height: 25px;
                overflow: hidden;
                font-size: 14px;
                color: #bd000d;
            }

        .views .part-wrap .part-box .system .sys-item .image {
            width: 180px;
            height: 70px;
        }

        .views .part-wrap .part-box .report {
            width: 100%;
            padding-top: 12px;
        }

            .views .part-wrap .part-box .report .report-item {
                display: block;
                line-height: 39px;
                padding: 0 16px;
                height: 39px;
                /*border-bottom: 1px dashed #ccc;*/
            }

                .views .part-wrap .part-box .report .report-item .icon {
                    margin-right: 7px;
                    z-index: 1;
                    display: inline-block;
                    vertical-align: middle;
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                }

                .views .part-wrap .part-box .report .report-item .text {
                    display: inline-block;
                    vertical-align: middle;
                    width: 415px;
                    font-size: 16px;
                    color: #222;
                    letter-spacing: 0;
                    line-height: 24px;
                    font-weight: 300;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .views .part-wrap .part-box .report .report-item:hover .text {
                    color: #182e9a;
                }

                .views .part-wrap .part-box .report .report-item .icon_new {
                    /*margin-right: 7px;
        z-index: 1;
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        border-radius: 50%;*/
                    display: inline-block;
                    vertical-align: middle;
                    width: 26px;
                    height: 14px;
                    /*border-radius: 50%;*/
                    background: url("../Images/new1.png");
                    background-size: 100% 100%;
                    /*background-color: #ccc;*/
                }

                .views .part-wrap .part-box .report .report-item .text_new {
                    display: inline-block;
                    vertical-align: middle;
                    width: 405px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    font-size: 14px;
                    color: #c62b28;
                }

                .views .part-wrap .part-box .report .report-item .time {
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 10px;
                    font-size: 13px;
                    color: #999;
                    letter-spacing: 0;
                    line-height: 24px;
                    font-weight: 300;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

        .views .part-wrap .part-box .friend {
            position: relative;
            margin-top: 23px;
            width: 100%;
            height: 389px;
            overflow: hidden;
        }

            .views .part-wrap .part-box .friend .slice-wrap {
                position: absolute;
                left: 0;
                top: 0;
            }

            .views .part-wrap .part-box .friend .friend-item {
                float: left;
                margin-right: 28.5px;
                margin-bottom: 35px;
                width: 176px;
                height: 176px;
                background-color: #fff;
            }

                .views .part-wrap .part-box .friend .friend-item:nth-child(3n) {
                    margin-right: 0;
                }

                .views .part-wrap .part-box .friend .friend-item.no-margin {
                    margin-right: 0;
                }

                    .views .part-wrap .part-box .friend .friend-item.no-margin .image {
                        width: 100%;
                        height: 100%;
                    }

        .views .part-wrap .part-box .column {
            padding: 24px 0 30px 0;
            width: 100%;
        }

            .views .part-wrap .part-box .column .btn {
                float: left;
                text-align: center;
                line-height: 116px;
                width: 33px;
                height: 116px;
                background-color: #cdcdcd;
                cursor: pointer;
                font-size: 0;
            }

                .views .part-wrap .part-box .column .btn.margin {
                    margin-right: 12px;
                }

                .views .part-wrap .part-box .column .btn .image {
                    display: inline-block;
                    vertical-align: middle;
                    width: 30px;
                    height: 30px;
                }

            .views .part-wrap .part-box .column .slice-wrap {
                position: absolute;
                top: 0;
                left: 0;
            }

            .views .part-wrap .part-box .column .column-wrap {
                float: left;
                position: relative;
                white-space: nowrap;
                margin-right: 12px;
                width: 1116px;
                height: 116px;
                overflow: hidden;
                font-size: 0;
            }

                .views .part-wrap .part-box .column .column-wrap .column-item {
                    display: inline-block;
                    vertical-align: middle;
                    width: 364px;
                    height: 116px;
                    margin-right: 12px;
                }

                    .views .part-wrap .part-box .column .column-wrap .column-item .image {
                        width: 100%;
                        height: 100%;
                    }

        .views .part-wrap .part-box .scenery {
            position: relative;
            padding-top: 24px;
            width: 100%;
            height: 160px;
            overflow: hidden;
            font-size: 0;
        }

            .views .part-wrap .part-box .scenery .slice-wrap {
                position: absolute;
                top: 24px;
                left: 0;
                white-space: nowrap;
            }

            .views .part-wrap .part-box .scenery .scenery-item {
                margin-right: 19px;
                display: inline-block;
                vertical-align: middle;
                width: 226px;
                height: 160px;
            }

                .views .part-wrap .part-box .scenery .scenery-item .image {
                    width: 100%;
                    height: 100%;
                }

        .views .part-wrap .part-box .link {
            width: 100%;
            padding-top: 24px;
        }

            .views .part-wrap .part-box .link .link-item {
                float: left;
                display: inline-block;
                vertical-align: middle;
                margin-right: 20px;
                text-align: center;
                text-align-last: center;
                line-height: 48px;
                width: 218px;
                height: 48px;
                font-size: 16px;
                color: #5A4820;
                /*padding: 0 10px*/
            }

                .views .part-wrap .part-box .link .link-item > option {
                    text-align: center;
                    text-align-last: center;
                    color: #66ba4e;
                }

                    .views .part-wrap .part-box .link .link-item > option:after {
                        content: " ";
                        display: inline-block;
                        width: 100%;
                    }

                .views .part-wrap .part-box .link .link-item:after {
                    content: " ";
                    display: inline-block;
                    width: 100%;
                }

                .views .part-wrap .part-box .link .link-item.no-margin {
                    margin-right: 0;
                }

.views .footer-wrap {
    background-color: #182e9a;
    padding: 1px 0;
    color: #fff;
}

    .views .footer-wrap a {
        color: #fff;
    }

    .views .footer-wrap .content .logo {
        float: left;
        margin-top: 41px;
        width: 387px;
        height: 82px;
    }

    .views .footer-wrap .content .footer-menu {
        float: left;
        margin-top: 19px;
        margin-left: 50px;
        width: 216px;
        opacity: 0.8;
    }

        .views .footer-wrap .content .footer-menu .title {
            font-size: 18px;
        }

        .views .footer-wrap .content .footer-menu .menus {
            margin-top: 11px;
            line-height: 30px;
            padding-left: 3px;
        }

            .views .footer-wrap .content .footer-menu .menus .menu-item {
                float: left;
                display: block;
                margin-right: 65px;
                font-size: 14px;
            }

                .views .footer-wrap .content .footer-menu .menus .menu-item.no-margin {
                    margin-right: 0;
                }

    .views .footer-wrap .content .contact {
        float: left;
        margin: 19px;
        opacity: 0.8;
    }

        .views .footer-wrap .content .contact .title {
            margin-bottom: 14px;
            font-size: 18px;
            opacity: .7;
            text-decoration: none;
            white-space: nowrap;
        }

        .views .footer-wrap .content .contact .text {
            line-height: 30px;
            font-size: 14px;
            opacity: .7;
            text-decoration: none;
            white-space: nowrap;
        }

    .views .footer-wrap .content .footer-edu {
        float: right;
        margin: 22px 16px 0 0;
        width: 80px;
        height: 80px;
    }

    .views .footer-wrap .content .qr-code {
        float: right;
        margin: 19px 0 0 0;
    }

        .views .footer-wrap .content .qr-code .image {
            width: 105px;
            height: 105px;
        }

        .views .footer-wrap .content .qr-code .qr-name {
            margin-top: 16px;
            text-align: center;
            width: 105px;
            font-size: 15px;
            opacity: 0.8;
            display: flex;
            justify-content: center;
        }

            .views .footer-wrap .content .qr-code .qr-name span {
                vertical-align: middle;
                height: 20px;
                line-height: 18px;
            }

    .views .footer-wrap.border {
        /* border-top: 1px solid rgba(162,162,162,0.2);*/
    }

    .views .footer-wrap .copy {
        text-align: center;
        padding: 15px 0;
    }

        .views .footer-wrap .copy .text {
            margin-right: 138px;
            display: inline-block;
            vertical-align: middle;
            font-size: 15px;
        }

            .views .footer-wrap .copy .text.no-margin {
                margin-right: 0;
            }

.views .child-banner-wrap {
    font-size: 0;
}

.views .list-title-wrap {
    float: left;
    text-align: center;
    width: 200px;
    line-height: 37px;
    /*height: 37px;
    background-color: #66ba4e;*/
    color: #fff;
}

    .views .list-title-wrap .list-icon {
        background-color: #182e9a;
        cursor: pointer;
        font-size: 22px;
        padding: 10px 5px;
        letter-spacing: 0;
        line-height: 26px;
        flex-shrink: 0;
        font-weight: 400;
        position: relative;
        top: 1px;
    }

    .views .list-title-wrap .list-text {
        cursor: pointer;
        border-bottom: 1px dashed #b3b3b3;
        font-size: 16px;
        color: #383838;
        padding: 5px;
    }

    .views .list-title-wrap .selected {
        color: #736767;
        background-color: #ececec;
    }

    .views .list-title-wrap .list-text:hover {
        color: #736767;
        text-decoration: none;
        background-color: #ececec;
    }
/*.views .list-title-wrap .list-title-content {
  float: right;
  line-height: 36px;
  width: 982px;
  height: 36px;
  border-bottom: 1px solid #ccc;
}
.views .list-title-wrap .list-title-content .title {
  float: left;
  font-size: 22px;
  color: #101010;
}
.views .list-title-wrap .list-title-content .location {
  float: right;
  font-size: 16px;
  color: #66ba4e;
}*/
.views .list-wrap {
    float: right;
    width: 982px;
}

    .views .list-wrap .list-title-content {
        line-height: 36px;
        width: 982px;
        margin-bottom: 20px;
    }

        .views .list-wrap .list-title-content .title {
            float: left;
            font-size: 20px;
            color: #101010;
            font-weight: 800;
        }

        .views .list-wrap .list-title-content .location {
            float: right;
            font-size: 16px;
            color: #333;
        }

            .views .list-wrap .list-title-content .location a {
                color: #777;
            }

    .views .list-wrap .list-item {
        display: block;
        line-height: 40px;
        height: 40px;
        width: 928px;
        padding: 0 7px;
        border-bottom: 1px dashed #ccc;
    }

        .views .list-wrap .list-item .icon {
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px;
            width: 8px;
            height: 8px;
        }

        .views .list-wrap .list-item .text {
            display: inline-block;
            vertical-align: middle;
            width: 797px;
            color: #222;
            letter-spacing: 0;
            line-height: 24px;
            font-weight: 300;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .views .list-wrap .list-item .time {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            font-size: 13px;
            color: #999;
            letter-spacing: 0;
            line-height: 24px;
            font-weight: 300;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .views .list-wrap .list-item:hover .text {
            color: #182e9a;
        }

        .views .list-wrap .list-item:hover .time {
            color: #182e9a;
        }

.views .list-page-wrap {
    text-align: right;
    width: 100%;
    padding: 30px 0 122px 0;
}

    .views .list-page-wrap .page-btn,
    .views .list-page-wrap .text,
    .views .list-page-wrap .text-input {
        display: inline-block;
        vertical-align: middle;
    }

    .views .list-page-wrap .page-btn {
        margin-right: 8px;
        text-align: center;
        line-height: 32px;
        height: 32px;
        min-width: 10px;
        padding: 0 11px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        behavior: url("css/PIE.htc");
        font-size: 14px;
        color: #000;
        cursor: pointer;
    }

        .views .list-page-wrap .page-btn:hover {
            color: #fff;
            background: #182e9a;
        }

        .views .list-page-wrap .page-btn.active {
            background-color: #182e9a;
            color: #fff;
        }

        .views .list-page-wrap .page-btn.text {
            margin-left: 8px;
            color: rgba(0,0,0,0.65);
        }

    .views .list-page-wrap .text-input {
        margin: 0 5px;
        line-height: 32px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        behavior: url("css/PIE.htc");
        width: 24px;
        height: 32px;
        padding: 0 12px;
    }

    .views .list-page-wrap .text {
        font-size: 14px;
        color: rgba(0,0,0,0.65);
    }

.views .detail-title {
    text-align: center;
    width: 100%;
    padding: 20px 0 19px 0;
    font-size: 26px;
    line-height: 30px;
    color: #182e9a;
    font-weight: 700;
}

.views .detail_location {
    padding: 10px 0;
    color: #333;
    text-align: right;
}

    .views .detail_location a {
        color: #8a9095;
    }

.views .detail-wrap {
    min-height: 600px;
    border: solid 1px #efefef;
    background-color: #fff;
    padding: 0 60px;
    margin-bottom: 80px;
}

    .views .detail-wrap .time {
        text-align: center;
        padding: 14px 0;
        font-size: 16px;
        color: #b6bdcb;
    }

    .views .detail-wrap .detail-rich {
        padding: 26px 0 30px 0;
    }

        .views .detail-wrap .detail-rich img {
            max-width: 860px;
        }

#content #lunbo {
    position: relative;
    width: 585px;
    height: 351px;
}

    #content #lunbo ul {
        width: 100%;
        height: 100%;
        position: relative;
    }

        #content #lunbo ul li {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            padding: 0;
            transition: all .8s;
        }

            #content #lunbo ul li.active {
                opacity: 1;
                z-index: 5;
            }

            #content #lunbo ul li > a {
                display: inline-block;
                width: 100%;
                height: 100%;
            }

            #content #lunbo ul li img {
                width: 100%;
                height: 100%;
            }

    #content #lunbo ol {
        position: absolute;
        bottom: 5px;
        right: 10px;
        text-align: right;
        z-index: 14;
    }

        #content #lunbo ol li {
            padding: 0;
            width: 10px;
            float: left;
            background-color: #fff;
            border-radius: 50%;
            margin: 0 3px;
            color: #322C2C;
            text-align: center;
            height: 10px;
            font-size: 14px;
        }

            #content #lunbo ol li.active {
                background-color: #182e9a;
                color: #fff;
            }

.divlunbo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 12;
    background-color: #182e9a33;
}

    .divlunbo p {
        display: none;
        line-height: 30px;
        text-indent: 15px;
        color: white;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
    }

        .divlunbo p.active {
            display: block;
        }
