html {
  background-color: #fdf9f9;
  color: #000;
}

em {
  font-style: normal;
}

.layui-input:hover,
.layui-textarea:hover {
  border-color: #187ce3 !important;
}

.layui-table-view .layui-table {
  width: 100%;
}

.layui-form-select dl dd.layui-this {
  background-color: #187ce3;
}

/* 首页头部 GL */
.header {
  width: 100%;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner {
  width: 100%;
  height: 80px;
  line-height: 60px;
  background: url(../images/banner.png)no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 26px;
  padding: 0 20px;
  font-weight: bold;
  letter-spacing: 10px;
}

.layui-layout-right {
  right: 15px;
  top: 5px;
}

.layui-nav .layui-nav-item a {
  color: #333 !important;
}

.layui-nav .layui-nav-item a.name {
  color: #fff !important;
}

.layui-nav .layui-nav-item.layui-this a {
  color: #fff !important;
}

.layui-nav .layui-nav-more {
  border-top-color: #333;
}

.user-nav .layui-nav-more {
  border-top-color: #fff;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  background-color: #fff;
}

.xxzx_y .layui-icon-notice {
  color: #fff;
}

.layui-layout-admin .layui-header a,
.layui-layout-admin .layui-header a cite {
  color: #fff;
}

/* 首页左侧 */
/* #LAY-system-side-menu{
  padding-top: 10px;
} */
.layui-side {
  background-color: #fff;
  width: 220px;
}

.layui-layout-admin .layui-side {
  z-index: 1;
}

.layui-nav {
  background: none;
}

.layui-side .layui-nav {
  width: 220px;
  margin-top: 70px;
}

.layui-nav-itemed>.layui-nav-child {
  background-color: #fff !important;
}

.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a {
  /* background-color: #187ce3 !important; */
  background: none;
}

.layui-nav-tree.layui-nav-tree .layui-nav-child dd.layui-this a {
  background-color: #177ce3;
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, #187ce3, #187ce3);
  background-image: -webkit-linear-gradient(left, #187ce3, #187ce3);
  color: #fff !important;
}

.layui-nav-tree .layui-nav-bar {
  background-color: #177ce3
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
  border-color: transparent transparent #424040;
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a.name .layui-nav-more {
  border-color: transparent transparent #fff;
}

.layadmin-pagetabs {
  top: 70px;
}

.home {
  color: #333;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
  background: none;
}

.layui-nav-tree .layui-nav-bar {
  opacity: 0;
  background: none;
}

.xitmingc {
  font-weight: bold;
  /* margin-top: 11px; */
  background: #eceef5 !important;
  font-size: 18px;
  text-align: left;
  /* text-indent: 21px; */
}

/* 中间内容 */
.layui-layout-admin .layui-body {
  left: 240px;
  top: 120px;
}

.layadmin-pagetabs,
.layui-layout-admin .layui-body,
.layui-layout-admin .layui-footer,
.layui-layout-admin .layui-layout-left {
  left: 240px;
}

.layui-page-header {
  margin-bottom: 10px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #187ce3;
}

.layui-btn-primary:hover {
  border-color: #187ce3;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #187ce3;
}

.zhony {
  color: #ff0000;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
  color: #177ce3;
}

.layui-breadcrumb a:hover {
  color: #187ce3 !important;
}

.layui-form-checked[lay-skin=primary] i {
  border-color: #187ce3 !important;
  background-color: #187ce3;
  color: #fff;
}

.layui-form-checked[lay-skin=primary]:hover i {
  border-color: #187ce3 !important;
  color: #fff;
}

/* .layui-form-item .layui-inline {
  margin: 0;
  margin-bottom: 15px;
  float: left;
} */

/* .layui-form-item .layui-input-block {
  width: calc(100% - 140px);
  margin-right: 0;
} */
.layui-form-item {
  margin-bottom: 20px;
}

.layui-form-item .layui-inline {
  margin-bottom: 20px;
  margin-right: 0;
}

.layui-form-label {
  font-weight: bold;
  padding: 9px 5px 9px 5px !important;
  width: 110px;
}

.layui-form-over {
  padding: 0px 5px 0px 5px !important;
  line-height: 18px;
}

.layui-form-required:after {
  content: "*";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: red;
}

.layui-input-block {
  margin-left: 120px;
}

.layui-form-item .layui-input-block-inline {
  display: flex;
}

.layui-form-item .layui-input-inline {
  width: calc(100% - 120px);
  margin-right: 0;
}

.layui-form-item .layui-input-btn {
  width: calc(100% - 220px);
}

.layui-form-item .layui-input-btns {
  width: calc(100% - 80px);
}

.layui-input-a {
  width: 80px;
}

.layui-unit {
  display: flex;
  height: 38px;
  align-items: center;
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: bold;
}

.layui-input-selects {
  display: flex;
}

/* .layui-form-select{
  margin-right: 10px;
} */
#layui-table-page1 {
  text-align: right;
}

.nrjctdclick {
  cursor: pointer;
}

.btn-xs-l {
  padding: 3px 8px;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  background: #0e5cc9;
}

.btn-xs-ls {
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #03A9F4;
  color: #03A9F4;
  background: #fff;
}

.btn-xs-h {
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #F44336;
  color: #F44336;
  background: #fff;
}

.btn-xs-hs {
  background-color: #888888;
  border: 0;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
  padding: 6px;
  padding: 3px 8px;
  border-radius: 2px;
}

.an-ya button {
  margin-left: 8px;
  cursor: pointer;
}

.kjfs_gd {
  margin-top: 16px;
}

.tgbg_bj th {
  font-weight: bold;
  color: #000;
}

.cxjz {
  text-align: center;
  background: white;
  /* margin-top: 18px; */
  padding: 20px 0;
}

.an-xxjl {
  margin-bottom: 8px;
}

.childrenBody {
  padding: 0px 15px 15px 15px;
}

.inline_k .layui-input-block {
  float: left;
  width: 11%;
  margin-right: 1%;
}

.qy_ys a {
  color: #0170cf;
}

.layui-table .tab-jc {
  font-weight: bold;
  color: #000000;
}

.layui-table th,
td {
  color: #4b4b4b
}

.but-wz {
  float: right;
  margin-top: -8px;
  background-color: #1b85d8;
  font-weight: bold;
  color: #FFFFFF;
}

.tab_bj {
  background-color: rgba(0, 0, 0, .05);
}

.tgjj tr td {
  border: 0 !important;
  color: #000;
}

.tgjj button {
  font-size: 14px;
  padding: 3px 8px;
  font-family: Microsoft Yahei !important;
}

.dbsx_bts {
  font-weight: bold;
  font-size: 16px;
  border-left: 5px solid #187ce3;
}

.lbbj {
  margin: 0 0 16px 14px;
}

.biaot {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0 16px 0px;
  color: #5d5c5c;
}

.shuom {
  width: 100%;
  background: #faebcc;
  color: #65100a;
  font-size: 16px;
  padding: 20px 0 20px 0;
}

.caozuo {
  width: 100%;
  text-align: right;
  margin-top: 18px;
  background: #ececec;
  padding: 10px 0 10px 0;
}

.ys-l {
  background-color: #3598dd;
}

.ys-n {
  background: #45b6af;
  color: #fff;
  border: 0;
}

.ys-n:hover {
  color: #fff;
}

.ys-h:hover {
  color: #fff;
}

.ys-h {
  color: #fff;
  background: #f3565d;
  border: 0;
}

.shuo_n {
  display: inline-block;
  padding: 10px;
  width: 97%;
  line-height: 27px;
}

.anniu_ys {
  width: 99%;
}

.lbxx {
  font-size: 16px;
  color: #1a7ce3;
  font-weight: bold;
  padding: 10px 0 10px 0;
  display: inline-block;
  height: 7px;
  border-left: 4px solid #1a7ce3;
  text-indent: 11px;
  line-height: 8px;
  margin: 10px 0 10px 0;
}

.tjxm {
  padding: 8px;
  background: #2184ca;
  color: white;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}

.tianjxm {
  margin: 11px 0 10px 15px;
}

.xjys {
  border: 0;
  padding: 11px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  background: #dadada;
}

.tjyem {
  box-shadow: none;
}

.cxys {
  font-weight: 400;
  background: #f3565d;
}

.bdnr {
  width: 100%;
  height: 32px;
  border: 1px solid #b9b5b5;
  padding-left: 4px;
  border-radius: 2px;
  box-shadow: 1px 1px 0px #c3c3c3 inset;
  -webkit-box-shadow: 1px 1px 0px #c3c3c3 inset;
}

.tjyem input::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 14px;
}

.xjys_tr tbody tr:hover {
  background: none;
}

.bdnrs {
  width: 103%;
  height: 32px;
  border: 1px solid #b9b5b5;
  padding-left: 4px;
  border-radius: 2px;
  box-shadow: 1px 1px 0px #c3c3c3 inset;
  -webkit-box-shadow: 1px 1px 0px #c3c3c3 inset;
}

.bdnr:focus {
  border-color: #2196F3 !important;
}

/*新增样式*/
.layui-elem-quotes {
  padding: 15px;
  line-height: 22px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 3px solid #eaedf2;
  border-radius: 0 2px 2px 0;
  background: #fff;
}

.dbsx_zn {
  height: 305px;
  overflow: auto;
}

.dbsx_zn .layui-table tr {
  transition: all .3s;
  -webkit-transition: all .3s;
  border-bottom: 1px solid #ecf0f3;
}

.dbsx_zn .dbsx {
  /* background: url("/images/img/libtt.gif") no-repeat 14px 10px; */
}

.dbsq_xg .layui-tab-content .layui-table td {
  padding: 15px 15px;
  min-height: 20px;
  line-height: 20px;
  border: 0;
  font-size: 18px;
  padding-left: 55px;
  color: #000;
}

.dbsq_xg .dbsx .dbsl-s {
  color: #db0000;
  font-weight: bold;
  margin: 0 5px 0 5px;
}

.cjlj {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 24px;
}

.kynr {
  width: 100%;
  text-align: center;
  background: white;
  overflow: hidden;
}

.kynr:hover {
  color: #2b468c;
}

.kynr img:hover {
  transition: all 1.0s;
  transform: scale(1.1);
}

.kynr p {
  font-weight: bold;
  letter-spacing: 1px;
  margin: 16px 0 0px 0px;
  padding-bottom: 16px;
}

/*待办事项*/
.dbsx_bg {
  width: 96%;
  padding: 6px 0px 21px 24px;
}

.dbsx_b {
  text-align: left;
  font-size: 18px;
  color: #494a4c;
}

.dbsx_bg table {
  width: 100%
}

.dbsx_bx {
  border-left: 4px solid #0066E8;
  margin-left: 18px;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  text-indent: 9px;
  border-radius: inherit;
}

.dbsx_bg table tr {
  text-align: center;
  height: 44px;
  background: #f9fbff;
  border-bottom: 8px solid #ffffff;
}

.dbsx_bg table tr td {
  font-size: 16px;
  color: #9a9ca1;
  height: 42px;
}

.nrjc {
  font-size: 16px;
  background: #edf0f9 !important;
  height: 47px !important;
}

.nrjc td {
  color: #444242 !important;
  font-weight: bold;
}

.dbsx_an {
  font-weight: bold;
  width: 67px;
  height: 27px;
  background: #fff;
  color: #3578ff;
  border-radius: 4px;
  display: inline-block;
  line-height: 27px;
  border: 1px solid #e8e4e4;
  font-weight: bold;
  font-size: 16px;
}

.dbsx_an:hover {
  background: #015DD9;
  color: white;
  border: 1px solid #015DD9;
  transition: 1s all;
  -webkit-transition: 1s all;
}

.dbsx_gd a {
  float: right;
  color: #b2b3b7;
  font-weight: bold;
  font-size: 16px;
  margin-right: 24px;
}

.mok_qf {
  margin: 0px 0 22px 0;
}

.ywtj_tb {
  width: 100%;
  float: right;
  background: white;
}

.g-list-lidiv {
  width: 100%;
  height: 300px;
}

.dbsx_cq {
  background: #F7FBFF;
  text-align: left;
  margin-bottom: 18px;
  margin-top: 14px;
  border: 1px solid #f1f1f1;
}

.dbsx_cq li {
  text-align: left;
  line-height: 36px;
  padding-left: 18px;
  color: #64666b;
  padding-bottom: 12px;
  font-size: 15px;
}

.dbsx_cq .dbsx_bty {
  font-size: 18px;
  color: #3d3f41;
  font-weight: bold;
  padding-top: 15px;
}

.yujngxx {
  overflow: hidden;
  width: 92%;
}

.dbsx_cq span {
  padding: 0 7px 0 7px;
  color: #f56c6c;
  font-size: 18px;
  font-weight: bold;
}

.xieyqk_l {
  color: #3e7eff !important;
  font-weight: bold;
}

.tongzhigg {
  margin-top: 16px;
}

.tongzhigg .yujngxx ul {
  background: #fff;
}

.tongzhigg .yujngxx ul li {
  background: #fff;
  list-style-type: disc;
  padding-left: 0;
  margin-left: 25px;
}

.tongzhigg .yujngxx ul li a:hover {
  color: #3f87ff;
}

.tongzhigg .yujngxx ul li a {
  color: #464748;
}

.tongzhigg .yujngxx span {
  float: right;
  margin-right: 10px;
  color: #b7b8bc;
  font-size: 16px;
}

.ksdh_z {
  float: left;
  width: 96%;
}

.ksdh_r {
  float: right;
  width: 4%;
  height: 40px;
  margin-top: 5px;
}

.daoh .kynr {
  width: 90%;
  text-align: left;
  padding: 18px 10px 10px 10px;
}

.daoh .kynr p {
  display: inline-block;
  border-bottom: none;
  margin-left: 13%;
  ;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}

.daoh .kynr img {
  margin-top: -10px;
  width: 30%;
}

.tongzxx {
  border: 0;
}

.inline_ks {
  width: 100%;
  background: #fff;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  height: 31px;
}

.gdcx_tj {
  width: 132px;
  text-align: center;
  padding: 0;
  border: 1px solid #4979f5;
  color: #4979f5;
  background: #EDF3FF;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
}

.gdcx_tj:ahover {
  width: 132px;
  text-align: center;
  padding: 0;
  border: 1px solid #4979f5;
  color: #4979f5;
  background: #EDF3FF;
  border-radius: 4px;
}

.layui-btn-cx {
  color: #fff;
  background: #e95c58;
}

.layui-btn-dc {
  background: #58bd74;
  color: #fff;
}

.layui-btn-bs {
  background: #f7f7f7;
  color: #1d1717;
  border: 1px solid #d8d3d3;
}

.layui-btn-bs:hover {
  background: #f7f7f7;
  color: #1d1717;
  border: 1px solid #d8d3d3;
}

.layui-btn-blue {
  background: #187ce3;
  color: #fff;
}

.layui-btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.nrxq {
  width: 100%;
  padding: 0;
}

.nrxq table tr {
  font-size: 16px;
  background: #ffffff;
  border-bottom: 10px solid #f3f5fa;
  height: 60px;
}

.czbj {
  background: url("../images/bianj.png") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

.fpqx {
  background: url("../images/fpqx.png") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

.czsc {
  background: url("../images/shanc.png") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

.tpzj {
  background: url("../images/zj.png") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

.chak {
  background: url("../images/chak.png") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

.chongz {
  background: url("../images/chongz.png") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

#layui-laypage-1 fyysb {
  float: right !important;
  margin-right: 30px;
}

.fyysb {
  float: right;
  margin-right: 16px;
}

.childrenBodys {
  padding: 0px 15px 15px 0;
}

.openpopup {
  padding: 15px;
}

.dqxzk .layui-input-block {
  float: left;
  width: 31.9%;
  margin-right: 10px;
}

.dqxzk {
  margin-top: 20px;
  margin-bottom: 22px;
}

.qyxx_k {
  width: 100%;
}

.layui-form-text {
  margin-top: 20px;
}

.qyxx_nr {
  margin-top: 18px;
}

.qyxq_d {
  padding-bottom: 23px;
}

.rqcj {
  color: #abaaaa;
  border: 1px solid #e4e4e4;
  padding: 6px;
  border-radius: 4px;
}

.xieyxq input {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.xieyxq table tr {
  font-size: 16px;
  background: #ffffff;
  border-bottom: 10px solid #f3f5fa;
  height: 70px;
}

.layui-icon-ok:before {
  color: #fff;
}

/*功能节点*/
#dept_main,
#dept_particulars {
  width: 49%;
  /* display: inline-block; */
  vertical-align: top;
  float: left;
  padding: 20px;
  background: white;
  box-sizing: border-box;
}

.node_dbsx_b {
  float: left;
}

.node_addbtn {
  float: right;
  margin: 10px;
}

#dept_tree {
  margin-top: 20px;
}

.fadeInUp {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.gfd .layui-inline {
  width: 100%;
  margin-bottom: 20px;
}

.gfd .layui-form-label {
  padding: 9px 5px;
  width: 160px;
}

.gfd .layui-tree-main {
  display: inline-block;
  vertical-align: middle;
}

.gnjdgl {
  margin-top: 7px;
}

.gnjdgl-div {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  padding-bottom: 18px;
  height: 650px;
}

.gnjdgl-left {
  padding-right: 1%;
}

.table_demo {
  width: 100%;
  text-align: center;
  background: white;
}

/* .table_demo .layui-table-tool {
  background: #fff;
} */
.layui-table-header th {
  text-align: center;
  font-weight: bold;
}

.table_demo .layui-table-header {
  background: #fff;
}

.table-title {
  font-weight: bold;
}

.table_demo .layui-table-tool-temp {
  padding-right: 0;
}

.layui-table-cell {
  height: auto;
}

/* .table_demo table,
.table_demo td,
.table_demo th,
.table_demo tr {
  border: 0;
} */

/* .table-padding {
  padding: 0 20px;
  box-sizing: border-box;
} */

/* .table-padding .layui-table-tool {
  padding: 10px 0;
}

.table-padding .layui-table-tool-temp {
  padding-right: 0;
}

.table-padding .layui-btn-container .layui-btn:last-child {
  margin-right: 0
} */

/* .table_demo .layui-table-main tr,
.table_demo .layui-table-fixed-l tr,
.table_demo .layui-table-header tr {
  border-bottom: 8px solid #fff;
  background-color: #f9fbff;
} */

/* .table_demo .layui-table-header tr {
  background-color: #f3f5fa;
} */

/* .table_demo .layui-form,
.table_demo .layui-border-box,
.table_demo .layui-table-view,
.table_demo .layui-table-tool,
.table_demo .layui-table-header {
  border: 0;
  border-style: none;
}

.table_demo th {
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
} */

/*下拉菜单*/
.nav * {
  text-decoration: none;
  font-size: 9pt;
}

.nav * a:hover {
  background-color: #3274d8;
}

.menu {
  list-style: none;
  height: 40px;
  background-color: #999;
  float: right;
}

.nav {
  list-style: none;
  height: 40px;
  margin: 0 auto;
  background-color: #177ce3;
}

.nav li {
  float: left;
  border-right: 1px solid #80a5de;
  position: relative;
}

.nav li a {
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
}

.nav li a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

.sub-nav {
  position: absolute;
  list-style: none;
  background-color: #3274d8;
  display: none;
  right: 0;
  top: 30px;
}

.sub-nav li {
  text-align: center;
  clear: left;
  padding: 0px 10px 0px 10px;
  height: 35px;
  line-height: 35px;
  position: relative;
  border-top: 1px solid #fff;
}

.sub-nav li a {
  height: 34px;
  line-height: 34px;
  padding: 0;
  display: inline-block;
  color: #fff;
}

.sub-nav li:hover {
  background-color: #395784;
}

.sub-nav li a:hover {
  background-color: #395784;
}

.biaoan {
  text-align: right;
  float: right;
  height: 41px;
  margin: 0;
}

.chaxms {
  text-align: left;
  line-height: 38px;
  display: inline-block;
  float: left;
  margin-left: 22px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
}

.chaxms i {
  color: #da3b2f;
  margin-right: 6px;
  font-size: 20px;
}

.baocf {
  padding-bottom: 40px;
}

.layui-btn1 {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.layui-btn1:hover .sub-nav {
  display: block;
}

.cxsjts {
  color: red;
  font-size: 14px;
}

.layui-btn1 .layui-btn1-more {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #187ce3;
  display: inline-block;
  border-radius: 2px;
}

.gfd .layui-input-block {
  margin-left: 180px;
  width: 66%;
}

.nrbtx {
  color: red;
  margin-right: 5px;
}

.layui-btn-sm i {
  font-size: 13px !important;
}

/* 树杈 */
.gnjdgl ul.ztree {
  border: 0;
  width: 100%;
  background: #fff;
  margin: 0;
  box-sizing: border-box;
  overflow: auto;
  padding: 0 30px;
}

.nrbtx {
  color: red;
}

.disabled_color {
  background-color: #e2dbdb
}

.redClass {
  color: red;
}

.bjam_gd {
  font-size: 12px;
}

.xztuc {
  font-size: 13px !important;
  vertical-align: middle;
  margin-right: 2px;
}

.xztucs {
  font-size: 15px !important;
  vertical-align: middle;
  margin-right: 2px;
}

.jsxz .layui-form-checkbox {
  margin-top: 5px;
}

.jstjk {
  width: 100%;
}

.jstjnr span {
  padding: 5px 10px 5px 10px;
  border-radius: 21px;
  line-height: 37px;
  background: #388af3;
  font-size: 12px;
  color: white;
  margin-right: 9px;
}

.jstjnr {
  min-height: 50px;
}

.jsxz {
  margin-top: 40px;
  width: 100%;
  padding: 0;
  margin-left: 0px;
}

.add_gly {
  margin-top: 20%;
}

.xzqh {
  width: 121px !important;
  margin-right: 6px !important;
}

.layui-upload-span {
  padding: 0 10px 0 0;
  color: #999;
  vertical-align: middle;
  display: inline-block;
  max-width: 210px;
}

.layuiopenform {
  padding: 20px;
}

.layuiopenform .layui-form-item {
  margin-bottom: 15px;
}

.layuiopenform .layui-inline {
  width: 100%;
}

.gfd .layui-form-item .layui-input-block {
  width: 50%;
}

.layui-card .layui-tab {
  margin-bottom: 10px;
}

.gfd .layui-btn+.layui-btn {
  margin-left: 26%;
}

.wjsc {
  font-size: 16px;
}

.wjsc .layui-btn {
  margin: 0;
}

.wjsc .layui-select-title {
  height: 30px;
}

.wjsc .layui-input {
  height: 30px;
}

.wjsc .layui-form-select dl {
  top: 30px;
}

.layuiimg {
  width: 85px;
  height: 100px;
  border: 1px solid #eee;
  display: block;
  margin-bottom: 5px;
}

.layui-see-but {
  text-align: center;
  background: #fff;
  padding: 10px 0;
}

.layui-btn-sm .layui-icon {
  /* display: none; */
}

.node_addbtn .layui-icon {
  display: none;
}

.bfb {
  width: 100% !important;
}

.fdan_qr {
  position: fixed;
  bottom: 10%;
  right: 2%;
}

.lcglsc {
  width: 98%;
  margin-top: 5px;
}

.lcglsc .layui-btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  background-color: #187ce3;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.lcglsc .layui-btn i {
  font-size: 12px;
}

.liangh {
  padding: 0;
}

.layui_mmts {
  margin: 0 0 0 65px;
  color: #f00;
}

.layui-table-box {
  padding-bottom: 1px;
}

.layui-content {
  margin-bottom: 10px;
}

.jclrdr_an {
  float: right;
  margin-right: 3px;
  margin-top: -6px;
}

.xdsearch {
  display: inline-block;
  float: right;
  width: 150px;
  height: 30px;
  margin-right: 5px;
}

.layui-input1 {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.inputselect .layui-form-select {
  width: 49%;
  float: left;
}

.layui-table-view .layui-table td[data-edit=text] {
  outline: 1px solid #e6e6e6;
  outline-offset: -5px;
}

/* 搜索设置 */
.highleavl {
  margin-left: 20px;
}

/* 表格表头筛选 */
.layui-table-tool .layui-inline[lay-event] {
  border: 0;
  background: #187ce3;
  color: #fff;
  white-space: nowrap;
  width: auto;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  vertical-align: baseline;
}

.layui-table-tool .layui-inline[lay-event]:hover {
  border: 0;
}

.selectwt {
  margin-left: 67px;
  margin-top: 20px;
  padding: 0 10px;
  font-size: 14px;
}

.site-title {
  margin: 0 0 12px;
  border-bottom: 9px solid #f3f5fa;
  padding-bottom: -8px;
  padding-bottom: 5px solid red;
  padding-top: 10px;
  padding-bottom: 1px solid red;
}

.site-title fieldset {
  border: none;
  padding: 0px;
  padding-bottom: 13px;
}

.site-title fieldset legend {
  padding: 0 10px;
  font-size: 22px;
  font-weight: 300;
  font-weight: bold;
  color: red;
}

.site-title fieldset legend a {
  color: #2e77d9;
  text-decoration: none;
  padding-bottom: 30px;
  font-size: 18px;
}

.site-title fieldset legend a:hover {
  color: #2e77d9;
  text-decoration: none;
  background: none;
}

.showImage {
  text-align: center;
  text-align: center;
  padding: 5px 20px;
  font-size: 20px;
  background: #49bcf3;
  border: 0;
  color: #fff;
  border-radius: 5px
}

.issuebut {
  width: 40%;
  text-align: center;
  padding: 0;
}

*[permission] {
  display: none;
}

.pagewrap {
  padding: 15px 52px;
  background-color: #fff;
  box-shadow: 0px 1px 0px #ccc;
}


.process {
  padding: 0px 0 41px 0;
  text-align: center;
  background: white;
  margin-bottom: 18px;
}

.process h3 {
  font-size: 30px;
  line-height: 52px;
  color: #23292E;
  font-weight: 400;
}

.process p {
  line-height: 26px;
  font-size: 14px;
  color: #999;
}

.process .flowline {
  margin-top: 50px;
}

.process .flowline li {
  float: left;
  margin-left: 110px;
  text-align: center;
  list-style: none
}

.process .flowline li .icon-block {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  background-color: #187ce3;
  line-height: 0;
  margin-top: 0
}

.process .flowline li .icon-block img {
  width: 32px;
  height: 32px;
  background: url(/images/icons.png) 0 0 no-repeat;
  background-size: 192px 64px;
  margin: 20px 20px 0 20px
}

.process .flowline li .icon-block:before {
  content: ''
}

.process .flowline li .icon-block span {
  margin: 0
}

.process .flowline li span {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
  color: #333
}

.process .flowline li.process-0 {
  margin-left: 20px
}

.process .flowline li.process-1 {
  /* margin-left: 50px */
}

.process .flowline li.process-4 {
  margin-left: 112px
}

.process .flowline li.process-5 {
  margin-left: 115px;
}

.process .flowline li.process-5 .flow-line {
  display: none
}

.process .flowline .flow-line {
  position: absolute;
  top: 36px;
  left: 92px;
  width: 77px;
  border-bottom: 1px dotted #979797
}

.lcjd_xx {
  overflow: hidden;
}

.layui-form-checked span,
.layui-form-checked:hover span {
  /* background-color: #187ce3 !important; */
}

.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #187ce3 !important;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #187ce3;
}


.zybj .chanqzs .myNewsList {
  width: 193px;
  height: 108px;
  padding-top: 16px;
  padding-left: 0;
  float: left;
  border: 2px solid #e9eef3;
  text-align: center;
  cursor: pointer;
  /* box-shadow: 0 1px 3px 0 rgb(205 212 218 / 30%), 0 2px 6px 3px rgb(142 142 142 / 15%); */
  /* margin: 26px 13px 5px 16px; */
}

.part {
  width: 16% !important;
}

.zybj .chanqzs .myNewsList img {
  float: left;
  margin: 21px 0 0 22px;
  width: 50px;
  height: 50px;
}

.zybj .chanqzs .myNewsList .tit {
  width: 100%;
  height: 10px;
  font-size: 15px;
  color: #848181;
  margin-bottom: 19px;
  font-weight: bold;
  margin-top: 15px;
}

.zybj .chanqzs .myNewsList .num {
  font-size: 20px;
  color: #446ce0;
  margin-right: 5px;
}

.zybj .chanqzs .myNewsList .num span {
  font-size: 31px;
  margin-right: 5px;
  margin-top: 25px;
}

.con_gj .tabTit>div.on {
  font-size: 20px;
  background: #ffffff;
  color: #333;
  line-height: 29px;
  font-weight: bold;
  text-indent: 12px;
  margin: 28px 0px 15px 16px;
  display: inline-block;
  border-left: 4px solid #396bdd;
}

.con_gj {
  margin-top: 0;
  background: #fff;
  margin-bottom: 0;
}

.layui-nav-itemed a:first-child {
  font-weight: bold;
}

.layui-nav-itemed .layui-nav-itemed a:first-child {
  font-weight: bold;
}

.layui-nav-itemed .layui-nav-child a {
  font-weight: normal;
}

.layui-nav-itemed .layui-nav-itemed .layui-nav-child a {
  font-weight: normal;
}

.layui-input {
  line-height: 38px !important;
}

.layui-nav .layui-nav-child a:hover {
  background-color: #eeeeee !important;
}

.filebody {
  padding: 10px 20px;
  box-sizing: border-box;
}

.fileli {
  color: #999;
}

.filedel {
  margin-left: 20px;
  color: #e66e1f;
}

.layui-card-bottom20 {
  margin-bottom: 20px;
}

.layui-card-top20 {
  margin-top: 20px;
}

.layui-center {
  text-align: center;
}

.layui-bottom0 {
  margin-bottom: 0;
}

.layui-top10 {
  margin-top: 10px;
}
