@charset "UTF-8";
.container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 30px;
    min-height: 600px;
    position: relative;
    z-index: 1;
}

.clearfix {
    zoom: 1;
    _height: 1px;
}

.wj-ror, .wj-ror-seies {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.wj-ror .wj-fade, .wj-ror-seies .wj-fade {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 20;
}

.wj-ror-item, .wj-ror-item-series {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.wj-ror-item a.img {
    display: block;
    width: 900px;
    height: 350px;
    float: left;
}

.wj-ror-text {
    position: relative;
    width: 240px;
    padding: 15px 20px 20px;
    height: 315px;
    float: right;
    background-color: #333;
    color: #FFF;
}

.wj-ror-text a:hover {
    color: white;
}

.wj-ror-text .intro {
    line-height: 22px;
    font-size: 14px;
    max-height: 200px;
    overflow: hidden;
}

.activity-intro {
    margin-top: 20px;
}

.en-wrap {
    word-break: break-all;
    word-wrap: break-word;
}

.wj-ror .wj-play-btn, .wj-ror-seies .wj-play-btn {
    background-color: #e74c3c;
    padding: 6px 10px;
    position: relative;
    border-radius: 2px;
}

.wj-ror .wj-play-btn:hover, .wj-ror-seies .wj-play-btn:hover {
    background-color: #fc5c4b;
    color: white;
}

.wj-ror .wj-play-btn, .wj-ror-seies .wj-play-btn {
    background-color: #e74c3c;
    padding: 6px 10px;
    position: relative;
    border-radius: 2px;
}

.wj-ror-text a {
    color: #FFF;
}

.wj-ror-item .wj-ror-text .wj-play {
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.search-tab {
    margin-top: 15px;
    margin-bottom: 5px;
}

.index-activity {
    position: relative;
    background-color: white;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-tab a:hover, .search-tab .sel {
    color: #FFF;
    background-color: rgb(0, 138, 245);
    border-radius: 2px;
}

.search-tab .sel i {
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -2px;
    border-top: 4px solid #008af5;
}

.search-tab a {
    font-size: 15px;
    position: relative;
    width: 90px;
    text-align: center;
    margin-right: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    line-height: 40px;
    padding: 0 0px;
    color: #666;
    -moz-transition: color 0s ease, margin 0s ease;
    -webkit-transition: color 0s ease, margin 0s ease;
    -o-transition: color 0s ease, margin 0s ease;
    -ms-transition: color 0s ease, margin 0s ease;
    transition: color 0s ease, margin 0s ease;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.album-list {
    margin-left: -20px;
}

.album-img {
    display: block;
    width: 100%;
    padding-bottom: 52.1%;
    position: relative;
}

.album-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

a {
    color: #3498DB;
    text-decoration: none;
}

.activity-list li {
    width: 33.3%;
    height: auto;
    padding-left: 20px;
    box-sizing: border-box;
    list-style: none;
    float: left;
    margin-top: 20px;
}

.album-text {
    padding: 15px 10px;
    text-align: center;
    position: relative;
    border: 1px solid #f0f0f0;
}

.album-text a {
    color: #0F1419;
    width: 90%;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
}

.album-text h3 {
    font-size: 1.17rem;
    margin-bottom: 0;
}

.album-list .mark {
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    padding: 0 6px;
    color: #fff;
    line-height: 20px;
    cursor: default;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 2px;
    font-weight: bold;
}

/*
报名中
*/
.mark-activity-0 {
    background-color: #D0021B;
    color: white;
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
}

/*
进行中
*/
.mark-activity-1, .mark-activity-2 {
    background-color: #3498db;
    color: white;
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
}

/*
已结束
*/
.mark-activity-3 {
    background-color: #666;
    color: white;
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
}

.activity-address, .activity-time {
    vertical-align: top;
    margin-bottom: 10px;
}
.odt {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.address, .times {
    height: 20px;
    line-height: 20px;
    color: #666;
}

.address .icon-act-location {
    background-image: url(../images/icon-location@1X.png);
    background-image: -webkit-image-set(url(../images/icon-location@1X.png) 1x, url(../images/icon-location@2X.png) 2x);
    background-image: image-set(url(../images/icon-location@1X.png) 1x, url(../images/icon-location@2X.png) 2x);
    background-repeat: no-repeat;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
}

.times .activity-icon {
    background-image: url(../images/activity-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 10px;
}

.activity-icon {
    width: 20px;
    height: 22px;
    /*margin-right: 10px;*/
    display: inline-block;
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bottom {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #eee;
    background: #f3f7fb;
}

.address {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.times {
    position: relative;
}

.album-text a:hover {
    color: #21759B;
}

.activity-desc {
    width: 70%;
    margin: auto;
    text-align: center;
    border: 1px solid white;
    padding: 3px 1px;
    font-size: 14px;
    margin-top: 14px;
    cursor: pointer;
}

.slider-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    height: 303px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.slider-wrapper.slider-loading {
    background: #ccc;
    height: 300px;
    margin-bottom: 3px;
}

.flex-viewport {
    height: 300px;
}

.banner-slider .slides li {
    height: 300px;
}

@media screen and (max-width: 1440px) {
    .banner-slider .slides .banner-img img {
        top: 0;
        bottom: auto;
    }
}

.filter-tab {
    margin: 4px 0 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 39px;
}
.filter-tab a {
    color: #424242;
    font-size: 16px;
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.filter-tab a.active {
    font-weight: bold;
    border-bottom: 3px solid #757575;
    height: 37px;
}
.filter-tab a:hover {
    color: #000;
}

.flexslider .slides img {
    max-width: none;
    height: 300px;
    width: auto;
}

@media (min-width: 760px) {
}

@media (max-width: 760px) {
    .container {
        padding-top: 0;
        width: 100%;
        font-family: 'Microsoft YaHei', 微软雅黑, Arial, 'Lucida Grande', Tahoma, sans-serif;
    }

    .wj-ror, .wj-ror-seies {
        width: 100%;
        height: 160px;
    }

    .wj-ror-item a img {
        height: 160px;
        width: 100%;
    }

    .wj-ror:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .wj-ror-item a.img {
        width: 100%;
        height: 100%;
    }

    .wj-ror-item a:after {
        content: "活动介绍";
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        right: 0;
        bottom: 0;
        color: white;
        font-size: 15px;
    }

    .search-tab {
        margin-bottom: 0;
    }

    .activity-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .album-img {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .album-img img {
        display: block;
        height: auto;
    }

    .album-list {
        margin-left: 0;
    }

    .album-list li {
        border: 1px solid #efefef;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: auto;
        padding-left: 0;
    }

    .album-text {
        padding: 5px 10px 10px;
        border: none;
    }

    .album-text a {
        width: 100%;
    }

    .album-text h3 {
        margin-bottom: 0;
        line-height: 20px;
        height: 20px;
        font-size: 18px;
        padding: 8px 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .album-text a {
        display: inline-block;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .album-list .mark {
        right: 10px;
    }

    .activity-content:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .address {
        margin-bottom: 0;
    }

    .filter-tab a {
        width: 20%;
        padding: 0;
        float: left;
        font-size: 12px;
    }
}
