/* 免费搜集地块信息 */
.search-land-message {
    position: relative;
    float: right;
    width: 242px;
    padding: 0 20px 25px 20px;
    background-color: #FFFFFF;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.search-land-message .red-line{
    width: 284px;
    height: 2px;
    margin: 0 0 25px -21px;
    background-color: #D50000;
}

.search-land-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.search-land-desc {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.search-land-input{
    padding-top: 1px;
}

.search-land-input input {
    display: block;
    width: 228px;
    height: 36px;
    line-height: 36px;
    margin-top: 16px;
    padding-left: 14px;
    background-color: #F6F6F6;
}

.land-get {
    display: block;
    width: 242px;
    height: 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    background-color: #D50000;
}

.land-get:hover {
    background: #b60e0e;
    transition: all .225s ease-in-out;
}