﻿.main {
    width: 1200px;
    margin: auto;
}

.main-body {
    min-height: 629px;
}

.color-6 {
    color: #666;
}

.color-9 {
    color: #999;
}

.color-f {
    color: #fff;
}

.red {
    color: #f1686a;
}

.color-select {
    color: #008FFD;
}

.bg-white {
    background-color: #fff;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.hide-it {
    display: none;
}

.show-it {
    display: block;
}
/**
 * 复用
 * author: jjjiang2;
 * date: 2016-12-02;
 */

ul {
    margin: 0;
}


/*隐藏*/

.hide {
    display: none;
}

/*.vhide {
    visibility: hidden;
}

.ovh {
    overflow: hidden;
}

.ovxh {
    overflow-x: hidden;
}
*/

/*显示*/

/*.inline {
    display: inline;
}*/

/*.block {
    display: block;
}

.inline-b {
    display: inline-block;
}

.content-box {
    box-sizing: content-box;
}
*/

/*浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.fl-none {
    float: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.clearfix {
    display: block;
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*定位*/

.relative {
    position: relative;
}


/*长文字截断*/

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}


/*对齐方式*/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


/*边框*/

/*.bdef {
    border: 1px solid #efefef;
}

.bde5 {
    border: 1px solid #e5e5e5;
}

.bdd0cdc8 {
    border: 1px solid #d0cdc8;
}

.bd-top-none {
    border-top: none;
}*/

/*.bd-right-none {
    border-right: none;
}

.bd-bottom-none {
    border-bottom: none;
}
*/
/*.bd-left-none {
    border-left: none;
}

.bd-none {
    border: none;
}*/


/*宽高*/

/*.wd100percent {
    width: 100%;
}

.wd99percent {
    width: 99%;
}

.hg100percent {
    height: 100%;
}*/


/*边距*/

.pd0 {
    padding: 0;
}

/*.mg-auto {
    margin: 0 auto;
}
*/
.pdb0 {
    padding-bottom: 0;
}

.pdt20 {
    padding-top: 20px;
}

