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

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

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

a:hover {
    color: #3e61e5;
}
.text-center{
    text-align:center !important;
}
.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;
    background-size: cover;
}

.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;
    white-space: nowrap;
}

.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;
}

/*折叠图标*/
.treeTable-icon .layui-icon-triangle-d:before {
    content: "\e623";
}
.treeTable-icon.open .layui-icon-triangle-d:before {
    content: "\e625";
}
.zd-textTh{
    color: #333;
    font-weight: bold !important;
}
.table-201906261239 > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

/*5个阶段流程图显示*/
.list-stage > li:nth-child(1) .JDflow:hover .JDflowInfo,
.list-stage > li:nth-child(2) .JDflow:hover .JDflowInfo,
.list-stage > li:nth-child(3) .JDflow:hover .JDflowInfo,
.list-stage > li:nth-child(4) .JDflow:hover .JDflowInfo,
.list-stage > li:nth-child(5) .JDflow:hover .JDflowInfo
{
    display: block;
}
.list-stage > li:nth-child(1) .JDflowInfo,
.list-stage > li:nth-child(2) .JDflowInfo,
.list-stage > li:nth-child(3) .JDflowInfo,
.list-stage > li:nth-child(4) .JDflowInfo,
.list-stage > li:nth-child(5) .JDflowInfo
{
    position: absolute;
    z-index: 100;
    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);
    background-color: #fff;
    display: none;
}
.list-stage > li:nth-child(1) .JDflowInfo{
    top: -165px;
    left: 88px;
}
.list-stage > li:nth-child(2) .JDflowInfo{
    top: -260px;
    left: 86px;
}
.list-stage > li:nth-child(3) .JDflowInfo{
    top: -140px;
    right: 87px;
}
.list-stage > li:nth-child(4) .JDflowInfo{
    top: -268px;
    right: 87px;
}
.list-stage > li:nth-child(5) .JDflowInfo{
    top: -268px;
    right: 87px;
}
.list-stage > li:nth-child(1) .JDflowInfo:hover,
.list-stage > li:nth-child(2) .JDflowInfo:hover,
.list-stage > li:nth-child(3) .JDflowInfo:hover,
.list-stage > li:nth-child(4) .JDflowInfo:hover,
.list-stage > li:nth-child(5) .JDflowInfo:hover
{
    display: block;
}


.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both;}
.clearfix{zoom:1;}


/*首页阶段代码更改*/
.list-stage > li .stage-title {
    font-size: 16px;
    transition-duration: 0.3s;
    transition-property: margin;
    padding-top: 50px;
    position: absolute;
    width: 100%;
    left: 0;
}
.list-stage > li {
    overflow: inherit;
}
.list-stage > li >.stage-icon {
    position: absolute;
    width: 100%;
    left: 0;
    top: 8px;
}

.list-stage > li.active .stage-title,
.list-stage > li:hover .stage-title {
    padding-top: 10px;
}


/*申报历史信息*/
.layui-btn-getHOI{
    background: #dc371e;
    border-color: #dc371e;
    position: absolute;
    right: 0;
    top: 0;
}
.layui-table.table-HOID{
    color: #212529;
}
.layui-table.table-HOID > tbody > tr > th,
.layui-table.table-HOID > thead > tr > th,
.layui-table.table-HOID > tbody > tr > td,
.layui-table.table-HOID > thead > tr > td {
    padding: 10px 8px;
    vertical-align: middle;
}
.layui-table.table-HOID > tbody > tr:hover{
    background: #fff;
}
.layui-table.table-HOID > tbody > tr > td .layui-form-checkbox[lay-skin=primary]{
    margin-top: -2px;
    padding: 0;
}

.layui-table.table-HOID > tbody > tr > td .layui-form-checked,
.layui-table.table-HOID > tbody > tr > td .layui-form-checked:hover {
    border-color: #1E9FFF;
}

.layui-table.table-HOID > tbody > tr > td .layui-form-checked[lay-skin=primary] i {
    border-color: #1E9FFF!important;
    background-color: #1E9FFF;
    color: #fff;
    height: 17px;
    line-height: 15px;
}
.layui-table.table-HOID > tbody > tr > td .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #1E9FFF;
    color: #fff;
}
.layui-table.table-HOID> tbody > tr > td .layui-form-checkbox[lay-skin=primary] i{
    border: 1px solid #1E9FFF;
    border-radius: 4px;
}
.layui-table.table-HOID .ViewDetails{
    cursor: pointer;
    color: #1E9FFF;
    margin: 0 8px;
}

/*part0页面样式 -- strat*/

.engineering-online .online-header {
    margin-top: -140px;
    padding-top: 140px;
    min-height: 580px;
}

.engineering-online .container {
    position: relative;
    width: 1172px;
    margin: 0 auto;
    padding: 0;
}

