.clear-after::after, .notice-item::after, .notice-row::after, .card2::after {
  content: "";
  display: table;
  clear: both;
}

.top-notice-grid-item, .card2-article, .card2-desc, .card2-title {
  text-overflow: ellipsis;
  overflow: hidden;
}

.col-content, .col-label {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  line-height: 1.42857143;
  background-color: #fbfbfb;
}

.bg-wrap {
  background: #fbfbfb center top url(../images/bg.png) no-repeat;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #b92a18;
}

a.active {
  color: #b92a18;
}

.hr {
  margin: 15px 0;
  border-bottom: 2px solid #b92a18;
}

.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz28 {
  font-size: 28px;
}

.fz32 {
  font-size: 32px;
}

.fz36 {
  font-size: 36px;
}

.orange {
  color: orange;
}

.bg-white {
  background-color: #fff;
}

.text-light {
  color: #ffffff;
}

.text-dark {
  color: #222222;
}

.text-gray {
  color: #808080;
}

.text-red {
  color: #ff0000;
}

.text-green {
  color: #008000;
}

.text-blue {
  color: #526FFF;
}

.text-royalblue {
  color: #093976;
}

.text-orange {
  color: #ffa500;
}

.text-light-dark {
  color: #cccccc;
}

.container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.ver-base {
  vertical-align: baseline;
}

.ver-middle {
  vertical-align: middle;
}

.ver-top {
  vertical-align: top;
}

.ver-bottom {
  vertical-align: bottom;
}

