.main{
    width: 100%;
    height:auto;
    background:#f2f2f2;
    padding-bottom:10px;
}
.main .posBox{
    width: 1000px;
    height: 35px;
    line-height:35px;
    margin: 0 auto;
}
.main .posBox .position{
    width: 350px;
    height:35px;
    float: left;
}
.main .posBox .hotBox{
    width: 500px;
    height:35px;
    float: right;
}
.main .posBox .hotBox a{
    margin: 0 5px;
}
.mainBox{
    width: 1000px;
    height:auto;
    margin: 0 auto;
    background: #ffffff;
}
.mainBox .dh{
    width: 1000px;
    height:40px;
    background: #0f85f8;
    line-height:40px;
    color:#ffffff;
    font-size: 14px;
}

.mainBox td{
    text-align: center;
    padding: 0 10px;
}