<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main {
    padding-bottom: 30px;
}

.address {
    line-height: 70px;
    font-size: 16px;
    padding-left: 20px;
    background: url("../images/icon_address.png") 0 center no-repeat;
}

.address&gt;span {
    color: #f09ba0;
}

.nav-tree {
    height: 595px;
    background: url("../images/nav_bg.jpg") center bottom no-repeat;
    box-shadow: 0px 2px 2.88px 0.12px rgba(1, 48, 99, 0.28);
}

.nav-tree-hd {
    line-height: 50px;
    padding-left: 19px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #0067ac;
}

/* 鍨傜洿鑿滃崟 */
.wb-tree-node {
    display: block;
    line-height: 49px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.wb-tree-iconl {
    float: left;
    width: 15px;
    height: 10px;
    margin-top: 20px;
    margin-left: 24px;
    margin-right: 7px;
    background: url("../images/icon_list.png") center center no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 12px;
    height: 7px;
    margin-top: 21px;
    margin-right: 22px;
    background: url("../images/icon_down2.png") center center no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item&gt;a {
    display: block;
    line-height: 49px;
    padding-left: 44px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.wb-tree-item&gt;a:hover,
.wb-tree-item&gt;a.active {
    font-weight: bold;
    color: #f09ba0;
    background-color: #ffebec;
}
.wb-tree-item&gt;a.active{
    border-bottom: 2px solid #f09ba0;
}
.current .wb-tree-iconr {
    background-image: url("../images/icon_down1.png");
}

.current .wb-tree-iconl {
    background-image: url("../images/icon_list1.png");
}

.current .wb-tree-node {
    color: #f09ba0;
}

.current .wb-tree-sub {
    display: block;
}

/* 宸ヤ綔鍔ㄦ€� */
.work-trends {
    min-height: 700px;
    box-shadow: 0px 1px 2.88px rgba(1, 48, 99, 0.28);
}


.work-trends&gt;h1 {
    position: relative;
    line-height: 48px;
    padding-left: 19px;
    font-size: 18px;
    font-weight: bold;
    color: #f09ba0;
    border-bottom: 2px solid #0067ac;
}

.work-trends&gt;h1:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 110px;
    height: 2px;
    background: #f09ba0;
}

/* pad */
@media (max-width: 979px) {
    .work-trends{
        margin-top: 15px;
    }
}
</pre></body></html>