/**!
 * 区政府平台
 * author: wuzhou
 * date:2019-09-24
 */

.ewb-page-main {
    padding-right: 0;
    padding-left: 0;
    min-height: 700px;
}


/* 搜索区域 */

.ewb-trade-search {
    padding: 0 30px;
    min-height: 0;
    border-top: 1px solid #225aba;
}

.ewb-release {
    padding-bottom: 20px;
    border-bottom: 1px dashed #c7e5ff;
}

.ewb-release-left {
    padding-top: 15px;
    width: 87px;
    line-height: 28px;
}

.ewb-release-right {
    width: 1050px;
}

.ewb-release-time>li {
    float: left;
    margin-top: 15px;
    margin-right: 26px;
}

.ewb-release-time>li>a {
    display: block;
    border-radius: 4px;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    color: #333;
    border: 1px solid transparent;
    font-size: 16px;
}

.ewb-release-time>li.current>a {
    border-color: #095bb8;
    color: #095bb8;
    background-color: #e9f3ff;
}


/* 表格 */

.ewb-subject-tb {
    width: 100%;
    table-layout: fixed;
}

.ewb-subject-th {
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 40px;
    background-color: #2778be;
}

.ewb-subject-head {
    box-shadow: 0 1px 4px #d1d2d4;
}

.ewb-subject-td {
    height: 40px;
    text-align: center;
    border-bottom: 1px dashed #e5e5e5;
}

.ewb-subject-td>a {
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0 22px;
}

.ewb-subject-tr:hover>td,
.ewb-subject-tr:hover>td>a {
    color: #0b62c6;
}

.ewb-subject-tr:hover>td .ewb-region {
    color: #0b62c6;
}


/* 搜索 */

.ewb-project-search {
    padding-bottom: 15px;
}

.ewb-project-search .ewb-search {
    margin-top: 15px;
    padding-left: 10px;
    width: 288px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
}

.ewb-project-times {
    margin-right: 34px;
    padding-top: 15px;
    line-height: 28px;
}

.ewb-project-inputbox {
    border-radius: 4px;
    width: 170px;
    padding-right: 8px;
    border: 1px solid #cfcfcf;
}

.ewb-project-search .input-box {
    display: block;
    height: 26px;
    line-height: 26px;
}

.ewb-project-inputbox .input-box {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    border: 0;
    color: #555;
    text-indent: 10px;
    background: url("../images/time_ico.png") right center no-repeat;
}

.ewb-project-txt {
    margin: 0 13px;
    color: #555;
}

.ewb-project-btn {
    margin-left: 14px;
    display: block;
    width: 80px;
    height: 28px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    background-color: #1973c2;
}

.ewb-project-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(90));
}

.ewb-shrink {
    position: relative;
    margin: -6px auto 0;
    width: 186px;
    height: 31px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    background-color: #fff;
    z-index: 500;
    cursor: pointer;
    box-shadow: 0 2px 4px #e4e6ea;
}

.ewb-shrink>span {
    margin: 0 auto;
    width: 58px;
    color: #045ba5;
    padding-right: 42px;
    display: block;
    line-height: 31px;
    background: url("../images/shrink_arr_hover.png") right center no-repeat;
}

.ewb-shrink>span:first-child {
    background-image: url("../images/shrink_arr.png");
}

.ewb-shrink>span.ewb-hide {
    display: none;
}


/* .ewb-search-options {
    display: none;
} */


/* 日历 */

.layui-laydate {
    padding: 40px 26px 26px !important;
    background: url("../images/time_sel_bg.png") center no-repeat;
    background-color: transparent !important;
    background-size: 100% 100%;
    box-shadow: none !important;
}

.laydate-theme-molv .layui-laydate-content {
    border: 1px solid #e2e2e2 !important;
    border-top: none !important;
}


/* 项目 */

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-region {
    color: #5f94ef;
}