﻿@charset "UTF-8";

/**!
 * 子页面通用样式
 * author: wangkai;
 * date: 2019-05-15
 */

.mt20 {
    margin-top: 20px;
}

* {
    box-sizing: border-box;
}


/* 当前位置 */

.route {
    padding: 13px 0;
    line-height: 24px;
}

.route p {
    padding-left: 28px;
    color: #666;
    background: url("../images/subPage/route_ico.png") 2px 3px no-repeat;
}

.route p a {
    color: #666;
}

.route p span {
    color: #2c7edc;
}


/* 公共框 */

.box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}


/* 公共栏目样式 */

.column {
    position: relative;
    border-top: 1px solid #248be4;
    height: 32px;
}

.column-line {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 16px;
    background: #fff;
    background: linear-gradient(to right, #f5f8ff, #fff);
    background: -webkit-linear-gradient(left, #f5f8ff, #fff);
    background: -o-linear-gradient(right, #f5f8ff, #fff);
    background: -moz-linear-gradient(right, #f5f8ff, #fff);
}

.column-tt {
    position: relative;
    z-index: 2;
    float: left;
    padding: 0 18px;
    margin-left: 26px;
    height: 31px;
    line-height: 30px;
    font-size: 16px;
    color: #2c7edc;
}

.column-tt:first-child {
    margin-left: 0;
}

.column-tt i {
    position: absolute;
    top: 0;
    right: -26px;
    display: none;
    width: 26px;
    height: 31px;
    background: url("../images/subPage/tt_ico.png") no-repeat;
}

.column-tt.active {
    color: #fff;
    background: url("../images/subPage/tt_bg.png") no-repeat #2270df;
}

.column-tt.active i {
    display: block;
}

.column-more {
    position: relative;
    z-index: 2;
    float: right;
    margin: 5px 18px 0 0;
    height: 26px;
    line-height: 25px;
    color: #999;
}


/* 公共列表样式 */

.list-node {
    padding-left: 14px;
    vertical-align: top;
    background: url("../images/subPage/list_ico.jpg") left center no-repeat;
}

.list-name {
    float: left;
    max-width: 75%;
    color: #666;
}

.list-date {
    float: right;
    color: #999;
}

.list-node:hover .list-name,
.list-node:hover .list-date {
    color: #2c7edc;
}

.list-more {
    display: none;
    height: 26px;
    line-height: 25px;
    text-align: center;
    color: #999;
}

.tree-box {
    width: 20.833333333333336%;
    padding: 0 12px;
}

.list-box {
    width: 79.16666666666667%;
    padding: 0 12px;
}


/* pan */

.pan {
    max-height: 1000px;
    padding-bottom: 400px;
    background: url("../images/subPage/subbg.png") left bottom repeat-x;
}

.pan-hd {
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    background: url("../images/subPage/pan_bg.jpg") left top no-repeat;
}

.pan-tt {
    padding-left: 105px;
    display: block;
    height: 76px;
    line-height: 76px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url("../images/subPage/pan_ico.png") 15px 5px no-repeat;
}


/* tree */

.tree {
    padding-top: 1px;
}

.tree-tt {
    color: #fff;
}

.tree-node {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url("../images/subPage/pan_s03.jpg") left top no-repeat #7ac3fe;
}

.tree-sub {
    display: none;
}

.tree-sublk {
    padding-left: 15px;
    background: url("../images/subPage/pan_list.jpg") left center no-repeat;
}

.tree-item>a:hover {
    color: #339aed;
}

.tree-item>a:hover .tree-sublk {
    background-image: url("../images/subPage/pan_listh.jpg");
}

.tree-node:hover {
    background: url("../images/subPage/pan_s02.jpg") left top no-repeat #418ef9;
}

.current .tree-node,
.current .tree-node:hover {
    background: url("../images/subPage/pan_s01.jpg") left top no-repeat #0259d2;
}

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

.three-tt {
    position: relative;
    display: block;
    height: 43px;
    line-height: 43px;
    padding-left: 90px;
    color: #666;
}

.three-tt:before,
.three-subs .tree-item a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
}

.three-tt:before {
    left: 75px;
}

.three-subs .tree-item a:before {
    left: 89px;
}

.three-subs .tree-item a {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 104px;
    font-size: 13px;
    color: #666;
}


.three-subs .tree-item a.current {
     color: #339aed;
}


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

.three-sub {
    display: none;
}

.tree-item.current .three-sub {
    display: block;
}

.tree-item.current .three-tt:before,
.three-tt:hover:before,
.three-subs .tree-item:hover a:before {
    background-color: #339aed;
}

.tree-item.current .three-tt,
.three-tt:hover,
.three-subs .tree-item:hover a {
    color: #339aed;
}