.pdr20 {
    padding-right: 20px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdl20 {
    padding-left: 20px;
}

.pdt10 {
    padding-top: 10px;
}

.pdr10 {
    padding-right: 10px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdl10 {
    padding-left: 10px;
}

.pdt5 {
    padding-top: 5px;
}

.pdr5 {
    padding-right: 5px;
}

.pdb5 {
    padding-bottom: 5px;
}

.pdl5 {
    padding-left: 5px;
}

.mgt20 {
    margin-top: 20px;
}

.mgr20 {
    margin-right: 20px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgl20 {
    margin-left: 20px;
}

.mgt10 {
    margin-top: 10px;
}

.mgr10 {
    margin-right: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgl10 {
    margin-left: 10px;
}

.mgt5 {
    margin-top: 5px;
}

.mgr5 {
    margin-right: 5px;
}

.mgb5 {
    margin-bottom: 5px;
}

.mgl5 {
    margin-left: 5px;
}

.mgt15 {
    margin-top: 15px;
}

.mgr15 {
    margin-right: 15px;
}

.mgb15 {
    margin-bottom: 15px;
}

.mgl15 {
    margin-left: 15px;
}


/*颜色*/

/*.cfff {
    color: #fff;
}

.c999 {
    color: #999;
}

.cprimary {
    color: #0E9AEF;
}

.cgray {
    color: #999999;
}

.bgcf8 {
    background-color: #f8f8f8;
}

.bgcfff {
    background-color: #fff;
}

.bg-pri {
    background-color: #0E9AEF;
}*/


/*字体*/

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fbold {
    font-weight: bold;
}


/*form-control*/

/*.form-control.ctrl60 {
    padding-left: 65px;
}

.form-control.ctrl60 .label {
    width: 60px;
}*/

/*.form-control.ctrl70 {
    padding-left: 75px;
}

.form-control.ctrl70 .label {
    width: 70px;
}*/
/*
.form-control.ctrl90 {
    padding-left: 95px;
}

.form-control.ctrl90 .label {
    width: 90px;
}*/

img[src=""],
img:not([src]) {
    opacity: 0;
}

/*.curent-position {
    margin: 10px 0;
}
*/
input {
    border: none;
}

.bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.pagination .switch {
    /*display: none;*/
}

.text-link:hover {
    /*text-decoration: underline;*/
    cursor: pointer;
}

.grid-table tbody tr .div {
    padding: 0 8px;
}

.padding-l5 {
    padding-left: 5px;
}

.cursor {
    cursor: pointer;
}

.download {
    margin-right: 15px;
    color: #008FFD;
}

/* WebKit browsers*/

input::-webkit-input-placeholder {
    color: #a7a7a7;
}


/* Internet Explorer 10+*/

input:-ms-input-placeholder {
    color: #a7a7a7;
}

/*li {
    cursor: pointer;
}*/

.glyphicon {
    cursor: pointer;
}

.wrap-left {
   /* position: absolute;
    top: 0;
    bottom: 0;*/
    width: 300px;
    background: #F4F5F8;
}

.wrap-right {
    padding: 0 20px;
    border-left: 1px solid #DAE0E6;
    width: 900px;
    min-height: 712px;
    background: #fff;
}

.nav-title {
    margin-bottom: 12px;
    height: 100px;
    background: url(../images/bg-service.png) 50% 50% no-repeat;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}

.bar-dept {
    border: 1px solid #ececec;
    border-top: 0;
    line-height: 20px;
}

.text-dept {
    max-width: 120px;
    cursor: pointer;
}

.glyphicon-triangle-bottom,
.glyphicon-triangle-top {
    line-height: 20px;
    color: #3288fe;
}

.wrap-nav {
    /*background: #F4F5F8;*/
    font-size: 14px;
}

/* * 通用布局样式 * by lcmj */


/* mask start */
/*
.has-mask {
    position: relative;
}

.fly-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9997;
}

.fly-mask-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9998;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.fly-mask-background iframe {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}

.fly-mask-content {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.fly-mask-content div {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 16px;
    background-color: #fff;
    border-radius: 4px;
}

.fly-mask-content div i,
.fly-mask-content div em {
    display: inline-block;
    height: 16px;
    font-style: normal;
    vertical-align: top;
}

.fly-mask-content div i {
    background: url(../images/loading_1.gif);
    width: 16px;
}

.fly-mask-content div em {
    margin-left: 8px;
    color: #333;
}
*/

/* mask end */


/*收缩箭头*/

.point-down {
    display: block;
    width: 9px;
    height: 5px;
    cursor: pointer;
}

.point-up {
}

.point-down,
.point-up {
    width: 20px;
    height: 40px;
}


/*tab切换 start*/

.tab-title {
    height: 37px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e4e4e4;
    /*background: #f8f8f8;*/
}

.tab-title.tab-normal .tab-ul-li {
    min-width: 90px;
}

.tab-title .tab-ul-li {
    float: left;
    margin-right: 8px;
    padding: 0 8px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
    text-align: center;
    cursor: pointer;
}

.tab-ul-li span {
    display: inline-block;
    color: #a7a7a7;
    outline: none;
    outline: 0;
}

.tab-title .tab-select {
    border-bottom: 1px solid #fff;
    border-top: 2px solid #0e9aef;
    height: 37px;
    background: #fff;
    line-height: 30px;
}

.tab-title .tab-select span {
    color: #333;
    /*font-weight: bold;*/
}

.fly-tab-item:first-child {
    display: block;
}

.tab-title-new {
    height: 39px;
}

.tab-title-new .tab-ul-li {
    margin: 0;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #fff;
    height: 38px;
    line-height: 16px;
    color: #333333;
}

.tab-title-new .tab-select {
    height: 38px;
    border-bottom: 2px solid #0e9aef;
    font-weight: bold;
}

.tab-title-new span {
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}


/*tab切换 end*/


/*idcard读取*/
/*
.widget .read {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid;
    border-color: #dddddd;
    width: 45px;
    height: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    cursor: pointer;
}

.textbox-idcard {
    padding-right: 45px;
}
*/

/*linkage获取*/
/*
.widget .linkage-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid;
    border-color: #dddddd;
    width: 70px;
    height: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    cursor: pointer;
}

.widget .linkage-disabled-btn {
    cursor: default;
}

.textbox-linkage {
    padding-right: 70px;
}*/


/*flyui1.0部分样式覆盖*/


/*.form-control input,
.form-control textarea {
    border: none;
}*/
/*
.widget {
    font-size: 12px;
    text-align: left;
}

.widget .dp97Input {
    display: block;
    height: 28px;
    line-height: 20px;
    padding: 4px 0;
    width: 100%;
    border-radius: 3px 0 0 3px;
    text-indent: .33em;
    font-size: 12px;
    border: none;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.state-disabled .dp97Input {
    cursor: default;
}

.widget .dp97Input::-webkit-input-placeholder {
    color: #333;
}

.widget .dp97Input:-moz-placeholder {
    color: #333;
}

.widget .dp97Input::-moz-placeholder {
    color: #333;
}

.widget .dp97Input:-ms-input-placeholder {
    color: #333;
}*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.state-disabled,
.state-disabled input {
    color: #b0b0b0\9\0;
    color: #b0b0b0\0;
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0, rgba(249, 249, 249, 1) 100%);
}

.list {
    font-size: 12px;
}

.form-lg .widget .input,
.form-control-lg .widget .input {
    font-size: 12px;
}

.widget .input {
    font-size: 12px;
}

.treeview .in {
    font-size: 12px;
}

.list-optionlabel,
.list .item {
    font-size: 12px;
}

.dialog-title {
    padding: 10px 15px;
}

.dialog-close {
    top: 10px;
    font-size: 18px;
}

.pagination .number .current.prev,
.pagination .number .current.next {
    color: #333;
}

.pagination .btn-primary {
    background-color: #1996ff;
    border-color: #1996ff;
    width: auto;
}

.grid-table th {
    padding: 15px 0;
    color: #666;
    font-size: 12px;
}

.form-control .label {
    font-size: 12px;
}

.icon-calendar {
    background: url(../images/calendar-icon.png) no-repeat 0 0;
}
/*.words-icon {
    background: url(../images/words-icon.png);
}*/


.textbox-wrap,
.dropdown-wrap,
.datepicker-wrap {
    border-color: #cdcdcd;
    background-color: #fff;
}

/*.state-hover,
.state-hover:hover {
    border-color: #cdcdcd;
}*/

.dialog-close,
.dialog-close:hover,
.dialog-close:focus {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*.form-control {
    padding-left: 120px;
}

.form-control .label {
    width: 115px;
}

.form-control .textarea .textarea {
    display: block;
    line-height: 0;
}
*/
/*.form-control .textarea textarea {
    padding: 6px 8px;
    margin: 0;
    width: 100%;
    height: 72px;
    border: none;
    resize: none;
    outline: none;
    line-height: 1.5;
    word-break: break-all;
    box-sizing: border-box;
}

input:disabled,
textarea:read-only,
textarea:disabled {
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0, rgba(249, 249, 249, 1) 100%);
}

.state-error .textbox-button,
.state-error .state-default {
    border-color: #fe6868;
}

.popup.treeview-container {
    text-align: left;
}

.agent-input {
    padding: 0 2px;
    width: 50px;
    height: 26px;
    border: 1px solid #cdcdcd;
}

.widget .agent-input {
    margin: 0 3px;
}

.label-middle {
    top: 50%;
    margin-top: -15px;
}

.pagination .dropdown-wrap {
    border-radius: 0;
}*/


/*flyui1.0部分样式覆盖*/


/*列表 start*/

.grid {
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.grid-table th {
    background-color: #fff;
}

.grid-table td {
    padding: 7px 0;
    color: #333;
}

.grid-table th,
.grid-table td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.pagination {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
/*
.row-radio {
    padding: 4px 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

.row-radio input {
    margin-left: 5px;
    vertical-align: -2px;
}

.row-radio input:first-child {
    margin-left: 0;
}*/


.grid-table tbody tr:nth-child(even) td,
.grid-table tbody tr.even td {
    background-color: #fff;
}

.grid-table tbody tr.checked-row td,
.grid-table tbody tr:hover td,
.grid-table tbody tr.hover td {
    background-color: #E0ECF4;
    cursor: pointer;
}

.grid-table tbody tr:nth-child(even) .disabled-td,
.grid-table tbody tr.even .disabled-td {
    background-color: #f8f8f8;
}

.grid-table tbody tr:nth-child(odd) .disabled-td,
.grid-table tbody tr.odd .disabled-td {
    background-color: #f8f8f8;
}

.grid-table .grid-link {
    display: block;
    color: #333;
    font-size: 16px;
    /* font-weight: bold; */
    cursor: pointer;
}
// .grid-table tbody tr:hover .grid-link {
//     color: #337ab7;
// }

.grid-table tbody .grid-indent {
    padding-left: 20px;
}

.grid-table td.text-left {
    text-align: left;
}

.fly-address {
    margin: 0 -10px;
    position: relative;
}

.btn-list-file,
.btn-list-folder {
    display: inline-block;
    width: 20px;
    height: 15px;
    cursor: pointer;
}

.btn-list-folder.open {
}

.btn-list-file {
    margin-top: 5px;
    margin-left: 20px;
    cursor: default;
}
/*
.proj-status {
    color: #fff;
}

.proj-status3 {
    color: #fc0f4c;
}

.proj-status6 {
    color: #f4ac00;
}

.proj-status9 {
    color: #23ad44;
}*/


/*列表 end*/


/*当前位置*/

/*.body-inner {
    padding: 10px;
}

.body-inner-list {
    padding-left: 0;
    padding-right: 0;
}

.body-inner-list .row {
    margin: 0;
}*/

/*.parent-tag {
    color: #8C8C8C;
}*/

.current-position {
    padding-left: 10px;
    height: 40px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}


/*daterange样式*/

.drange-wrap {
    position: relative;
    margin-left: 20px;
    height: 30px;
}

.drange-wave {
    position: absolute;
    margin-left: -20px;
    left: 50%;
    width: 20px;
    height: 30px;
}
/*
.drange-container {
    margin: 0 20px 0 -20px;
    height: 100%;
}

.drange-container .drange-datepicker {
    margin-left: 0;
    width: 50%;
}

.drange-container .drange-startdate {
    float: left;
}

.drange-container .drange-enddate {
    position: absolute;
    right: 0;
}*/


/*列表搜索按钮*/

/*.list-search-btn,
.list-search-btn:hover,
.list-search-btn:focus,
.list-search-btn:active {
    margin-left: -100px;
    padding: 3px 25px;
    border-radius: 5px;
    background-color: #0E9AEF;
    color: #fff;
    font-size: 14px;
}*/

.btn-sm-list {
    margin: 0 3px;
    padding: 1px 10px;
}

.btn-primary {
    width: 80px;
    background-color: #3288fe;
    border-color: #3288fe;
}

.btn-normal {
    width: 80px;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:visited {
    background-color: #3288fe;
    border-color: #3288fe;
}

.btn-unprimary,
.btn-unprimary:focus,
.btn-unprimary:active,
.btn-unprimary:hover {
    color: #fff;
    background: #CDCDCD;
}

.btn-default-pmr:focus,
.btn-default-pmr:active,
.btn-default-pmr:hover,
.btn-default-pmr:visited,
.btn-default-pmr {
    border: 1px solid #0e9aef;
    color: #0E9AEF;
    background: #fff;
}

.btn-primary-custom {
    width: 80px;
    background-color: #3288fe;
    border-color: #3288fe;
    color: #fff;
}

.btn-primary-custom:focus,
.btn-primary-custom:active,
.btn-primary-custom:hover,
.btn-primary-custom:visited {
    background-color: #3288fe;
    border-color: #3288fe;
    color: #fff;
}

.btn-primary-bd {
    width: 80px;
    background-color: #fff;
    border-color: #3288fe;
    color: #3288fe;
}

.btn-primary-bd:focus,
.btn-primary-bd:active,
.btn-primary-bd:hover,
.btn-primary-bd:visited {
    background-color: #fff;
    border-color: #3288fe;
    color: #3288fe;
}


/*查询列表*/

.query-list-space {
    height: 10px;
    background-color: #f8f8f8;
}
.query-list-wrap {
    background-color: #fff
}
.query-list-caption-wrap {
    /*padding-left: 20px;*/
    height: 50px;
    /*border: 1px solid #e5e5e5;*/
    /*border-bottom: none;*/
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
}

.query-list-caption {
    padding-left: 20px;
    background: url(../images/bg-nav-title.png) 0 50% no-repeat;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}


/*禁用样式*/

.disabled,
.disabled:hover {
    cursor: not-allowed;
    background-color: #b0b0b0;
    border: 1px solid #B0B0B0;
}

/*修改dialog弹框样式*/
/*.dialog {
    font-size: 12px;
}
div[role="alertdialog"] > .dialog {
    border: none;
}
.dialog-button {
    float: none;
}
.dialog-footer button {
    border-color: #1996ff;
    padding: 4px 10px;
    width: 80px;
    margin: 0 15px;
}

.dialog-footer button,
.dialog-footer button:active,
.dialog-footer button:visited,
.dialog-footer button:hover {
    border-color: #0e9aef;
    color: #0e9aef;
    background: #fff;
}

.dialog-footer {
    text-align: center;
}

.dialog-header {
    background-color: #268ae3;
    border: none !important;
    color: #FFF;
    font-family: mircosoft-yahe;
    font-size: 12px;
    font-weight: normal;
}

.dialog-footer button.dialog-autofocus,
.dialog-footer button.dialog-autofocus:hover,
.dialog-footer button.dialog-autofocus:focus,
.dialog-footer button.dialog-autofocus:active {
    background-color: #0e9aef;
    border-color: #0e9aef;
    outline: none;
}*/


/*suggestbox*/
/*
.fly-suggest-ctn {
    position: absolute;
    display: none;
    margin: 0 0 0 -1px;
    width: 100%;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    z-index: 999;
}

.fly-suggest-inner {
    padding: 5px 2px;
    *position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 174px;
}

.fly-suggest-inner li {
    padding: 4px 2px;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    color: #333;
    text-align: left;
}

.fly-suggest-inner li:hover {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
*/
/*.fly-suggest-inner li.selected {
    background-color: #D9E8FB;
}

.fly-suggest-pager {
    padding: 5px 10px;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
    text-align: center;
}

.fly-suggest-pager .fly-suggest-prev-btn {
    float: left;
}

.fly-suggest-pager .fly-suggest-next-btn {
    float: right;
}

.fly-suggest-ctn-empty .fly-suggest-inner {
    display: none;
}

.fly-suggest-ctn-empty .fly-suggest-pager {
    border-top: none;
}*/


/*suggestbox*/


/*editgrid*/
/*
.fly-editgrid .grid {
    padding: 0;
    border: 1px solid #e5e5e5;
}

.fly-editgrid .add,
.fly-editgrid .remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.fly-editgrid .remove {
}

.fly-editgrid .fly-grid-empty {
    padding: 5px 0;
    margin: 0;
    border-top: 1px solid #e5e5e5;
    background: #f4f6f8;
    line-height: 20px;
    color: #777;
}

.fly-editgrid .form-control {
    margin: 0;
    padding: 0 5px;
}

.fly-editgrid .widget .input {
    text-align: left;
}

.fly-editgrid .textbox-button {
    right: 6px;
}*/


/*editgrid*/


/*行政区划选择*/

.body-hastree {
    position: relative;
    padding-left: 170px;
}
/*
.wrap-tree {
    position: absolute;
    padding: 10px 5px;
    top: 0;
    left: 0;
    width: 170px;
    height: 100%;
    z-index: 1;
}

.body-inner.shrink {
    padding-left: 10px;
}

.wrap-tree.shrink {
    width: 10px;
}

.wrap-tree.shrink .tree-title,
.wrap-tree.shrink #divisionTree {
    display: none;
}
*/
.side-bar {
    display: none;
    position: absolute;
    width: 10px;
    height: 50px;
    left: 0;
    top: 180px;
    background-color: #1484C8;
    opacity: .6;
    filter: alpha(opacity=60);
    cursor: pointer;
    z-index: 99;
}

.side-bar ins {
    display: inline-block;
    width: 11px;
    height: 16px;
    margin-top: 18px;
    background: url(../images/left-arrow.png) no-repeat center 5px;
    opacity: .8;
    filter: alpha(opacity=80);
}

.hiden-area {
    position: absolute;
    left: 170px;
    top: 0;
    width: 11px;
    height: 100%;
    z-index: 2;
}

.hiden-area.shrink {
    left: 0;
}

.hiden-area:hover .side-bar {
    display: inline-block;
}


/*行政区划选择*/


/*附件上传 start*/
/*
.selectbox {
    min-height: 20px;
}

.selectbox .file-item {
    position: relative;
    padding: 0 25px 0 10px;
    margin: 0 0 5px 0;
    height: 30px;
    line-height: 30px;
    color: #0e9aef;
    cursor: pointer;
}

.selectbox .file-item i {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.selectbox.readonly i {
    display: none;
}

.selectbox .file-item:hover i {
}*/

/*.helper-tip {
    position: absolute;
    top: 0;
    left: 60px;
    line-height: 30px;
}

.uploadbox-inline {
    position: absolute;
    top: 0;
    left: 70px;
}

.uploadbox-inline .file-item {
    margin: 0;
}

.btn-fileupload {
    width: 50px;
    height: 30px;
}*/

/*.uploadify:hover .btn-fileupload {
}

.selectbox.readonly .uploadify:hover .btn-fileupload {
    cursor: not-allowed;
}

.selectbox.readonly .helper-tip,
.selectbox.readonly .uploadify {
    display: none;
}*/


/*附件上传 end*/


/*按钮 start*/

/*.btn-auto {
    width: auto;
}

.btn-bg-default {
    background: #fff;
}

.btn-clr-add {
    color: #0557bc;
    border-color: #0557bc;
}

.btn-clr-start {
    color: #23ad44;
    border-color: #23ad44;
}

.btn-clr-stop {
    color: #393f51;
    border-color: #393f51;
}

.btn-clr-publish {
    color: #f92f2f;
    border-color: #f92f2f;
}*/

.btn-clr-unpublish {
    color: #2187d3;
    border-color: #2187d3;
}

.btn-clr-cancel {
    color: #2187d3;
    border-color: #2187d3;
}

.btn-clr-import {
    color: #7266ba;
    border-color: #7266ba;
}

.btn-clr-export {
    color: #1996ff;
    border-color: #1996ff;
}

.btn-clr-default {
    color: #cdcdcd;
    border-color: #cdcdcd;
}

.textbox-button {
    position: absolute;
    display: inline;
    top: 1px;
    right: 1px;
    width: 50px;
    line-height: 28px;
    background: #f9f9f9;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

.control-has-button input.input {
    padding-right: 54px;
}

.btn-under-label {
    position: absolute;
    top: 25px;
    width: auto;
}

/*按钮 end*/


/*单选&多选 start*/
/*.radio-wrap {
    border: none;
    background: none;
    line-height: 30px;
}

.radio-wrap label {
    margin-right: 10px;
}

.radio-wrap input {
    vertical-align: middle;
}

.checkbox .widget-wrap {
    border: none;
    background: none;
    line-height: 30px;
}

.checkbox .widget-wrap label {
    margin-right: 10px;
}

.checkbox .widget-wrap input {
    vertical-align: middle;
}*/

.tool-checkall {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.tool-checkall ul {
    width: 80px;
    border: 1px solid #ccc;
    cursor: default;
}

.tool-checkall li {
    line-height: 30px;
}

.tool-checkall li:hover {
    background: #cdcdcd;
}

.custom-checkbox {
    display: inline-block;
    float: right;
    padding-left: 18px;
    text-align: left;
    background: url(../images/icon-checkbox.png) 0 center no-repeat;
    cursor: pointer;
}

.custom-checkbox.checked {
    background: url(../images/icon-checkbox-checked.png) 0 center no-repeat;
}

.custom-checkbox.disabled:hover,
.custom-checkbox.disabled {
    cursor: not-allowed;
    border: 0;
    background-color: initial;
}

.grid-operate {
    padding: 0;
}

.fm-grid-operate-inner {
    position: relative;
    height: 22px;
}

.fm-operate-icon {
    height: 100%;
    cursor: pointer;
}

.fm-item-operate {
    overflow: hidden;
    position: absolute;
    top: -4px;
    right: 40px;
    width: 0;
    height: 30px;
    color: #fff;
}

.fm-item-operate-inner {
    background-color: #31C5BD;
}

.fm-operate-btn {
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}


/*列表操作按钮组 end*/


/*浮层 begin*/

.common-pop {
    display: none;
    position: absolute;
    width: 300px;
    top: 32px;
    right: -10px;
    z-index: 1;
    cursor: default;
}

.common-pop .content {
    padding: 5px;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.common-pop .arrow,
.common-pop .arrow i {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
}

.common-pop .arrow {
    top: -15px;
    right: 15px;
    border-color: transparent #ccc transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 6px;
    border: 8px dashed transparent;
    border-bottom: 8px solid #fff;
}

.common-pop .arrow i {
    top: -6px;
    left: -5px;
}

.common-pop-trigger:hover .common-pop {
    display: block;
}


/*浮层 end*/



/*tab切换 begin*/

.tab-person-type {
    display: inline-block;
    width: 280px;
    height: 35px;
    background: #fff;
}

.tab-person-type li {
    position: absolute;
    width: 93px;
    height: 35px;
    font-weight: bold;
    line-height: 35px;
    cursor: pointer;
}
.tab-person-type li span{
    display: none;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 10px solid #2581CF;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tab-person-type li.active,.tab-person-type li:hover {
    color: #fff;
    background: #2581CF;
}
.tab-person-type li:hover span,.tab-person-type li.active span{
    display: block;
}

.tab-item-personal {
    left: 0;
    z-index: 2;
}

.tab-item-legal {
    left: 94px;
    z-index: 2;
    border-left: 1px solid #F4F5F8;
    border-right: 1px solid #F4F5F8;
}
.tab-item-depart {
    left: 188px;
    z-index: 2;
}

.active-bg {
    left: 0;
    top: 0;
    background: #2581CF;
    z-index: 1;
}
/*.active-bg:after {
    content: '';
   
}
*/
.list-dimension {
    height: 490px;
    overflow: hidden;
    background-color: #FFF;
}

.list-dimension,
.tab-dimension {
    /*border-top: 1px solid #ececec;*/
}

.tab-dimension li {
    margin-left: 3px;
    padding: 9px 50px;
    border-bottom: 2px solid transparent;
    line-height: 20px;
    cursor: pointer;
}

.tab-dimension li.active,.tab-dimension li:hover {
    border-color: #3288fe;
    color: #3288fe;
}


/*tab切换 end*/


/*分类图标 begin*/

.item-service {
    padding: 10px 13px 0 13px;
    width: 70px;
    box-sizing: content-box;
    text-align: center;
}

.item-service.active,
.item-service:hover {
    background-color: #E0ECF4;
}

.item-service img {
    width: 50px;
    height: 50px;
}

.item-service p {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
}


/*分类图标 end*/


/*办理深度 begin*/
/*
.pop-apply-deep {
    position: absolute;
    left: -10px;
    top: 25px;
    width: 150px;
    height: 190px;
    background: #fff;
    z-index: 1;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.pop-apply-deep .glyphicon {
    color: #e5e5e5;
    cursor: default;
    position: absolute;
    top: -9px;
    left: 70px;
    background: #fff;
}

.pop-apply-deep li {
    margin: 6px 0;
    height: 22px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
}

.pop-apply-deep li.active {
    border: 1px solid #3288fe;
    background: #3288fe;
    color: #fff;
}
*/

/*办理深度 end*/


/*部门浮层  begin*/

.pop-dept {
    position: absolute;
    top: 26px;
    left: -11px;
    width: 248px;
    z-index: 3;
}

.pop-dept-top {
    height: 17px;
}

.pop-dept-mid {
    padding: 0 10px 10px 10px;
}

.pop-dept-bot {
    height: 11px;
}

.pop-dept ul {
    max-height: 240px;
}

.pop-dept li {
    margin: 10px 10px 0 10px;
    padding: 0 6px;
    width: 92px;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    line-height: 26px;
    text-align: center;
}

.pop-dept li.active {
    border-color: #3288fe;
    background: #3288fe;
    color: #fff;
}


/*部门浮层  end*/

.pagination {
    margin: 0;
    padding: 20px 0;
    border-top: 0;
}


/*--------------办事指南-------------*/

.work-detail {
    padding: 20px;
    margin-bottom: 20px;
}


/*目录*/

.work-erweima {
    width: 79px;
    height: 79px;
    margin-right: 10px;
}

.work-erweima img {
    width: 79px;
}

.work-menu-title {
    width: 996px;
    padding-left: 10px;
    height: 42px;
    line-height: 42px;
}

.work-menu span,
.work-menu a {
    cursor: pointer;
    margin-left: 10px;
    padding: 3px 7px;
    background-color: #EAF3FF;
    color: #3288fe;
    font-size:14px;
}


/*-------导航--------*/

.work-nav {
    margin-bottom: 20px;
    border-right: 1px solid #EDECEA;
    border-bottom: 1px solid #EDECEA;
}

.work-module-border {
    border: 1px solid #EDECEA;
}

.work-nav li {
    float: left;
    padding: 8px 35px;
    background-color: #FAFAF9;
    border-left: 1px solid #EDECEA;
    border-top: 1px solid #EDECEA;
}

.work-nav .work-nav-select,
.work-nav li:hover {
    color: #fff;
    background-color: #0087FD;
}



/*办事评价*/
.evaluate-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0;
}

.evaluate-count {
    width: 852px;
    margin: auto;
    background-color: #FAFAF9;
}

.evaluate-count li {
    float: left;
    cursor: default;
    position: relative;
    padding-top: 22px;
    text-align: center;
    width: 142px;
    height: 96px;
}

.evaluate-count .vertical {
    position: absolute;
    top: 34px;
    left: 0;
    width: 1px;
    height: 40px;
    background-color: #EDECEA;
}


/*申请条件*/

.apply-condition {
    padding: 10px;
    line-height: 25px;
}

.apply-textarea {
    font-family: "Microsoft Yahei";
    width: 1140px;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*办事评价*/

.evaluate-progress-p {
    width: 852px;
    margin: auto;
    line-height: 60px;
}

.evaluate-progress-icon {
    width: 100px;
    padding-left: 28px;
    background: url(../images/progress-icon.png) no-repeat left 12px;
}

.satisfac {
    background-position: 0 -28px;
}

.basci-satisfac {
    background-position: 0 -69px;
}

.unsatisfac {
    background-position: 0 -109px;
}

.very-unsatisfac {
    background-position: 0 -149px;
}

.evaluate-progress-wrap {
    width: 852px;
    margin: auto;
}

.evaluate-progress-wrap li {
    float: left;
    cursor: default;
    line-height: 40px;
    height: 40px;
}

.evaluate-progress {
    width: 700px;
    height: 20px;
    padding: 0 10px;
}

.evaluate-percentage {
    width: 50px;
}

.evaluate-progress span {
    display: inline-block;
    height: 12px;
    margin: 14px 0;
    background-color: #0087FD;
}


/*办事攻略*/
/*
.manual-wrap table,
.manual-wrap td {
    border: none!important;
}

.manual-title {
    width: 860px;
}

.manual-content {
    padding-bottom: 8px;
    line-height: 22px;
    border-bottom: 1px solid #EFEEEC;
}
*/
#searchForm{
    position:absolute;
    right:0;
    top:0;
    width:232px;
}
#searchForm input {
    padding-left: 10px;
    display: block;
    margin-top: 10px;
    width: 190px;
    height: 30px;
    border: 1px solid #7CB3E2;
    line-height: 30px;
    box-sizing: border-box;
}
#searchForm .btn-primary {
    margin-top: 10px;
    margin-left: 15px;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    background: #2581CF url(../images/icon-search-white.png) 50% 50% no-repeat;
}

.work-information {
    overflow: hidden;
}
.work-information li {
    margin-right: 20px;
    float: left;
    width: 245px;
    height: 94px;   
}
.work-information .item-bg {
    margin-left: 50px;
    width: 56px;
    height: 100%;
    background: url(../images/bg-all-work-item.png) 50% 50% no-repeat;
}
.work-information .item-name {
    margin-top: 18px;
    font-size: 14px;
    font-weight: bold;
}
.work-information .show-data {
    font-size: 30px;
    font-weight: bold;
}
.work-information .all-work-item {
    margin-left: 65px;
    background: #F0F4F8;
}
.work-information .all-work-item .show-data {
    color: #666699;
}
.work-information .support-online-work {
    background: #ECF6FF;
}
.work-information .support-online-work .show-data {
    color: #2581CF;
}
.work-information .support-online-work .item-bg {
    background: url(../images/bg-support-online-work.png) 50% 50% no-repeat;
}
.work-information .support-online-preview {
    background: #E6F7F7;
}
.work-information .support-online-preview .show-data {
    color: #00C6C3;
}
.work-information .support-online-preview .item-bg {
    background: url(../images/bg-support-online-preview.png) 50% 50% no-repeat;
}
#myGrid {
    padding: 0;
    border: none;
}
#myGrid th {
    padding: 0;
    height: 0;
    border: none;
}
#myGrid td {
    padding: 15px 15px 15px 20px;
}
// .grid-table tbody tr:hover td {
//     background: #F5F5F5;
// }
#myGrid .operaters {
    display: none;
    margin-top: 15px;
    text-align: left;
}
#myGrid .operaters .btn {
    height: 30px;
    line-height: 26px;
}
#myGrid .operaters .btn:hover {
    background: #EEF7FF;
    border-color: #87BBE8;
    color: #87BBE8;
}
#myGrid .operaters .btn:first-child {
    margin-left: 0;
}
#myGrid .operaters .btn[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
#myGrid .grid-table{
    table-layout: fixed;
    margin: 0;
    border-top: solid 1px #fff;
}
#myGrid td:hover .operaters {
    display: block;
}
#myGrid .tr-child td{
    padding: 10px;
    border: none;
    background-color: #fafafa;
    font-size: 15px;
}
/*#myGrid .grid-table .tr-parent:hover + tr.work-menu {
    background-color: #E0ECF4;
    cursor: pointer;
}*/
#myGrid .grid-table td:hover {
    background-color: #E0ECF4;
    cursor: pointer;
}
#myPage {
    /*position: relative;*/
    margin-top: 20px;
    margin-bottom: 20px;
    // background: #F4F5F8;;
}
#dimensionList ul,
#departmentList ul {
    padding: 5px 5px;
    background: #FFF;
}
#departmentList li {
    margin: 5px 0;
    padding: 0 0 0 3px;
    width: 145px;
    height: 30px;
    // border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
}
#departmentList li.active ,#departmentList li:hover{
    // border-color: #3288fe;
    // background: #3288fe;
    color: #3288fe;
}

