/**!
 * 辽阳站群
 * date:2021-8-21
 * author: tfxu;
 */
.main-content {
    margin-top: 18px;
    padding: 0;
}

.main-left {
    margin-left: 24px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0px 0px 16px 4px rgba(18, 97, 214, 0.08);
}

.main-right {
    margin-right: 20px;
}

.main-hd {
    height: 50px;
    line-height: 50px;
    padding-left: 57px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url("../images/subimages/icon_tree.png") 18px center no-repeat #2c56b4;
}

.main-left-cont {
    padding: 22px 18px;
}


/* tree */
.wb-tree-items {
    margin-top: 20px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-node {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 62px;
    cursor: pointer;
    border-radius: 10px;
    background: url("../images/subimages/tree_left.png") 21px center no-repeat #e3eeff;
}

.wb-tree-tt {
	padding-right: 40px;
    display: block;
    color: #333;
    background: url("../images/subimages/tree_right.png") right 21px center no-repeat;
}

.wb-tree-items.current>.wb-tree-node,
.wb-tree-items:hover>.wb-tree-node {
    background-image: url("../images/subimages/tree_lefth.png");
    background-color: #426de1;
}

.wb-tree-items.current>.wb-tree-node {
    border-radius: 10px 10px 0 0;
}

.wb-tree-items.current .wb-tree-tt,
.wb-tree-items:hover .wb-tree-tt {
    color: #fff;
    background-image: url("../images/subimages/tree_righth.png");
}

.wb-tree-sub {
    display: none;
    padding-top: 7px;
    border: solid #e8ecf3;
    border-width: 0 2px 2px;
}

.wb-tree-item>a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    padding-left: 62px;
    color: #333;
    background: url("../images/icon_dian3.png") 50px center no-repeat;
}

.wb-tree-item>a:hover,
.wb-tree-item>a.active {
    color: #2e5bb5;
    background-image: url("../images/icon_dian2.png");
}

.current .wb-tree-sub {
    display: block;
}

.city-items {
    padding: 18px 0;
    border-bottom: 1px dashed #ddd;
}

.city-items:last-child {
    border-bottom: none;
}

.city-item {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    background: url("../images/dot.png") 1px center no-repeat;
}

.city-item-name {
    color: #666;
    padding: 0 118px 0 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.city-item-date {
    float: right;
    margin-top: -35px;
    color: #999;
}

.city-item:hover {
    background-image: url("../images/doth.png");
}

.city-item:hover .city-item-name,
.city-item:hover .city-item-date {
    color: #2c56b5;
}


@media (max-width:1023px) {
    .main-left {
        margin-left: 0;
    }

    .main-right {
        margin-top: 20px;
        margin-right: 0;
    }
}