@font-face {
  font-family: "iconfont";
  /* Project id 3996776 */
  src: url('iconfont.woff2?t=1680858663733') format('woff2'), url('iconfont.woff?t=1680858663733') format('woff'), url('iconfont.ttf?t=1680858663733') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-falv11:before {
  content: "\e619";
}
.icon-falv:before {
  content: "\e603";
}
.icon-zcpt-zhiboguanli:before {
  content: "\e6b9";
}
.icon-sifajianding-wenshujianding:before {
  content: "\e9a6";
}
.icon-a-guizhangzhidufalvfagui-61:before {
  content: "\e8ac";
}
.icon-xingshi:before {
  content: "\e605";
}
.icon-changyongtubiao_jifei:before {
  content: "\e608";
}
.icon-route-fill:before {
  content: "\e67f";
}
.icon-guketiaochawenjuanbiao:before {
  content: "\e616";
}
.icon-menu_flzx:before {
  content: "\e658";
}
.icon-xiazai1:before {
  content: "\e66a";
}
.icon-earth:before {
  content: "\e781";
}
.icon-transaction:before {
  content: "\e786";
}
.icon-solution:before {
  content: "\e7b5";
}
.icon-audit:before {
  content: "\e7bf";
}
.icon-read:before {
  content: "\e7d8";
}
.icon-mail:before {
  content: "\e7de";
}
.icon-phone:before {
  content: "\e7e3";
}
.icon-send:before {
  content: "\e916";
}
.icon-honour-fill:before {
  content: "\edc2";
}
.icon-book-read-fill:before {
  content: "\ee39";
}
.icon-pages-fill:before {
  content: "\ee6a";
}
.icon-funds-fill:before {
  content: "\ee8b";
}
.icon-security-shield-full:before {
  content: "\e876";
}
.icon-menu_yhxy:before {
  content: "\e635";
}
.icon-menu_wygg:before {
  content: "\e6a1";
}
.icon-auction-fill1:before {
  content: "\e771";
}
.icon-tongxunlu:before {
  content: "\e6b5";
}

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -moz-transition-property: transform, left, top, -moz-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform, -moz-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}

