@charset "UTF-8";
.details {
    background: #ffffff;
    width: 98%;
    margin: 0 1%;
    border: 1px solid #E7E7E7;
    font-size: 14px;
    color: #666;
    border-bottom: 2px solid #598cE2;
    padding-bottom: 30px;
}

.details .title {
    padding: 10px;
    color: #ffffff;
    background: #598cE2;
}

.message {
    padding: 0px 30px;
    line-height: 36px;
}

.message label {
    width: 80px;
    font-weight: bold;
    color: #666;
    float: left;
    text-align: right;
}

.message span {
    padding: 0px 5px;
}

.message a {
    color: #598cE2;
    text-decoration: none;
}

.message a:hover{
    text-decoration: underline;
}

.half {
    width: 50%;
    float: left;
}

.message .inline-span {
    width: 300px;
    float: left;
    overflow: hidden;
}

.road-title {
    padding: 10px 0px;
}

.road-details .right {
    overflow: hidden;
    padding: 0px 5px;
}

.hr-box {
    border-bottom: 1px solid #E7E7E7;
}

.message .right {
    overflow: hidden;
}

/*查询结果*/
.search-result{
    border: 1px solid #E7E7E7;
    background: #ffffff;
    margin: 30px 2% 0px 2%;
    width: 96%;
    border-bottom: 2px solid #598cE2;
}
.search-result .hd{
    background: #E5E5E5;
}
.search-result .hd a{
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
}
.search-result .hd a.on{
    background: #598cE2;
    color: #ffffff;
}

.slide .bd li{
    padding: 30px;
}