

.banner{
    width: 100%;
    height: 210px;
    background: url("../images/news_banner.jpg") no-repeat center;
}
.news-list-box{
    padding-bottom: 30px;
}
#news-list a{
    display: block;
}
#news-list .game-news-wrap{
    width: 1260px;
    margin: 0 auto;
    height: 178px;
    padding: 40px 0;
    background: url(../images/icons/news_arrow_icon01.png) no-repeat right center;
    border-bottom: 1px solid #ddd;
}
#news-list .game-news-box{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#news-list .game-img{
    width: 250px;
    height: 172px;
    padding: 2px;
    border: 1px solid #bfbfbf;
}
#news-list .game-img span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#news-list .game-news{
    width: 860px;
    height: 100%;
    margin-left: 25px;
    color: #666;
}
#news-list .game-news-title{
    height: 48px;
    line-height: 48px;
    color: #505050;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#news-list .game-news-text{
    min-height: 32px;
    line-height: 32px;
    max-height: 64px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 7px;
}
#news-list .game-news-date{
    margin-top: 26px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
#news-list a:hover{
    background-color: #e8e8e8;
    border-bottom: 1px solid #ddd;
}
#news-list a:hover .game-news-wrap{
    background: url(../images/icons/news_arrow_icon02.png) no-repeat right center;
    border: none;
}
#news-list a:hover .game-news-box{
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
}

.ui-pagination-container .ui-pagination-page-item{
    border-color: #d8d8d8;
}

.ui-pagination-container .ui-pagination-page-item:hover{
    border-color: #009cdd;
    color: #009cdd;
}

.ui-pagination-container .ui-pagination-page-item.active{
    background-color: #009cdd;
    border-color: #009cdd;
}
.ui-pagination-container .ui-pagination-page-item.active:hover{
    color: #fff;
}