@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
}
::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #999;
}
em {
  font-style: normal;
}
html,
body {
  min-width: 1200px;
  width: auto;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
body {
  background: #f1f1f1;
}
li {
  list-style: none;
}
a {
  color: #2f2f2f;
}
a,
a:hover,
a:active {
  text-decoration: none;
}
a:hover {
  color: #f09505;
}
a[href],
a[onclick] {
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
div {
  margin: 0 auto;
}
.g-h100 {
  height: 100%;
}
#app {
  min-height: 100%;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  position: relative;
  background: #f6f7f7;
}
.g-layout {
  min-height: 100%;
}
.g-container {
  margin: 0 auto;
  width: 1200px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .g-container {
    width: 100%;
  }
}
.g-container .g-nav,
.g-container .g-main,
.g-container .g-footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.g-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 433px;
  padding-top: 70px;
  background: url(../images/head_bg.jpg) no-repeat;
}
.g-header .main {
  width: 1200px;
  height: auto;
}
#_ideConac img {
  width: 58px;
}
.m-top {
  width: 100%;
  height: 36px;
}
.m-top .u-date {
  float: left;
  line-height: 36px;
  color: #0068b7;
}
.m-top .m-pub {
  float: right;
  width: 400px;
  line-height: 36px;
}
.m-top .m-pub .u-list {
  position: relative;
  float: left;
  display: inline-block;
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  cursor: pointer;
}
.m-top .m-pub .u-list::after {
  position: absolute;
  top: -1px;
  right: 6px;
  content: '|';
  color: #0068b7;
}
.m-top .m-pub .u-list .u-icon {
  float: left;
}
.m-top .m-pub .u-list .u-icon .iconfont {
  font-size: 22px;
  color: #0068b7;
}
.m-top .m-pub .u-list .u-txt {
  float: left;
  margin-left: 5px;
  color: #0068b7;
}
.m-top .m-pub.home-top .u-list::after {
  color: #fff;
}
.m-top .m-pub.home-top .u-list .u-icon .iconfont {
  color: #fff;
}
.m-top .m-pub.home-top .u-list .u-txt {
  color: #fff;
}
.m-top .m-pub .top_nav_item_box {
  position: absolute;
  display: none;
  top: 36px;
  right: 0;
  padding: 5px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 5px #888888;
          box-shadow: 2px 2px 5px #888888;
  z-index: 98;
}
.m-top .m-pub .top_nav_item_box img {
  width: 100%;
}
.m-header {
  width: 100%;
  height: 298px;
  text-align: center;
}
.m-header .j-logo {
  display: block;
  padding: 0;
  height: 158px;
}
.m-header .m-search {
  margin-top: 22px;
}
.layui-nav .layui-this:after {
  width: auto;
}
.m-navBar {
  position: relative;
  margin: 0 auto;
  height: 74px;
  width: 100%;
  z-index: 100;
  background: #115db2;
}
.m-navBar .layui-nav {
  background: transparent;
  font-family: SourceHanSansCN-Regular;
  height: 60px;
  padding: 0 10px;
}
.m-navBar .layui-nav .layui-nav-more {
  display: none;
}
.m-navBar .layui-nav .layui-nav-item {
  position: relative;
  line-height: 65px;
  text-align: center;
  z-index: 10;
}
.m-navBar .layui-nav .layui-nav-item:hover a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-item > a {
  position: relative;
  font-size: 22px;
  padding: 0 4px;
  color: #fff;
  z-index: 2;
}
.m-navBar .layui-nav.active,
.m-navBar .layui-nav .layui-this {
  height: 60px;
  line-height: 60px;
}
.m-navBar .layui-nav.active:after,
.m-navBar .layui-nav .layui-this:after {
  bottom: -4px;
  width: 100%;
  content: '';
  height: 60px;
  border-bottom: 2px solid #fff;
  background: none;
}
.m-navBar .layui-nav.active a,
.m-navBar .layui-nav .layui-this a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-bar {
  height: 60px;
  z-index: 9;
  top: 0;
  border-bottom: 2px solid #fff;
  background-color: #115db2;
}
.m-navBar .layui-nav .layui-nav-child {
  top: 75px;
  background-color: #285aaa;
  border: none;
}
.m-navBar .layui-nav .layui-nav-child a {
  color: #fff;
  font-size: 18px;
}
.m-navBar .layui-nav .layui-nav-child a:hover {
  background: #1598fc;
}
.m-navBar .layui-nav .layui-nav-child dd.layui-this a {
  background-color: #285aaa;
}
.m-content {
  position: relative;
  margin: 0;
  padding: 26px 0 0;
  background: url(../images/body_bg.jpg) repeat-x;
}
.m-content_main {
  width: 1200px;
  margin: 0 auto;
  min-height: 20vh;
  padding: 10px;
  border-radius: 0;
  background: #fff;
}
.m-content .u-content {
  width: 1200px;
  min-height: 550px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
}
.m-linkout {
  float: left;
  height: 92px;
  width: -moz-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  margin-left: 15px;
  overflow: hidden;
}
.m-linkout:first-child {
  margin-left: 0;
}
.m-linkout img {
  width: 100%;
  height: 100%;
}
.m-pub-box {
  margin: auto;
  background: #fff;
  padding: 26px;
}
.m-pub-title {
  width: 100%;
  height: 32px;
}
.m-pub-title .u-pub-txt {
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: none;
}
.b-more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1e78eb;
  font-size: 14px;
  z-index: 10;
  line-height: 16px;
  background: #fff;
}
.m-sfgk {
  width: 100%;
  height: 162px;
}
.m-sfgk .u-sfgk {
  position: relative;
  float: left;
  width: -moz-calc(100% / 6 - 12px);
  width: calc(100% / 6 - 12px);
  margin: 6px;
  height: 66px;
  background-color: #f6f8fa;
  border-radius: 4px;
  padding: 14px 0 0 25px;
}
.m-sfgk .u-sfgk:hover {
  opacity: 0.85;
}
.m-sfgk .u-sfgk .u-box {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.m-sfgk .u-sfgk .u-box.box-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#60d9e7), to(#54bdc9)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -moz-linear-gradient(bottom, #60d9e7 0%, #54bdc9 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(0deg, #60d9e7 0%, #54bdc9 100%), linear-gradient(#000000, #000000);
}
.m-sfgk .u-sfgk .u-box.box-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a7d1f8), to(#56a4fc)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -moz-linear-gradient(bottom, #a7d1f8 0%, #56a4fc 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(0deg, #a7d1f8 0%, #56a4fc 100%), linear-gradient(#000000, #000000);
}
.m-sfgk .u-sfgk .u-box .iconfont {
  font-size: 22px;
  color: #fff;
}
.m-sfgk .u-sfgk .u-title {
  float: left;
  margin-left: 15px;
  font-size: 16px;
  line-height: 40px;
  color: #122e67;
}
.m-ssfw-box {
  margin-top: 10px;
  width: 100%;
  height: 160px;
  padding: 0;
  border-top: 2px solid #e2ecf8;
  background: #fff;
}
.m-ssfw-box .u-ssfw-name {
  position: relative;
  margin-top: -15px;
  height: 26px;
  width: 120px;
  text-align: center;
  background: #fff;
}
.m-ssfw-box .u-ssfw-name::before,
.m-ssfw-box .u-ssfw-name::after {
  position: absolute;
  top: 8px;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #e2ecf8;
}
.m-ssfw-box .u-ssfw-name::before {
  left: -10px;
}
.m-ssfw-box .u-ssfw-name::after {
  right: -10px;
}
.m-ssfw-box .u-ssfw-name .ssfw-name-txt {
  display: inline-block;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.m-ssfw-box .u-ssfw-name .ss-more {
  float: right;
  line-height: 25px;
  font-family: '宋体';
  font-size: 12px;
  color: #999;
}
.m-ssfw-box .u-ssfw-main {
  margin-top: 15px;
  width: 100%;
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
}
.m-ssfw-box .u-ssfw-main .u-ssfw-list {
  position: relative;
  float: left;
  width: -moz-calc(100% / 6 - 9px);
  width: calc(100% / 6 - 9px);
  margin-left: 10px;
  height: 110px;
  text-align: center;
  cursor: pointer;
}
.m-ssfw-box .u-ssfw-main .u-ssfw-list:first-child {
  margin-left: 0;
}
.m-ssfw-box .u-ssfw-main .u-ssfw-list:hover {
  opacity: 0.85;
}
.m-ssfw-box .u-ssfw-main .u-ssfw-list .name-title {
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  line-height: 40px;
  color: #000;
  width: 144px;
  height: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 26px 0 rgba(56, 157, 240, 0.26);
          box-shadow: 0 3px 26px 0 rgba(56, 157, 240, 0.26);
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list {
  position: relative;
  float: left;
  width: -moz-calc(100% / 5 - 12px);
  width: calc(100% / 5 - 12px);
  margin-left: 14px;
  height: 170px;
  text-align: center;
  cursor: pointer;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list:first-child {
  margin-left: 0;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list:hover {
  opacity: 0.85;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list .u-fgfc-img {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list .u-fgfc-img img {
  width: 100%;
  height: 100%;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list .u-fgfc-title {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background-color: #f4f8fd;
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
.m-zt {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.m-zt .u-hd {
  width: 100%;
  height: 26px;
  text-align: center;
  background: url(../images/line_bg.jpg) repeat-x;
}
.m-zt .u-hd .b-txt {
  color: #122e67;
  font-size: 22px;
  line-height: 26px;
  padding: 0 15px;
  display: inline-block;
  background: #fff;
}
.m-zt .u-zt-main {
  width: 100%;
  margin-top: 24px;
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
}
.m-zt .hd .prev,
.m-zt .hd .next {
  position: absolute;
  display: block;
  width: 17px;
  height: 29px;
  top: 90px;
  background: no-repeat;
  z-index: 500;
  overflow: hidden;
  cursor: pointer;
}
.m-zt .hd .prev {
  background: url(../images/zt_pre.png) no-repeat;
  left: 0;
  float: left;
}
.m-zt .hd .next {
  background: url(../images/zt_next.png) no-repeat;
  right: 0;
  float: left;
}
.m-zt .hd .prevStop,
.m-zt .hd .nextStop {
  opacity: 0.5;
}
.m-zt .bd {
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
  overflow: hidden;
}
.m-zt .bd ul {
  width: 100%;
  height: 120px;
  overflow: hidden;
  zoom: 1;
}
.m-zt .bd ul li {
  float: left;
  width: -moz-calc(100% / 4 - 16px);
  width: calc(100% / 4 - 16px);
  height: 120px;
  text-align: center;
  margin-left: 20px;
  overflow: hidden;
  cursor: pointer;
}
.m-zt .bd ul li:first-child {
  margin-left: 0;
}
.m-zt .bd ul li:hover {
  opacity: 0.8;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-fyzc {
  width: 100%;
  height: 195px;
  padding: 15px;
}
.m-fyzc .u-fyzc {
  float: left;
  width: -moz-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  height: 100%;
  margin-left: 15px;
  background: #fff;
}
.m-fyzc .u-fyzc:first-child {
  margin-left: 0;
}
.m-fyzc .u-fyzc .u-img {
  position: relative;
  width: 100%;
  height: 125px;
  overflow: hidden;
}
.m-fyzc .u-fyzc .u-img img {
  width: 100%;
  height: 100%;
}
.m-fyzc .u-fyzc .u-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.m-fyzc .u-fyzc:hover .u-video-btn {
  opacity: 0.8;
}
.m-fyzc .u-fyzc .u-txt {
  width: 100%;
  padding-top: 10px;
  text-align: left;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-courtLink {
  width: 100%;
  height: 38px;
}
.m-courtLink_form .layui-form-select {
  float: left;
  width: -moz-calc(100% / 4 - 15px);
  width: calc(100% / 4 - 15px);
  margin: 0 7px;
}
.m-courtLink_form .layui-input,
.m-courtLink_form .layui-select,
.m-courtLink_form .layui-textarea {
  height: 38px;
  line-height: 38px;
  border: none;
  border-radius: 0;
  color: #000;
  background: #f6f8fa;
}
.m-courtLink_form .layui-form-select dl dd.layui-this {
  background-color: #ef8a35;
}
.m-imgScroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-imgScroll_ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
.m-imgScroll_ul--item {
  position: relative;
  display: block;
  float: left;
  width: 220px;
  height: 100%;
  margin-left: 12px;
  background: #fff;
  overflow: hidden;
}
.m-imgScroll_ul--item:first-child {
  margin-left: 0;
}
.m-imgScroll_ul--item .img {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.m-imgScroll_ul--item .img img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.m-imgScroll_ul--item .title {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #333;
  background-color: #f4f8fd;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.m-carousel {
  height: 365px;
}
.m-carousel_imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-carousel_imgbox img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.m-carousel_imgbox .title {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  z-index: 2;
}
.m-carousel_imgbox .title a {
  color: #fff;
}
.m-carousel .layui-carousel-ind {
  z-index: 9;
  position: absolute;
  width: auto;
  margin: 5px;
  top: auto;
  bottom: 5px;
  right: 0;
}
.m-carousel .layui-carousel-ind li {
  border-radius: 0;
}
.m-carousel .layui-carousel-ind li.layui-this {
  background-color: #ffa800;
}
.m-mt-26 {
  margin-top: 26px;
}
.m-mt-48 {
  margin-top: 48px;
}
.m-tabitem {
  position: relative;
  overflow: hidden;
}
.m-itemPadding {
  padding: 10px;
}
.layui-col-xs6 {
  width: 50%;
}
.m-w-6 {
  float: right;
  width: 49.2%;
}
.m-w-6:first-child {
  float: left;
}
.fr {
  float: right;
}
.layui-tab {
  margin: 0;
}
.m-tabBox_hd {
  height: 50px;
}
.m-tabBox_hd .layui-tab-title {
  float: left;
  width: 100%;
  height: 50px;
  background: none;
  border: none;
}
.m-tabBox_hd .layui-tab-title li {
  text-align: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  min-width: 90px;
  color: #fff;
  padding: 0 10px;
  background: #476698;
  margin-left: 15px;
}
.m-tabBox_hd .layui-tab-title li:first-child {
  margin-left: 0;
}
.m-tabBox_hd .layui-tab-title .layui-this {
  position: relative;
  color: #fff;
  line-height: 50px;
  background-color: #1f66b6;
  -webkit-box-shadow: 6px 5px 2px 0 rgba(15, 67, 126, 0.23);
          box-shadow: 6px 5px 2px 0 rgba(15, 67, 126, 0.23);
}
.m-tabBox_hd .layui-tab-title .layui-this::after {
  border: none;
}
.m-tabBox_hd--name {
  position: relative;
  float: left;
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  line-height: 50px;
  padding: 0 10px;
  background-color: #1f66b6;
  -webkit-box-shadow: 6px 5px 2px 0 rgba(15, 67, 126, 0.23);
          box-shadow: 6px 5px 2px 0 rgba(15, 67, 126, 0.23);
}
.m-tabBox_hd--name span {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
.m-tabBox_more {
  position: absolute;
  right: -12px;
  line-height: 50px;
  font-size: 12px;
  color: #999;
  font-family: '宋体';
  cursor: pointer;
}
.m-tabBox_more.u-more {
  line-height: 50px;
}
.m-tabBox .layui-tab-brief .layui-tab-title {
  margin-top: 10px;
  height: 32px;
  border: none;
}
.m-tabBox .layui-tab-brief .layui-tab-title li {
  float: left;
  border: none;
  height: 32px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 0;
  line-height: 32px;
  background: #fff;
  margin-left: 10px;
}
.m-tabBox .layui-tab-brief .layui-tab-title li:first-child {
  margin-left: 0;
}
.m-tabBox .layui-tab-brief .layui-tab-title .layui-this {
  line-height: 32px;
  color: #1f66b6;
  border-bottom: 2px solid #1f66b6;
}
.m-tabBox .layui-tab-brief .layui-tab-title .layui-this::after {
  border: none;
}
.m-tabBox.layui-tab-new > .layui-tab-title {
  height: 40px;
  border: none;
}
.m-tabBox.layui-tab-new > .layui-tab-title > li {
  text-align: center;
  margin-left: 15px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  line-height: 40px;
  color: #999;
  border-bottom: 4px solid transparent;
  background: none;
}
.m-tabBox.layui-tab-new > .layui-tab-title > li:first-child {
  margin-left: 0;
}
.m-tabBox.layui-tab-new > .layui-tab-title .layui-this {
  position: relative;
  padding: 0;
  color: #122e67;
  font-family: SourceHanSansCN-Bold;
  border-bottom: 4px solid #fc4912;
  line-height: 40px;
}
.m-tabBox.layui-tab-new > .layui-tab-title .layui-this::after {
  border: none;
  border-radius: 0;
}
.m-footer {
  width: 100%;
}
.m-footer .u-yqlink {
  width: 100%;
  text-align: center;
  background: #115db2;
  height: 48px;
  line-height: 48px;
}
.m-footer .u-yqlink .u-link {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}
.m-footer .u-yqlink .u-link a {
  color: #fff;
}
.m-footer .u-yqlink .u-link a:hover {
  color: #fc980e;
}
.m-footer .main {
  position: relative;
  width: 1200px;
  padding: 26px 0;
  overflow: hidden;
  text-align: center;
}
.m-footer .main .u-left {
  font: 12px/24px '宋体';
  color: #333;
}
.m-footer .main .u-left a {
  color: #333;
}
.m-footer .main .zfimg {
  height: 0;
  margin-top: 0;
}
#_ideConac img {
  width: 58px;
}
.s-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-dl {
  width: 100%;
  height: auto;
  padding: 0 10px;
}
.m-dl .m-dt {
  position: relative;
  font-size: 18px;
  color: #333;
  padding: 0 10px;
  text-align: left;
  height: 54px;
  line-height: 54px;
}
.m-dl .m-dt a {
  color: #333;
}
.m-dl .m-dt.m-active,
.m-dl .m-dt:hover {
  border-radius: 0;
  border: 1px solid #95c2ef;
  border-left: 3px solid #95c2ef;
  background: #fff;
}
.m-dl .m-dt.m-active a,
.m-dl .m-dt:hover a {
  color: #1e78eb;
}
.m-dl .m-dt-icon {
  position: absolute;
  right: 10px;
  top: 19px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/off.png') no-repeat;
  cursor: pointer;
}
.m-dl #open {
  background: #fff;
}
.m-dl #open .m-dt-icon {
  background: url('../images/open.png') no-repeat;
}
.m-dl .m-dd {
  background: #fff;
  display: none;
}
.m-dl .m-dd .u-dd-list {
  position: relative;
  list-style-type: none;
  color: #333;
  width: 100%;
  padding: 0 30px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e1edfc;
  cursor: pointer;
}
.m-dl .m-dd .u-dd-list a {
  color: #333;
}
.m-dl .m-dd .u-dd-list:hover {
  background: #f4faff;
}
.m-dl .m-dd .u-dd-list::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: url();
}
.m-third {
  width: 100%;
  padding: 20px 0;
}
.m-third .u-third {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  padding-left: 15px;
}
.m-third .u-third::before {
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background: #0670fc;
  content: '';
}
.m-list-nav {
  padding-left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f9fd), to(#c3dff5)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -moz-linear-gradient(bottom, #f2f9fd 0%, #c3dff5 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(0deg, #f2f9fd 0%, #c3dff5 100%), linear-gradient(#000000, #000000);
  min-height: 630px;
}
.m-list-nav .m-listmenu {
  width: auto;
}
.m-list-nav .m-listmenu .layui-nav {
  width: auto;
  background: #fff;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item {
  width: auto;
  border: none;
  font-size: 16px;
  padding: 0 10px;
  text-align: center;
  border-top: 1px solid #e1edfc;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item a {
  position: relative;
  font-size: 16px;
  color: #000;
  padding: 0;
  padding-left: 15px;
  height: 52px;
  line-height: 52px;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item a::after {
  position: absolute;
  left: 0;
  content: '>';
  font-family: '宋体';
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item .z-norl {
  display: inline-block;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item .z-crt {
  display: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item:hover {
  border-radius: 0;
  background: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item:hover a {
  font-size: 16px;
  color: #0068b7;
  border-radius: 0;
  background: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item:hover .z-norl {
  display: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item:hover .z-crt {
  display: inline-block;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item.layui-this {
  color: #0068b7;
  border-radius: 0;
  background: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item.layui-this a {
  color: #0068b7;
  border-radius: 0;
  background: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-bar {
  background-color: #0b9ed8;
}
.m-list-nav .m-listmenu_header {
  height: 58px;
  font-family: SourceHanSansCN-Medium;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 58px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background: url(../images/list_nav_bg.jpg) no-repeat;
  background-size: cover;
}
.m-list-nav .m-listmenu_header > * {
  position: relative;
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
}
.m-list-content {
  padding: 0 0 0 24px;
}
.m-list-content .u-list-content {
  width: 100%;
  background: #fff;
  min-height: 550px;
}
.m-list-1 .m-list_label {
  margin-bottom: 10px;
}
.m-list-1 .m-list_style {
  height: 36px;
}
.m-list-1 .m-list_style::after {
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #2f2f2f;
  border-radius: 0;
}
.m-breadcrumb {
  background: #f2f9fd;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 20px;
}
.m-breadcrumb .layui-breadcrumb a {
  color: #999 !important;
}
.m-breadcrumb .layui-breadcrumb a:hover {
  color: #f39229 !important;
}
.m-list_label {
  position: relative;
  padding: 0 20px;
  color: #e0f4fc;
  font-size: 16px;
  line-height: 44.4px;
  border-bottom: 4px solid #e0f4fc;
}
.m-list_label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #e0f4fc;
}
.m-list_item {
  position: relative;
  min-height: 37px;
  line-height: 37px;
}
.m-list_item--nodate .m-list_main {
  padding: 0 4px 0 20px;
}
.m-list_item--nodate .m-list_data {
  display: none;
}
.m-list_main,
.m-list_style,
.m-list_data {
  position: absolute;
  line-height: 37px;
}
.m-list_main {
  position: relative;
  width: auto;
  padding: 0 60px 0 20px;
  text-align: left;
  font-size: 16px;
}
.m-list_style {
  width: 20px;
  height: 37px;
}
.m-list_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px auto 0 -4px;
  width: 6px;
  height: 6px;
  background-color: #e3e6ed;
}
.m-list_data {
  top: 0;
  right: 0;
  height: 37px;
  text-align: right;
  font-size: 16px;
  color: #999;
}
.m-list_icon {
  height: 37px;
  margin: 0 4px;
}
.m-list_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-list-2 .m-list_label1 {
  position: relative;
  padding: 0;
  width: auto;
  height: 42px;
  background: #fff url(../images/right_bg.png) left bottom no-repeat;
  border: none;
  overflow: hidden;
}
.m-list-2 .m-list_label1 .u-title {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
  color: #1e78eb;
  border-bottom: 4px solid #1e78eb;
}
.m-list-2 .m-list_label1 .u-title::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1e78eb;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-list-2 .m-list_item {
  position: relative;
  line-height: 60px;
  min-height: 60px;
  border-bottom: 1px dashed #d6d6d6;
}
.m-list-2 .m-list_item .u-data {
  float: left;
  width: 88px;
  text-align: center;
  color: #999;
}
.m-list-2 .m-list_item .u-data .b-r {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  font-family: SourceHanSansCN-Bold;
  font-size: 30px;
}
.m-list-2 .m-list_item .u-data .b-ny {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
}
.m-list-2 .m-list_item .u-main {
  float: left;
  margin-left: 36px;
  width: -moz-calc(100% - 88px - 36px);
  width: calc(100% - 88px - 36px);
  height: 100%;
}
.m-list-2 .m-list_item .u-main .b-title {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
.m-list-2 .m-list_item .u-main .b-title .b-icon {
  height: 32px;
  margin: 0 4px;
}
.m-list-2 .m-list_item .u-main .b-title .b-icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-list-2 .m-list_item .u-main .b-main {
  width: 100%;
  line-height: 23px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-list-2 .m-list_main,
.m-list-2 .m-list_style1,
.m-list-2 .m-list_data {
  position: absolute;
  line-height: 60px;
}
.m-list-2 .m-list_main {
  position: relative;
  width: 90%;
  padding: 0 60px 0 20px;
  text-align: left;
  font-size: 16px;
}
.m-list-2 .m-list_style1 {
  width: 20px;
  height: 60px;
}
.m-list-2 .m-list_style1:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #3561de;
}
.m-list-2 .m-list_icon {
  height: 60px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #fc980e !important;
}
.m-list-video {
  float: left;
  width: -moz-calc(100% / 5 - 15px);
  width: calc(100% / 5 - 15px);
  margin: 7px;
}
.m-list-video .u-list-video {
  position: relative;
  width: 100%;
  height: 158px;
  overflow: hidden;
}
.m-list-video .u-list-video img {
  width: 100%;
  height: 100%;
}
.m-list-video .u-list-video .u-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.m-list-video .u-list-video:hover .u-video-btn {
  opacity: 0.8;
}
.m-list-video .u-list-name {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: left;
  color: #333;
  font-size: 16px;
  padding: 0 5px;
  background: #eee;
}
.m-list-newry {
  width: 100%;
  margin-top: 20px;
  height: 220px;
  padding: 20px 30px;
  border: 1px solid #deeffe;
  overflow: hidden;
}
.m-list-newry:first-child {
  margin-top: 0;
}
.m-list-newry .u-list-img {
  float: left;
  width: 136px;
  height: 178px;
}
.m-list-newry .u-list-img img {
  width: 100%;
  height: 100%;
}
.m-list-newry .u-list-name {
  position: relative;
  float: left;
  width: -moz-calc(100% - 136px - 36px);
  width: calc(100% - 136px - 36px);
  height: 100%;
  margin-left: 36px;
}
.m-list-newry .u-list-name .u-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.m-list-newry .u-list-name .u-box .u-name {
  width: 100%;
  height: 24px;
  color: #242424;
  font-size: 16px;
  font-family: '宋体';
  font-weight: bold;
}
.m-list-newry .u-list-name .u-box .u-txt {
  width: 100%;
  margin-top: 15px;
  color: #555;
  font-size: 15px;
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
}
.m-listcontent {
  padding: 0 26px;
}
.m-listcontent_title {
  margin: 26px auto;
  font-size: 32px;
  color: #191919;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
}
.m-listcontent_explain {
  margin-bottom: 20px;
  padding: 0 26px;
  height: 35px;
  line-height: 35px;
  color: #626262;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.m-listcontent .j-wordSize {
  width: 300px;
  float: left;
}
.m-listcontent .j-wordSize span {
  padding: 0 10px;
}
.m-listcontent .j-wordSize > a {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  position: absolute;
  overflow: hidden;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  cursor: pointer;
}
.m-listcontent .j-wordSize > a.j-wordSize_smaller {
  margin: 8px 30px;
  background: url(../images/icon_smaller.png) center no-repeat;
}
.m-listcontent .j-wordSize > a.j-wordSize_bigger {
  margin-top: 8px;
  background: url(../images/icon_bigger.png) center no-repeat;
}
.m-listcontent .print-bg {
  float: left;
  padding-left: 24px;
  background: url(../images/print.png) left no-repeat;
}
.m-listcontent_main {
  padding: 20px 40px;
  min-height: 200px;
  line-height: 1.8;
  overflow-x: auto;
}
.m-listcontent_main table {
  width: 100% !important;
  table-layout: auto !important;
}
.m-listcontent img {
  max-width: 100%;
}
.quickturn {
  width: auto;
  margin: 20px auto;
  padding: 10px 0;
  border-top: 1px solid #dedede;
}
.quickturn li {
  display: table;
  width: 100%;
  height: 20px;
  margin: 5px auto;
  table-layout: fixed;
}
.quickturn li .head {
  display: table-cell;
  width: 50px;
  font: 12px/20px '宋体';
  color: #fff;
  background: #9a9a9a;
  text-align: center;
}
.quickturn li .body {
  display: table-cell;
  padding: 0 5px;
  font: 12px/20px '宋体';
  color: #474747;
  text-align: left;
}
.m-search_list {
  padding: 0 14px;
  min-height: 140px;
}
.m-search_list .m-list_label {
  position: relative;
  padding: 0 20px;
  color: #e0f4fc;
  font-size: 22px;
  line-height: 84px;
  border-bottom: 4px solid #e0f4fc;
}
.m-search_list .m-list_label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #e0f4fc;
}
.m-search_list .m-list_item {
  position: relative;
  min-height: 70px;
  line-height: 70px;
  border-bottom: dashed 1px #d2d2d2;
}
.m-search_list .m-list_item--nodate .m-list_main {
  padding: 0 4px 0 20px;
}
.m-search_list .m-list_item--nodate .m-list_data {
  display: none;
}
.m-search_list .m-list_main,
.m-search_list .m-list_style,
.m-search_list .m-list_data {
  position: absolute;
  display: inline-block;
  line-height: 70px;
  font-size: 18px;
}
.m-search_list .m-list_main {
  width: 100%;
  padding: 0 60px 0 20px;
  text-align: left;
}
.m-search_list .m-list_style {
  width: 20px;
  height: 70px;
}
.m-search_list .m-list_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px auto 0 -5px;
  width: 10px;
  height: 10px;
  background-color: #e0f4fc;
  border-radius: 50%;
}
.m-search_list .m-list_data {
  top: 0;
  right: 0;
  height: 70px;
  text-align: right;
  font-size: 90%;
  color: #aaa;
}
.m-search_list .m-list_icon {
  height: 70px;
  margin: 0 4px;
}
.m-search_list .m-list_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-xs {
  width: 60%;
  float: left;
  padding: 20px 0;
}
.m-xs .layui-form .layui-form-item .layui-form-label {
  width: 150px;
}
.m-xs .layui-form .layui-form-item .layui-input-block {
  margin-left: 150px;
}
.m-red {
  color: red;
  font-size: 14px;
  padding: 0 5px;
  line-height: 20px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline {
  margin-right: 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-form-label {
  width: 105px;
  padding: 9px 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input-block {
  margin-left: 105px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah {
  line-height: 36px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-label {
  width: 105px;
  padding: 9px 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-block {
  margin-left: 105px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select {
  width: 90px;
  margin: 0 5px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short {
  padding: 0 5px;
  margin: 0 5px;
  width: 70px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short.m-mint {
  width: 90px;
}
.layui-btn-primary:hover {
  border-color: #1e9fff;
}
.m-xs-detail {
  margin-top: 10px;
}
.m-xs-detail .layui-table {
  margin-top: 20px;
}
.m-xs-detail .layui-table thead tr {
  height: 36px;
}
.m-xs-detail .layui-table th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.m-xs-detail .layui-table tbody tr td:nth-child(odd) {
  color: #000;
}
.m-xs-detail .layui-table td {
  color: #262626;
}
.layui-form-selected dl dd.layui-this {
  background-color: #1e9fff;
  color: #fff;
}
.m-yzm {
  padding: 30px;
}
.m-yzm .layui-form .layui-form-item .layui-form-label {
  width: 90px;
  margin-top: 10px;
}
.m-yzm .layui-form .layui-form-item .layui-input-inline {
  margin-right: 0;
  margin-top: 10px;
}
.m-yzm .layui-form .layui-form-item .layui-input-inline input,
.m-yzm .layui-form .layui-form-item .layui-input-inline .form-control {
  padding: 0 5px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.m-yzm .layui-form .layui-form-item .layui-form-mid {
  padding: 0 !important;
  line-height: 38px;
  cursor: pointer;
}
.m-yzm .layui-form .layui-form-item .m-djs {
  float: left;
  margin-left: 10px;
  display: inline-block;
  height: 38px;
  line-height: 76px;
  color: #9a9a9a;
}
.xgplayer-skin-default video {
  -o-object-fit: cover;
     object-fit: cover;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2?t=1680858663733') format('woff2'), url('../fonts/iconfont.woff?t=1680858663733') format('woff'), url('../fonts/iconfont.ttf?t=1680858663733') format('truetype');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-falv11:before {
  content: '\e619';
}
.icon-falv:before {
  content: '\e603';
}
.icon-zcpt-zhiboguanli:before {
  content: '\e6b9';
}
.icon-sifajianding-wenshujianding:before {
  content: '\e9a6';
}
.icon-a-guizhangzhidufalvfagui-61:before {
  content: '\e8ac';
}
.icon-xingshi:before {
  content: '\e605';
}
.icon-changyongtubiao_jifei:before {
  content: '\e608';
}
.icon-route-fill:before {
  content: '\e67f';
}
.icon-guketiaochawenjuanbiao:before {
  content: '\e616';
}
.icon-menu_flzx:before {
  content: '\e658';
}
.icon-xiazai1:before {
  content: '\e66a';
}
.icon-earth:before {
  content: '\e781';
}
.icon-transaction:before {
  content: '\e786';
}
.icon-solution:before {
  content: '\e7b5';
}
.icon-audit:before {
  content: '\e7bf';
}
.icon-read:before {
  content: '\e7d8';
}
.icon-mail:before {
  content: '\e7de';
}
.icon-phone:before {
  content: '\e7e3';
}
.icon-send:before {
  content: '\e916';
}
.icon-honour-fill:before {
  content: '\edc2';
}
.icon-book-read-fill:before {
  content: '\ee39';
}
.icon-pages-fill:before {
  content: '\ee6a';
}
.icon-funds-fill:before {
  content: '\ee8b';
}
.icon-security-shield-full:before {
  content: '\e876';
}
.icon-menu_yhxy:before {
  content: '\e635';
}
.icon-menu_wygg:before {
  content: '\e6a1';
}
.icon-auction-fill1:before {
  content: '\e771';
}
.icon-tongxunlu:before {
  content: '\e6b5';
}

@charset "utf-8";
/*reset样式*/
* {
  padding: 0;
  margin: 0;
  outline: none;
}
/*滚动条美化样式*/
::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #999;
}
em {
  font-style: normal;
}
html,
body {
  min-width: 1200px;
  width: auto;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
body {
  background: #f1f1f1;
}
li {
  list-style: none;
}
a {
  color: #2f2f2f;
}
a,
a:hover,
a:active {
  text-decoration: none;
}
a:hover {
  color: #f09505;
}
a[href],
a[onclick] {
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
div {
  margin: 0 auto;
}
.g-h100 {
  height: 100%;
}
#app {
  min-height: 100%;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  position: relative;
  background: #f6f7f7;
}
.g-layout {
  min-height: 100%;
}
.g-container {
  margin: 0 auto;
  width: 1200px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .g-container {
    width: 100%;
  }
}
.g-container .g-nav,
.g-container .g-main,
.g-container .g-footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.g-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 433px;
  padding-top: 70px;
  background: url(../images/head_bg.jpg) no-repeat;
}
.g-header .main {
  width: 1200px;
  height: auto;
}
#_ideConac img {
  width: 58px;
}
.m-top {
  width: 100%;
  height: 36px;
}
.m-top .u-date {
  float: left;
  line-height: 36px;
  color: #0068b7;
}
.m-top .m-pub {
  float: right;
  width: 400px;
  line-height: 36px;
}
.m-top .m-pub .u-list {
  position: relative;
  float: left;
  display: inline-block;
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  cursor: pointer;
}
.m-top .m-pub .u-list::after {
  position: absolute;
  top: -1px;
  right: 6px;
  content: '|';
  color: #0068b7;
}
.m-top .m-pub .u-list .u-icon {
  float: left;
}
.m-top .m-pub .u-list .u-icon .iconfont {
  font-size: 22px;
  color: #0068b7;
}
.m-top .m-pub .u-list .u-txt {
  float: left;
  margin-left: 5px;
  color: #0068b7;
}
.m-top .m-pub.home-top .u-list::after {
  color: #fff;
}
.m-top .m-pub.home-top .u-list .u-icon .iconfont {
  color: #fff;
}
.m-top .m-pub.home-top .u-list .u-txt {
  color: #fff;
}
.m-top .m-pub .top_nav_item_box {
  position: absolute;
  display: none;
  top: 36px;
  right: 0;
  padding: 5px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 5px #888888;
          box-shadow: 2px 2px 5px #888888;
  z-index: 98;
}
.m-top .m-pub .top_nav_item_box img {
  width: 100%;
}
.m-header {
  width: 100%;
  height: 298px;
  text-align: center;
}
.m-header .j-logo {
  display: block;
  padding: 0;
  height: 158px;
}
.m-header .m-search {
  margin-top: 22px;
}
.layui-nav .layui-this:after {
  width: auto;
}
.m-navBar {
  position: relative;
  margin: 0 auto;
  height: 74px;
  width: 100%;
  z-index: 100;
  background: #115db2;
}
.m-navBar .layui-nav {
  background: transparent;
  font-family: SourceHanSansCN-Regular;
  height: 60px;
  padding: 0 10px;
}
.m-navBar .layui-nav .layui-nav-more {
  display: none;
}
.m-navBar .layui-nav .layui-nav-item {
  position: relative;
  line-height: 65px;
  text-align: center;
  z-index: 10;
}
.m-navBar .layui-nav .layui-nav-item:hover a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-item > a {
  position: relative;
  font-size: 22px;
  padding: 0 4px;
  color: #fff;
  z-index: 2;
}
.m-navBar .layui-nav.active,
.m-navBar .layui-nav .layui-this {
  height: 60px;
  line-height: 60px;
}
.m-navBar .layui-nav.active:after,
.m-navBar .layui-nav .layui-this:after {
  bottom: -4px;
  width: 100%;
  content: '';
  height: 60px;
  border-bottom: 2px solid #fff;
  background: none;
}
.m-navBar .layui-nav.active a,
.m-navBar .layui-nav .layui-this a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-bar {
  height: 60px;
  z-index: 9;
  top: 0;
  border-bottom: 2px solid #fff;
  background-color: #115db2;
}
.m-navBar .layui-nav .layui-nav-child {
  top: 75px;
  background-color: #285aaa;
  border: none;
}
.m-navBar .layui-nav .layui-nav-child a {
  color: #fff;
  font-size: 18px;
}
.m-navBar .layui-nav .layui-nav-child a:hover {
  background: #1598fc;
}
.m-navBar .layui-nav .layui-nav-child dd.layui-this a {
  background-color: #285aaa;
}
.m-content {
  position: relative;
  margin: 0;
  padding: 26px 0 0;
  background: url(../images/body_bg.jpg) repeat-x;
}
.m-content_main {
  width: 1200px;
  margin: 0 auto;
  min-height: 20vh;
  padding: 10px;
  border-radius: 0;
  background: #fff;
}
.m-content .u-content {
  width: 1200px;
  min-height: 550px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
}
.m-linkout {
  float: left;
  height: 92px;
  width: -moz-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  margin-left: 15px;
  overflow: hidden;
}
.m-linkout:first-child {
  margin-left: 0;
}
.m-linkout img {
  width: 100%;
  height: 100%;
}
.m-pub-box {
  margin: auto;
  background: #fff;
  padding: 26px;
}
.m-pub-title {
  width: 100%;
  height: 32px;
}
.m-pub-title .u-pub-txt {
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: none;
}
.b-more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1e78eb;
  font-size: 14px;
  z-index: 10;
  line-height: 16px;
  background: #fff;
}
.m-sfgk {
  width: 100%;
  height: 162px;
}
.m-sfgk .u-sfgk {
  position: relative;
  float: left;
  width: -moz-calc(100% / 6 - 12px);
  width: calc(100% / 6 - 12px);
  margin: 6px;
  height: 66px;
  background-color: #f6f8fa;
  border-radius: 4px;
  padding: 14px 0 0 25px;
}
.m-sfgk .u-sfgk:hover {
  opacity: 0.85;
}
.m-sfgk .u-sfgk .u-box {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.m-sfgk .u-sfgk .u-box.box-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#60d9e7), to(#54bdc9)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -moz-linear-gradient(bottom, #60d9e7 0%, #54bdc9 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(0deg, #60d9e7 0%, #54bdc9 100%), linear-gradient(#000000, #000000);
}
.m-sfgk .u-sfgk .u-box.box-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a7d1f8), to(#56a4fc)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -moz-linear-gradient(bottom, #a7d1f8 0%, #56a4fc 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(0deg, #a7d1f8 0%, #56a4fc 100%), linear-gradient(#000000, #000000);
}
.m-sfgk .u-sfgk .u-box .iconfont {
  font-size: 22px;
  color: #fff;
}
.m-sfgk .u-sfgk .u-title {
  float: left;
  margin-left: 15px;
  font-size: 16px;
  line-height: 40px;
  color: #122e67;
}
/* 诉讼服务中心 */
.m-ssfw-box {
  margin-top: 10px;
  width: 100%;
  height: 160px;
  padding: 0;
  border-top: 2px solid #e2ecf8;
  background: #fff;
}
.m-ssfw-box .u-ssfw-name {
  position: relative;
  margin-top: -15px;
  height: 26px;
  width: 120px;
  text-align: center;
  background: #fff;
}
.m-ssfw-box .u-ssfw-name::before,
.m-ssfw-box .u-ssfw-name::after {
  position: absolute;
  top: 8px;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #e2ecf8;
}
.m-ssfw-box .u-ssfw-name::before {
  left: -10px;
}
.m-ssfw-box .u-ssfw-name::after {
  right: -10px;
}
.m-ssfw-box .u-ssfw-name .ssfw-name-txt {
  display: inline-block;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.m-ssfw-box .u-ssfw-name .ss-more {
  float: right;
  line-height: 25px;
  font-family: '宋体';
  font-size: 12px;
  color: #999;
}
.m-ssfw-box .u-ssfw-main {
  margin-top: 15px;
  width: 100%;
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
}
.m-ssfw-box .u-ssfw-main .u-ssfw-list {
  position: relative;
  float: left;
  width: -moz-calc(100% / 6 - 9px);
  width: calc(100% / 6 - 9px);
  margin-left: 10px;
  height: 110px;
  text-align: center;
  cursor: pointer;
}
.m-ssfw-box .u-ssfw-main .u-ssfw-list:first-child {
  margin-left: 0;
}
.m-ssfw-box .u-ssfw-main .u-ssfw-list:hover {
  opacity: 0.85;
}
.m-ssfw-box .u-ssfw-main .u-ssfw-list .name-title {
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  line-height: 40px;
  color: #000;
  width: 144px;
  height: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 26px 0px rgba(56, 157, 240, 0.26);
          box-shadow: 0px 3px 26px 0px rgba(56, 157, 240, 0.26);
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list {
  position: relative;
  float: left;
  width: -moz-calc(100% / 5 - 12px);
  width: calc(100% / 5 - 12px);
  margin-left: 14px;
  height: 170px;
  text-align: center;
  cursor: pointer;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list:first-child {
  margin-left: 0;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list:hover {
  opacity: 0.85;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list .u-fgfc-img {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list .u-fgfc-img img {
  width: 100%;
  height: 100%;
}
.m-ssfw-box .u-ssfw-main .u-fgfc-list .u-fgfc-title {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background-color: #f4f8fd;
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
/*专题*/
.m-zt {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.m-zt .u-hd {
  width: 100%;
  height: 26px;
  text-align: center;
  background: url(../images/line_bg.jpg) repeat-x;
}
.m-zt .u-hd .b-txt {
  color: #122e67;
  font-size: 22px;
  line-height: 26px;
  padding: 0 15px;
  display: inline-block;
  background: #fff;
}
.m-zt .u-zt-main {
  width: 100%;
  margin-top: 24px;
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
}
.m-zt .hd .prev,
.m-zt .hd .next {
  position: absolute;
  display: block;
  width: 17px;
  height: 29px;
  top: 90px;
  background: no-repeat;
  z-index: 500;
  overflow: hidden;
  cursor: pointer;
}
.m-zt .hd .prev {
  background: url(../images/zt_pre.png) no-repeat;
  left: 0;
  float: left;
}
.m-zt .hd .next {
  background: url(../images/zt_next.png) no-repeat;
  right: 0;
  float: left;
}
.m-zt .hd .prevStop,
.m-zt .hd .nextStop {
  opacity: 0.5;
}
.m-zt .bd {
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
  overflow: hidden;
}
.m-zt .bd ul {
  width: 100%;
  height: 120px;
  overflow: hidden;
  zoom: 1;
}
.m-zt .bd ul li {
  float: left;
  width: -moz-calc(100% / 4 - 16px);
  width: calc(100% / 4 - 16px);
  height: 120px;
  text-align: center;
  margin-left: 20px;
  overflow: hidden;
  cursor: pointer;
}
.m-zt .bd ul li:first-child {
  margin-left: 0;
}
.m-zt .bd ul li:hover {
  opacity: 0.8;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-fyzc {
  width: 100%;
  height: 195px;
  padding: 15px;
}
.m-fyzc .u-fyzc {
  float: left;
  width: -moz-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  height: 100%;
  margin-left: 15px;
  background: #fff;
}
.m-fyzc .u-fyzc:first-child {
  margin-left: 0;
}
.m-fyzc .u-fyzc .u-img {
  position: relative;
  width: 100%;
  height: 125px;
  overflow: hidden;
}
.m-fyzc .u-fyzc .u-img img {
  width: 100%;
  height: 100%;
}
.m-fyzc .u-fyzc .u-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.m-fyzc .u-fyzc:hover .u-video-btn {
  opacity: 0.8;
}
.m-fyzc .u-fyzc .u-txt {
  width: 100%;
  padding-top: 10px;
  text-align: left;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-courtLink {
  width: 100%;
  height: 38px;
}
.m-courtLink_form .layui-form-select {
  float: left;
  width: -moz-calc(100% / 4 - 15px);
  width: calc(100% / 4 - 15px);
  margin: 0 7px;
}
.m-courtLink_form .layui-input,
.m-courtLink_form .layui-select,
.m-courtLink_form .layui-textarea {
  height: 38px;
  line-height: 38px;
  border: none;
  border-radius: 0;
  color: #000;
  background: #f6f8fa;
}
.m-courtLink_form .layui-form-select dl dd.layui-this {
  background-color: #ef8a35;
}
.m-imgScroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-imgScroll_ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
.m-imgScroll_ul--item {
  position: relative;
  display: block;
  float: left;
  width: 220px;
  height: 100%;
  margin-left: 12px;
  background: #fff;
  overflow: hidden;
}
.m-imgScroll_ul--item:first-child {
  margin-left: 0;
}
.m-imgScroll_ul--item .img {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.m-imgScroll_ul--item .img img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.m-imgScroll_ul--item .title {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #333;
  background-color: #f4f8fd;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.m-carousel {
  height: 365px;
}
.m-carousel_imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-carousel_imgbox img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.m-carousel_imgbox .title {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  z-index: 2;
}
.m-carousel_imgbox .title a {
  color: #fff;
}
.m-carousel .layui-carousel-ind {
  z-index: 9;
  position: absolute;
  width: auto;
  margin: 5px;
  top: auto;
  bottom: 5px;
  right: 0;
}
.m-carousel .layui-carousel-ind li {
  border-radius: 0;
}
.m-carousel .layui-carousel-ind li.layui-this {
  background-color: #ffa800;
}
/*
*
*公用组件样式
*
*/
.m-mt-26 {
  margin-top: 26px;
}
.m-mt-48 {
  margin-top: 48px;
}
.m-tabitem {
  position: relative;
  overflow: hidden;
}
.m-itemPadding {
  padding: 10px;
}
.layui-col-xs6 {
  width: 50%;
}
.m-w-6 {
  float: right;
  width: 49.2%;
}
.m-w-6:first-child {
  float: left;
}
.fr {
  float: right;
}
.layui-tab {
  margin: 0;
}
.m-tabBox_hd {
  height: 50px;
}
.m-tabBox_hd .layui-tab-title {
  float: left;
  width: 100%;
  height: 50px;
  background: none;
  border: none;
}
.m-tabBox_hd .layui-tab-title li {
  text-align: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  min-width: 90px;
  color: #fff;
  padding: 0 10px;
  background: #476698;
  margin-left: 15px;
}
.m-tabBox_hd .layui-tab-title li:first-child {
  margin-left: 0;
}
.m-tabBox_hd .layui-tab-title .layui-this {
  position: relative;
  color: #fff;
  line-height: 50px;
  background-color: #1f66b6;
  -webkit-box-shadow: 6px 5px 2px 0px rgba(15, 67, 126, 0.23);
          box-shadow: 6px 5px 2px 0px rgba(15, 67, 126, 0.23);
}
.m-tabBox_hd .layui-tab-title .layui-this::after {
  border: none;
}
.m-tabBox_hd--name {
  position: relative;
  float: left;
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  line-height: 50px;
  padding: 0 10px;
  background-color: #1f66b6;
  -webkit-box-shadow: 6px 5px 2px 0px rgba(15, 67, 126, 0.23);
          box-shadow: 6px 5px 2px 0px rgba(15, 67, 126, 0.23);
}
.m-tabBox_hd--name span {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
.m-tabBox_more {
  position: absolute;
  right: -12px;
  line-height: 50px;
  font-size: 12px;
  color: #999;
  font-family: '宋体';
  cursor: pointer;
}
.m-tabBox_more.u-more {
  line-height: 50px;
}
.m-tabBox .layui-tab-brief .layui-tab-title {
  margin-top: 10px;
  height: 32px;
  border: none;
}
.m-tabBox .layui-tab-brief .layui-tab-title li {
  float: left;
  border: none;
  height: 32px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 0;
  line-height: 32px;
  background: #fff;
  margin-left: 10px;
}
.m-tabBox .layui-tab-brief .layui-tab-title li:first-child {
  margin-left: 0;
}
.m-tabBox .layui-tab-brief .layui-tab-title .layui-this {
  line-height: 32px;
  color: #1f66b6;
  border-bottom: 2px solid #1f66b6;
}
.m-tabBox .layui-tab-brief .layui-tab-title .layui-this::after {
  border: none;
}
.m-tabBox.layui-tab-new > .layui-tab-title {
  height: 40px;
  border: none;
}
.m-tabBox.layui-tab-new > .layui-tab-title > li {
  text-align: center;
  margin-left: 15px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  line-height: 40px;
  color: #999;
  border-bottom: 4px solid transparent;
  background: none;
}
.m-tabBox.layui-tab-new > .layui-tab-title > li:first-child {
  margin-left: 0;
}
.m-tabBox.layui-tab-new > .layui-tab-title .layui-this {
  position: relative;
  padding: 0;
  color: #122e67;
  font-family: SourceHanSansCN-Bold;
  border-bottom: 4px solid #fc4912;
  line-height: 40px;
}
.m-tabBox.layui-tab-new > .layui-tab-title .layui-this::after {
  border: none;
  border-radius: 0;
}
.m-footer {
  width: 100%;
}
.m-footer .u-yqlink {
  width: 100%;
  text-align: center;
  background: #115db2;
  height: 48px;
  line-height: 48px;
}
.m-footer .u-yqlink .u-link {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}
.m-footer .u-yqlink .u-link a {
  color: #fff;
}
.m-footer .u-yqlink .u-link a:hover {
  color: #fc980e;
}
.m-footer .main {
  position: relative;
  width: 1200px;
  padding: 26px 0;
  overflow: hidden;
  text-align: center;
}
.m-footer .main .u-left {
  font: 12px/24px '宋体';
  color: #333;
}
.m-footer .main .u-left a {
  color: #333;
}
.m-footer .main .zfimg {
  height: 0;
  margin-top: 0;
}
#_ideConac img {
  width: 58px;
}
.s-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-dl {
  width: 100%;
  height: auto;
  padding: 0 10px;
}
.m-dl .m-dt {
  position: relative;
  font-size: 18px;
  color: #333;
  padding: 0 10px;
  text-align: left;
  height: 54px;
  line-height: 54px;
}
.m-dl .m-dt a {
  color: #333;
}
.m-dl .m-dt.m-active,
.m-dl .m-dt:hover {
  border-radius: 0;
  border: 1px solid #95c2ef;
  border-left: 3px solid #95c2ef;
  background: #fff;
}
.m-dl .m-dt.m-active a,
.m-dl .m-dt:hover a {
  color: #1e78eb;
}
.m-dl .m-dt-icon {
  position: absolute;
  right: 10px;
  top: 19px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/off.png') no-repeat;
  cursor: pointer;
}
.m-dl #open {
  background: #fff;
}
.m-dl #open .m-dt-icon {
  background: url('../images/open.png') no-repeat;
}
.m-dl .m-dd {
  background: #fff;
  display: none;
}
.m-dl .m-dd .u-dd-list {
  position: relative;
  list-style-type: none;
  color: #333;
  width: 100%;
  padding: 0 30px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e1edfc;
  cursor: pointer;
}
.m-dl .m-dd .u-dd-list a {
  color: #333;
}
.m-dl .m-dd .u-dd-list:hover {
  background: #f4faff;
}
.m-dl .m-dd .u-dd-list::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: url();
}
.m-third {
  width: 100%;
  padding: 20px 0;
}
.m-third .u-third {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  padding-left: 15px;
}
.m-third .u-third::before {
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background: #0670fc;
  content: '';
}
/*列表页-栏目树样式*/
.m-list-nav {
  padding-left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f9fd), to(#c3dff5)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -moz-linear-gradient(bottom, #f2f9fd 0%, #c3dff5 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(0deg, #f2f9fd 0%, #c3dff5 100%), linear-gradient(#000000, #000000);
  min-height: 630px;
}
.m-list-nav .m-listmenu {
  width: auto;
}
.m-list-nav .m-listmenu .layui-nav {
  width: auto;
  background: #fff;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item {
  width: auto;
  border: none;
  font-size: 16px;
  padding: 0 10px;
  text-align: center;
  border-top: 1px solid #e1edfc;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item a {
  position: relative;
  font-size: 16px;
  color: #000;
  padding: 0;
  padding-left: 15px;
  height: 52px;
  line-height: 52px;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item a::after {
  position: absolute;
  left: 0;
  content: '>';
  font-family: '宋体';
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item .z-norl {
  display: inline-block;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item .z-crt {
  display: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item:hover {
  border-radius: 0;
  background: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item:hover a {
  font-size: 16px;
  color: #0068b7;
  border-radius: 0;
  background: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item:hover .z-norl {
  display: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item:hover .z-crt {
  display: inline-block;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item.layui-this {
  color: #0068b7;
  border-radius: 0;
  background: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-item.layui-this a {
  color: #0068b7;
  border-radius: 0;
  background: none;
}
.m-list-nav .m-listmenu .layui-nav .layui-nav-bar {
  background-color: #0b9ed8;
}
.m-list-nav .m-listmenu_header {
  height: 58px;
  font-family: SourceHanSansCN-Medium;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 58px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background: url(../images/list_nav_bg.jpg) no-repeat;
  background-size: cover;
}
.m-list-nav .m-listmenu_header > * {
  position: relative;
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
}
.m-list-content {
  padding: 0 0 0 24px;
}
.m-list-content .u-list-content {
  width: 100%;
  background: #fff;
  min-height: 550px;
}
.m-list-1 .m-list_label {
  margin-bottom: 10px;
}
.m-list-1 .m-list_style {
  height: 36px;
}
.m-list-1 .m-list_style::after {
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #2f2f2f;
  border-radius: 0;
}
.m-breadcrumb {
  background: #f2f9fd;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 20px;
}
.m-breadcrumb .layui-breadcrumb a {
  color: #999 !important;
}
.m-breadcrumb .layui-breadcrumb a:hover {
  color: #f39229 !important;
}
.m-list_label {
  position: relative;
  padding: 0 20px;
  color: #e0f4fc;
  font-size: 16px;
  line-height: 44.4px;
  border-bottom: 4px solid #e0f4fc;
}
.m-list_label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #e0f4fc;
}
.m-list_item {
  position: relative;
  min-height: 37px;
  line-height: 37px;
}
.m-list_item--nodate .m-list_main {
  padding: 0 4px 0 20px;
}
.m-list_item--nodate .m-list_data {
  display: none;
}
.m-list_main,
.m-list_style,
.m-list_data {
  position: absolute;
  line-height: 37px;
}
.m-list_main {
  position: relative;
  width: auto;
  padding: 0 60px 0 20px;
  text-align: left;
  font-size: 16px;
}
.m-list_style {
  width: 20px;
  height: 37px;
}
.m-list_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px auto 0 -4px;
  width: 6px;
  height: 6px;
  background-color: #e3e6ed;
}
.m-list_data {
  top: 0;
  right: 0;
  height: 37px;
  text-align: right;
  font-size: 16px;
  color: #999;
}
.m-list_icon {
  height: 37px;
  margin: 0 4px;
}
.m-list_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-list-2 .m-list_label1 {
  position: relative;
  padding: 0;
  width: auto;
  height: 42px;
  background: #fff url(../images/right_bg.png) left bottom no-repeat;
  border: none;
  overflow: hidden;
}
.m-list-2 .m-list_label1 .u-title {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
  color: #1e78eb;
  border-bottom: 4px solid #1e78eb;
}
.m-list-2 .m-list_label1 .u-title::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1e78eb;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-list-2 .m-list_item {
  position: relative;
  line-height: 60px;
  min-height: 60px;
  border-bottom: 1px dashed #d6d6d6;
}
.m-list-2 .m-list_item .u-data {
  float: left;
  width: 88px;
  text-align: center;
  color: #999;
}
.m-list-2 .m-list_item .u-data .b-r {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  font-family: SourceHanSansCN-Bold;
  font-size: 30px;
}
.m-list-2 .m-list_item .u-data .b-ny {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
}
.m-list-2 .m-list_item .u-main {
  float: left;
  margin-left: 36px;
  width: -moz-calc(100% - 88px - 36px);
  width: calc(100% - 88px - 36px);
  height: 100%;
}
.m-list-2 .m-list_item .u-main .b-title {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
.m-list-2 .m-list_item .u-main .b-title .b-icon {
  height: 32px;
  margin: 0 4px;
}
.m-list-2 .m-list_item .u-main .b-title .b-icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-list-2 .m-list_item .u-main .b-main {
  width: 100%;
  line-height: 23px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-list-2 .m-list_main,
.m-list-2 .m-list_style1,
.m-list-2 .m-list_data {
  position: absolute;
  line-height: 60px;
}
.m-list-2 .m-list_main {
  position: relative;
  width: 90%;
  padding: 0 60px 0 20px;
  text-align: left;
  font-size: 16px;
}
.m-list-2 .m-list_style1 {
  width: 20px;
  height: 60px;
}
.m-list-2 .m-list_style1:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #3561de;
}
.m-list-2 .m-list_icon {
  height: 60px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #fc980e !important;
}
.m-list-video {
  float: left;
  width: -moz-calc(100% / 5 - 15px);
  width: calc(100% / 5 - 15px);
  margin: 7px;
}
.m-list-video .u-list-video {
  position: relative;
  width: 100%;
  height: 158px;
  overflow: hidden;
}
.m-list-video .u-list-video img {
  width: 100%;
  height: 100%;
}
.m-list-video .u-list-video .u-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.m-list-video .u-list-video:hover .u-video-btn {
  opacity: 0.8;
}
.m-list-video .u-list-name {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: left;
  color: #333;
  font-size: 16px;
  padding: 0 5px;
  background: #eee;
}
.m-list-newry {
  width: 100%;
  margin-top: 20px;
  height: 220px;
  padding: 20px 30px;
  border: 1px solid #deeffe;
  overflow: hidden;
}
.m-list-newry:first-child {
  margin-top: 0;
}
.m-list-newry .u-list-img {
  float: left;
  width: 136px;
  height: 178px;
}
.m-list-newry .u-list-img img {
  width: 100%;
  height: 100%;
}
.m-list-newry .u-list-name {
  position: relative;
  float: left;
  width: -moz-calc(100% - 136px - 36px);
  width: calc(100% - 136px - 36px);
  height: 100%;
  margin-left: 36px;
}
.m-list-newry .u-list-name .u-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.m-list-newry .u-list-name .u-box .u-name {
  width: 100%;
  height: 24px;
  color: #242424;
  font-size: 16px;
  font-family: '宋体';
  font-weight: bold;
}
.m-list-newry .u-list-name .u-box .u-txt {
  width: 100%;
  margin-top: 15px;
  color: #555;
  font-size: 15px;
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
}
.m-listcontent {
  padding: 0 26px;
}
.m-listcontent_title {
  margin: 26px auto;
  font-size: 32px;
  color: #191919;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
}
.m-listcontent_explain {
  margin-bottom: 20px;
  padding: 0 26px;
  height: 35px;
  line-height: 35px;
  color: #626262;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.m-listcontent .j-wordSize {
  width: 300px;
  float: left;
}
.m-listcontent .j-wordSize span {
  padding: 0 10px;
}
.m-listcontent .j-wordSize > a {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  position: absolute;
  overflow: hidden;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  cursor: pointer;
}
.m-listcontent .j-wordSize > a.j-wordSize_smaller {
  margin: 8px 30px;
  background: url(../images/icon_smaller.png) center no-repeat;
}
.m-listcontent .j-wordSize > a.j-wordSize_bigger {
  margin-top: 8px;
  background: url(../images/icon_bigger.png) center no-repeat;
}
.m-listcontent .print-bg {
  float: left;
  padding-left: 24px;
  background: url(../images/print.png) left no-repeat;
}
.m-listcontent_main {
  padding: 20px 40px;
  min-height: 200px;
  line-height: 1.8;
  overflow-x: auto;
}
.m-listcontent_main table {
  width: 100% !important;
  table-layout: auto !important;
}
.m-listcontent img {
  max-width: 100%;
}
/*文章快捷翻页*/
.quickturn {
  width: auto;
  margin: 20px auto;
  padding: 10px 0;
  border-top: 1px solid #dedede;
}
.quickturn li {
  display: table;
  width: 100%;
  height: 20px;
  margin: 5px auto;
  table-layout: fixed;
}
.quickturn li .head {
  display: table-cell;
  width: 50px;
  font: 12px/20px '宋体';
  color: #fff;
  background: #9a9a9a;
  text-align: center;
}
.quickturn li .body {
  display: table-cell;
  padding: 0 5px;
  font: 12px/20px '宋体';
  color: #474747;
  text-align: left;
}
.m-search_list {
  padding: 0 14px;
  min-height: 140px;
}
.m-search_list .m-list_label {
  position: relative;
  padding: 0 20px;
  color: #e0f4fc;
  font-size: 22px;
  line-height: 84px;
  border-bottom: 4px solid #e0f4fc;
}
.m-search_list .m-list_label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #e0f4fc;
}
.m-search_list .m-list_item {
  position: relative;
  min-height: 70px;
  line-height: 70px;
  border-bottom: dashed 1px #d2d2d2;
}
.m-search_list .m-list_item--nodate .m-list_main {
  padding: 0 4px 0 20px;
}
.m-search_list .m-list_item--nodate .m-list_data {
  display: none;
}
.m-search_list .m-list_main,
.m-search_list .m-list_style,
.m-search_list .m-list_data {
  position: absolute;
  display: inline-block;
  line-height: 70px;
  font-size: 18px;
}
.m-search_list .m-list_main {
  width: 100%;
  padding: 0 60px 0 20px;
  text-align: left;
}
.m-search_list .m-list_style {
  width: 20px;
  height: 70px;
}
.m-search_list .m-list_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px auto 0 -5px;
  width: 10px;
  height: 10px;
  background-color: #e0f4fc;
  border-radius: 50%;
}
.m-search_list .m-list_data {
  top: 0;
  right: 0;
  height: 70px;
  text-align: right;
  font-size: 90%;
  color: #aaa;
}
.m-search_list .m-list_icon {
  height: 70px;
  margin: 0 4px;
}
.m-search_list .m-list_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-xs {
  width: 60%;
  float: left;
  padding: 20px 0;
}
.m-xs .layui-form .layui-form-item .layui-form-label {
  width: 150px;
}
.m-xs .layui-form .layui-form-item .layui-input-block {
  margin-left: 150px;
}
.m-red {
  color: red;
  font-size: 14px;
  padding: 0 5px;
  line-height: 20px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline {
  margin-right: 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-form-label {
  width: 105px;
  padding: 9px 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input-block {
  margin-left: 105px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah {
  line-height: 36px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-label {
  width: 105px;
  padding: 9px 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-block {
  margin-left: 105px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select {
  width: 90px;
  margin: 0 5px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short {
  padding: 0 5px;
  margin: 0 5px;
  width: 70px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short.m-mint {
  width: 90px;
}
.layui-btn-primary:hover {
  border-color: #1e9fff;
}
.m-xs-detail {
  margin-top: 10px;
}
.m-xs-detail .layui-table {
  margin-top: 20px;
}
.m-xs-detail .layui-table thead tr {
  height: 36px;
}
.m-xs-detail .layui-table th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.m-xs-detail .layui-table tbody tr td:nth-child(odd) {
  color: #000;
}
.m-xs-detail .layui-table td {
  color: #262626;
}
.layui-form-selected dl dd.layui-this {
  background-color: #1e9fff;
  color: #fff;
}
.m-yzm {
  padding: 30px;
}
.m-yzm .layui-form .layui-form-item .layui-form-label {
  width: 90px;
  margin-top: 10px;
}
.m-yzm .layui-form .layui-form-item .layui-input-inline {
  margin-right: 0;
  margin-top: 10px;
}
.m-yzm .layui-form .layui-form-item .layui-input-inline input,
.m-yzm .layui-form .layui-form-item .layui-input-inline .form-control {
  padding: 0 5px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.m-yzm .layui-form .layui-form-item .layui-form-mid {
  padding: 0 !important;
  line-height: 38px;
  cursor: pointer;
}
.m-yzm .layui-form .layui-form-item .m-djs {
  float: left;
  margin-left: 10px;
  display: inline-block;
  height: 38px;
  line-height: 76px;
  color: #9a9a9a;
}
.xgplayer-skin-default video {
  -o-object-fit: cover;
     object-fit: cover;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 3773925 */
  src: url('../fonts/iconfont.woff2?t=1680858663733') format('woff2'), url('../fonts/iconfont.woff?t=1680858663733') format('woff'), url('../fonts/iconfont.ttf?t=1680858663733') format('truetype');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-falv11:before {
  content: '\e619';
}
.icon-falv:before {
  content: '\e603';
}
.icon-zcpt-zhiboguanli:before {
  content: '\e6b9';
}
.icon-sifajianding-wenshujianding:before {
  content: '\e9a6';
}
.icon-a-guizhangzhidufalvfagui-61:before {
  content: '\e8ac';
}
.icon-xingshi:before {
  content: '\e605';
}
.icon-changyongtubiao_jifei:before {
  content: '\e608';
}
.icon-route-fill:before {
  content: '\e67f';
}
.icon-guketiaochawenjuanbiao:before {
  content: '\e616';
}
.icon-menu_flzx:before {
  content: '\e658';
}
.icon-xiazai1:before {
  content: '\e66a';
}
.icon-earth:before {
  content: '\e781';
}
.icon-transaction:before {
  content: '\e786';
}
.icon-solution:before {
  content: '\e7b5';
}
.icon-audit:before {
  content: '\e7bf';
}
.icon-read:before {
  content: '\e7d8';
}
.icon-mail:before {
  content: '\e7de';
}
.icon-phone:before {
  content: '\e7e3';
}
.icon-send:before {
  content: '\e916';
}
.icon-honour-fill:before {
  content: '\edc2';
}
.icon-book-read-fill:before {
  content: '\ee39';
}
.icon-pages-fill:before {
  content: '\ee6a';
}
.icon-funds-fill:before {
  content: '\ee8b';
}
.icon-security-shield-full:before {
  content: '\e876';
}
.icon-menu_yhxy:before {
  content: '\e635';
}
.icon-menu_wygg:before {
  content: '\e6a1';
}
.icon-auction-fill1:before {
  content: '\e771';
}
.icon-tongxunlu:before {
  content: '\e6b5';
}
