.search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-wrap .search-box {
    width: 700px;
    height: 48px;
    border: 1px solid #0d5b9d;
    background: #ffffff;
    border-radius: 10px;
}

.search-wrap .search-box input {
    width: 600px;
    height: 46px;
    border: none;
    background: transparent;
    outline: none;
    padding-left: 14px;
}

.search-wrap .search-box .search-btn {
    float: right;
    background: url("/images/govxxgkzcgz/search-icon.png") no-repeat center;
    width: 70px;
    height: 46px;
}

.search-wrap .search-btn {
    width: 110px;
    height: 46px;
    background: #0d5b9d;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    /* margin-left: 25px; */
    line-height: 46px;
    text-align: center;
}

.search-type {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24px;
}

.search-type p {
    line-height: 24px;
    font-size: 16px;
    color: #0d5b9d;
    margin-right: 20px;
}

.search-type a {
    height: 24px;
    line-height: 24px;
    padding-left: 18px;
    background: url("/images/govxxgkzcgz/dot.png") no-repeat left center;
    margin-right: 15px;
}

.search-type a.active {
    background: url("/images/govxxgkzcgz/dot-ac.png") no-repeat left center;
}

.ewb-list-name {
    float: left;
    width: 65%;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-list-doc {
    float: left;
    width: 167px;
    height: 100%;
}
