/*大于等于1050px*/
@media screen and (min-width: 1050px){

    #sliderBox{
        margin-top: 10px;
    }
    #slider{
        height: 300px;
    }

}

/*小于1050px*/
@media screen and (max-width: 1050px){
   #topDesc{
        display: none;
    }
    #recentRightBox{
        display: none;
    }
    #slider{
        max-height: 300px;
    }
}


#topDesc{
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 1px 1px 1px #f7f7f7;
    color: #7a7a7a;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

#slider{
    width: 100%;
    max-width: 730px;
    overflow: hidden;
    float: left;
}

#recentRightBox{
    float: right;
    width: 300px;
    background-color: #fff;
    height: 300px;
}

#recentHeadBox{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

#recentBg{
    background: url(/images/icon_recent.png) no-repeat center;
    width: 50px;
    height: 50px;
    float: left;
}

#recentItemBox{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 20px;
    border-bottom: 1px solid #f4f3f3;
}
#recentItemBox a{
    color: #000;
}

#indexDesc{
    background: #ffffff;
    border-bottom: 3px solid #dddddd;
    height: 100px;
    text-align: center;
    background: #1b98ed;
}


#indexDesc div{
    color: #eaeaea;
    height: 32px;
    line-height: 32px;
    float: left;
    width: 25%;
}

#indexDesc div a{
    color: #fff;
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
