/**!
 * 区政府平台
 * author: wuzhou
 * date:2019-09-24
 */

.ewb-page-main {
    padding: 0;
    border: 0;
    min-height: 548px;
    padding-bottom: 20px;
}

.ewb-full-head {
    height: 160px;
}

.ewb-full-logo {
    padding-top: 49px;
}

.ewb-full-search {
    padding-top: 51px;
    width: 450px;
}

.ewb-full-search .ewb-search-area {
    margin-top: 0;
    width: 100%;
    height: 43px;
    background-color: #fff;
}

.ewb-full-search .ewb-search {
    padding-left: 10px;
    width: 390px;
    height: 43px;
}

.ewb-nav-items {
    margin-left: 29px;
	padding: 15px 0 15px 0;
}

.ewb-nav-items>li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.ewb-full-search .ewb-search .input-box {
    height: 43px;
    line-height: 43px;
}

.ewb-full-search .ewb-search .input-placeholder {
    height: 43px;
    line-height: 43px;
    font-size: 20px;
}

.ewb-full-search .ewb-search-btn {
    width: 45px;
    height: 45px;
    background-image: url("../images/full_search_ico.png");
}

.ewb-advanced-search {
    display: block;
    padding-top: 7px;
}

.ewb-advanced-time {
    display: block;
    line-height: 26px;
    padding-right: 17px;
    color: #666;
    background: url("../images/full_down_arr.png") right center no-repeat;
}

.ewb-sortdesc {
    cursor: pointer;
    line-height: 57px;
    margin-right: 28px;
    padding-right: 17px;
    font-size: 18px;
    color: #fff;
    background: url("../images/desc.png") right center no-repeat;
}

.ewb-sortasc {
    cursor: pointer;
    line-height: 57px;
    margin-right: 28px;
    padding-right: 17px;
    font-size: 18px;
    color: #fff;
    background: url("../images/asc.png") right center no-repeat;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-result-time {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #666;
    background-color: #ffebeb;
}

.ewb-result-items {
    margin: 0 20px;
}

.ewb-result-items>li {
    padding: 10px 0 5px;
    border-top: 1px dashed #e5e5e5;
}

.ewb-result-items>li:first-child {
    border-top: 0;
}

.ewb-result-name {
    font-size: 18px;
    color: #0b62c6;
    line-height: 32px;
}

.ewb-keyword {
    color: #f84f4f;
}

.ewb-result-intro {
    line-height: 28px;
}

.ewb-result-date {
    color: #666;
    line-height: 28px;
}