.banner-wrap {
    position: relative
}

.banner-wrap img {
    width: 100%
}

.banner-wrap .img-text {
    position: absolute;
    right: 5%;
    top: 0;
    padding: 0 8%;
    height: 100%;
    background-color: #4c4c4c\9;
    background-color: rgba(0, 0, 0, .65)
}

.banner-wrap .img-text a {
    color: #fff
}

.banner-wrap .img-text h1 {
    line-height: 1.6em;
    font-size: 30px;
    margin-top: 80%
}

.banner-wrap .img-text h4 {
    line-height: 1.4em;
    font-size: 16px
}

.catalog-map {
    height: 50px;
    line-height: 50px
}

a {
    color: #666;
    font-size: 14px
}

a.old-catalog {
    color: #333
}

.active-list li {
    height: 414px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #fff
}

.active-list li.end {
    background-color: #f2f2f2
}

.active-list li a {
    color: #333
}

.active-list li img {
    width: 100%;
    height: 180px
}

.active-list li h3 {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.active-list li .btn-wrap {
    padding: 10px 0
}

.active-list li .btn-wrap button {
    color: #fff;
    width: 60px;
    padding: 3px 0;
    font-size: 12px;
    border-radius: 4px
}

.active-list li .btn-wrap button.bg_red {
    background-color: #f03
}

.active-list li .btn-wrap button.bg_orange {
    background-color: #f93
}

.active-list li .btn-wrap button.bg_pink {
    background-color: #f69
}

.active-list li .btn-wrap button.bg_666 {
    background-color: #666
}

.active-list li .btn-wrap button.bg_999 {
    background-color: #999
}

.active-list li p {
    color: #666;
    height: 48px;
    line-height: 1.2em;
    overflow: hidden
}

.active-list li .time-address {
    margin-top: 15px;
    padding-top: 15px;
    color: #666;
    border-top: 1px solid #ddd
}

.active-list li .time-address h5 span {
    display: inline-block;
    vertical-align: top;
    width: 90%
}

.active-list li .time-address h5:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(../images/park-active/position.png) left center no-repeat;
    background-size: 16px
}

.active-list li .time-address h6 span {
    display: inline-block;
    vertical-align: top;
    width: 90%
}

.active-list li .time-address h6:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(../images/park-active/time.png) left center no-repeat;
    background-size: 16px
}

.paging-wrap {
    text-align: center;
    padding-top: 50px
}

.paging-wrap .prev-btn {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer
}

.paging-wrap .prev-btn:hover {
    color: #fff;
    background-color: #ed6f05
}

.paging-wrap .next-btn {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer
}

.paging-wrap .next-btn:hover {
    color: #fff;
    background-color: #ed6f05
}

.paging-wrap ol {
    display: inline-block
}

.paging-wrap ol li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.paging-wrap ol li:hover {
    color: #fff;
    background-color: #ed6f05
}

.paging-wrap ol li.active {
    color: #fff;
    background-color: #ed6f05
}