.loc {
    padding: 24px 0 16px 27px;
    line-height: 25px;
    color: #999;
    background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
    color: #999;
}

.loc-cur {
    color: #015293;
}

.com-box {
    background: #fff;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.com-hd{
    height: 39px;
    border-bottom: 1px solid #E1E1E1;
}
.com-tt{
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 4px solid #0D7DDC;
    font-weight: bold;
    font-size: 20px;
    color: #0D7DDC;
}
.com-more{
    line-height: 30px;
    color: #666;
}