.mt-3 {
  margin-top: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.m-3 {
  margin: 3px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-5 {
  margin: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-10 {
  margin: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-15 {
  margin: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-20 {
  margin: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-25 {
  margin: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-30 {
  margin: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-50 {
  margin: 50px;
}

.pt-3 {
  padding-top: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.p-3 {
  padding: 3px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-5 {
  padding: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-15 {
  padding: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-25 {
  padding: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-50 {
  padding: 50px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.col, .col-20-20, .col-19-20, .col-18-20, .col-17-20, .col-16-20, .col-15-20, .col-14-20, .col-13-20, .col-12-20, .col-11-20, .col-10-20, .col-9-20, .col-8-20, .col-7-20, .col-6-20, .col-5-20, .col-4-20, .col-3-20, .col-2-20, .col-1-20, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.col-1 {
  float: left;
  width: 4.1666666667%;
}

.col-2 {
  float: left;
  width: 8.3333333333%;
}

.col-3 {
  float: left;
  width: 12.5%;
}

.col-4 {
  float: left;
  width: 16.6666666667%;
}

.col-5 {
  float: left;
  width: 20.8333333333%;
}

.col-6 {
  float: left;
  width: 25%;
}

.col-7 {
  float: left;
  width: 29.1666666667%;
}

.col-8 {
  float: left;
  width: 33.3333333333%;
}

.col-9 {
  float: left;
  width: 37.5%;
}

.col-10 {
  float: left;
  width: 41.6666666667%;
}

.col-11 {
  float: left;
  width: 45.8333333333%;
}

.col-12 {
  float: left;
  width: 50%;
}

.col-13 {
  float: left;
  width: 54.1666666667%;
}

.col-14 {
  float: left;
  width: 58.3333333333%;
}

.col-15 {
  float: left;
  width: 62.5%;
}

.col-16 {
  float: left;
  width: 66.6666666667%;
}

.col-17 {
  float: left;
  width: 70.8333333333%;
}

.col-18 {
  float: left;
  width: 75%;
}

.col-19 {
  float: left;
  width: 79.1666666667%;
}

.col-20 {
  float: left;
  width: 83.3333333333%;
}

.col-21 {
  float: left;
  width: 87.5%;
}

.col-22 {
  float: left;
  width: 91.6666666667%;
}

.col-23 {
  float: left;
  width: 95.8333333333%;
}

.col-24 {
  float: left;
  width: 100%;
}

.col-1-20 {
  float: left;
  width: 5%;
}

.col-2-20 {
  float: left;
  width: 10%;
}

.col-3-20 {
  float: left;
  width: 15%;
}

.col-4-20 {
  float: left;
  width: 20%;
}

.col-5-20 {
  float: left;
  width: 25%;
}

.col-6-20 {
  float: left;
  width: 30%;
}

.col-7-20 {
  float: left;
  width: 35%;
}

.col-8-20 {
  float: left;
  width: 40%;
}

.col-9-20 {
  float: left;
  width: 45%;
}

.col-10-20 {
  float: left;
  width: 50%;
}

.col-11-20 {
  float: left;
  width: 55%;
}

.col-12-20 {
  float: left;
  width: 60%;
}

.col-13-20 {
  float: left;
  width: 65%;
}

.col-14-20 {
  float: left;
  width: 70%;
}

.col-15-20 {
  float: left;
  width: 75%;
}

.col-16-20 {
  float: left;
  width: 80%;
}

.col-17-20 {
  float: left;
  width: 85%;
}

.col-18-20 {
  float: left;
  width: 90%;
}

.col-19-20 {
  float: left;
  width: 95%;
}

.col-20-20 {
  float: left;
  width: 100%;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
}

.btn-sm {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}

.btn-lg {
  font-size: 18px;
  line-height: 1.33333333;
  padding: 10px 16px;
}

.btn-round {
  border-radius: 30px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #eaeaea;
}
.btn.btn-default:hover {
  background-color: #f2f2f2;
}
.btn.btn-default:disabled, .btn.btn-default.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  background-color: #fafafa;
}

.btn.btn-primary {
  color: #fff;
  background-color: #6495fe;
  border-color: #6495fe;
}
.btn.btn-primary:hover {
  background-color: #3172fe;
}
.btn.btn-primary:disabled, .btn.btn-primary.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn.btn-link {
  color: #222;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-link:hover {
  color: #666;
}
.btn.btn-link:disabled, .btn.btn-link.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn.btn-link-light {
  color: #bfbfbf;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-link-light:hover {
  color: #f1f1f1;
}
.btn.btn-link-light:disabled, .btn.btn-link-light.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn.btn-link-sub {
  color: #999999;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-link-sub:hover, .btn.btn-link-sub:active {
  color: #0b4793;
}
.btn.btn-link-sub:disabled, .btn.btn-link-sub.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

ul.list {
  padding-left: 20px;
}
ul.list > li > a,
ul.list > li > div {
  display: block;
  padding: 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.listview {
  display: block;
}

.listview-item {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.listview-item:last-child {
  border-bottom: 0 none;
}

.pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: tnum;
}

.pagination-prev,
.pagination-jump-prev,
.pagination-jump-next {
  margin-right: 8px;
}

.pagination-prev,
.pagination-next,
.pagination-jump-prev,
.pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: #000000d9;
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}

.pagination-prev,
.pagination-next {
  outline: 0;
}
.pagination-prev .pagination-item-link,
.pagination-next .pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  box-sizing: border-box;
}
.pagination-prev:hover a,
.pagination-next:hover a {
  border-color: #40a9ff;
}
.pagination-prev:focus .pagination-item-link, .pagination-prev:hover .pagination-item-link,
.pagination-next:focus .pagination-item-link,
.pagination-next:hover .pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}

.pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}
.pagination-item a {
  display: block;
  padding: 0 6px;
  color: #000000d9;
  transition: none;
}
.pagination-item:focus, .pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}
.pagination-item:focus a, .pagination-item:hover a {
  color: #1890ff;
}

.pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}
.pagination-item-active a {
  color: #1890ff;
}

.pagination-disabled,
.pagination-disabled:hover,
.pagination-disabled:focus {
  cursor: not-allowed;
}
.pagination-disabled a,
.pagination-disabled .pagination-item-link,
.pagination-disabled:hover a,
.pagination-disabled:hover .pagination-item-link,
.pagination-disabled:focus a,
.pagination-disabled:focus .pagination-item-link {
  color: #00000040;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
/* 导航菜单文本色和背景色 */
.nav-wrap {
  color: #fff;
  background-color: #b92a18;
}

.nav {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  list-style: none;
}
.nav > li {
  display: table-cell;
  width: 1%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.nav > li:hover {
  background-color: #f63333;
}
.nav > li:hover a {
  color: unset;
}
.nav > li.active {
  font-weight: bold;
  background-color: #f63333;
}
.nav > li a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
}

.card {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.card .hr {
  margin-left: -15px;
  margin-right: -15px;
}

.card-0 {
  padding: 0;
}

.card-23 {
  padding: 20px 30px;
  width: 1140px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.card-23 .hr {
  margin-left: -30px;
  margin-right: -30px;
}

.card2 {
  margin-bottom: 15px;
}
.card2 > .card2-avatar {
  float: left;
}
.card2 > .card2-content {
  padding-left: 255px;
}

.card2-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.card2-desc {
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card2-article {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}

.card-grid {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}
.card-grid::after {
  content: "";
  display: table;
  clear: both;
}

.card-grid-item {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
  box-sizing: border-box;
}

.card-grid-group {
  padding: 15px 0;
}

.mini-card {
  display: table;
  margin-bottom: 20px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  border-radius: 9px;
}
.mini-card:hover {
  color: #ffffff;
}

.mini-card-body {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: left center url(/images/b1.png) no-repeat;
  border-radius: 9px;
}

.mini-card-blue {
  background-color: #3a66e4;
  background-image: linear-gradient(-45deg, #81c5ff, #3a66e4);
}

.mini-card-green {
  background: #08d08a;
  background-image: linear-gradient(-45deg, #3eea99, #08d08a);
}

.mini-card-purple {
  background: #585abe;
  background-image: linear-gradient(-45deg, #9a9af2, #585abe);
}

.mini-card-pink {
  background: #c41d7f;
  background-image: linear-gradient(-45deg, #ffadd2, #c41d7f);
}

.mini-card-orange {
  background: #fe7225;
  background-image: linear-gradient(-45deg, #ff9855, #fe7225);
}

.breadcrumb {
  box-sizing: border-box;
  margin: 14px 0;
  padding: 0;
  color: #222222;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: tnum;
  color: #7E7E7E;
  font-size: 14px;
}
.breadcrumb > span,
.breadcrumb > a {
  color: #222222;
  cursor: pointer;
}
.breadcrumb > span::after,
.breadcrumb > a::after {
  content: "/";
  margin: 0 8px;
  color: #222222;
}
.breadcrumb > span:last-child::after,
.breadcrumb > a:last-child::after {
  display: none;
}
.breadcrumb > span:hover,
.breadcrumb > a:hover {
  color: #7E7E7E;
}
.breadcrumb > span.active,
.breadcrumb > a.active {
  color: #000;
}

.breadcrumb-inline {
  display: inline-block;
}

.dropdown {
  position: relative;
}
.dropdown:hover .dropdown-overlay {
  display: block;
}

.dropdown-overlay {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.dropdown-bottom .dropdown-overlay {
  top: auto;
  bottom: 100%;
}

.dropdown-group {
  position: relative;
}
.dropdown-group .dropdown {
  position: static;
}

.sheet {
  color: #222;
  background: #ffffff;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.form-item {
  margin-bottom: 15px;
}
.form-item::after {
  content: "";
  display: table;
  clear: both;
}

.form-item-label {
  float: left;
  width: 80px;
  line-height: 34px;
}
.form-item-label.require::before {
  content: "*";
  color: #ff4446;
  margin-right: 0.25em;
}

.form-item-content {
  margin-left: 90px;
}

.input-control {
  display: block;
  outline: 0 none;
  border: 1px solid #eaeaea;
  padding: 6px 12px;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  box-sizing: border-box;
}
.input-control:focus {
  border-color: #526fff;
}

.input-upload {
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.input-upload-control {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.input-group {
  display: table;
}
.input-group .input-control {
  position: relative;
  z-index: 2;
  display: table-cell;
  width: 100%;
}
.input-group .input-addon {
  display: table-cell;
  width: 1%;
}
.input-group .input-group-btn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .input-control:not(:first-child):not(:last-child),
.input-group .input-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group .input-control:first-child,
.input-group .input-addon:first-child,
.input-group .input-group-btn > .btn:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-control:last-child,
.input-group .input-addon:last-child,
.input-group .input-group-btn > .btn:last-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header {
  background-color: #fff;
  height: 110px;
}

.logo-wrap {
  float: left;
  width: 300px;
  line-height: 110px;
}
.logo-wrap img {
  vertical-align: middle;
}

.header-content {
  margin-left: 300px;
}

.header-grid {
  margin-left: auto;
  display: table;
  height: 110px;
}

.header-grid-item {
  display: table-cell;
  vertical-align: middle;
}

.search {
  position: relative;
  margin-right: 50px;
  width: 260px;
}
.search .iconfont {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 24px;
  line-height: 1;
  color: #999;
}

.input-search {
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  padding-right: 36px;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 20px;
  outline-width: 0;
}
.input-search:focus {
  border-color: #0075FF;
}

.date {
  margin-right: 50px;
}

.login .avatar {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.footer {
  padding-top: 40px;
  padding-bottom: 70px;
  color: #f8f8f8;
  background-color: #b92a18;
}

.footer-container {
  position: relative;
}
.footer-container .dropdown a {
  display: block;
}

.footer-hr {
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #ede2e2;
  border-bottom: 1px solid #eeeeee;
}

.footer-qrcode {
  position: absolute;
  right: 180px;
  bottom: 0;
  padding: 4px;
  max-width: 80px;
  max-height: 80px;
  background-color: #fff;
}
/* 友情链接 */
.footer-dropdown-overlay {
  padding: 15px;
  background-color: #f63333;
  border: 1px solid #fff;
}

.titlebar {
  margin-bottom: 15px;
  border-bottom: 4px solid #ca0000;
}
.titlebar-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.titlebar-subtitle {
  font-size: 20px;
  color: #999;
}
.titlebar-action {
  float: right;
  color: #999;
}
.titlebar::after {
  content: "";
  display: table;
  clear: both;
}

.t-space {
  display: table;
}

.t-space-inline {
  display: inline-table;
}

.t-space-fit {
  width: 100%;
}

.t-space-auto {
  table-layout: fixed;
}
.t-space-auto .t-space-item {
  width: 1%;
  z-index: 1000;
}

.t-space-middle {
  vertical-align: middle;
}

.t-space-item {
  display: table-cell;
}

.t-space-item-icon {
  display: table-cell;
  line-height: 0;
  vertical-align: middle;
}

.tag {
  display: inline-block;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #222222;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 6px;
}

.tag-close-icon {
  margin-left: 3px;
  color: currentColor;
  opacity: 0.45;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.tag-close-icon:hover {
  opacity: 1;
}

.tag-gray {
  color: #ffffff;
  background-color: #999999;
}

.tag-pink {
  color: #ffffff;
  background-color: #c41d7f;
}

.tag-red {
  color: #ffffff;
  background-color: #cf1322;
}

.tag-orange {
  color: #ffffff;
  background-color: #d46b08;
}

.tag-green {
  color: #ffffff;
  background-color: #389e0d;
}

.tag-cyan {
  color: #ffffff;
  background-color: #08979c;
}

.tag-blue {
  color: #ffffff;
  background-color: #096dd9;
}

.tag-purple {
  color: #ffffff;
  background-color: #531dab;
}

.tag-gray-outline {
  color: #222222;
  background-color: #fafafa;
  border-color: #d9d9d9;
}

.tag-pink-outline {
  color: #c41d7f;
  background-color: #fff0f6;
  border-color: #ffadd2;
}

.tag-red-outline {
  color: #cf1322;
  background-color: #fff1f0;
  border-color: #ffa39e;
}

.tag-orange-outline {
  color: #d46b08;
  background-color: #fff7e6;
  border-color: #ffd591;
}

.tag-green-outline {
  color: #389e0d;
  background-color: #f6ffed;
  border-color: #b7eb8f;
}

.tag-cyan-outline {
  color: #08979c;
  background-color: #e6fffb;
  border-color: #87e8de;
}

.tag-blue-outline {
  color: #096dd9;
  background-color: #e6f7ff;
  border-color: #91d5ff;
}

.tag-purple-outline {
  color: #531dab;
  background-color: #f9f0ff;
  border-color: #d3adf7;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.img-v {
  vertical-align: middle;
}

.banner img {
  vertical-align: middle;
}

.section {
  min-height: 480px;
}

.small-card {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.small-card-a {
  display: block;
  padding: 30px 15px;
  height: 220px;
  box-sizing: border-box;
}
.small-card-a .title {
  font-size: 20px;
  text-align: center;
  color: #000;
}
.small-card-a .subtitle {
  font-size: 16px;
  text-align: center;
  color: #999;
}
.small-card-b {
  display: none;
  padding: 15px;
  height: 220px;
  background-color: #050505;
  box-sizing: border-box;
}
.small-card-b .title {
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.small-card-b ul {
  display: block;
  list-style: none;
  margin: 12px -8px;
  padding: 0;
}
.small-card-b ul::after {
  content: "";
  display: table;
  clear: both;
}
.small-card-b ul li {
  text-align: center;
  float: left;
  padding-left: 8px;
  padding-right: 15px;
  width: 33.333333%;
  font-size: 12px;
  color: #999;
  box-sizing: border-box;
  white-space: nowrap;
}
.small-card-b .phone {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.small-card-avatar {
  margin-bottom: 10px;
  text-align: center;
}
.small-card-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.small-card:hover .small-card-a {
  display: none;
}
.small-card:hover .small-card-b {
  display: block;
}

.top-notice::after {
  content: "";
  display: table;
  clear: both;
}

.top-notice-tag {
  float: left;
  line-height: 60px;
}

.top-notice-content {
  overflow: hidden;
}

.top-notice-grid {
  width: 100%;
}

.top-notice-grid-item {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  white-space: nowrap;
}

.notice-row {
  position: relative;
  display: flex;
}

.notice-left {
  /*position: absolute;*/
  /*width: 220px;*/
  width: 18%;
}

.notice-content {
  margin-left: 2%;
  width: 80%;
}

.notice-tab {
  text-align: center;
  padding: 15px;
}
.notice-tab:hover {
  background-color: #f1f1f1;
}
.notice-tab.active {
  color: #fff;
  background-color: #b92a18;
}

.notice-item:hover {
  background-color: #f1f1f1;
}
.notice-item:hover .notice-item-title {
  color: #b92a18;
}

.notice-item-date {
  float: right;
  margin-left: 1em;
  color: #999;
}

.notice-item-title {
  color: #222;
  font-size: 18px;
}

.notice-item-desc {
  color: #999;
}

.article-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.article-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.article-info {
  color: #999;
  margin-bottom: 20px;
}

.col-label {
  float: left;
  width: 114px;
}

.col-content {
  margin-left: 114px;
}

.talent {
  margin-bottom: -15px;
}

.talent-l {
  float: left;
  width: 640px;
}

.talent-img1 {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.talent-l-content {
  margin-left: 100px;
}

.talent-r {
  margin-left: 660px;
}

.talent-img2 {
  float: left;
  width: 54px;
  height: 54px;
  border-radius: 6px;
}

.talent-r-content {
  margin-left: 66px;
}

.talent-desc {
  padding: 15px;
  color: #999;
  background-color: #F8F9FD;
}

.lawfirm-l {
  float: left;
  width: 760px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.lawfirm-r {
  margin-left: 780px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.lawfirm-l-img {
  width: 225px;
  height: 134px;
  border-radius: 9px;
}

.lawfirm-l-content {
  margin-left: 240px;
}

.swiper1 {
  padding-bottom: 20px;
}
.swiper1 .swiper-slide img {
  vertical-align: top;
}
.swiper1 .swiper-button-prev {
  left: 0;
}
.swiper1 .swiper-button-next {
  right: 0;
}
.swiper1 .swiper-pagination {
  bottom: 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.swiper1 .swiper-pagination-bullet-active {
  width: 16px;
}

.swiper2 {
  margin: 0 -30px;
  padding: 0 30px;
}
.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
  padding: 4px;
  color: #fff;
  background: #ccc;
  width: auto;
  height: auto;
  margin-top: -30px;
}
.swiper2 .swiper-button-prev::after,
.swiper2 .swiper-button-next::after {
  font-size: 32px;
  line-height: 1.6;
}
.swiper2 .swiper-button-prev {
  left: 0;
}
.swiper2 .swiper-button-next {
  right: 0;
}

.swiper2-card-group {
  margin: 0 -15px;
  padding: 15px 0;
}
/* ==.swiper4=== */
.swiper4 {
  margin: 0 -30px;
  padding: 0 30px;
}

.swiper4 .swiper-button-prev,
.swiper4 .swiper-button-next {
  padding: 4px;
  color: #fff;
  background: #ccc;
  width: auto;
  height: auto;
  margin-top: -30px;
}

.swiper4 .swiper-button-prev::after,
.swiper4 .swiper-button-next::after {
  font-size: 32px;
  line-height: 1.6;
}

.swiper4 .swiper-button-prev {
  left: 0;
}

.swiper4 .swiper-button-next {
  right: 0;
}
.swiper4-card-group {
  margin: 0 -15px;
  padding: 15px 0;
}


.swiper3{
  width: 1140px!important;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.size-3in {
  height: 8.9cm;
}

.bg-dark {
  color: #ffffff;
  background-color: #595F6B;
}

.bg-light {
  color: #222222;
  background-color: #ffffff;
}

.shot-hr {
  margin: 10px 0;
  border: 0 none;
  width: 4em;
  height: 3px;
  background-color: #707886;
}

.lawfirm-info {
  margin-bottom: 20px;
}

.lawfirm-info-header {
  border-bottom: 1px solid #999999;
  line-height: 2;
}

.lawfirm-info-title {
  display: inline-block;
  margin-bottom: -1px;
  font-size: 24px;
  border-bottom: 2px solid #b92a18;
}

.lawfirm-info-content {
  padding-top: 20px;
}

.lawfirm-info-quote {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.lawfirm-info-quote > li {
  font-size: 14px;
  line-height: 20px;
}
.lawfirm-info-quote > li > a {
  display: block;
}

.lawfirm-item::after {
  content: "";
  display: table;
  clear: both;
}

.lawfirm-item-img {
  float: left;
  width: 56px;
  height: 56px;
}

.lawfirm-item-content {
  margin-left: 72px;
}

.lawfirm-item-title {
  font-size: 14px;
}

.lawfirm-item-extra {
  margin-top: 10px;
}

.login-popover {
  display: none;
}

.login-popover-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2000;
}

.login-popover-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 400px;
  height: 420px;
  border-radius: 12px;
  color: #222;
  background: #ffffff;
  z-index: 2000;
}

#login-popover-close {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 4px;
  font: 24px/1 bold;
  color: #ccc;
  cursor: pointer;
}
#login-popover-close:hover {
  color: #f44;
}

.w500 {
  width: 500px;
}

@media print {
  .print-hidden {
    display: none !important;
  }

  .container {
    width: 900px;
  }

  .bg-dark {
    color: #222;
  }

  .text-light-dark {
    color: #666;
  }

  .sheet {
    box-shadow: none;
    padding: 15px 0;
  }

  .col-pr-1 {
    width: 4.1666666667%;
  }

  .col-pr-2 {
    width: 8.3333333333%;
  }

  .col-pr-3 {
    width: 12.5%;
  }

  .col-pr-4 {
    width: 16.6666666667%;
  }

  .col-pr-5 {
    width: 20.8333333333%;
  }

  .col-pr-6 {
    width: 25%;
  }

  .col-pr-7 {
    width: 29.1666666667%;
  }

  .col-pr-8 {
    width: 33.3333333333%;
  }

  .col-pr-9 {
    width: 37.5%;
  }

  .col-pr-10 {
    width: 41.6666666667%;
  }

  .col-pr-11 {
    width: 45.8333333333%;
  }

  .col-pr-12 {
    width: 50%;
  }

  .col-pr-13 {
    width: 54.1666666667%;
  }

  .col-pr-14 {
    width: 58.3333333333%;
  }

  .col-pr-15 {
    width: 62.5%;
  }

  .col-pr-16 {
    width: 66.6666666667%;
  }

  .col-pr-17 {
    width: 70.8333333333%;
  }

  .col-pr-18 {
    width: 75%;
  }

  .col-pr-19 {
    width: 79.1666666667%;
  }

  .col-pr-20 {
    width: 83.3333333333%;
  }

  .col-pr-21 {
    width: 87.5%;
  }

  .col-pr-22 {
    width: 91.6666666667%;
  }

  .col-pr-23 {
    width: 95.8333333333%;
  }

  .col-pr-24 {
    width: 100%;
  }

  .col-pr-1-20 {
    width: 5%;
  }

  .col-pr-2-20 {
    width: 10%;
  }

  .col-pr-3-20 {
    width: 15%;
  }

  .col-pr-4-20 {
    width: 20%;
  }

  .col-pr-5-20 {
    width: 25%;
  }

  .col-pr-6-20 {
    width: 30%;
  }

  .col-pr-7-20 {
    width: 35%;
  }

  .col-pr-8-20 {
    width: 40%;
  }

  .col-pr-9-20 {
    width: 45%;
  }

  .col-pr-10-20 {
    width: 50%;
  }

  .col-pr-11-20 {
    width: 55%;
  }

  .col-pr-12-20 {
    width: 60%;
  }

  .col-pr-13-20 {
    width: 65%;
  }

  .col-pr-14-20 {
    width: 70%;
  }

  .col-pr-15-20 {
    width: 75%;
  }

  .col-pr-16-20 {
    width: 80%;
  }

  .col-pr-17-20 {
    width: 85%;
  }

  .col-pr-18-20 {
    width: 90%;
  }

  .col-pr-19-20 {
    width: 95%;
  }

  .col-pr-20-20 {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
