.mdseekd {
    overflow: hidden;
    margin: 10px;
}
.mdseekd select {
    display: block;
    float: left;
    padding: 0 10px;
    font-size: 0.875rem;
    width: 32%;
    line-height: 40px;
    height: 40px;
    background: #fff;
    border: 0;
    border-radius: 3px;
    margin-right: 1%;
}
.mdseekd input.inp {
    display: block;
    float: left;
    font-size: 0.875rem;
    line-height: 40px;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #666;
    background: none;
    padding-left: 10px;
}
.mdseekd input.submit {
    display: block;
    float: left;
    font-size: 0.875rem;
    line-height: 35px;
    cursor: pointer;
    background: #002856;
    color: #fff;
    margin-left: 10px;
    font-weight: normal;
    padding: 0 20px;
    border-radius: 3px;
    border: 0;
}
.seektips {
    line-height: 30px;
    margin: 20px 0 10px 10px;
    font-size: 0.875rem;
    color: #666;
}

.mapbox {
    width: 100%;
    height: 60vw;
    overflow: hidden;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.mdlist {
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 10px auto 100px auto;
}
.mdli {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    cursor: pointer;
    padding: 20px 0 20px 10px;
    background: #fff;
    border-radius: 10px;
}
.mdi {
    width: 60px;
    height: auto;
    color: #002856;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    float: left;
}
.mdt {
    width: calc(100% - 90px);
    height: auto;
    overflow: hidden;
    padding-left: 20px;
    float: left;
    border-left: 1px solid #999;
}
.mdt span {
    display: block;
    line-height: 160%;
    font-size: 0.75rem;
    color: #999;
}
.mdt span:nth-child(1) {
    font-weight: bold;
    font-size: 1rem;
    color: #002856;
}
.mdt span:nth-child(2) {
    padding-top: 10px;
}
.mdt span:nth-child(3) {
    padding-bottom: 5px;
}
