

.other-content {
    width:98%;
    margin:0 2% 0 2%;
    min-height: 600px;
}

.other-content .breadcrumb {
    padding: 6px 15px;
    margin-bottom: 12px;
    margin-top: 20px;
    width: 100%;
    background: none;
}

.other-content .breadcrumb li, .breadcrumb li a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
}

.other-content .map-condition {
   margin-left: 4%;
    width: 98%;
    vertical-align:middle;
    font-size: 16px;
}

.other-content .map-condition .col-sm-3 {
    padding-left: 0px;
}

.other-content .paging {
    text-align:center;
    margin-top:20px;
}

.other-content .paging ul li{
    text-align: center;
    font-size: 16px;
}

.other-content .paging ul li a{
    display: inline-block;
    height: 36px;
    line-height: 24px;
}

.other-content .message-list {
    height:210px;
    border:1px solid #ddd;
    margin:0 20px;
}
.other-content .message-list .right-head {
    padding: 10px 10px 5px 15px;
}

.other-content .message-list .right-title {
    font-size: 18px;
    
    color: #747474;
}

.other-content .message-list .right-content {
    height: 120px;
}

.other-content .message-list .right-content textarea {
    height: 120px;
    margin: 0 10px;
    padding: 5px;
    width: 96%;
    font-size: 14px;
    background-color: #F8F8F8;
    border: 2px solid #D0D0D0;
}

.other-content .message-list .right-content a.send {
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 15px;
    text-decoration: none;
    font-size: 14px;
    
    padding: 0 15px;
    color: #fff;
    background-color: #FDA504;
    float: right;
    margin-top: 5px;
    margin-right: 12px;
}

.other-content .message-list .right-content a.send:hover {
    color: red;
}