/**!
 * 街道
 * date:2022-8-9
 * author: jjuan;
 */

.street {
    padding: 25px 23px 74px 17px;
    box-sizing: border-box;
}

.street-tt {
    margin-right: 40px;
    padding-left: 27px;
    height: 24px;
    line-height: 23px;
    box-sizing: border-box;
    background: url('../images/public/street.png') no-repeat left top;
    font-size: 18px;
    font-weight: bold;
    color: #456ca8;
    border-bottom: 2px solid #dbdbdb;
}

.street-box {
    margin-top: 27px;
    padding-right: 36px;
    height: 703px;
    overflow: auto;
    box-sizing: border-box;
}

.street-item {
    position: relative;
    width: calc(50% - 35px);
    height: 21px;
    border-bottom: 1px solid #dbdbdb;
    margin-right: 70px;
    margin-top: 23px;
}

.street-item:nth-child(2n) {
    margin-right: 0;
}

.street-item:first-child,
.street-item:nth-child(2) {
    margin-top: 0;
}

.street-item::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: no-repeat center;
    background-image: url('../images/public/street_item.png');
}

.street-item a {
    display: block;
    box-sizing: border-box;
    padding-left: 26px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
}

.street-item:hover {
    border-bottom: 1px solid #126cb7;
}

.street-item:hover a {
    color: #126cb7;
}

.street-item:hover::before {
    background-image: url('../images/public/street_item_hover.png');
}