.wrap-nav li {
    cursor: pointer;
}

/* 服务类型样式 start */
.sxfl-search-wrap {
    height: 50px;
    line-height: 50px;
}
.sxfl-search-wrap .filter-item{
    float: left;
    width: 30%;
    display: inline-block;
}
.sxfl-search-wrap .label {
    display: block;
    float: left;
    margin-left: 20px;
}

.sxfl-search-wrap .dropdown {
    width: 160px;
    margin-top: 10px;
    margin-left: 10px;
}
.sxfl-search-wrap .dropdown-tree {
    position: relative;

}
.sxfl-search-wrap .ztree-wrap {
    position: absolute;
    top: 39px;
    z-index: 99;
    width: 154px;
    overflow: visible;
    left: 86px;
    box-sizing: content-box;
}

/* 服务类型样式 end */

/* 指南列表样式调整 */
.power-list-number {
    color: #333;
}

.power-list-child {
    padding: 0 0 0 24px;
    background: url(../images/child-icon.png) 10px 6px no-repeat;
}

.power-list-total {
    padding-right: 18px;
}
.close-child {
    background: url(../images/close-child.png) 122px 9px no-repeat;
}

.open-child {
    background: url(../images/open-child.png) 122px 9px no-repeat;
}

.work-menu{
    display: none;
    padding-top: 10px;
}

