.flash_img{
    width: 100%;
    height: 360px;
}
.flash_img .img_box{
    height: 360px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.flash_img .img_box img{
    height: 360px;
    width: 100%;
}
.flash_img .img_box a.a_bigImg{
    display: none;
    position:absolute;
    top:0px;
    left:0px;
    display: block;
    width: 100%;
    height: 360px;
}

.flash_img .img_nav{
    height: 79px;
    background: #f1f1f1;
    border-bottom: 1px solid #cecece;
}
.flash_img ul.img_icon{
    height: 79px;
    position: relative;
}
.flash_img ul.img_icon li{
    float: left;
    width: 250px;
    height: 80px;
    cursor: pointer;
    position: relative;
}
.flash_img ul.img_icon .prev{
    position: absolute;
    left: -30px;
    top: 30px;
    cursor: pointer;
}
.flash_img ul.img_icon .next{
    position: absolute;
    right: -30px;
    top: 30px;
    cursor: pointer;
}

.flash_img ul.img_icon li a{
    position: absolute;
    display: block;
    width: 250px;
    height: 80px;
    left: 0;
    top: 0;
    z-index: 10000;
    opacity: 0.5;
    background: #fff;
}
.flash_img ul.img_icon li a.now{
    background: url(../images/selectedLi.png) no-repeat left bottom;
    opacity: 1;
}


.h_section{
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fff;
    min-height: 245px;
}
.h_section .h_news_list{
    width:280px;
    float:left;
    border-right:1px dashed #E5E5E5;
    min-height: 260px;
    padding-right: 20px;
}

.h_section .h_news_list .title{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.h_section .h_news_list .title span img{
    margin-right: 5px;
}
.h_section .h_news_list .title a{
    padding-top: 5px;
    display: block;
}
.h_section .h_news_list .list{
    background: #fcfcfc;
    border: 1px solid #E5E5E5;
    min-height: 182px;
    margin-top: 10px;
    clear: both;
    padding: 12px;
}
.h_section .h_news_list .list ul{
    height: auto;
    overflow: hidden;
    color: #333;
}
.h_section .h_news_list .list ul li{
    clear: both;
    line-height: 30px;
    cursor: pointer;
}
.h_section .h_news_list .list ul li a{
    display: block;
    float: left;
    height: 30px;
    width: 200px;
    color: #333;
    overflow: hidden;
    font-size: 12px;
}
.h_section .h_news_list .list ul li a:hover{
    color: #f48319;
    text-decoration: underline;
    transition: 1s;
}
.h_section .h_news_list .list ul li span.time{
    width: 40px;
    height: 30px;
    display: block;
    float: right;
}
.h_section .Recommend_game{
    width: 680px;
}
.h_section .Recommend_game .title{
    height: 29px;
    border-bottom: 1px solid #E5E5E5;
}
.h_section .Recommend_game .title a{
    padding-top: 5px;
    display: block;
}
.h_section .Recommend_game .list{
    height: auto;
    margin-top: 14px;

}
.h_section .Recommend_game .list ul{
    height: auto;

}
.h_section .Recommend_game .list ul li{
    float: left;
    width: 222px;
    height: 208px;
    background: #fff;
    margin-right:7px;
}
.h_section .Recommend_game .list ul li:last-child{
    margin-right: 0;
}
