
html{
    overflow-x: hidden;
}
/*img{
    width: 100%;
}*/
body{
    overflow-x: hidden;
}
.page{
    width: 1920px;
    position:relative;
    top:0px;
    left:50%;
    margin-left:-960px;
    /*overflow:hidden;*/
}
.w1210{
    width: 1210px;
    overflow:hidden;
    height:788px;
/*    position:absolute;
    left:50%;
    top:0px;*/
    margin:0 auto;
}
.title{
    padding-top:20px;
}

.list ul{
    position:relative;
    height:465px;
}
.list ul li{
    position:absolute;
    left:0px;
    top:0px;
    display:none;
}
.rq{
    padding:95px 0 20px 0px;
}
.date{
    position:relative;
}
.date span{
    position:absolute;
    left:0px;
    top:0px;
    width: 133px;
    height:55px;
    cursor: pointer;
}
.date i{
    position:absolute;
    left:0px;
    top:-87px;

}

.rq_bottom{

    height:55px;
    background:url(../images/bottom_riqi.png) center no-repeat;
}