.work-menu .sxoperate {

    margin-left: 0;
    margin-right: 10px;
    padding-left: 30px;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    color: #333333;

}
.work-menu .sxoperate:hover{
    border: 1px solid #87BBE8;
    background:#EEF7FF;
    color: #2581CF;
}

.work-menu:hover{
    display: block;
}

.work-menu .sxoperate.disabled {
    color: #999;
    cursor: not-allowed;
}
#workGuid:hover {
    background:url(../images/bg-zn-hover.png) 9px 50% no-repeat; 
}
#workGuid {
    background:url(../images/bg-zn.png) 9px 50% no-repeat; 
}

#onlineHandle:hover{
    background:url(../images/bg-online-hover.png) 9px 50% no-repeat; 
}
#onlineHandle.disabled {
    pointer-event:none;
    border: 1px solid #CFCFCF;
}
#onlineHandle {
    background: #F9F9F9 url(../images/bg-online.png) 9px 50% no-repeat;
}

#onlineAppointment:hover {
    background: url(../images/bg-appointment-hover.png) 9px 50% no-repeat;
}
#onlineAppointment.disabled {
    background: #F9F9F9 url(../images/bg-appointment-disabled.png) 9px 50% no-repeat;
    pointer-event:none;
    border: 1px solid #CFCFCF;
}

