html,
body {
    background-color: #f5f5f5;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #5473e8;
}

a:hover {
    color: #3e61e5;
}

.g-main {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.content {
    background-color: #fff;
    padding: 20px 40px;
    box-shadow: 4px 0 30px rgba(49, 120, 228, 0.3);
    -webkit-box-shadow: 4px 0 30px rgba(49, 120, 228, 0.3);
    -moz-box-shadow: 4px 0 30px rgba(49, 120, 228, 0.3);
}

@font-face {
    font-family: fzchs;
    src: url("../fonts/FZCHSJ.ttf");
}

.text-red {
    color: #f14141;
}

.btn-primary {
    background-color: #5473e8;
    border-color: #5473e8;
}

.btn-primary:hover {
    background-color: #3e61e5;
    border-color: #3e61e5;
}

.form-control,
.btn {
    border-radius: 0;
}

.form-control {
    height: 42px;
}

.btn {
    padding: 10px 12px;
}

.header-banner {
    background: url(../img/headbanner.png) center no-repeat;
    height: 130px;
    margin-bottom: 25px;
    padding-top: 30px;
    color: #fff;
    font-size: 16px;
}

.header-banner .header-title {
    font-size: 40px;
    color: #fff;
    font-family: fzchs;
    position: relative;
    padding-top: 10px;
    text-shadow: 0 3px 0 #011775;
}

.input-201906261001 {
    width: 350px;
}

.input-201906261001 .input-group {
    margin-top: 5px;
}

.input-201906261001 .input-group .form-control,
.input-201906261001 .input-group .btn {
    height: 44px;
    border: 0;
}

.input-201906261001 .input-group .form-control .search-btn,
.input-201906261001 .input-group .btn .search-btn {
    background: url(../img/search.png) no-repeat;
    background-position: 0 0;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.input-201906261001 .input-group .form-control .search-btnblue,
.input-201906261001 .input-group .btn .search-btnblue {
    background-position: 0 -20px;
}

.input-lightblue .input-group {
    background-color: #f4f7fa;
    border: 1px solid #c8d5e1;
}

.input-lightblue .input-group .form-control,
.input-lightblue .input-group .btn {
    background-color: transparent;
    box-shadow: none;
}

.query-criteria {
    border-bottom: 2px solid #5473e8;
    margin-bottom: 20px;
}

.query-criteria > li + li {
    border-top: 1px solid #ebebeb;
}

.query-criteria > li {
    padding: 15px 10px;
    display: table;
    width: 100%;
}

.query-criteria > li .query-name {
    width: 115px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #7b7a7a;
}

.query-criteria > li .query-body {
    font-size: 16px;
}

.query-criteria > li .query-body a {
    color: #333;
    font-size: 16px;
}

.query-criteria > li .query-body .form-control {
    font-size: 16px;
    width: 300px;
    height: 42px;
}

.query-criteria > li .query-body .list-btn > li > .btn {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    margin: 5px 0;
}

.query-criteria > li .query-body .list-btn > li.active > .btn {
    color: #5473e8;
    border-color: #5473e8;
}

.query-criteria > li .query-body .list-btn > li.active > .btn:after {
    content: " ";
    position: absolute;
    background: url(../img/stage-active1.png) no-repeat;
    top: 0;
    right: 0;
    height: 26px;
    width: 29px;
}

.list-stage {
    margin-left: 0;
}

.list-stage > li {
    position: relative;
    height: 100px;
    width: 180px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    transition: all 0.5s ease;
    overflow: hidden;
}

.list-stage > li::before {
    content: " ";
    position: absolute;
    background: url(../img/stagebg.png) center no-repeat;
    width: 28px;
    height: 41px;
    left: 0;
    bottom: 0;
}

.list-stage > li .stage-title {
    font-size: 16px;
    transition-duration: 0.3s;
    transition-property: margin;
}

.list-stage > li + li {
    margin-left: 15px;
}

.list-stage .stage-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
    margin-left: 0;
    font-size: 14px;
    display: none;
}

.list-stage .stage-bottom > li {
    height: 40px;
    line-height: 40px;
}

.list-stage .stage-bottom > li a {
    color: #fff;
}

.list-stage .stage-bottom > li + li {
    border-left: 1px solid #5473e8;
}

.list-stage > li.active,
.list-stage > li:hover {
    cursor: pointer;
    background-color: #5473e8;
    border-color: #fff;
}

.list-stage > li.active .stage-icon,
.list-stage > li:hover .stage-icon {
    display: none;
}

.list-stage > li.active .stage-bottom,
.list-stage > li:hover .stage-bottom {
    display: block;
}

.list-stage > li.active .stage-title,
.list-stage > li:hover .stage-title {
    color: #fff;
}

.list-stage > li.active:after {
    content: " ";
    position: absolute;
    background: url(../img/stage-active.png) no-repeat;
    top: 1px;
    right: 1px;
    height: 26px;
    width: 29px;
}

.items-heading {
    margin-bottom: 15px;
}

.items-heading h4 {
    font-size: 20px;
    color: #5473e8;
    margin-top: 15px;
}

.items-heading .form-control,
.items-heading .btn {
    height: 42px;
}

.table > tbody > tr > th,
.table > thead > tr > th,
.table > tbody > tr > td,
.table > thead > tr > td {
    padding: 10px 8px;
    vertical-align: middle;
    border-bottom-width: 1px;
}

.table > thead > tr > td {}

.table-201906261239 > tbody > tr:nth-of-type(even) {
    background-color: #f6f6f6;
}

.table-201906261239 > tbody > tr > th,
.table-201906261239 > thead > tr > th,
.table-201906261239 > tbody > tr > td,
.table-201906261239 > thead > tr > td {
    border-top: 0 !important;
}

.bg-matter {
    background-color: #ff6c00;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}

.list-matter > li {
    position: relative;
    padding: 0 10px;
}

.list-matter > li > a {
    color: #0574fe;
}

.list-matter > li + li:before {
    content: " ";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: #cdcdcd;
    top: 50%;
    margin-top: -7px;
    left: 0;
}

.operation-btn > li {
    position: relative;
}

.operation-btn > li + li {
    padding-left: 20px;
}

.operation-btn > li .btn {
    font-size: 16px;
    padding: 10px 15px;
    min-width: 174px;
}

.operation-btn > li .list-selected {
    display: none;
    height: 330px;
    width: 475px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    text-align: left;
    position: absolute;
    background-color: #fff;
    top: -330px;
    left: -140px;
    overflow: auto;
}

.operation-btn > li .list-selected .panel-heading {
    border-bottom: 1px solid #ddd;
}

.operation-btn > li .list-selected .panel-heading .panel-title {
    color: #5473e8;
}

.operation-btn > li:hover .list-selected {
    display: block;
}

.btn-line-default {
    border: 1px solid #5473e8;
    color: #5473e8;
}

.label-red {
    background-color: #f14141;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    height: 18px;
    width: 18px;
    line-height: 18px;
    display: inline-block;
}

.head-title {
    border-bottom: 2px solid #5d77e0;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.head-title strong {
    vertical-align: middle;
    display: inline-block;
}

.tabpages {
    margin-bottom: 20px;
}

.tabpages .nav {
    margin-bottom: 18px;
}

.tabpages .nav > li > a {
    border-radius: 0;
    background-color: #edf1ff;
    border: 1px solid #5473e8;
    font-size: 16px;
    color: #333;
    margin-left: -1px;
    padding: 15px;
}

.tabpages .nav > li.active > a {
    background-color: #5473e8;
    color: #fff;
}

.tabpages .tab-content {
    border: 1px solid #ddd;
    min-height: 210px;
}

.steps {
    margin-left: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.steps > li {
    padding: 0;
    background: red;
    margin: 0;
    float: left;
}

.steps > li + li {
    padding-left: 126px;
    background: url(../img/arrow.png) 55px center no-repeat;
}

.steps > li .step-test {
    width: 184px;
    height: 65px;
    line-height: 65px;
    background-color: #f4f4f4;
    border: 1px solid #cdcdcd;
    font-size: 16px;
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}

.steps > li .step-test:after {
    content: "01";
    position: absolute;
    font-size: 48px;
    color: #a6a6a6;
    right: 0;
    font-weight: bold;
    bottom: -25px;
    font-style: italic;
    opacity: 0.15;
}

.steps > li .step-test i {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 10px;
    color: #6e6e6e;
}

.steps > li.active .step-test {
    background-color: #5473e8;
    border-color: #5473e8;
    color: #fff;
}

.steps > li.active .step-test i {
    color: #fff;
}

.steps > li.active .step-test:after {
    color: #fff;
}

.steps > li .step1:after {
    content: "01";
}

.steps > li .step2:after {
    content: "02";
}

.steps > li .step3:after {
    content: "03";
}

.steps > li .step4:after {
    content: "04";
}

.alert {
    border-radius: 0;
    padding: 10px;
}

.alert.alert-danger {
    border: 1px solid #f6aeae;
    background-color: #ffeded;
    color: #333;
}

.file-item {
    margin-top: 8px;
}

.file-item li a {
    color: #ccc;
}

.file-item li span {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 295px;
    width: auto;
    padding-left: 25px;
    padding-right: 15px;
    /* background: url(../img/wordbg.png) left center no-repeat; */
}

.file-item li:hover {
    background-color: #eee;
}

.declare-success {
    font-size: 24px;
    color: #5473e8;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
}

.declare-success i {
    font-size: 35px;
    vertical-align: middle;
    color: #00b558;
    padding-right: 10px;
}

.declare-title {
    font-size: 16px;
    margin: 15px 0;
}

.text-register {
    text-decoration: underline;
    color: #5473e8;
}

.table-form > thead > tr > th,
.table-form > thead > tr > td {
    border: 0;
}

.table-form > tbody > tr > th,
.table-form > tbody > tr > td {
    border: 0;
}

.modal-preview .modal-lg {
    width: 1005px;
}

.modal-preview .modal-content {
    border-radius: 0;
}

.modal-preview .modal-content .modal-header {
    background-color: #5473e8;
}

.modal-preview .modal-content .modal-header .close {
    color: #fff;
    opacity: 0.65;
}

.modal-preview .modal-content .modal-header .modal-title {

    color: #fff;
}

.modal-preview .modal-content .modal-body {
    padding: 15px 40px 30px 40px;

}

.modal-preview .modal-content .modal-body h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}

.modal-preview .modal-content .modal-body .list-material li {
    padding: 15px 30px;
}

.list-group-201906270957 .list-group-item {
    border: 0;
}

.blue {
    color: #3eb2e5;
}

.green {
    color: #08c600;
}

.box {
    border: solid 1px #3e61e5;
    padding: 30px;
    background-color: rgba(62, 97, 229, 0.08)
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-3 {
    margin-bottom: 30px;
}

.item-table table tbody tr td {
    padding: 5px;
}

.item-time {
    padding-right: 50px;
}

.item-time p {
    color: #666;
}

.item-line {
    width: 15px;
    height: 15px;
    border-radius: 7px;
    border: 1px solid #3e61e5;
    margin-left: 165px;
}

.item-line:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #3e61e5;
    display: block;
    position: absolute;
    top: 15px;
    left: 172px;
}

.progress-content {
    position: relative;
}

.progress-content .panel {
    border-radius: 0px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.rerun {
    position: relative;
    top: 5px;
}
