.banner {
    margin-top: 40px;
    margin-bottom: 60px;
}

.banner img {
    width: 100%;
}

/* 搜索表单 */
.search-params .params-items {
    margin-bottom: 20px;
    height: 44px;
    line-height: 44px;
}

.search-params .params-items .key,.search-params .params-items .value {
    float: left;
}

.search-params .params-items .key {
    width: 120px;
    text-align: right;
    color: #333;
    font-size: 16px;
}

.search-params .params-items .value {
    width: calc(100% - 130px);
    margin-left: 10px;
    height: 100%;
}

.search-params .params-items .value input,.search-params .params-items .value .sk-form-select {
    height: 44px;
}

.search-params .params-items .wenhao>input,.search-params .params-items .wenhao>select,.search-params .params-items .wenhao .sk-form-select {
    width: 30%;
    float: left;
    margin-right: 3.3%;
}

.search-params .params-items .qihao .sk-form-select,.search-params .params-items .qihao input {
    width: 50%;
    float: left;
}

.search-params .params-items .qihao .sk-form-select input {
    width: 100%;
}

.search-params .search-submit {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 70px;
    width: 80%;
    max-width: 260px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    background-color: #245399;
}

/* 政府公报搜索结果列表 */
.zfgb-search-list {
    margin-top: 40px;
}

.zfgb-search-list .zfgb-search-head {
    border-bottom: 2px solid #235399;
    padding-top: 0;
    padding-bottom: 9px;
}

.zfgb-search-list .zfgb-search-head span {
    color: #333 !important;
    font-size: 20px !important;
    font-weight: 700;
}

.zfgb-search-list li {
    padding-top: 27px;
    padding-bottom: 29px;
    border-bottom: 1px solid #E3E3E3;
}

.zfgb-search-list li span.title,.zfgb-search-list li span.ssgb {
    float: left;
}

.zfgb-search-list li span.title {
    width: calc(100% - 250px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zfgb-search-list li span.title a {
    font-size: 16px;
    color: #333;
}

.zfgb-search-list li span.ssgb {
    width: 250px;
    font-size: 14px;
    color: #B1B1B1;
}