
body {
    background: #f6f6f6;
}

header {
    height: 45px;
    line-height: 55px;
    background: #3597da;
}

    header a {
        color: #fff;
        padding: 0 10px;
        font-size: 18px;
        font-weight: bold;
    }

        header a:hover {
            color: #fff;
        }


.wrapper02 {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/menu-bg.jpg) top center;
}

    .wrapper02 .scroller {
        position: absolute;
    }

        .wrapper02 .scroller li {
            color: #333;
            float: left;
            font-size: 16px;
            text-align: center;
        }

            .wrapper02 .scroller li a {
                color: #fff;
                display: block;
                height: 41px;
                line-height: 41px;
                margin-top: 8px;
                padding: 0 10px;
            }

            .wrapper02 .scroller li.active a {
                background: #278cd0 !important;
                height: 42px;
                margin: 8px 0 0 0;
                padding: 0 10px;
                line-height: 41px !important;
            }

            .wrapper02 .scroller li.cur a {
                color: #fff;
            }

.banner {
    position: relative;
}

    .banner img {
        width: 100%;
    }

.search {
    height: 55px;
    box-shadow: 0 0 10px #eee;
    background: #fff;
    padding: 0 10px;
}

    .search input {
        height: 35px;
        margin: 10px 0;
        background: #f6f6f6;
        border: 1px solid #e1e1e1;
        padding: 2%;
        width: 70%;
        float: left;
        border-radius: 3px;
    }

    .search a {
        float: left;
        height: 35px;
        line-height: 35px;
        margin: 10px 0 10px 2%;
        background: #3598db;
        color: #fff;
        width: 28%;
        text-align: center;
        outline: none;
        border-radius: 3px;
        font-size: 15px;
    }

.main {
    padding: 5px;
}

.left-box {
    float: left;
    width: 50%;
    height: 200px;
}

.right-box {
    float: left;
    width: 50%;
    height: 200px;
}

.logo {
    background: #fff;
    height: 190px;
    line-height: 190px;
    margin: 5px;
    padding: 0 10px;
    text-align: center;
    box-shadow: 0 0 10px #eee;
}

    .logo img {
        width: 100%;
        vertical-align: middle;
        max-width: 200px;
    }

.box {
    float: left;
    width: 50%;
    margin: 5px 0;
}

    .box a {
        display: block;
        background: #fff;
        margin: 0 5px;
        height: 90px;
        color: #fff;
        text-align: center;
        box-shadow: 0 0 10px #ccc;
    }

        .box a span {
            height: 60px;
            line-height: 60px;
            font-size: 40px;
        }

        .box a p {
            height: 30px;
            line-height: 25px;
            font-size: 15px;
        }

.footer {
    text-align: center;
    background: #e9e9e9;
    margin: 5px 0 0 0;
    border: 1px solid #e1e1e1;
    line-height: 20px;
    font-size: 13px;
    color: #999;
    padding: 5px 0;
}

/*list.html*/
.list ul li {
    margin: 10px;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 0 10px #eee;
}

    .list ul li img {
        width: 65px;
        height: 65px;
        float: left;
        margin-right: 10px;
    }

    .list ul li p {
        height: 45px;
        overflow: hidden;
        line-height: 23px;
        font-size: 14px;
    }

.pages ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

    .pages ul li a {
        display: block;
        height: 35px;
        line-height: 35px;
    }

.share {
    height: 40px;
    position: absolute;
    top: 15px;
    width: 100%;
}

    .share a.back {
        float: left;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        text-align: center;
        background: #ffffffdb;
        margin-left: 15px;
    }

    .share a.share-icon {
        float: right;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        text-align: center;
        background: #ffffffdb;
        margin-right: 15px;
    }

/*detail.htm*/
.detail {
    margin: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px #eee;
    padding: 10px;
}

    .detail h1 {
        line-height: 22px;
        font-size: 18px;
        font-weight: normal;
    }

    .detail p img {
        width: 100%;
    }

    .detail p {
        /*border-bottom: 1px solid #e1e1e1;*/
        /*height: 30px;*/
        line-height: 30px;
        color: #999;
    }

    .detail .content {
        line-height: 25px;
        color: #666;
        font-size: 16px;
    }

.document-warp h1 {
    background: #fff;
    padding: 10px;
    font-size: 16px;
    background: #3597da;
    font-weight: normal;
    color: #fff;
}

.document {
    margin: 10px;
    height: 40px;
    background: #fff;
    padding: 10px;
}

    .document span {
        float: left;
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
    }

        .document span img {
            width: 100%;
        }

    .document p {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        float: left;
        width: 65%;
    }

    .document i {
        float: right;
        width: 40px;
        height: 40px;
    }

        .document i img {
            width: 100%;
        }

.comefrom {
    margin: 10px;
}

    .comefrom p {
        color: #666;
        line-height: 23px;
    }

.park-content p {
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
    text-indent: 40px;
}

.park-content span {
    width: 100%;
}

    .park-content span img {
        width: 100%;
        margin-bottom: 10px;
    }

.first-news {
    position: relative;
    margin: 10px;
    background: #fff;
}

    .first-news img {
        width: 100%;
    }

    .first-news h1 {
        position: absolute;
        bottom: 0;
        height: 50px;
        line-height: 25px;
        color: #fff;
        padding: 10px;
        font-weight: normal;
        font-size: 15px;
        background: #000000c2;
    }

.list ul li span {
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 13px;
    float: left;
}
