.wbody{
    width: 100%;
    background-color: #F5F8FB;
}
.informationDetail-main{
    /*min-height: 300px;*/
    width: 1300px;
    margin: auto;
    background-color: #fff;
}
.informationDetail{
    width: 1300px;
    margin: auto;
    background-color: #fff;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: -1px;
}
.occupied-w{
    width: 1236px;
    height: 1px;
    margin: auto;
    background-color: #e1e1e1;
    position: relative;
}
.informationDetail h2{
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}
.informationDetail div{
    display: flex;
    justify-content: center;
}
.informationDetail div img{
    width: 16px;
    height: 16px;
}
.informationDetail div span{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #999999;
}
.informationDetail div span{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #999999;
}
.informationDetail div span:first-child{
    margin-right: 46px;
}
.informationDetail div span:last-child{
    margin-left: 46px;
}
.informationDetail-main{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 36px 60px 36px;
}
.informationDetail-foot{
    width: 1229px;
    height: 63px;
    background: #F9F9F9;
    border-radius: 2px;
    display: flex;
    align-items: center;
}
.informationDetail-foot span{
    margin-left: 20px;
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
}
.informationDetail-foot span a{
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #0084FF;
    font-weight: 500;
    margin-left: 10px;
}