#onlineAppointment {
    background: #F9F9F9 url(../images/bg-appointment.png) 9px 50% no-repeat;
}


#consult {
    background: #F9F9F9 url(../images/bg-zixun.png) 9px 50% no-repeat;
}
#consult:hover {
    background:url(../images/bg-zixun-hover.png) 9px 50% no-repeat;
}
#collection {
    background: #F9F9F9 url(../images/bg-start.png) 9px 50% no-repeat;
}
#collection:hover {
    background: url(../images/bg-start-hover.png) 9px 50% no-repeat;
}

#handleGuide {
    background: #F9F9F9 url(../images/bg-zn.png) 9px 50% no-repeat;
}
#handleGuide:hover {
    background:url(../images/bg-zn-hover.png) 9px 50% no-repeat;
}

#downloadbutton {
    background: #F9F9F9 url(../images/bg-download.png) 9px 50% no-repeat;
}
#downloadbutton:hover {
    background: url(../images/bg-download-hover.png) 9px 50% no-repeat;
}
.work-menu td{
    border-top: none !important;
}

.work-menu td{
    padding: 0px 15px 15px 20px !important;
}
.grid-table td{
    border-bottom: none !important;
}

.myshare .share-title{
    padding: 3px 7px 3px 30px !important;
    background: #f9f9f9 url(../images/bg-share.png) 9px 50% no-repeat !important;
}
.myshare .share-title:hover {
    background: url(../images/bg-share-hover.png) 9px 50% no-repeat !important;
    border: 1px solid #87BBE8;
    background:#EEF7FF;
    color: #2581CF;
}
.tr-parent:hover .work-menu{
   display: block;
}

