#total {
    display: inline-block;
    float: left;
    height: 40px;
    margin: auto;
    line-height: 50px;
}

#jump {
    display: inline-block;
    height: 40px;
    margin: auto;
    padding-top: 10px;
}

#jumpValue {
    width: 25px;
}

.noticeBox {
    width: 90%;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    /*box-shadow: 10px 5px 13px #888888;*/
    box-shadow: -3px 1px 2px #888888;
    padding: 20px;
    background-color: #fdfdfd;
}

.noticeDiv {
    padding: 18px;
    padding-top: 0px;
}

.noticeName {
    display: inline-block;
    width: 30%;
    font-size: 20px;
    font-weight: bold;
}

.noticeName a {
    text-decoration: underline;
}

.noticeRegion {
    text-align: center;
    display: inline-block;
    width: 10%;
}

.noticeDate {
    text-align: center;
    display: inline-block;
    width: 40%;
}

.noticeState {
    text-align: center;
    display: inline-block;
    width: 10%;
}

.noticeLink {
    text-align: center;
    display: inline-block;
    width: 10%;
    color: blue;
}

.noticeLink a {
    color: blue;
}

.landList {
    width: 95%;
    margin-left: 5%;
    box-shadow: 3px 0px 2px #888888;
    background-color: #ffffff;
}

.landDiv {
    /*border-bottom: 1px solid #e2e2e2;*/
    /*border-left: 1px solid #e2e2e2;*/
    border: 1px solid #e2e2e2;
    padding: 20px;
    box-shadow: -3px 0px 2px #888888;
    /*cursor: pointer;*/
}

.landName {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-weight: bold;
}

.landName a {
    text-decoration: underline;
}

.landState {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.landTime {
    display: inline-block;
    width: 50%;
}

.landDepositTime {
    display: inline-block;
    width: 50%;
}

.landLink {
    display: inline-block;
    width: 48%;
    text-align: right;
}

.landLink a {
    color: blue;
}

.landDeposit {
    display: inline-block;
    width: 30%;
}

.landStartPrice {
    display: inline-block;
    width: 30%;
}

.landLocation {
    display: inline-block;
    width: 30%;
}

.landUsage {
    display: inline-block;
    width: 30%;
}

.landArea {
    display: inline-block;
    width: 30%;
}

.noticelist li:last-child {
    border: none;
}

.noticelist .wjl {
    margin: 20px auto 50px;
    display: block;
    text-align: center;
}