/*内容--结果公示  --开始*/
.g-main .items-heading {
    margin-bottom: 15px;
    margin-top: 15px;
}
.g-main .items-heading h4 {
    font-size: 20px;
    color: rgb(0, 115, 213);
}
.g-main  .items-heading .input-201906261001 {
    width: 350px;
}
.g-main .items-heading .input-lightblue .input-group {
    background-color: rgb(244, 247, 250);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200, 213, 225);
    border-image: initial;
    border-radius: 4px;
}
.g-main .items-heading .input-lightblue .input-group .form-control,
.g-main .items-heading .input-lightblue .input-group .btn {
    background-color: transparent;
    box-shadow: none;
}

.g-main .items-heading .input-201906261001 .input-group .form-control,
.g-main .items-heading .input-201906261001 .input-group .btn {
    height: 44px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}
.g-main .items-heading .input-201906261001 .input-group .form-control .search-btn,
.g-main .items-heading .input-201906261001 .input-group .btn .search-btn {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url(../img/navigation/search.png) 0px 0px no-repeat;
    background-position: 0px 0px;
}
.g-main .input-201906261001 .btn.active.focus,
.g-main .input-201906261001 .btn.active:focus,
.g-main .input-201906261001 .btn.focus,
.g-main .input-201906261001 .btn:active.focus,
.g-main .input-201906261001 .btn:active:focus,
.g-main .input-201906261001 .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.g-main .items-heading .input-201906261001 .input-group .form-control .search-btnblue,
.g-main .items-heading .input-201906261001 .input-group .btn .search-btnblue {
    background-position: 0px -20px;
}


.g-main .table-striped > thead > tr > td,
.g-main .table-striped > tbody > tr > td {
    border: 0;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
}
.g-main .table-striped > thead > tr > td {
    background-color: #efefef;
    text-align: center;
    font-size: 16px;
}
.g-main .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}
.g-main .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f6f6f6;
}
/*内容--结果公示  --结束*/