html,
body {
  height: 100%;
  font-family: '微软雅黑';
}
.login_body {
  background: url(/images/login_bg1.png) no-repeat center;
  background-size: 100% 100%;
  min-height: 100%;
}
.bg_one {
  background: #f2f2f2;
}
.bg_white {
  background: white;
}
.hr_5 {
  height: 5px;
  background: #f2f2f2;
}
.text-orangered {
  color: orangered;
}
.text-gray {
  color: gray;
}
.mar_Y5 {
  margin: 5px 0px;
}
.mar_Y10 {
  margin: 10px 0px;
}
.mar_Y15 {
  margin: 15px 0px;
}
.mar_Y20 {
  margin: 20px 0px;
}
.par_10 {
  padding: 10px;
}
.par_20 {
  padding: 20px;
}
[data-show='False'] {
  display: none;
}
.fy-quan {
  border-radius: 6px;
  border: 1px solid #c9c9c9;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.border_b {
  border-bottom: 1px solid #E1E1E1;
}
.fy-btn-primary2 {
  background: #7575c8;
  box-shadow: 0px 10px 24px 0px rgba(117, 117, 200, 0.39);
}
.fy-btn-primary {
  background: #7575c8;
}
.fy-btn-warn {
  background: #E38F00;
}
.fy-btn-danger {
  background: #F30000;
}
.fy-btn-info {
  background: #00A0E3;
}
.fy-btn-success {
  background: #52C41A;
}
.fy-btn-confirm {
  background: #00E3DB;
}
.fy-btn-notice {
  background: #C87575;
}
.fy-btn-finish {
  background: #9C27B0;
}
.fy-btn-yuan {
  border-radius: 20px;
}
.link_register {
  color: #7575c8;
  font-size: 16px;
}
.link_register i {
  margin: 0px 5px;
}
.login-wrap {
  margin: 0px auto;
  width: 430px;
  padding-top: 100px;
}
.login-box {
  width: 430px;
  background: #ffffff;
  box-shadow: 0px 13px 40px 0px rgba(117, 117, 200, 0.4);
  border-radius: 8px;
}
.login-box .login-box-header {
  background: url(/images/login_bg2.png) no-repeat center;
  background-size: 100% 100%;
  height: 180px;
}
.login-box .login-box-body {
  padding: 25px 70px;
  box-sizing: border-box;
}
.login-box .login-box-body .login-box-item {
  position: relative;
  height: 30px;
  margin-bottom: 10px;
}
.login-box .login-box-body .login-box-item input {
  font-weight: 400;
  font-size: 14px;
  border: none;
  background: transparent;
  padding-left: 20px;
}
.login-box .login-box-body .login-box-item .link_fpwd {
  color: #7575c8;
  position: absolute;
  right: 0px;
  top: 0px;
}
.login-box .login-box-body .login-box-item .link_fpwd.link_fpwd_left {
  border-left: 1px solid #7575c8;
  padding-left: 10px;
}
.login-box .login-box-body .login-box-item label {
  min-width: 60px;
  display: inline-block;
}
.login-box .login-box-body .login-box-back {
  position: relative;
  left: -60px;
  top: -10px;
  margin-bottom: 20px;
}
.header {
  height: 90px;
  background: white;
  line-height: 90px;
}
.header .layui-container {
  position: relative;
}
.header .layui-nav.layui-nav-one {
  background-color: transparent;
}
.header .layui-nav.layui-nav-one li {
  height: 90px;
  line-height: 100%;
  cursor: pointer;
}
.header .layui-nav.layui-nav-one li a {
  color: #232323;
  height: 100%;
  line-height: 90px;
}
.header .layui-nav.layui-nav-one li a:hover,
.header .layui-nav.layui-nav-one li a.on {
  background: #7575c8;
  color: white;
}
.header .layui-nav.layui-nav-one .logo_img {
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
}
.header .layui-nav.layui-nav-two {
  background-color: transparent;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.header .layui-nav.layui-nav-two li {
  height: 90px;
  line-height: 100%;
}
.header .layui-nav.layui-nav-two li i,
.header .layui-nav.layui-nav-two li span {
  color: #232323;
  height: 100%;
  min-width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  line-height: 30px;
  margin-top: 30px;
  margin-left: 15px;
  position: relative;
}
.header .layui-nav.layui-nav-two li i .dian,
.header .layui-nav.layui-nav-two li span .dian {
  position: absolute;
  width: 8px;
  height: 8px;
  right: -4px;
  top: -4px;
  background: red;
  border-radius: 50%;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_x_center {
  justify-content: space-between;
}
.flex_right {
  width: 240px;
  margin-left: 5px;
}
.flex_left {
  width: calc(100% - 245px);
}
.show-cells .show-cell {
  margin: 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.show-cells .show-cell label {
  min-width: 100px;
  color: #232323;
  font-weight: 600;
}
.show-cells .show-cell p {
  font-weight: 400;
  color: #232323;
}
.draft_history {
  line-height: 40px;
  color: #ff5722;
}
.file_down {
  min-width: 140px;
  height: 44px;
  background: #f2f2f2;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 44px;
  color: #232323;
}
.file_down i {
  margin: 0px 5px;
}
.file_upload {
  min-width: 140px;
  height: 44px;
  background: #f2f2f2;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 44px;
  color: #232323;
  display: inline-block;
  vertical-align: middle;
}
.file_upload i {
  margin: 0px 5px;
}
.msg_red {
  color: red;
  font-size: 14px;
}
.layui-input.fy-layui-input,
.layui-textarea.fy-layui-input {
  width: 50%;
}
.section-wellcome {
  height: 60px;
  line-height: 60px;
  margin: 10px 0px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.section-top-logo img {
  width: 100%;
}
.tab-search {
  position: relative;
  display: none;
}
.tab-search input {
  width: 200px;
  height: 36px;
  background: #f2f2f2;
  border-radius: 18px;
  border: 0px;
  font-size: 14px;
  padding-left: 40px;
}
.tab-search i {
  position: absolute;
  line-height: 36px;
  left: 15px;
  top: 10px;
}
.section-body {
  margin: 10px 0px;
}
.section-body .layui-tab-title {
  border: none;
  cursor: pointer;
}
.section-body .layui-tab-title .layui-this {
  color: #7575c8;
  border-bottom: 2px solid #7575c8;
  position: relative;
  top: -2px;
}
.section-body .layui-tab-title .layui-this:after {
  border: none;
}
.section-body .layui-tab-content .title {
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #232323;
  line-height: 30px;
}
.section-body .layui-tab-content .category a {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #c9c9c9;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
  line-height: 17px;
  padding: 3px 5px;
}
.section-body .layui-tab-content ul li {
  padding: 5px 0px;
  border-bottom: 1px solid #ddd;
}
.section-body .layui-input-block .txt-span {
  line-height: 40px;
}
.section-body .layui-btn-disabled {
  background: white !important;
}
.section-body .article_status {
  padding: 20px;
  box-sizing: border-box;
}
.section-body .article_status ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.section-body .article_status ul li {
  width: 33%;
  text-align: center;
  border-right: 1px solid #ddd;
}
.section-body .article_status ul li:last-child {
  border: none;
}
.section-body .article_status ul li p {
  font-size: 12px;
  line-height: 24px;
}
.section-body .article_status ul li p:first-child {
  font-size: 16px;
  font-weight: 600;
}
.section-body .article_status .tg_btn {
  width: 206px;
  height: 60px;
  background: #7575c8;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 60px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
.section-body .article_status .tg_btn i {
  margin: 0px 5px;
}
.footer {
  margin-top: 30px;
  padding: 20px 0px;
}
.footer .footer-img img {
  height: 35px;
  filter: grayscale(1000%);
  -webkit-filter: grayscale(1000%);
  -ms-filter: grayscale(1000%);
  margin-right: 15px;
}
.footer .footer-copyright {
  font-size: 12px;
  color: #848484;
}
.audit_tree {
  padding: 20px;
  text-align: center;
}
.audit_tree .title {
  color: #232323;
  font-size: 20px;
  font-weight: 600;
}
.audit_tree ul {
  margin: 20px 0px;
}
.audit_tree ul li p img {
  height: 50px;
}
.flex_right.nav_list .fy-nav-header {
  line-height: 70px;
  border-bottom: 6px solid #f2f2f2;
  font-size: 20px;
  color: #7575c8;
  padding-left: 20px;
  box-sizing: border-box;
}
.flex_right.nav_list .layui-nav-tree {
  width: 100%;
  padding: 20px;
  background: white;
}
.flex_right.nav_list .layui-nav-tree .layui-nav-item > a {
  border-bottom: 1px solid #ddd;
}
.flex_right.nav_list .layui-nav-tree .layui-nav-item a {
  color: #222 !important;
  background-color: white;
}
.flex_right.nav_list .layui-nav-tree .layui-nav-item a:hover,
.flex_right.nav_list .layui-nav-tree .layui-nav-item a.layui-this {
  color: #7575c8 !important;
  background-color: white ;
}
.flex_right.nav_list .layui-nav-tree .layui-nav-item a .layui-nav-more {
  border-color: #7575c8 transparent transparent;
}
.flex_right.nav_list .layui-nav-tree .layui-nav-item:last-child a {
  border: none;
}
.flex_right.nav_list .layui-nav-tree .layui-nav .layui-nav-mored,
.flex_right.nav_list .layui-nav-tree .layui-nav-itemed > a .layui-nav-more {
  border-color: transparent transparent #7575c8;
}
.flex_right.nav_list .layui-nav-itemed > .layui-nav-child {
  background-color: white !important;
}
.layui-nav-bar {
  background-color: #7575c8 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #7575c8;
}
.layui-form-checked span,
.layui-form-checked:hover span {
  background-color: #7575c8;
}
.layui-form-checked i,
.layui-form-checked:hover i {
  color: #7575c8;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #7575c8 !important;
  background-color: #7575c8 !important;
}
.layui-form-select dl dd.layui-this {
  background-color: #7575c8;
}
#page_list {
  text-align: center;
  margin-top: 20px;
}
.header .layui-nav .layui-this:after,
.header .layui-nav-bar,
.header .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.btn_exit {
  color: #232323;
  height: 100%;
  min-width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
  margin-left: 15px;
  position: relative;
}
.notice_list li {
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}
.notice_list li .cb_box {
  width: 50px;
}
.notice_list li .title {
  font-size: 18px;
  font-weight: 500;
  color: #232323;
  line-height: 30px;
  width: calc(100% - 170px);
  cursor: pointer;
}
.notice_list li .title.on {
  color: #9E9E9E;
}
.notice_list li .time {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  line-height: 20px;
  width: 120px;
}
.nocite-status {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.nocite-status > div {
  display: inline-block;
  font-size: 0px;
}
.nocite-status > div span {
  width: 60px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.nocite-status > div span:first-child {
  border-radius: 4px 0px 0px 4px;
  position: relative;
  right: -1px;
}
.nocite-status > div span:last-child {
  border-radius: 0px 4px 4px 0px;
  position: relative;
  left: -1px;
}
.nocite-status > div span.on {
  color: #7575c8;
}
.nocite-status > div span .dian {
  position: absolute;
  width: 8px;
  height: 8px;
  right: -4px;
  top: -4px;
  background: red;
  border-radius: 50%;
  display: none;
}
