.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;
}

.main .mainBox{
    width: 1000px;
    height:auto;
    margin: 0 auto;
    background: #ffffff;
    font-size: 14px;
    padding: 15px 0;
}

.main .mainBox h1{
    width: 975px;
    height:65px;
    line-height:65px;
    border-bottom:1px dashed #cccccc;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}
.main .mainBox .body{
    width:975px;
    height:auto;
    margin: 0 auto;
    padding: 20px 25px;
}