.engineering-online .online-content {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
}
.engineering-online .online-content-leader .online-leader-title {
    margin: 15px 0 30px 0;
    padding-bottom: 15px;
    line-height: 1;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.engineering-online .online-content-leader .online-leader-title span {
    display: block;
    padding-left: 10px;
    line-height: 1;
    border-left: 6px solid #155EDE;
}
.engineering-online .online-leader-tableTitle .table th,
.engineering-online .online-leader-tableTitle .table td {
    padding: 10px 20px;
    color: #666666;
    font-size: 18px;
    border-bottom: 0;
}
.engineering-online .online-leader-tableTitle .table > thead > tr > th,
.engineering-online .online-leader-tableTitle .table > thead > tr > td,
.engineering-online .online-leader-tableTitle .table > tbody > tr > th,
.engineering-online .online-leader-tableTitle .table > tbody > tr > td {
    vertical-align: middle;
    border-width: 1px;
    font-weight: normal;
}

.engineering-online .section-onlineMatter .section-onlineMatter-header {
    padding: 12px 20px;
    background: #4F8EFE;
    background: linear-gradient(to right, #4F8EFE 0%, #DAE8FF 100%);
}
.engineering-online .section-onlineMatter .section-onlineMatter-header .section-onlineMatter-title {
    margin: 0;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
.engineering-online .section-onlineMatter .section-onlineMatter-header .section-onlineMatter-title img,
.engineering-online .section-onlineMatter .section-onlineMatter-header .section-onlineMatter-title span {
    vertical-align: middle;
}
.engineering-online .section-onlineMatter .section-onlineMatter-header .section-onlineMatter-title img {
    margin-right: 15px;
}
.engineering-online .section-onlineMatter .section-onlineMatter-header .section-onlineMatter-header-guide {
    background: #4F8EFE;
    display: inline-block;
    color: #fff;
    float: right;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: -6px;
    cursor: pointer;
}

.engineering-online .section-onlineMatter .section-onlineMatter-body {
    padding: 10px 15px;
}
.engineering-online .section-onlineMatter .section-onlineMatter-body .onlineMatter-guide,
.engineering-online .section-onlineMatter-subtitle .onlineMatter-guide {
    background: #155ede;
    display: inline-block;
    color: #fff;
    float: right;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.engineering-online .section-onlineMatter .section-onlineMatter-body .table {
    margin-bottom: 0;
}
.engineering-online .section-onlineMatter .section-onlineMatter-body .table th,
.engineering-online .section-onlineMatter .section-onlineMatter-body .table td {
    padding: 16px 8px;
    font-size: 18px;
    border-top: 0;
    border-bottom: 1px solid #f5f5f5;
}
.engineering-online .section-onlineMatter .table.table-grid > thead > tr > th,
.engineering-online .section-onlineMatter .table.table-grid > thead > tr > td,
.engineering-online .section-onlineMatter .table.table-grid > tbody > tr > th,
.engineering-online .section-onlineMatter .table.table-grid > tbody > tr > td {
    border-color: transparent;
}
.engineering-online .section-onlineMatter-subtitle {
    margin: 20px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    overflow: hidden;
}
.engineering-online .section-onlineMatter-subtitle .table th,
.engineering-online .section-onlineMatter-subtitle .table td {
    padding: 16px 8px;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
}
.engineering-online .section-onlineMatter-subtitle .onlineMatter-table-title {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAYAAAAyhueAAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFaADAAQAAAABAAAAEQAAAAD9m7TOAAAB+0lEQVQ4EaVUO0scURQ+584Q2UQhhY66IjgbUNAmRVC0spQUgkWKQJhRiy1ESWMaQZhaQQgkEUHWB9hYGDYoyW8INili8DU7+CK7C0lhICvszPHM4gw7uzO7grc5j+873/3uncuA8uZkCCJWz2S+KQKq2RYkcE7RTubjyavmSuZf+3pM0TNf28YzXZVYrVq4IAEOFAuF5VbdHDUMKvW8ISIacQh+KuPmu2GDZK9fK/oCBBRziJIfTXNJ0Y+flQ+x8GNyYOHAtPbbtPP+ciwsxxbtdLcKQHR4t7TjMIKwGsBLGH16KjXNHaZargPYXeE7DYBEgl2PcU8P9N2ihMH0H/vfL0WzXE7VChf1aAjRX5+og8DZ4Q+Zjk9cdnojbqwtWs6MyPm+R4v2zUGrlnn7apsklxZ+p74AdnD63C/rJ/uSFHt5rydSX4vdIVqEMP97rT3/4OPzhkUEsSg3NPTl19VvroF6To+YE3l8RPgOEiRzqa4frpi3Qp1yMycTGDy05xEDEYHfp5iZUtXBXCoREHR5Qaf8RgRgOibhlrWuFhTd7A2IccF39/kRyTMXm52XRiV4V/ui7OoIZftDNtVthnIRzvkE09kN9UsoXtYUCPhfCFyZUhOz4YJog8D38KSxN7uRqCtY0o6/Pqz65XmbKhPWUPvk2Quvvm+8BZ9un+1fBx07AAAAAElFTkSuQmCC") left center no-repeat;
    background-color: #e0e9f6;
    padding: 15px 10px 15px 40px;
    background-position-x: 10px;
    background-position-y: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    margin: 0;
    line-height: 1;
}

.engineering-online .section-onlineMatter-subtitle .onlineMatter-table-title > h4 {
    font-weight: 600;
    margin: 0;
    display: inline-block;
}
.engineering-online .onlineMatter-table-title .onlineMatter-table-upDown {
    float: right;
}
.engineering-online .onlineMatter-table-title .onlineMatter-table-upDown > span {
    color: #155EDE;
    vertical-align: middle;
}
.engineering-online .onlineMatter-table-title .onlineMatter-table-upDown > i {
    background-image: url(../img/online/online_up_down.png);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}
.engineering-online .onlineMatter-table-title.open .onlineMatter-table-upDown > i {
    background-position: 1px -15px;
}
.engineering-online .section-onlineMatter-subtitle  .table-responsive {
    padding-left: 35px;
}

.engineering-online .online-content .FlowItemLists-noData {
    width: 320px;
    margin: 80px auto;
    text-align: center;
    display: none;
}
.engineering-online .online-content .FlowItemLists-noData > img {
    width: 100%;
    margin-bottom: 10px;
}
.engineering-online .online-content .FlowItemLists-noData > span {
    display: block;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
}

.engineering-online .online-footer {
    padding: 20px 0;
    text-align: right;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
}
.engineering-online .online-footer .selectMatters {
    display: inline-block;
    position: relative;
}

.engineering-online .online-footer .selectMatters .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;
}
.engineering-online .online-footer .selectMatters .list-selected .online-selectItem-list {
    padding: 10px 15px;
}
.engineering-online .online-footer .selectMatters .list-selected .panel-heading {
    border-bottom: 1px solid #ddd;
}

.engineering-online .online-footer .selectMatters .list-selected .panel-heading .panel-title {
    color: #5473e8;
}

.engineering-online .online-footer .selectMatters:hover .list-selected {
    display: block;
}

.engineering-online .online-footer .btn {
    position: relative;
    min-width: 135px;
    margin-left: 25px;
    padding: 10px 15px;
    border-radius: 4px;
    border-color: #155ede;
}
.engineering-online .online-footer .btn i,
.engineering-online .online-footer .btn span {
    display: inline-block;
    vertical-align: middle;
}
.engineering-online .online-footer .btn em {
    position: absolute;
    right: 4px;
    top: 2px;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #CA3838;
    color: #fff;
    font-weight: normal;
}
.engineering-online .online-footer .btn i {
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADKADAAQAAAABAAAADQAAAAAubNPtAAABSklEQVQoFX2SsUrEQBCGZzbx0Ovv7LzzGoUDEQQbH0CxEMRCCyGn4AMIPkDQB7DTwsaAjYUIWlkIFoKVXKWoRZJGDlPYXYQzt7+70RzZiG6xszP//82wy3LF8XsEGqI/F582G/X1G5cTbbG1WZDYEsztIpOQ3CNg9TEIS00Xaw8u92xtEkI8d47H7otA1fHfoYoAliM/PK+3gpUUyIxVJzhU8hyTtf3m1a6z+nfEYizp0gCI+FaJHYvla2qCOGPGiz4DVANhU6TCz8YW34Hp4pNouNIKpiEQsCVOIm9812Z42mZMQCIPVK/5fBNIeaXyBWJbDUhMgEplR9BH2QBoJE5zJKyjMYGT7hIkTeYBFt0nlR9lNQNQF5tQwmwm6qhq+mUHywAir7EzUIqH/B0k9WdGN8J/vgeRRH9K97CZOZYS+2p4seevXHu/AEM9dbPhCPvBAAAAAElFTkSuQmCC") center center no-repeat;
}
.engineering-online .online-footer .btn:hover i,
.engineering-online .online-footer .btn:focus i {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADKADAAQAAAABAAAADQAAAAAubNPtAAAA5klEQVQoFX2RIQsCQRCFb0VFDP4FwaLJItjuis1g1SYI/gP/gT/CYDVYTCJcFe2CSQw2sQteuHJ+I7PH3YoOPN7befOWnTsvSZIY/Ks1ZtHTElECU3DSXpbmHIagTGhkjIk9vdrPTlmNt1JfaAcqBWsK01iAM+hl+6r78DZ9mzaP8APc9byBr6rr8MRwW4IIeN8B2UDXdMDSE++GF9DY53agGQK3QknS9MVwnzTGq8pApiLVRtgNDOi1dMDSBbG0BzfQxOhaU1l2TCsXYLlZ6nyLT9AGOuwjf/xftcWUz/qC3UV/BaM3Gv6Y/fHm/acAAAAASUVORK5CYII=") center center no-repeat;
}
.engineering-online .online-footer .btn.btn-primary {
    color: #fff;
    background-color: #155ede;
    border-color: #1354c7;
}
.engineering-online .online-footer .btn.btn-outline.btn-primary {
    color: #155EDE;
    background-color: transparent;
}
.engineering-online .online-footer .btn.btn-outline.btn-primary:hover,
.engineering-online .online-footer .btn.btn-outline.btn-primary:focus {
    background-color: #155EDE;
    color: #fff;
}
/*part0页面样式 -- end*/