.ac_banner {
    width: 100%;
    height: 2.20833rem;
}

.ac_banner ul li {
    float: left;
    width: 33.1%;
    text-align: center;
    height: 2.2rem;
    line-height: 2.2rem;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.ac_banner ul li a{
    display:block;
    width:100%;
    height:100%;
}
.ac_banner ul li a{
    color: #595757;
    font-size: 0.8333rem;
}
.ac_banner ul li:last-child {
    border-right: 0;
}

.ac_banner ul li.current {
    background: url("//game.gtimg.cn/images/yxzj/m/m201606/cp/actitybanner.png") no-repeat left center;
    background-size: 100%;
}

.ac_banner ul li.current a {
    color: #ffffff;
    text-shadow: 0 0 25px #fff;
}

.ac_list {
    width: 100%;
    padding: 0.8333rem 0;
    border-bottom: 1px solid #d7d7d7;
}
.ac_tap{display:none;}
.ac_list .ac_listCont {
    width: 25.0833rem;
    height:6.25rem;
    margin: 0 auto;
}

.ac_listL {
    width: 46.179%;
    overflow: hidden;
    position: relative;
}

.ac_listL .ac_listImg {
    width: 10.95833rem;
    position: relative;
    overflow: hidden;
}
.ac_listL .ac_listImg img{
    border-radius: 5px;
    height:6.25rem;
}
.ac_listL .ac_listImg span {
    display: inline-block;
    width: 3.95833rem;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 0.5833rem;
    position: absolute;
    top: 4%;
    left: -10%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.ac_listL .ac_listImg span.ac_ing {
    background: #d53308;
}
.ac_listL .ac_listImg span.end_ac{
    background: #615f5f;
}
.ac_listL .ac_listImg span.ac_end {
    background: #595757;
}

.ac_listR {
    position: relative;
    width: 53.82%;
    height:6rem;
    overflow: hidden;
    padding-top:0.4rem;
}
.ac_listR h3 a{
    display:block;
    color: #1e83e5;
    font-size:0.91667rem;
    margin-bottom:0.3rem;
}
.ac_listR P{
    width:100%;
    color: #333333;
    font-size: 0.75rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -moz-box-orient: vertical;
    overflow:hidden;
}
.ac_listR time{
    color:#595757;
    font-size:0.5833rem;
    position: absolute;
    right:0;
    bottom:0;
}
.ac_move{
    width:25.0833rem;
    margin:0.8rem auto;
    padding:0.5rem 0;
    color:#333;
    font-size:0.67rem;
    text-align: center;
    background: #d7d7d7;
    border-radius:5px;

}