﻿/**!
 *某某页面-二级页
 * author: gaojian;
 * date:2017-11-21
 */

.ewb-home {
    height: 79px;
    padding-left: 29px;
    line-height: 79px;
    font-size: 16px;
    color: #999;
    background: url(../images/home.png) 2px center no-repeat;
}

.ewb-home a {
    color: #999;
}

.ewb-home span {
    color: #a9161f;
}

.ewb-menu-hd {
    height: 61px;
    line-height: 61px;
    text-indent: 127px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../images/menu_tt.png) 93px center no-repeat #a9161f;
}

.ewb-menu-bd {
    min-height: 590px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background-color: #f6f6f6;
}

.wb-tree {}

.wb-tree-items {
    cursor: pointer;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node {
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
}

.wb-tree-sub a {
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
}

.wb-tree-iconl {
    float: left;
    width: 4px;
    height: 13px;
    margin: 20px 15px 0 29px;
    background: url(../images/menu_left.jpg) no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 13px;
    height: 12px;
    margin-top: 19px;
    margin-right: 40px;
    background: url(../images/menu_icon.jpg) no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 0 6px;
    border-bottom: 1px solid #dfdfdf;
}

.wb-tree-item>a {
    color: #333;
}

.wb-tree-item>a:hover {
    background-color: #005BFE;
    color: #fff;
}

.current .wb-tree-iconr {
    background: url(../images/menu_iconh.jpg) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.ewb-column-hd {
    min-height: 41px;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}

.ewb-column-bd {
    min-height: 610px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    overflow: hidden;
}

.ewb-column-tt {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 82px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    color: #fff;
    background-color: #005BFE;
}

.ewb-column-tab {
    width: 122px;
    height: 40px;
    border-top: 1px solid #fff;
    background-color: #f6f6f6;
    margin-right: 1px;
    font-size: 16px;
    text-align: center;
    line-height: 41px;
    font-weight: bold;
    cursor: pointer;
}

.ewb-column-none {
    height: 40px;
    border-left: 0;
    border-bottom: 0;
    background-color: #f6f6f6;
}

.ewb-column-nonejyxx {
    width: 177px;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-left: 0;
    border-bottom: 0;
    background-color: #f6f6f6;
}

.ewb-column-tab.current {
    border-top: 2px solid #a9161f;
    height: 39px;
    line-height: 41px;
}

.wb-data-item {
    padding-left: 10px;
    padding-top: 4px;
}

.wb-data-list {
    line-height: 34px;
    padding-left: 14px;
    background: url(../images/list_img.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: 10px;
    margin-top: -34px;
}

.wb-data-list:hover {
    background: url(../images/list_imgh.jpg) 0 50% no-repeat;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    /*   cursor: pointer; */
    color: #f14f00;
}


/* 分页 */

.ewb-page {
    text-align: left;
}

.ewb-page-items {
    margin-top: 20px;
    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: #f24f02;
}

li.ewb-page-li.current{
	 height: 28px;
    line-height: 28px;
	color:#005bfe;
	font-weight:bold;
}


.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;
	line-height:26px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #999;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
}

.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;
}

/*2018-04-26*/

.ewb-search {
    float: right;
    width: 400px;
    height: 38px;
}

.ewb-search-txt {
    float: right;
    margin-top: 5px;
    padding-left: 10px;
    width: 200px;
    height: 28px;
    line-height: 27px;
    border: 0;
    border: 1px solid #e6e6e6;
}

.placeholder {
    color: #999;
}

.ewb-search-btn {
    float: right;
    margin: 7px 0 0 7px;
    width: 25px;
    height: 24px;
    border: 0;
    cursor: pointer;
    background: url('../images/search_ico.png') no-repeat;
}


/* 日期 */
.datetimepicker .table-condensed {
    background-color: #3e97db;
}

.datetimepicker thead {
    background: #3e97db;
}

.datetimepicker .table-condensed tbody {
    background-color: #fff;
}


.ewb-find-name {
    float: right;
    height: 28px;
    line-height: 27px;
    margin-top: 5px;
}

.ewb-find-to {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    color: #ddd;

}

.ewb-find-inp {
    float: right;
    margin-top: 5px;
    padding-left: 10px;
    width: 124px;
    height: 28px;
    line-height: 27px;
    border: 0;
    border: 1px solid #e6e6e6;
    outline: 0;
    background-color: #fff;
    background: url(../images/time_picker.jpg) 104px center no-repeat;
}

.inp-date100 {
    background-color: #fff;
}

/* 20190327 */

/* .ewb-header2 {
    height: 252px;
    line-height: 252px;
    background-color: #10568a;
    color: #fff;
    font-size: 48px;
    font-weight: blod;
    overflow: hidden;
}

.ewb-footer a,
.ewb-footer span {
    display: inline-block;
}


@media (max-width: 1200px) {
    body {
        min-width: 0;
    }

    .ewb-container {
        width: 100%;
    }

    .ewb-header2 {
        height: 100px;
        line-height: 100px;
        font-size: 20px;
    }

    .ewb-footer {
        height: auto;
    }

    .ewb-phone {
        display: none;
    }

    .ewb-footer i,
    .ewb-footer p {
        line-height: 20px;
        font-size: 13px;
    }

    .ewb-copy {
        width: 100%;
    }
} */