/**!
 *信息公开页
 * author: gaojian;
 * date:2017-07-31
 */

.ewb-home {
    height: 40px;
    padding-left: 61px;
    font-size: 15px;
    line-height: 40px;
    background: url(../images/home_icon.png) 37px center no-repeat #f1f2f2;
}

.ewb-home a {
    color: #333;
    margin: 0 10px;
}

.ewb-home .cur {
    color: #3d79ac;
}

.ewb-col {
    border-top: 1px solid #3d8ac5;
}

.ewb-col-hd {
    height: 46px;
    padding-left: 10px;
    background: url(../images/col_bg.jpg) repeat-x;
}

.ewb-col-tt {
    padding: 0 20px;
    height: 38px;
    background-color: #4e8ec4;
    color: #fff;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
}

.ewb-more {
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 38px;
    margin-right: 17px;
}

.ewb-h187 {
    height: 187px;
}

.ewb-leader .ewb-col-bd {
    background-color: #fcfdff;
    padding: 10px;
    height: 167px;
}

.ewb-leader-note {
    position: relative;
    height: 116px;
    margin-left: 100px;
}

.ewb-leader-note h3 {
    font-weight: bold;
    line-height: 31px;
}

.ewb-leader-note p {
    line-height: 27px;
}

.ewb-leader-note a {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4e8ec4;
}

.ewb-leader-more {
    display: block;
    width: 129px;
    height: 27px;
    border: 1px solid #b9d5ed;
    background-color: #e5ecfa;
    border-radius: 1px;
    line-height: 27px;
    text-align: center;
    margin: 18px auto 0;
    color: #333;
}

.ewb-leader-more:hover{
	color: #3d79ac;
}

.ewb-plat {
    height: 679px;
    padding-top: 10px;
}

.wb-tree-items {
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 10px;
}

.wb-tree {
    margin-bottom: -10px;
}

.wb-tree-tt {
    color: #333;
    float: left;
    text-indent: 20px;
}

.wb-tree-node {
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #333;
    padding: 0 18px;
    background-color: #d9e6f0;
}

.wb-tree-sub a {
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    text-indent: 62px;
    color: #333;
    padding-left: 25px;
    background-color: #d9e6f0;
}

.wb-tree-sub a:hover {
    color: #3d79ac;
}

.wb-tree-iconl {
    float: left;
    width: 24px;
    height: 25px;
    margin-top: 15px;
    margin-left: 2px;
}

.wb-tree-iconl img {
    vertical-align: top;
}

.wb-tree-sub {
    display: none;
}



.wb-tree-item .last {
    margin-bottom: 0;
}

.current .wb-tree-tt {
    color: #3d79ac;
}

.current .wb-tree-node {
    height: 51px;
    border-bottom: 1px dashed #fff;
}

.current .wb-tree-sub {
    display: block;
}

.ewb-h187 {
    height: 187px;
}

.ewb-h181 {
    height: 181px;
}

.ewb-h182 .wb-data-item {
    margin-bottom: -5px;
}


/*信息列表样式*/

.wb-data-item {
    padding-left: 10px;
    padding-top: 6px;
}

.wb-data-list {
    line-height: 36px;
    padding-left: 14px;
    background: url(../images/list_icon.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    padding-right: 15px;
    margin-top: -36px;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #f84c11;
}