﻿/**!
 * &#36259;&#30475;&#51;&#54;&#53;&#97;&#112;&#112;&#19979;&#36733;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#29616;&#22330;&#28378;&#29699;&#95;&#51;&#54;&#53;&#29616;&#22312;&#36824;&#33021;&#23433;&#20840;&#25552;&#27454;&#21527;市住房公积金管理中心-通用二级页
 * author: wangkai;
 */


/* main */


/*当前位置*/

.ewb-location {
    margin-top: 4px;
    height: 36px;
    line-height: 36px;
}
.ewb-location p {
    padding-left: 20px;
    background: url(../images/location_ico.png) left center no-repeat;
}
.ewb-location p a {
    color: #333;
}
.ewb-location p span {
    color: #cd3333;
}

/*左侧*/

.ewb-left {
    float: left;
    width: 285px;
}
.ewb-menu-hd {
    padding-left: 37px;
    height: 44px;
    line-height: 44px;
    background-color: #399bf6;
    position: relative;
}
.ewb-menu-hd span {
    font-size: 20px;
    color: #fff;
}
.ewb-menu-bj {
    display: block;
    position: absolute;
    top: 44px;
    left: 0;
    width: 10px;
    height: 13px;
    background: url(../images/menu_bj.png);
}
.ewb-menu-bd {
    margin-left: 10px;
    height: 662px;
    border: 1px solid #e1e1e1;
}
.wb-tree {
    margin: 0 -1px;
}
.wb-tree-items {
    margin-bottom: 1px;
    cursor: pointer;
}
.wb-tree-tt {
    color: #666;
}
.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #666;
    border: 1px solid #dfdfdf;
}
.wb-tree-iconl {
    float: left;
    width: 6px;
    height: 38px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 20px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    background-color: #dadada;
}
.wb-tree-iconr {
    float: right;
    width: 12px;
    height: 6px;
    margin-top: 16px;
    margin-right: 21px;
    background: url(../images/wblistr.png) no-repeat;
}
.wb-tree-sub {
    display: none;
    padding: 10px 0 8px 0;
}
.wb-tree-item>a {
    height: 32px;
    line-height: 32px;
    padding-left: 50px;
    font-size: 16px;
    border: 0;
    background: url(../images/menu_ico.png) 26px center no-repeat;
}
.wb-tree-item>a:hover,
.wb-tree-item>a.current {
    color: #399bf6;
    background: url(../images/menu_ico_hover.png) 26px center no-repeat;
}
.current .wb-tree-tt {
    color: #5faef6;
}
.current .wb-tree-iconl {
    border: 1px solid #5aa9f1;
    border-right: 0;
    background-color: #5faef6;
}
.current .wb-tree-iconr {
    background: url(../images/wblistrh.png) no-repeat;
}
.current .wb-tree-sub {
    display: block;
}

/*右侧*/

.ewb-right {
    float: left;
    padding: 2px 20px 0 20px;
    width: 874px;
    height: 704px;
    border: 1px solid #e1e1e1;
    border-left: 0;
}
.ewb-right-hd {
    height: 46px;
    border-bottom: 1px solid #e1e1e1;
}
.ewb-right-tt {
    float: left;
    padding: 0 14px 0 16px;
    height: 44px;
    line-height: 44px;
    border-bottom: 3px solid #399bf6;
    font-size: 20px;
    color: #399bf6;
}
.ewb-info-list {
    padding: 11px 0 0 1px;
}
.ewb-list-node {
    padding-left: 9px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    background: url(../images/dian.png) left center no-repeat;
}
.ewb-list-node:hover {
    background: url(../images/dian_hover.png) left center no-repeat;
}
.ewb-list-name {
    float: left;
    width: 70%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ewb-list-date {
    float: right;
    color: #999;
}
.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #cd3333;
}

/* 分页 */

.ewb-page {
    margin-top: 20px;
    text-align: center;
}
.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}
.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}
.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}
.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}
.ewb-page-num {
    *width: 60px;
}
.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}
.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}
.ewb-page-hover {
    *width: 60px;
}
.ewb-page-hover>a {
    font-family: "Simsun";
}
.ewb-page-go {
    margin-left: 2px;
}
.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}
.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}
.ewb-page-goto {
    margin-right: 0;
}
.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}
.ewb-page-inpt {
    margin-left: -2px;
}
.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

/* 平板电脑和小屏电脑之间的分辨率 */

@media(max-width: 1024px) {
    .ewb-container {
        width: 98%;
    }
    #header,
    #footer,
    .ewb-left {
        display: none;
    }
    .ewb-right-hd {
        height: 36px;
        margin-top: -5px;
    }
    .ewb-right-tt {
        font-size: 15px;
        height: 34px;
        line-height: 34px;
    }
    .ewb-right {
        float: none;
        width: 100%;
        height: auto;
        border: none;
        padding:0;
        margin-top: 15px;
    }
    .ewb-page {
        margin-bottom: 15px;
    }
    .ewb-location{
        display: none;
    }
    .ewb-list-name{
		font-size:16px;    
    }
    .ewb-list-date{
		font-size:16px;    
    }
}
@media(max-width: 767px) {
        .ewb-right {
        margin-top: 5px;
    }
    .ewb-right-tt {
        font-size: 15px;
        height: 28px;
        line-height: 28px;
        margin-top: 6px;
    }
    .ewb-page-li {
        display: none;
    }
    .ewb-page-li.ewb-page-hover {
        display: block;
    }
    .ewb-page {
        margin: 10px 0;
    }
    .ewb-list-node {
        height: 28px;
        line-height: 28px;
    }
    .ewb-info-list {
        padding-top: 5px;
    }
}
