﻿/* 子页面通用代码 */
.ewb-mt20 {
    margin-top: 20px;
}

/* 信息列表 */
.ewb-notice-items>li {
    line-height: 36px;
}

.ewb-notice-items>li>a {
    font-size: 15px;
}

/* footer */
.ewb-footer {
    margin-top: 34px;
}

/* pad端 */
@media(max-width:979px) {
    .ewb-sidebar {
        padding-top: 0;
    }
}

/* 手机端 */
@media(max-width:767px) {
    .ewb-mt20 {
        margin-top: 12px;
    }

    .ewb-notice-items>li {
        line-height: 32px;
    }

    /* 手机端下拉 */
    .phone-sel {
        font-size: 15px;
    }


    .ewb-footer {
        margin-top: 12px;
    }
}

/* 当前位置 */
.ewb-loc {
    font-size: 16px;
    color: #333;
    padding-left: 32px;
    margin: 20px 0;
    line-height: 24px;
    background: url('../images/loc_icon.png') no-repeat left top;
}

.ewb-loc>a {
    color: #333;
}

.ewb-loc>span {
    color: #2f96f6;
}

/* 手机端 */
@media(max-width:767px) {
    .ewb-loc {
        margin: 15px 0;
    }
}

/* 左侧菜单 */
.ewb-tree {
    margin-right: 10px;
}

.ewb-tree-hd {
    height: 50px;
    line-height: 50px;
    background-color: #4ea6f7;
}

.ewb-tree-hd>h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
}

.ewb-tree-item {
    height: 52px;
    line-height: 52px;
}

