.m-special .n-ad{
    background: #ddd;
    margin-bottom: 20px;

}
.m-special .n-ad img{
    width: 100%;
}
.m-special .n-title {
    padding: 0 10px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
}

.m-special .n-title span {
    font-size: 12px;
    font-weight: 100;
    color: #666
}

.m-special .m-events-container {
    overflow: hidden;
    padding-bottom: 10px;
}

.m-topicCate {
    margin: 0px 0 15px 0;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.m-special .m-events-cell {
    float: left;
    margin-bottom: 30px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
}

.m-special .m-events-cell a:hover {
    text-decoration: none;
}

.m-special .m-events-cell:hover {
    border: 1px solid #fffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.m-special .m-events-cell:hover .u-img img {
    transform: scale(1.1);
}

.m-special .m-events-cell:hover .u-img .u-cover {
    opacity: 1;
}

.m-special .m-events-cell h3 {
    margin: 0px 10px 10px 10px;
    font-size: 16px;
    font-weight: 700;
}

.m-special .m-events-cell h3 span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}

.m-special .m-events-cell .u-desc {
    margin: 0 10px 10px 10px;
    color: #666;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.m-special .m-events-cell .u-time {
    margin: 10px;
    color: #999;
}

.m-special .m-events-cell .u-time span {
    margin: 0 3px;
}

.m-special .m-events-cell .u-img {
    position: relative;
    overflow: hidden;
    height: 177px;
}

.m-special .m-events-cell .u-img img {
    width: 100%;
    transition: transform 1s;
}

.m-special .m-events-cell .u-img .u-tip-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: 18px;
    text-align: center;
    color: #fff;
    background: #ff6600;
}

.m-special .m-events-cell .u-img .u-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 19;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.m-special .m-events-cell .u-img .u-cover .u-button {
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -22px;
    width: 140px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.m-special .m-events-cell .u-img .u-snap {
    position: absolute;
    top: 0;
    left: 0;
}

.u-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 0px) and (max-width: 1230px) {
    .m-special .m-events-cell .u-img {
        height: 144px;
    }
}
