/**!
 * äºŒçº§é¡µé¢é€šç”¨æ ·å¼
 * author: qianyuting;
 * date: 2020-12-10
 * last edit date: 2022-01-07
 */

/* å½“å‰ä½ç½® */

.ewb-route {
    padding: 13px 0;
    line-height: 24px;
}

.ewb-route p {
    padding-left: 28px;
    color: #666;
    background: url('../images/route_ico.png') 2px 3px no-repeat;
}

.ewb-route p a {
    color: #666;
}

.ewb-route p span {
    color: #01479d;
}

/* å…¬å…±æ¡† */

.ewb-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

/* å…¬å…±æ ç›®æ ·å¼ */

.ewb-column {
    position: relative;
    border-top: 1px solid #09348c;
    height: 34px;
    overflow: hidden;
}

.ewb-column-line {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 16px;
    background: #fff;
	background: linear-gradient(to right, #fafafa, #fff);
	background: -webkit-linear-gradient(left, #fafafa, #fff);
	background: -o-linear-gradient(right, #fafafa, #fff);
	background: -moz-linear-gradient(right, #fafafa, #fff);
}

.ewb-column-tt {
    position: relative;
    z-index: 2;
    float: left;
    padding: 0 18px;
    margin-left: 26px;
    height: 31px;
    line-height: 30px;
    font-size: 16px;
    color: #09348c;
}

.ewb-column-tt:first-child {
    margin-left: 0;
}

.ewb-column-tt i {
    position: absolute;
    top: 0;
    right: -26px;
    display: none;
    width: 26px;
    height: 31px;
    background: url('../images/tt_ico.png') no-repeat;
}

.ewb-column-tt.current {
    color: #fff;
    background: url('../images/tt_bg.png') no-repeat #09348c;
}

.ewb-column-tt.current i {
    display: block;
}

.ewb-column-more {
    position: relative;
    z-index: 2;
    float: right;
    margin: 5px 18px 0 0;
    height: 26px;
    line-height: 25px;
    color: #999;
}

/* æ‰‹æœºç«¯ */

@media (max-width: 767px) {
    .ewb-column-tt {
        padding: 0 10px;
        margin-left: 0;
    }
    .ewb-column-tt i {
        display: none !important;
    }
    .ewb-column-more {
        margin-right: 5px;
        font-size: 12px;
    }
}

/* å…¬å…±åˆ—è¡¨æ ·å¼ */

.ewb-list-node {
    padding-left: 14px;
    vertical-align: top;
    background: url('../images/list_ico.jpg') left center no-repeat;
}

.ewb-list-name {
    float: left;
    max-width: 75%;
    color: #666;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #09348c;
}

.ewb-list-more {
    display: none;
    height: 26px;
    line-height: 25px;
    text-align: center;
    color: #999;
}

/* ç«–ç‰ˆpadåŠä»¥ä¸‹ */

@media (max-width: 979px) {
    .ewb-list-more {
        display: block;
    }
}

/* æ‰‹æœºç«¯ */

@media (max-width: 767px) {
    .ewb-list-name {
        font-size: 13px;
        max-width: 68%;
    }
    .ewb-list-date {
        font-size: 12px;
    }
}

/* pan */
.ewb-pan{
	max-height: 1000px;
	/* padding-bottom: 400px; */
}

.ewb-pan-hd {
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    background: #01479d;
}

.pan-tt {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.ewb-pan-bd {
    border: 1px solid #e5e5e5;
}

/* tree */
.wb-tree {
	padding-top: 0;
	background-color: #fff;
}

.wb-tree-items {
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}

.wb-tree-items:last-child {
    border-bottom: 0;
}

.wb-tree-tt {
    color: #666;
}

.hasChild .wb-tree-tt {
    padding-left: 30px;
    background: url("../images/tree_fold_ico.png") left center no-repeat;
}

.wb-tree-node{
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #666;
    /* text-align: center; */
    font-weight: normal;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 26px;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item {
    border-top: 1px solid #e5e5e5;
}

.current.wb-tree-item>a {
	color: #01479d;
}

.current.wb-tree-item>a .tree-sublk{
	background-image: url("../images/pan_listh.jpg");
}

.wb-tree-item>a {
	padding: 7px 0;
	display: block;
	line-height: 24px;
	/* text-align: center; */
	color: #666;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 40px;
}

.wb-tree-item.active>a,
.wb-tree-item>a:hover {
    color: #01479d;
}

.tree-sublk{
	padding-left: 15px;
	background: url("../images/pan_list.png") left center no-repeat;
}

.wb-tree-item.active>a .tree-sublk,
.wb-tree-item>a:hover .tree-sublk{
	background-image: url("../images/pan_listh.png");
}

/* .current .wb-tree-node,
.wb-tree-node:hover {
    background: url("../images/pan_s01.jpg") left top no-repeat #09348c;
} */

.current .wb-tree-tt,
.wb-tree-node:hover .wb-tree-tt{
    color: #01479d;
    background-image: url("../images/tree_fold_icoh.png");
}

.current.hasChild .wb-tree-tt {
    background-image: url("../images/tree_unfold_ico.png");
}

.current .wb-tree-sub {
    display: block;
}

/* colu */
.ewb-colu{
	padding: 0 17px;
	padding-top: 5px;
}

.ewb-colu-hd{
	padding-bottom: 12px;
	background: url("../images/colu_fbg.png") left bottom repeat-x;
}

.colu-tt{
	padding-left: 29px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	font-weight: bold;
	color: #09348c;
	background: url("../images/colu_tname.png") left 13px no-repeat;
}

/* search */

.ewb-query {
	margin-top: 16px;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 11px;
    width: 222px;
    height: 30px;
    border: 1px solid #e5e5e5;
}

.ewb-query .input-placeholder {
    position: absolute;
    top: 0;
    left: 9px;
    height: 28px;
    line-height: 27px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-query .input-box {
    width: 100%;
    height: 28px;
    line-height: 27px;
    background: 0 0;
}

.ewb-query-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    background: url("../images/find_sea.png") center no-repeat #09348c;
}

.ewb-query-btn:hover {
    background-color: #09348c;
}

/* 1200åˆ†è¾¨çŽ‡ä»¥ä¸‹ */

@media (max-width: 1199px) {
	.pan-tt{
		padding-left: 0;
		text-align: center;
		background: none;
	}
}

/* ç«–ç‰ˆpadåŠä»¥ä¸‹ */

@media (max-width: 979px) {
	.ewb-pan-hd{
		background: #0c378f;
	}

	.ewb-pan{
		max-height: inherit;
		padding-bottom: 10px;
	}
}


/* æ‰‹æœºç«¯ */

@media (max-width: 767px) {
    .colu-sea{
        float: none !important;
        padding-bottom: 20px;
    }

    .colu-tt{
        float: none !important;
        display: block;
        margin-top: 10px;
        height: auto;
        line-height: 38px;
        background-position: left 4px;
    }

    .ewb-pan-hd {
        height: 66px;
        line-height: 65px;
    }

    .pan-tt {
        font-size: 18px;
        height: 66px;
        line-height: 65px;
    }

    .ewb-query{
        width: 100%;
    }
    .ewb-colu {
        padding: 5px 10px 0 10px;
    }
}