/* 子页
tfx
2020-12-24 */
body {
    background: url("../images/footer_bg.jpg") center bottom no-repeat;
}

.container-shadow {
    padding: 18px 27px 30px;
}

.address {
    height: 25px;
    line-height: 25px;
    padding-left: 31px;
    font-size: 16px;
    color: #666;
    background: url("../images/location.png") 0 center no-repeat;
}

.address>span {
    color: #46a3f8;
}

.sub {
    margin-top: 8px;
}

.sub-left {
    width: 255px;
    padding-top: 9px;
}

.sub-right {
    width: calc(100% - 255px - 24px);
    margin-left: 24px;
}

.tree-hd {
    height: 85px;
    line-height: 85px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url("../images/tree_hd.jpg") center center no-repeat;
}

.tree-items>a {
    margin-top: 7px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    text-align: center;
    font-size: 18px;
    color: #46a3f8;
    background: #e5f2ff;
}

.tree-items>a.current {
    color: #fff;
    font-weight: bold;
    background: url("../images/icon_left.png") 74px center no-repeat #46a3f8;
}

.sub-hd {
    height: 39px;
    border-bottom: 1px solid #cad6ee;
}

.sub-hd>span {
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    font-size: 18px;
    color: #46a3f8;
    font-weight: bold;
}

.sub-hd>span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    height: 3px;
    background: #46a3f8;
}

.sub-items-cont {
    padding: 15px 28px 0px;
	font-size: 16px;
	line-height:26px;
}

.news-ul {
    margin-top: 8px;
}

.news-li {
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    background: url("../images/icon_dot.png") 0 center no-repeat;
}

.news-li-date {
    margin-top: -36px;
    color: #999;
}

.news-li-name {
    padding-right: 173px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:16px;
}

.news-li:hover {
    background-image: url("../images/icon_doth.png");
}

.news-li:hover .news-li-name,
.news-li:hover .news-li-date {
    color: #46a3f8;
}

.pager {
    margin-top: 18px;
}

.m-pagination-jump{
    width: auto;
}

.m-pagination-page > li.active > a{
    background-color: #fff;
    color: #2d94df;
    font-weight: normal;
}


/* 2021-1-15 */
.wb-tree-items {
    margin-top: 7px;
}

.wb-tree-node {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #46a3f8;
    background: #e5f2ff;
    cursor: pointer;
    text-align: center;
}

.wb-tree-iconr {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin-top: 19px;
    margin-left: 14px;
    background: url("../images/tree_right.png") center center no-repeat;
}

.current .wb-tree-node {
    background: #46a3f8;
    color: #fff;
    font-weight: bold;
}

.current .wb-tree-iconr {
    background-image: url("../images/tree_righth.png");
}

.wb-tree-sub {
    display: none;
    padding: 7px 0;
    border: 1px solid #eee;
}

.wb-tree-item>a {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    padding-left: 96px;
    cursor: pointer;
    font-family: "SourceHanSansCN-Medium";
    background: url("../images/tree_dian.png") 82px center no-repeat;
}


.wb-tree-item>a:hover,
.wb-tree-item>a.current {
    color: #46a3f8;
    background-image: url("../images/tree_dianh.png");
}

.current .wb-tree-sub {
    display: block;
}