.ewb-tree-item>a {
    display: block;
    color: #333;
    height: 52px;
    font-size: 16px;
    padding-left: 53px;
    border-bottom: 1px solid #e0e0e0;
    background: url('../images/tree_icon.png') no-repeat 22px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-tree-item.current a,
.ewb-tree-item:hover a {
    font-weight: bold;
    color: #2f96f6;
    border-bottom: 2px solid #4ea6f7;
    background-image: url('../images/tree_iconh.png');
    background-color: #ebf5ff;
}

/* 右侧内容 */
.ewb-content {
    position: relative;
    margin-left: -10px;
    border-top: 2px solid #4ea6f7;
}

.ewb-content-hd {
    position: absolute;
    top: -1px;
}

.ewb-content-hd>a {
    display: block;
    padding: 0 18.5px;
    height: 50px;
    line-height: 50px;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.ewb-content-hd.cur>a {
    color: #fff;
    background-color: #2f96f6;
}

.ewb-content-hd.ewb-hd1>a {
    padding: 0 34px;
}

.ewb-hd1 {
    left: -1px;
}

.ewb-hd2 {
    left: 99px;
}

.ewb-hd3 {
    left: 184px;
}

.ewb-hd4 {
    left: 269px;
}

.ewb-hd5 {
    left: 354px;
}

.ewb-hd6 {
    left: 439px;
}

.ewb-hd7 {
    left: 524px;
}

.ewb-hd8 {
    left: 609px;
}

.ewb-hd9 {
    left: 694px;
}

.ewb-hd10 {
    left: 779px;
}

.ewb-content-bd {
    padding: 65px 20px 20px 20px;
}

.ewb-hd-z2 {
    left: 163px;
}

.ewb-hd-z3 {
    left: 312px;
}

/* 980px-1199px */
@media(min-width:768px) and (max-width:1199px) {
    .ewb-content-hd>a {
        padding: 0 10px;
    }

    .ewb-content-hd.ewb-hd1>a {

        padding: 0 19px;
    }

    .ewb-hd2 {
        left: 69px;
    }

    .ewb-hd3 {
        left: 139px;
    }

    .ewb-hd4 {
        left: 209px;
    }

    .ewb-hd5 {
        left: 279px;
    }

    .ewb-hd6 {
        left: 349px;
    }

    .ewb-hd7 {
        left: 419px;
    }

    .ewb-hd8 {
        left: 489px;
    }

    .ewb-hd9 {
        left: 559px;
    }

    .ewb-hd10 {
        left: 628px;
    }
    
    .ewb-hd-z2 {
        left: 133px;
    }

    .ewb-hd-z3 {
        left: 265px;
    }
}

/* pad端 */
@media(max-width:979px) {
    .ewb-tree {
        margin-right: 0;
    }

    .ewb-content {
        margin: 30px 0 0 0;
    }
}

/* 手机端 */
@media(max-width:767px) {

    .ewb-content {
        margin-top: 12px;
    }

    .ewb-content-bd {
        padding-top: 6px;
        padding-bottom: 12px;
    }
}

/* 分页1 */
.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 21px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #007dd5;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    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: 26px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 26px;
    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:767px) {
    .ewb-page-items {
        margin-top: 15px;
    }

    .ewb-page-li {
        display: none;
    }

    .ewb-page-hover {
        display: block;
    }
}

/* 分页2 */
.ewb-pager {
    margin-top: 12px;
}

.ewb-pager-items {
    float: left;
}

.ewb-pager-li {
    float: left;
    margin-right: 8px;
}

.ewb-pager-li>a {
    display: block;
    min-width: 47px;
    padding: 0 11px;
    height: 25px;
    line-height: 23px;
    color: #333;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.ewb-pager-start>a {
    color: #999;
}

.ewb-pager-goto {
    padding: 0 3px 0 12px;
}

.ewb-pager-goto>span {
    display: block;
    height: 25px;
    line-height: 25px;
}

.ewb-pager-sel>select {
    min-width: 67px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #e5e5e5;
    outline: 0;
}

.ewb-pager-num {
    float: right;
    margin-right: 18px;
}

.ewb-pager-color {
    color: #979797;
}

.ewb-pager-total {
    padding: 0 10px;
}

/* 手机端 */
@media(max-width:767px) {
    .ewb-pager {
        text-align: center;
    }

    .ewb-pager-items {
        display: inline-block;
        float: none;
    }
}

/* 表格 */
.ewb-com-table {
    width: 100%;
    table-layout: fixed;
}

.ewb-com-table tr th {
    height: 40px;
    text-align: center;
    color: #fff;
    background-color: #2f96f6;
}

.ewb-com-table tr td {
    height: 40px;
    font-size: 15px;
    padding: 0 5px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-com-table tr td>a {
    color: #333;
}

.ewb-com-table tr:first-child td {
    height: 43px;
    padding-top: 5px;
}

.ewb-com-table tr td:first-child {
    padding-left: 20px;
    text-align: left;
}

.ewb-com-table tr:hover td a,
.ewb-com-table tr:hover td {
    color: #2f96f6;
    background-color: #f3f8ff;
}

/* 手机端 */
@media(max-width:767px) {
    .phone-table {
        overflow-x: auto;
    }

    .ewb-com-table {
        width: 767px;
    }

    .ewb-com-table tr td {
        height: 36px;
        font-size: 14px;
    }

}

/* 搜索框 */
.ewb-bid-search {
    float: right;
    margin-top: 8px;
}

.ewb-bid-search>label {
    float: left;
    height: 32px;
    line-height: 32px;
    width: 150px;
    text-align: right;
}

.ewb-bid-wrap {
    position: relative;
    width: 273px;
    height: 32px;
    margin-left: 150px;
    border: 1px solid #2f96f6;
    border-radius: 3px;
    overflow: hidden;
}

.ewb-bid-wrap .input-tips {
    width: 234px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 0 0 12px;
    border-right: none;
}

.ewb-bid-wrap .input-box {
    height: 30px;
    line-height: 30px;
}

.ewb-bid-wrap .input-placeholder {
    height: 30px;
    line-height: 30px;
    color: #bbb;
    left: 12px;
}

.ewb-bid-wrap .ewb-bid-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 30px;
    cursor: pointer;
    background: url('../images/ser_btn2.png') no-repeat center;
}

/* 手机端 */
@media(max-width:767px) {
    .ewb-bid-search {
        float: none;
        padding: 10px 0;
    }

    .ewb-bid-wrap {
        width: auto;
    }

    .ewb-bid-wrap .input-tips {
        width: 80%;
    }
}

.outlink a {
	background: url(/images/outlink.png) no-repeat 22px center !important;
}

.ewb-tree-item.outlink:hover a {
    font-weight: bold;
    color: #2f96f6;
    border-bottom: 2px solid #4ea6f7;
    background-image: url('../images/outlinkh.png') !important;
    background-color: #ebf5ff;
}

/* 2020-04-27新增 */
.ewb-pt15 {
	padding-top: 15px;
}

.ewb-column-tt {
    float: left;
    padding-right: 10px;
    height: 40px;
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: #4ea6f7;
}

.ewb-moreinfo {
    height: 40px;
    line-height: 40px;
    color: #999;
}

.ewb-column-hd {
    border-bottom: #dedede 1px solid;
}