/*
 * 子页公用样式
 * autor: qianyuitng
 * date: 2021-10-11
 */

@charset "UTF-8";

.footer {
    margin-top: 70px;
}

/* 当前位置 */
.location {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #999;
}

.location a {
    position: relative;
    color: #999;
}

.location a.current {
    color: #1d7af0;
}

/* 左侧垂直菜单导航 */

.left-nav {
    position: relative;
    width: 320px;
    padding-top: 22px;
}

.left-nav:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 25px;
    height: 18px;
    background-color: #0d69be;
    border-radius: 8px 8px 0 0;
}

.left-nav-tit {
    position: absolute;
    top: 0;
    left: 12px;
    right: 0;
    height: 80px;
    line-height: 80px;
    padding: 0 45px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    background: #0085ff url("../images/subpage/left_nav_tit.jpg") center bottom no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 0 13px rgba(80, 84, 91, 0.29);
    text-shadow: 0 0 18px rgba(80, 84, 91, 0.41);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 2;
}

.left-nav-tit.icon-qyt,
.left-nav-tit.icon-dyt {
    padding: 0 130px 0 45px;
}

.left-nav-tit.icon-qyt:after,
.left-nav-tit.icon-dyt:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 130px;
}

.left-nav-tit.icon-qyt:after {
    background: url("../images/subpage/left_bar_qyt.png") left center no-repeat;
}

.left-nav-tit.icon-dyt:after {
    background: url("../images/subpage/left_bar_dyt.png") left center no-repeat;
}

.wb-tree {
    position: relative;
    padding: 62px 0 15px;
    background-color: #fff;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 0 25px rgba(27, 85, 188, 0.26);
    z-index: 1;
}

.wb-tree-items {
    margin-bottom: 5px;
}

.wb-tree-items:last-child {
    margin-bottom: 0;
}

.wb-tree-node {
    position: relative;
    height: 52px;
    line-height: 52px;
    padding: 0 55px;
    font-size: 26px;
    font-weight: 600;
    color: #0063da;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
}

.wb-tree-tt {
    color: #0063da;
}

.wb-tree-items.current .wb-tree-node,
.wb-tree-node:hover {
    color: #fff;
    background: url("../images/subpage/left_bar_node_h.png") center center no-repeat;
    background-size: 100% 100%;
}

.wb-tree-items.current .wb-tree-node .wb-tree-tt,
.wb-tree-node:hover .wb-tree-tt {
    color: #fff;
}

/* 右侧 */

.right-wrap {
    width: 800px;
}

.subpage-title {
    position: relative;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.subpage-title-txt {
    position: relative;
    padding: 0 20px;
}

.subpage-title-txt:before,
.subpage-title-txt:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 97px;
    height: 11px;
    margin-top: -5.5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subpage-title-txt:before {
    right: 100%;
    background-image: url("../images/subpage/subpage_title_l.png");
}

.subpage-title-txt:after {
    left: 100%;
    background-image: url("../images/subpage/subpage_title_r.png");
}