li.tr-parent:last-child {
    border-bottom: 1px solid #e5e5e5;
}

#myGrid li{
    padding: 15px 15px 15px 20px;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
   /* border-bottom: 1px solid #e5e5e5;*/
   /* overflow: auto;*/
}

#myGrid li:hover{
    background-color: #E0ECF4;
}
.power-list-parent{
   /* float: left;
    width: 80%;*/
}
.diamond-rating{
   display: inline-block;
    width: 20%;
    float: right;
}
.rating {
    width: 100%;
    height: 20px;
}
.diamond-rating-1 {
    background: url(../images/diamond-rating-1.png) center center no-repeat;
}
.diamond-rating-2 {
    background: url(../images/diamond-rating-2.png) center center no-repeat;
}
.diamond-rating-3 {
    background: url(../images/diamond-rating-3.png) center center no-repeat;
}
.diamond-rating-4 {
    background: url(../images/diamond-rating-4.png) center center no-repeat;
}
.item-link {
    color: #333;
    display: inline-block;
    width: 80%;
    font-size: 16px;
}
.run-once-title {
    margin-bottom: 12px;
    height: 100px;
    background: url(../images/run-once-bg.png) 50% 50% no-repeat;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
/*长三角异地通办*/
#ydtb:hover{
    background:url(../images/csj-hover.png) 9px 50% no-repeat;

}
#ydtb.disabled {
    background: #F9F9F9 url(../images/csj-disabled.png) 9px 50% no-repeat;
    pointer-event:none;
    border: 1px solid #CFCFCF;
}
#ydtb {
    background: #F9F9F9 url(../images/csj.png) 9px 50% no-repeat;
}
.sxfl-search-wrap .search-item{
    display: inline-block;
}
.sxfl-search-wrap .ydtb{
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
    text-align: center;
    vertical-align: top;
    background: url(../images/select.png) no-repeat center left;
    cursor: pointer;
}
.query-list-wrap .sxfl-search-wrap .selected{
    background: url(../images/selected.png) no-repeat center left;
}
.query-list-wrap .sxfl-search-wrap .dropdown-tree {
    position: unset;
}