/**!
 * 通用二级页
 * author: wangkai;
 */


/* main */


/*左侧*/

.wb-tree {
    background-color: #ecf6ff;
}

.wb-tree-items {
    margin-top: 10px;
    cursor: pointer;
    vertical-align: top;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-tt {
    color: #fff;
}

.wb-tree-node, .wb-tree-sub a {
    display: block;
    padding-left: 28px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #1492ff;
}

.wb-tree-iconr {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 18px;
    margin-right: 39px;
    background: url(../images/listr.png) center center no-repeat;
    *margin-top: -32px;
}

.wb-tree-sub {
    padding: 20px 17px 0 20px;
    height: 454px;
    display: none;
}

.wb-tree-item {
    margin-top: 12px;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}

.wb-tree-item:first-child {
    margin-top: 0;
}

.wb-tree-item>a {
    height: 32px;
    line-height: 32px;
    padding-left: 51px;
    font-size: 16px;
    color: #333;
    background: url(../images/menu_dian.png) 35px center no-repeat;
}

.wb-tree-item:hover,
.wb-tree-item.current {
    background: url(../images/sub_menu_bg.png);
}

.wb-tree-item:hover a,
.wb-tree-item.current a {
    font-weight: bold;
    color: #fff;
    background: url(../images/menu_dian_hover.png) 35px center no-repeat;
}

.current .wb-tree-iconr {
    background: url(../images/listrh.png) center center no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

/*右侧*/

.ewb-right-hd {
    min-height: 152px;
    border-top: 2px solid #1492ff;
    background-color: #f7f7f7;
}

.ewb-screen {
    padding: 6px 0 7px 0;
    font-size: 16px;
}

.ewb-screen-tt {
    float: left;
    margin: 5px 7px 5px 0;
    width: 69px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    font-weight: bold;
}

.ewb-screen-list {
    float: left;
    width: 744px;
    overflow: hidden;
}

.ewb-screen-content {
    margin-right: -36px;
}

.ewb-screen-name {
    display: inline-block;
    margin: 5px 32px 5px 0;
    width: 72px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.ewb-screen-name:hover,
.ewb-screen-name.current {
    font-weight: bold;
    color: #fff;
    background-color: #f8a65c;
}

/*查询*/

.ewb-query {
    margin: 0 15px 0 20px;
    padding: 18px 0;
    border-top: 1px dashed #cbcbcb;
}

.ewb-query label {
    float: left;
    width: 88px;
    height: 30px;
    line-height: 30px;
}

.ewb-query label.ewb-ml30 {
    margin-left: 30px;
}

.ewb-query-txt {
    float: left;
    padding-left: 10px;
    width: 230px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
}

.ewb-query-btn {
    float: right;
    width: 78px;
    height: 30px;
    border: 0;
    cursor: pointer;
    background: url(../images/query_btn.png) center center no-repeat #f8a65c;
}

.ewb-query-btn:hover {
    background-color: #ffab00;
}

/*信息表格*/

.ewb-info-table {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed;
}

.ewb-info-table th,
.ewb-info-table td {
    text-align: center;
}

.ewb-info-table th {
    height: 36px;
    font-weight: bold;
    color: #fff;
    background-color: #1492ff;
}

.ewb-wd1 {
    width: 40px;
}

.ewb-wd2 {
    width: 160px;
}

.ewb-info-table .ewb-wd3 {
    padding-left: 136px;
    width: 276px;
    text-align: left;
}

.ewb-wd4 {
    width: 108px;
}

.ewb-wd5 {
    width: 100px;
}

.ewb-info-table td {
    height: 48px;
    border-bottom: 1px dashed #d8d8d8;
    font-size: 16px;
}

.ewb-info-table tbody tr:first-child td {
    padding-top: 4px;
}

.ewb-info-table td a,
.ewb-info-table td span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-info-table td a {
    color: #333;
    padding-left: 19px;
    text-align: left;
}

.ewb-info-table tbody tr:hover td {
    background: url(../images/td_hover_bg.png) bottom repeat-x;
}

/*分页*/

.ewb-page {
    margin-top: 24px;
    padding-bottom: 11px;
    text-align: center;
}

.ewb-visibility{
        visibility:hidden;
}


.norecord
{
    width: 280px;
    margin: 0 auto;
    color: #666;
    padding: 100px 0 0 270px;
}

.norecord > .tip
{
    font-size: 18px;
    line-height: 32px;
}

.ewb-bid-see {
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 22px;
    background: url('../images/see_icon.png') no-repeat;
}

.ewb-bid-see:hover {
    background: url('../images/see_icon_cur.png') no-repeat;
}

.searchButton {
    padding: 0 0 0 10px;
}

/* 2019-03-27 */
.ewb-sty-l-hd {
    padding-left: 28px;
    height: 50px;
    line-height: 50px;
    background: url(../images/policy_icon.png) 205px 18px no-repeat #1492ff;
}

.ewb-sty-l-hd a {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.ewb-sty-l-bd {
    padding-top: 20px;
    padding-left: 20px;
}

.ewb-sty-l {
    width: 260px;
	background-color: #ecf6ff;
}

.ewb-sty-con {
    margin-left: 40px;
    width: 800px;
}

.ewb-sty-hd {
    height: 46px;
    background-color: #f6f6f6;
}

.ewb-sty-hd a {
    display: inline-block;
    padding: 0 32px 0 28px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #1492ff;
    border-top: 3px solid #1492ff;
    background-color: #fff;
}

.ewb-sty-link {
    display: block;
    margin-bottom: 10px;
}

.ewb-sty-radiusl {
    width: 15px;
    height: 32px;
}

.ewb-sty-link:hover .ewb-sty-radiusl {
    background: url(../images/policy_radiusl.png);
}

.ewb-sty-radiusr {
    width: 15px;
    height: 32px;
}

.ewb-sty-link:hover .ewb-sty-radiusr {
    background: url(../images/policy_radiusr.png);
}

.ewb-sty-sp {
    padding-left: 36px;
    width: 157px;
    height: 32px;
    line-height: 32px;
    color: #333;
    background: url(../images/policy_item_icon.png) 20px 14px no-repeat;
	font-size: 16px;
    font-weight: bold;
}

.ewb-sty-link:hover .ewb-sty-sp {
    font-weight: bold;
    color: #fff;
    background: url(../images/policy_item_iconh.png) 20px 14px no-repeat #f8a65c;
}

.ewb-sty-link.current .ewb-sty-sp {
    font-weight: bold;
    color: #fff;
    background: url(../images/policy_item_iconh.png) 20px 14px no-repeat #f8a65c;
}

.ewb-type-name:hover, .ewb-type-name.current {
    font-weight: bold;
    color: #fff;
    background-color: #f8a65c;
}
.ewb-type-name {
    display: inline-block;
    margin: 5px 32px 5px 0;
    width: 72px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}