/*选择公报*/
.box-select {
    margin-top: 8px;
    overflow: hidden;
}
.box-select>select {
    float: left;
    width: 50%;
    line-height: 32px;
    height: 32px;
    font-size: 1em;
    box-sizing: border-box;
}
.box-select>select:first-child {
    width: 50%;
}
.box-select>select:last-child {
    margin-left: -1px;
    width: calc(50% + 1px);
}
.box-select>select option {
    font-weight: normal;
    display: block;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

/*搜索*/
.box-gazette-search {
    margin-top: 32px;
    border: 1px solid #ddd;
}
.box-gazette-search .box-title,.box-gazette-search .box-title1 {
    border-bottom: 1px solid #ddd;
}
.box-gazette-search .box-title:before,.box-gazette-search .box-title1:before {
    content: "公报搜索";
    diplay: block;
    float: left;
    line-height: 2em;
    background-color: #015196;
    color: white;
    padding: 0 16px;
}
.box-gazette-search .box-title:after,.box-gazette-search .box-title1:after {
    content: "";
    display: block;
    clear: both;
}
.box-gazette-search .box-content {
    padding: 24px;
    overflow: hidden;
}
.box-gazette-search .box-content>li {
    padding: 6px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
input, button {
    outline: none !important;
}
.box-gazette-search .box-content>li>input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    outline: none;
}
.box-gazette-search .box-content>li:last-child {
    width: 100%;
    text-align: center;
}
.box-gazette-search .box-content>li:last-child>button {
    line-height: 2em;
    background-color: #015196;
    color: white;
    font-size: 1em;
    padding: 0 32px;
    margin: 0 4px;
    border: none;
    outline: none;
}