
/*
 * css.css
 * (c) 2023 Authors (https://www.mountor.cn)
 */
/* 内页公共 */
.s-heading_h2 {
  font-size: 2.8rem;
  line-height: 4rem;
  color: #212121;
  text-align: center;
}
.s-heading_h2 span, .s-heading_h2 .red {
  color: #e93138;
}

@media screen and (max-width: 991.98px) {
  .s-heading_h2 {
    font-size: .6rem;
    line-height: .85rem;
  }
  .s-heading_h2 br {
    display: none;
  }
}
/* 律师 - 列表页 */
.lawyer-banbox {
  width: 100%;
  /* height: 100vh; */
  height: 27.5rem;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  color: #fff;
  z-index: 30;
  position: relative;
  padding: 0 0 3.25rem;
}
.lawyer-banbox .bg-imgs {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.lawyer-banbox .b-body {
  width: 100%;
  position: relative;
  z-index: 10;
}
.lawyer-banbox .b-lvtit {
  font-size: 3.85rem;
  line-height: 1em;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  letter-spacing: 0.29em;
}
.lawyer-banbox .b-lvtit span {
  margin-right: -0.29em;
}
.lawyer-banbox .b-desc {
  max-width: 82%;
  font-size: 1.2rem;
  text-align: center;
  margin: 1rem auto 0;
  line-height: 1.5em;
}

.lawyer-filt-wrap {
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 2.1rem;
  z-index: 20;
}

.lawyer-filt-box {
  flex: 1;
  margin: 0 -0.5rem;
}

.lawyer-filt-selitem {
  padding: 0 0.5rem;
}

.lawyer-filt-inpt {
  width: 100%;
  position: relative;
}
.lawyer-filt-inpt .inpt {
  width: 100%;
  height: 2.5rem;
  display: block;
  padding: 0 1em;
  font-size: .9rem;
  line-height: 2.5rem;
  color: #4c4c4c;
  background-color: #e6e6e6;
  border: none;
}
.lawyer-filt-inpt .inpt::-webkit-input-placeholder {
  color: #4c4c4c;
}
.lawyer-filt-inpt .inpt::-moz-placeholder {
  color: #4c4c4c;
}
.lawyer-filt-inpt .inpt:-moz-placeholder {
  color: #4c4c4c;
}
.lawyer-filt-inpt .inpt:-ms-input-placeholder {
  color: #4c4c4c;
}

.lawyer-search_box {
  flex: none;
  margin-left: .9rem;
}
.lawyer-search_box .btn-search {
  min-width: 0;
  width: 5.6rem;
  height: 2.5rem;
  position: relative;
  border-radius: .8rem;
  font-size: .9rem;
  line-height: 1em;
  border: none;
}

.lawyer-letter.web {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5em;
  color: #fff;
  margin: 1rem auto 0;
  font-family: "HARMONYOS Bold";
}
.lawyer-letter.web a {
  display: block;
  opacity: .5;
  position: relative;
}
.lawyer-letter.web a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.lawyer-letter.web a:hover {
  opacity: 1;
}
.lawyer-letter.web a.active {
  display: block;
  opacity: 1;
}
.lawyer-letter.web a.active::after {
  width: 100%;
  opacity: 1;
}
.lawyer-letter.app {
  position: absolute;
  right: 0.08rem;
  top: 1.22rem;
  z-index: 50;
}
.lawyer-letter.app a {
  width: .4rem;
  height: .4rem;
  display: block;
  text-align: center;
  line-height: .4rem;
  font-size: .28rem;
  color: #4c4c4c;
  border-radius: 2px;
}
.lawyer-letter.app a.active {
  background-color: #e93138;
  color: #fff;
}

.lawyer-list {
  margin: 0 -0.5rem -0.8rem;
}
.lawyer-list .item {
  padding: 0 0.5rem;
  margin-bottom: .8rem;
}
.lawyer-list .item-box {
  width: 100%;
  display: block;
  border: solid 1px #e5e5e5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  position: relative;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
}
.lawyer-list .item-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}
.lawyer-list .imgs {
  width: 100%;
  /* padding: 95% 0 0; */
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.lawyer-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center top;
  position: relative;
  left: 0;
  /* top: 6%; */
}
.lawyer-list .item-body {
  width: 100%;
  height: 13rem;
  display: block;
  position: relative;
  padding: 2.4rem 1rem 1rem 1.5rem;
}
.lawyer-list .item-head {
  width: 100%;
  padding: 0 0 0.8rem;
  border-bottom: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  white-space: nowrap;
  margin-bottom: 5px;
}
.lawyer-list .item-name {
  display: flex;
  align-items: flex-end;
  font-size: 1.8rem;
  line-height: 1em;
  color: #333;
}
.lawyer-list .item-name .en {
  font-weight: 200;
  margin: 0 0 -0.125em 8px;
  font-size: 66.7%;
  line-height: 1em;
  color: #d9d9d9;
  font-family: inherit;
}
.lawyer-list .item-post {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1em;
  color: #222;
  opacity: .6;
}
.lawyer-list .item-post .bi {
  flex: none;
  width: 1em;
  height: 1em;
  margin: 0 3px 0 0;
}
.lawyer-list .item-desc {
  font-size: 1rem;
  line-height: 1.5em;
  color: #737373;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 6em;
}

body.fixed-letter .lawyer-letter {
  position: fixed;
  top: calc(1.2rem + 20px);
}

@media screen and (min-width: 992px) {
  .lawyer-list .item-box:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  }
  .lawyer-list .item-box:hover .imgs {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  .lawyer-list .item-box:hover .item-name .cn {
    color: #d30000;
  }
}
@media screen and (max-width: 1200px) {
  .lawyer-list .item-name .en {
    font-size: 60%;
  }
}
@media screen and (max-width: 991.98px) {
  .lawyer-main .inside-body {
    padding-right: .4rem;
    min-height: 13rem;
  }

  .lawyer-banbox {
    padding-bottom: 1.28rem;
  }
  .lawyer-banbox .b-lvtit {
    font-size: .8rem;
    letter-spacing: .2em;
  }
  .lawyer-banbox .b-lvtit span {
    margin-top: -.2em;
  }
  .lawyer-banbox .b-desc {
    width: 100%;
    max-width: none;
    font-size: .4rem;
    line-height: .6rem;
    margin: .28rem auto 0;
  }

  .lawyer-filt-wrap {
    display: block;
    margin-top: .84rem;
  }

  .lawyer-filt-box {
    margin: 0;
    display: block;
    position: relative;
    z-index: 20;
  }

  .lawyer-filt-selitem {
    padding: 0;
    margin-bottom: .2rem;
  }

  .lawyer-filt-inpt .inpt {
    height: .8rem;
    line-height: .8rem;
    font-size: .32rem;
    padding: 0 0.3rem;
  }

  .lawyer-search_box {
    margin: 0;
    width: 100%;
  }
  .lawyer-search_box .btn-search {
    width: 100%;
    height: 1rem;
    border-radius: 4px;
    font-size: .32rem;
  }

  .lawyer-list {
    margin: 0;
  }
  .lawyer-list .item {
    padding: 0;
    margin-bottom: .4rem;
  }
  .lawyer-list .item:last-child {
    margin-bottom: 0;
  }
  .lawyer-list .item-body {
    height: 3.35rem;
    padding: .72rem 0.5rem 0;
  }
  .lawyer-list .item-head {
    padding-bottom: .34rem;
    margin-bottom: .15rem;
  }
  .lawyer-list .item-name {
    font-size: .5rem;
  }
  .lawyer-list .item-name .en {
    font-size: 64%;
  }
  .lawyer-list .item-post {
    font-size: .26rem;
  }
  .lawyer-list .item-desc {
    font-size: .32rem;
    line-height: .48rem;
    height: .96rem;
  }
}
/* 律师详情页 */
.lawdet-tab_place {
  height: 1.02rem;
  display: none;
}

.lawdet-topbox {
  width: 100%;
  height: 27.5rem;
  display: block;
  position: relative;
  background: url("../image/ladet1_2.jpg") no-repeat center center;
  background-size: cover;
}

.lawdet-topbox-body {
  flex: 0 0 50%;
  max-width: 632px;
  padding: 0 0 2.8rem;
}

.lawdet-topbox-head {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 1.25rem;
  border-bottom: solid 1px rgba(77, 77, 77, 0.2);
  white-space: nowrap;
  margin-bottom: 0.75rem;
}
.lawdet-topbox-head .name {
  font-size: 3.2rem;
  line-height: 1em;
  color: #404040;
  letter-spacing: .14em;
}
.lawdet-topbox-head .name span {
  margin-right: -0.14em;
}
.lawdet-topbox-head .post {
  margin-left: .8rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #4c4c4c;
}
.lawdet-topbox-head .post .bi {
  flex: none;
  width: 1em;
  display: block;
  margin: 0 0.5em 0.13em 0;
}

.lawdet-topbox-info {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  font-size: .9rem;
  line-height: 1.5em;
  color: #4d4d4d;
}
.lawdet-topbox-info .info {
  display: flex;
  align-items: center;
}
.lawdet-topbox-info .info::after {
  content: '';
  display: block;
  flex: none;
  width: 1px;
  height: 1.4rem;
  background-color: #fff;
  opacity: .2;
  margin: 0 1.5rem;
}
.lawdet-topbox-info .info .bi {
  flex: none;
  width: 1em;
  height: 1em;
  display: block;
  margin: 0 0.4em 0 0;
  opacity: .5;
}
.lawdet-topbox-info .info:last-child::after {
  display: none;
}
.lawdet-topbox-info .info.email .bi {
  margin-top: 2px;
}

.lawdet-topbox-imgs {
  flex: 0 0 34.6%;
  max-width: 445px;
}
.lawdet-topbox-imgs .imgs {
  width: 100%;
  display: block;
  position: relative;
}
.lawdet-topbox-imgs img {
  width: 100%;
  display: block;
}

.lawdet-content {
  padding: 3.75rem 0 2rem;
  min-height: 400px;
}

.lawdet-tabswip-box {
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.lawdet-tabswip {
  width: calc(100vw - 1.4rem);
  position: relative;
  padding: 0;
  font-size: .32rem;
  line-height: 1.02rem;
  height: 1.02rem;
  color: #666;
  overflow: visible;
}
.lawdet-tabswip .swiper-wrapper {
  -webkit-font-smoothing: antialiased;
}
.lawdet-tabswip .swiper-slide {
  white-space: nowrap;
  width: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lawdet-tabswip .box {
  height: 100%;
  position: relative;
}
.lawdet-tabswip .box::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #e93138;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
}
.lawdet-tabswip .active {
  color: #e93138;
}
.lawdet-tabswip .active .box::after {
  width: 100%;
  opacity: 1;
}
.lawdet-tabswip.no-swip {
  width: 100%;
  padding: 0;
}
.lawdet-tabswip.no-swip .swiper-slide {
  margin-right: .5rem;
}
.lawdet-tabswip.no-swip .swiper-slide:last-child {
  margin-right: 0;
}
.lawdet-tabswip.no-swip.num-3 .swiper-wrapper, .lawdet-tabswip.no-swip.num-4 .swiper-wrapper {
  justify-content: space-between;
}
.lawdet-tabswip.no-swip.num-3 .swiper-slide, .lawdet-tabswip.no-swip.num-4 .swiper-slide {
  margin: 0;
}

.lawdet-tabswip-ctrl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  position: absolute;
  right: -0.5rem;
  top: 0;
  z-index: 20;
  padding: 0 0.5rem 0 0.12rem;
}
.lawdet-tabswip-ctrl .bi {
  width: .28rem;
  height: .28rem;
  display: block;
  color: #e93138;
}

body.fixed-tabswip .lawdet-tabswip-box {
  position: fixed;
  left: 0;
  top: 1.2rem;
  z-index: 50;
  padding: 0 0.5rem;
}
body.fixed-tabswip .lawdet-tabswip-ctrl {
  right: 0;
}
body.hide-tabswip .lawdet-tabswip-box {
  visibility: hidden;
  z-index: -99;
}

.lawdet-body {
  padding: 1.2rem 0 0;
}

.lawdet-bitem {
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.lawdet-bitem:last-child {
  margin-bottom: 0;
}
.lawdet-bitem .item-lvtit {
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: .7rem;
}
.lawdet-bitem .item-lvtit span {
  flex: none;
  white-space: nowrap;
}
.lawdet-bitem .item-lvtit .dline {
  position: relative;
  height: 1px;
  background-color: #666666;
  width: 100%;
  margin-left: 1rem;
}
.lawdet-bitem .item-lvtit .dline::after {
  content: '';
  display: block;
  width: 1.1rem;
  height: 3px;
  background-color: #e93138;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.lawdet-bitem .item-doc {
  font-size: 1rem;
  line-height: 2em;
  color: #4c4c4c;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lawdet-bitem .item-doc img {
  max-width: 100%;
  height: auto !important;
}

.lawdet-aside-box {
  width: 100%;
}
.lawdet-aside-box.is-fixed {
  width: 36%;
  max-width: 456px;
}

.lawdet-aside-lvtit {
  font-size: 1.5rem;
  line-height: 1em;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #e93138;
}

.lawdet-aside-list a {
  height: calc(2.9rem + 1px);
  color: #666666;
  font-size: .9em;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  padding: 0 0 0 28px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.lawdet-aside-list img {
  flex: none;
  display: none;
  width: 10px;
  height: 12px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.lawdet-aside-list .active {
  background-color: #f7f7f7;
  color: #e93138;
}
.lawdet-aside-list .active img {
  display: block;
}

#footD {
  height: 1px;
}

.lawdet-aside-tool.web {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1.25rem 0 0;
}
.lawdet-aside-tool.web .btn {
  min-width: 0px;
  width: 8.7rem;
  height: 2rem;
  font-size: .9rem;
  border-radius: 1rem;
}
.lawdet-aside-tool.web .btn > * {
  padding: 0 0.5em;
}
.lawdet-aside-tool.web .btn .bi {
  flex: none;
  width: 1em;
  height: 1em;
  display: block;
  margin: 0 0 0 0.3em;
}
.lawdet-aside-tool.app {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0.9rem;
  z-index: 100;
}
.lawdet-aside-tool.app .btn {
  min-width: 2.2rem;
  height: 0.7rem;
  background: #d30000;
  color: #fff;
  border-color: #d30000;
  font-size: .28rem;
  line-height: .3rem;
  border-radius: .35rem;
}
.lawdet-aside-tool.app .btn > * {
  padding: 0 1.5em;
}
.lawdet-aside-tool.app .btn .bi {
  width: .26rem;
  height: .26rem;
  display: block;
  margin: 0 0 0 0.8em;
}

@media screen and (min-width: 992px) {
  .p-lawdet {
    overflow: auto;
  }
  .p-lawdet .wrapper, .p-lawdet .main-box {
    overflow: visible;
  }

  .lawdet-topbox .global-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .lawdet-topbox .global-inner::before, .lawdet-topbox .global-inner::after {
    display: none;
  }

  .lawdet-layout {
    width: 100%;
    display: flex;
  }

  .lawdet-body {
    flex: 1;
    min-height: 640px;
  }

  .lawdet-aside {
    flex: 0 0 36%;
    max-width: 456px;
    position: relative;
    margin-left: 3.75rem;
  }

  .lawdet-aside-box {
    position: sticky;
    top: 8.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .lawdet-aside {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 991.98px) {
  .lawdet-main {
    padding-bottom: 0.9rem;
  }

  .lawdet-topbox {
    height: auto;
    padding: 1.9rem 0 1.12rem;
    background-image: url("../image/ladetwap.jpg");
  }

  .lawdet-topbox-body {
    flex: none;
    width: 100%;
    margin: .68rem 0 0;
    padding: 0;
  }

  .lawdet-topbox-head {
    margin-bottom: .4rem;
    padding-bottom: .26rem;
  }
  .lawdet-topbox-head .name {
    font-size: .8rem;
    letter-spacing: 0;
  }
  .lawdet-topbox-head .name span {
    margin: 0;
  }
  .lawdet-topbox-head .post {
    font-size: .4rem;
    line-height: .5rem;
    margin-left: .2rem;
  }
  .lawdet-topbox-head .post .bi {
    width: .48rem;
    margin: 0 0.2rem 0.05rem 0;
  }

  .lawdet-topbox-info {
    font-size: .32rem;
    line-height: .5rem;
    display: block;
  }
  .lawdet-topbox-info .info {
    margin-bottom: .2rem;
  }
  .lawdet-topbox-info .info:last-child {
    margin-bottom: 0;
  }
  .lawdet-topbox-info .info::after {
    display: none;
  }

  .lawdet-topbox-imgs {
    flex: none;
    max-width: none;
    width: 100%;
  }
  .lawdet-topbox-imgs img {
    width: 100%;
    height: 4.88rem;
    display: block;
    object-fit: contain;
    object-position: center top;
    position: relative;
  }

  .lawdet-content {
    padding: .3rem 0 1.5rem;
  }

  .lawdet-body {
    padding: 1.06rem 0 0;
  }

  .lawdet-bitem {
    margin-bottom: .9rem;
  }
  .lawdet-bitem .item-lvtit {
    font-size: .48rem;
    line-height: 1em;
    margin-bottom: .44rem;
  }
  .lawdet-bitem .item-lvtit .dline {
    margin-left: .28rem;
  }
  .lawdet-bitem .item-lvtit .dline::after {
    width: .44rem;
  }
  .lawdet-bitem .item-doc {
    font-size: .32rem;
    line-height: 2em;
  }
  .lawdet-bitem .item-doc li {
    margin-bottom: 0;
  }
  .lawdet-bitem .item-doc li:last-child {
    margin-bottom: 0;
  }
}
/* 专业领域 */
.p-exarea {
  background-color: #f9f9f9;
}

.exarea-filt-wrap {
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: solid 1px #d9d9d9;
  z-index: 30;
  margin-bottom: 3.7rem;
}

.exarea-filt-type {
  flex: none;
  position: relative;
  padding: 0 2.4rem 0 0;
  margin-right: 2.1rem;
  white-space: nowrap;
}
.exarea-filt-type::after {
  content: '';
  display: block;
  width: 1px;
  height: 1rem;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.exarea-filt-type.is-open .exarea-filt-type_head .type .bi {
  transform: rotaet(180deg);
  -webkit-transform: rotaet(180deg);
}

.exarea-filt-type_head {
  display: flex;
  align-items: center;
  height: 3rem;
  font-size: .9rem;
  line-height: 3rem;
  color: #212121;
}
.exarea-filt-type_head .lvtit {
  width: 4.4rem;
  flex: none;
}
.exarea-filt-type_head .type {
  flex: none;
  color: #d30000;
  width: 8.5rem;
  height: 100%;
  position: relative;
}
.exarea-filt-type_head .type .arrow {
  color: #212121;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.exarea-filt-type_head .type .bi {
  width: .7rem;
  height: .7rem;
  display: block;
}

.exarea-filt-type_body {
  position: absolute;
  left: 2.9rem;
  right: .9rem;
  top: calc(100% + 1px);
  background-color: #fff;
  border-bottom: 4px;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05);
  font-size: .9rem;
  line-height: 2.5rem;
  color: #212121;
  padding: .5rem 0;
  display: none;
}
.exarea-filt-type_body li {
  padding: 0 1.5rem;
  cursor: pointer;
}

.exarea-filt-schbox {
  flex: 1;
  width: 100%;
  position: relative;
  padding: 0 7rem 0 0;
}
.exarea-filt-schbox .inpt {
  width: 100%;
  height: 3rem;
  padding: 0.5rem 0;
  background-color: transparent;
  border: none;
  font-size: .9rem;
  line-height: 2rem;
  color: #212121;
}
.exarea-filt-schbox .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.exarea-filt-schbox .btn-sch {
  width: 2rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 0;
  z-index: 20;
}
.exarea-filt-schbox .btn-del {
  width: 2rem;
  height: 100%;
  display: none;
  position: absolute;
  right: 3.5rem;
  top: 0;
  z-index: 20;
}

.exarea-list {
  margin: -0.8rem;
}
.exarea-list .item {
  padding: 0.8rem;
}
.exarea-list .item-box {
  width: 100%;
  display: block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  padding: 1.9rem 1rem;
  text-align: center;
}
.exarea-list .item-imgs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.exarea-list .imgs {
  /* width: 5.1rem; */
  /* height: 5.1rem; */
  display: block;
  position: relative;
}
.exarea-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.exarea-list .hover {
  display: none;
}
.exarea-list .item-body {
  width: 100%;
  position: relative;
}
.exarea-list .item-title {
  font-size: 1rem;
  line-height: 1em;
  white-space: nowrap;
  height: 1em;
  overflow: hidden;
  font-weight: bold;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  text-overflow: ellipsis;
}
.exarea-list .item-desc {
  font-size: .8rem;
  line-height: 1.5em;
  color: #666666;
  display: -webkit-box;
  height: 4.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: .5em;
}
.exarea-list .btnbox {
  margin-top: 1.25rem;
}
.exarea-list .btn {
  min-width: 0;
  width: 4.2rem;
  height: calc(1.4rem + 2px);
  font-size: .7rem;
}
.exarea-list .btn > * {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .exarea-main .inside-body {
    padding: 3.4rem 0 6.6rem;
  }

  .exarea-filt-type_body li:hover {
    color: #d30000;
  }

  .exarea-list .item:hover .item-box {
    transform: translateY(-0.7rem);
    -webkit-transform: translateY(-0.7rem);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05);
  }
  .exarea-list .item:hover .deft {
    display: none;
  }
  .exarea-list .item:hover .hover {
    display: block;
  }
  .exarea-list .item:hover .item-title {
    color: #d30000;
    font-size: 1.1rem;
  }
  .exarea-list .item:hover .btn {
    color: #fff;
    border-color: #d30000;
  }
  .exarea-list .item:hover .btn::after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: center bottom;
  }
}
@media screen and (max-width: 991.98px) {
  .exarea-main .inside-body {
    padding-top: .9rem;
  }

  .exarea-filt-wrap {
    margin: 0 0 .96rem;
    border: none;
    display: block;
  }

  .exarea-filt-type {
    margin: 0 0 0.2rem;
    padding: 0;
  }
  .exarea-filt-type::after {
    display: none;
  }

  .exarea-filt-type_head {
    height: calc(.9rem + 2px);
    width: 100%;
    background-color: #fff;
    border: solid 1px #ccc;
    font-size: .32rem;
    line-height: .9rem;
  }
  .exarea-filt-type_head .lvtit {
    display: none;
  }
  .exarea-filt-type_head .type {
    width: 100%;
    height: 100%;
    padding: 0 0.3rem 0 0.28rem;
  }
  .exarea-filt-type_head .type .arrow {
    right: .3rem;
  }
  .exarea-filt-type_head .type .bi {
    width: .28rem;
    height: .28rem;
  }

  .exarea-filt-type_body {
    left: 0;
    right: 0;
    font-size: .28rem;
    line-height: .8rem;
    padding: .2rem 0;
  }
  .exarea-filt-type_body li {
    padding: 0 0.3rem;
  }

  .exarea-filt-schbox {
    padding: 0;
  }
  .exarea-filt-schbox .inpt {
    width: 100%;
    height: calc(.9rem + 2px);
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 0 1.7rem 0 0.28rem;
    font-size: .32rem;
    line-height: .9rem;
  }
  .exarea-filt-schbox .bi {
    width: .4rem;
    height: .4rem;
  }
  .exarea-filt-schbox .btn-sch {
    width: .4rem;
    right: .22rem;
  }
  .exarea-filt-schbox .btn-del {
    width: .4rem;
    right: 0.82rem;
  }

  .exarea-list {
    margin: -0.2rem;
  }
  .exarea-list .item {
    padding: 0.2rem;
  }
  .exarea-list .item-box {
    padding: .28rem .28rem .62rem;
  }
  .exarea-list .item-imgs {
    margin-bottom: .16rem;
  }
  .exarea-list .imgs {
    width: 1.8rem;
    height: 1.8rem;
  }
  .exarea-list .item-title {
    font-size: .32rem;
    line-height: 1.1em;
    height: 1.1em;
  }
  .exarea-list .item-desc {
    height: 4.4em;
    font-size: .24rem;
    margin-top: .22rem;
  }
  .exarea-list .btnbox {
    margin-top: .24rem;
  }
  .exarea-list .btn {
    width: 1.36rem;
    height: calc(.46rem + 2px);
    font-size: .24rem;
  }
}
/* 专业领域 - 详情页 */
.areadet-topbox {
  width: 100%;
  height: 17.5rem;
  background: url("../image/spdet1.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.areadet-topbox .global-inner {
  display: flex;
  align-items: flex-end;
}
.areadet-topbox .global-inner::before, .areadet-topbox .global-inner::after {
  display: none;
}
.areadet-topbox .s-lvtit {
  display: flex;
  align-items: center;
  margin-bottom: 1.35rem;
  font-size: 2.8rem;
  line-height: 1em;
  color: #404040;
}
.areadet-topbox .s-lvtit .bi {
  flex: none;
  width: 3.75rem;
  margin: 0 0.9rem 0 0;
  display: block;
}

@media screen and (min-width: 992px) {
  .p-areadet {
    overflow: auto;
  }
  .p-areadet .wrapper, .p-areadet .main-box {
    overflow: visible;
  }

  .areadet-main .lawdet-content {
    padding: 4.5rem 0 3.4rem;
  }
  .areadet-main .lawdet-body {
    padding: 0;
  }
  .areadet-main .lawdet-bitem:first-child {
    margin-top: -0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .areadet-main .lawdet-body {
    padding-top: .9rem;
  }

  .areadet-topbox {
    height: 4.48rem;
    background-image: url("../image/spdet1_m.jpg");
  }
  .areadet-topbox .s-lvtit {
    display: block;
    margin-bottom: .58rem;
    font-size: .6rem;
  }
  .areadet-topbox .s-lvtit .bi {
    width: .98rem;
    margin: 0 0 0.12rem;
  }
}
/* 专著出版 */
.book-list {
  min-height: 20rem;
}

.book-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 2.1rem 5.7rem 2rem 4rem;
  background: url("../image/chuban2.jpg") no-repeat center center;
  background-size: cover;
}
.book-item:last-child {
  margin-bottom: 0;
}
.book-item .item-imgs {
  flex: none;
  margin-left: 4rem;
}
.book-item .imgs {
  width: 11rem;
  box-shadow: 8px 5px 26px rgba(0, 0, 0, 0.45);
}
.book-item .imgs img {
  width: 100%;
  display: block;
  position: relative;
}
.book-item .item-body {
  flex: 1;
  padding: 3.1rem 0 0;
}
.book-item .item-type {
  font-size: 1rem;
  line-height: 1em;
  color: #999;
  margin-bottom: 1.7rem;
}
.book-item .item-title {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #212121;
}
.book-item .item-desc {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #666;
  margin-top: .5rem;
}

@media screen and (min-width: 992px) {
  .book-main .inside-body {
    padding: 4.65rem 0 6.25rem;
  }
  .book-main .global-paging {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .book-main .inside-body {
    padding-top: .8rem;
  }

  .book-list {
    min-height: 4.2rem;
  }

  .book-item {
    padding: .5rem .4rem .5rem .3rem;
    margin-bottom: .35rem;
    background-image: url("../image/cbwap.jpg");
    background-position: right center;
  }
  .book-item .item-imgs {
    margin-left: .5rem;
  }
  .book-item .imgs {
    width: 2.08rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.45);
  }
  .book-item .item-body {
    padding: .18rem 0 0;
  }
  .book-item .item-type {
    font-size: .24rem;
    margin-bottom: .32rem;
  }
  .book-item .item-title {
    font-size: .4rem;
    line-height: .48rem;
  }
  .book-item .item-desc {
    font-size: .32rem;
    line-height: .38rem;
    margin-top: .16rem;
  }
}
/* 案例 */
.pcase-head {
  widows: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 1.15rem;
  border-bottom: solid 3px #666666;
  margin-bottom: 3.2rem;
}

.pcase-tabbox {
  flex: none;
}
.pcase-tabbox .tablist {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #212121;
}
.pcase-tabbox .tablist li {
  cursor: pointer;
  margin-right: 2.25rem;
}
.pcase-tabbox .tablist li:last-child {
  margin-right: 0;
}
.pcase-tabbox .tablist li.active {
  color: #d40000;
}

.pcase-year-box {
  flex: none;
  width: 11rem;
}

.pcase-year-item {
  display: none;
}
.pcase-year-item .byted-select-input {
  font-size: 1rem;
  background-color: #fff;
  border: solid 1px #b2b2b2;
  border-radius: 4px;
}
.pcase-year-item .byted-select-arrow {
  right: 1rem;
  color: #333;
}
.pcase-year-item.active {
  display: block;
}

.pcase-ctyear {
  font-size: 1.5rem;
  line-height: 1em;
  color: #999;
  margin-bottom: .8rem;
}

.pcase-list {
  min-height: 14rem;
}

.pcase-item {
  padding: 1.7rem 0;
  border-bottom: solid 1px #ccc;
  color: #212121;
}
.pcase-item .item-head {
  width: 100%;
  position: relative;
  padding: 0 3rem 0 0;
  cursor: pointer;
}
.pcase-item .item-title {
  font-size: 1.4rem;
  line-height: 2rem;
}
.pcase-item .item-arrow {
  position: absolute;
  right: 0;
  top: calc((2rem - 0.75rem) / 2);
  color: #666;
}
.pcase-item .item-arrow .bi {
  width: .75rem;
  height: .75rem;
  display: block;
}
.pcase-item .item-lawyer.web {
  font-size: .9rem;
  line-height: 1.5rem;
  margin-top: .5rem;
  color: #666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pcase-item .item-lawyer.app {
  font-size: .32rem;
  line-height: 1.5em;
  margin-bottom: .4rem;
  color: #666;
}
.pcase-item .item-body {
  width: 100%;
  display: none;
  position: relative;
  padding: 1.4rem 0 2.1rem;
}
.pcase-item .item-desc {
  font-size: 1rem;
  line-height: 1.6em;
}
.pcase-item.active .item-title {
  color: #d40000;
}
.pcase-item.active .item-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pcase-item.active .item-lawyer.web {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .pcase-main .inside-body {
    padding: 4.65rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  .pcase-main .inside-body {
    padding-top: 1rem;
  }

  .pcase-head {
    padding: 0;
    display: block;
    border-bottom: none;
    margin: 0;
  }

  .pcase-tabbox {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 0.38rem;
    border-bottom: solid 2px #666;
  }
  .pcase-tabbox .tablist {
    font-size: .5rem;
    line-height: .6rem;
    margin: 0 -0.43rem;
  }
  .pcase-tabbox .tablist li {
    padding: 0 0.43rem;
    margin: 0;
  }

  .pcase-year-box {
    width: 100%;
    margin-top: .36rem;
  }

  .pcase-year-item {
    width: 100%;
    white-space: nowrap;
  }
  .pcase-year-item .byted-select-wrapper {
    width: auto;
  }
  .pcase-year-item .byted-select {
    width: auto;
    display: flex;
    align-items: center;
  }
  .pcase-year-item .byted-select-input {
    padding: 0 0.58rem 0 0;
    background-color: transparent;
    border: none;
    height: 1.1rem;
    font-size: .48rem;
    color: #999;
  }
  .pcase-year-item .byted-select-arrow {
    right: 0;
    color: #666;
  }
  .pcase-year-item .byted-select-arrow .bi {
    width: .32rem;
    height: .32rem;
  }
  .pcase-year-item .byted-popover-wrapper {
    width: calc(100vw - 0.6rem);
    border-radius: 4px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .pcase-year-item .byted-option-list {
    font-size: .32rem;
    color: #666;
    line-height: 0.8rem;
    max-height: 4.8rem;
  }
  .pcase-year-item.active {
    display: flex;
  }

  .pcase-list {
    min-height: 4.6rem;
  }

  .pcase-item {
    padding: .6rem 0;
  }
  .pcase-item .item-head {
    padding-right: .6rem;
  }
  .pcase-item .item-title {
    font-size: .4rem;
    line-height: .56rem;
  }
  .pcase-item .item-arrow {
    top: calc((0.56rem - .32rem) / 2);
  }
  .pcase-item .item-arrow .bi {
    width: .32rem;
    height: .32rem;
  }
  .pcase-item .item-body {
    padding: .2rem 0 0.35rem;
  }
  .pcase-item .item-desc {
    font-size: .32rem;
    line-height: .52rem;
  }
}
/* 华商概况 */
.honortext {
  font-size: 1.2rem;
  line-height: 1.75em;
  color: #666;
  margin-top: .8rem;
}
.honortext:first-child {
  margin-top: 0;
}

.about-introd {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 7rem 0 6.3rem;
}

.about-introd-head {
  margin-bottom: 3.1rem;
}

.about-introd-datas {
  margin: 6rem 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  white-space: nowrap;
}
.about-introd-datas .dataitem:first-child .datas {
  color: #e93138;
}
.about-introd-datas .datas {
  display: flex;
  align-items: flex-start;
  font-size: 4.1rem;
  line-height: 1em;
  height: 1em;
  color: #191919;
}
.about-introd-datas .unit {
  font-style: normal;
  font-size: 37.8%;
  line-height: 1em;
}
.about-introd-datas .title {
  font-size: 1rem;
  line-height: 1em;
  color: #666666;
  margin: .75em 0 0;
}

.about-video {
  width: 100%;
  height: 100vh;
  max-height: 980px;
  display: block;
  overflow: hidden;
  position: relative;
}
.about-video video {
  object-fit: contain !important;
}

.about-vision {
  margin:0 0 12.3rem;
}

.about-vision-head {
  margin-bottom: 5.9rem;
}
.about-vision-head .s-heading_h2 {
  letter-spacing: .1em;
  margin-right: -.1em;
}

.about-vision-list {
  margin: 0 -1.5rem;
}
.about-vision-list .item {
  display: flex;
  justify-content: center;
  padding: 0 1.5rem;
  text-align: center;
}
.about-vision-list .imgs {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-vision-list .imgs img {
  height: 4.8rem;
  display: block;
}
.about-vision-list .title {
  margin: 1.3rem 0 0;
  position: relative;
  padding: 0 0 calc(0.85rem + 3px);
  font-size: 1.2rem;
  line-height: 1em;
  color: #0d0d0d;
}
.about-vision-list .title::after {
  content: '';
  display: block;
  width: 1.67em;
  height: 3px;
  background-color: #e93138;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about-vision-list .desc {
  margin-top: .7rem;
  font-size: 1rem;
  line-height: 1.5em;
  color: #4c4c4c;
}

.about-strategy {
  margin: 12.3rem 0 0;
}
.about-strategy .s-heading_h2 {
  letter-spacing: .1em;
  margin-right: -.1em;
}

.about-strategy-head {
  margin-bottom: 1.7rem;
}

.about-strategy-item {
  width: 100%;
  height: 45vw;
  max-height: 33.5rem;
  background-color: #f4f4f4;
  position: relative;
}
.about-strategy-item .item-imgs {
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-strategy-item .item-imgs .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.about-strategy-item .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.about-strategy-item .item-body {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
.about-strategy-item .item-title {
  font-size: 2rem;
  line-height: 1em;
  position: relative;
  color: #191919;
  padding: 0 0 calc(.85rem + 3px);
  /* margin-bottom: 1.7rem; */
  margin:2rem 0 1rem 0;
}
.about-strategy-item .item-title::after {
  content: '';
  display: block;
  width: 1em;
  height: 3px;
  background-color: #e93138;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-strategy-item .item-desc {
  font-size: 1rem;
  line-height: 1.8em;
  color: #595959;
}
.about-introd-doc {line-height: 2rem;}
.about-introd-doc p{line-height: 2rem;text-indent: 2rem;}
.about-contact {
  width: 100%;
  padding: 5.8rem 0 4.3rem;
}
.about-contact .global-inner {
  display: flex;
  justify-content: center;
}
.about-contact .global-inner::before, .about-contact .global-inner::after {
  display: none;
}
.about-contact .btnbox {
  margin-top: 1.2rem;
}
.about-contact .btn {
  min-width: 0;
  width: 7.7rem;
  height: calc(2.2rem + 2px);
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .about-introd .s-heading_h2 {
    width: 80%;
    margin: 0 auto;
  }

  .about-strategy-item .global-inner {
    display: flex;
    align-items: center;
  }
  .about-strategy-item .global-inner::before, .about-strategy-item .global-inner::after {
    display: none;
  }
  .about-strategy-item:nth-child(odd) .box {
    max-width: 410px;
    flex: 0 0 33%;
  }
  .about-strategy-item:nth-child(odd) .item-imgs {
    left: 50%;
  }
  .about-strategy-item:nth-child(even) .global-inner {
    justify-content: flex-end;
  }
  
  .about-strategy-item:nth-child(even) .box {
    max-width: 410px;
    flex: 0 0 33%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .about-strategy-item:nth-child(odd) .box {
    margin-left: calc(17% - 3rem);
  }
}
@media screen and (max-width: 991.98px) {
  .honortext {
    font-size: .4rem;
    line-height: .7rem;
    margin-top: .46rem;
  }

  .about-introd {
    padding: 1.2rem 0 1.6rem;
  }

  .about-introd-head {
    margin-bottom: .68rem;
  }

  .about-introd-doc {
    margin-top: .68rem;
  }

  .about-introd-datas {
    margin-top: .8rem;
    flex-wrap: wrap;
    text-align: left;
  }
  .about-introd-datas .dataitem {
    flex: 0 0 50%;
    max-width: 50%;
    margin: .65rem 0 0;
    padding-left: .6rem;
  }
  .about-introd-datas .dataitem:first-child {
    flex: 0 0 100%;
    max-width: none;
    margin-top: 0;
  }
  .about-introd-datas .datas {
    font-size: .8rem;
  }
  .about-introd-datas .unit {
    font-size: 40%;
  }
  .about-introd-datas .title {
    font-size: .28rem;
    margin-top: .16rem;
  }

  .about-video {
    max-height: none;
    height: auto;
    padding: 56% 0 0;
  }
  .about-video .video-js {
    position: absolute;
    left: 0;
    top: 0;
  }

  .about-vision {
    margin: 1.32rem 0 1.52rem;
  }

  .about-vision-head {
    margin-bottom: 0.74rem;
  }

  .about-vision-list {
    margin: 0 -0.3rem -0.92rem;
  }
  .about-vision-list .item {
    padding: 0 0.3rem;
    margin-bottom: .92rem;
  }
  .about-vision-list .imgs img {
    height: 1.2rem;
  }
  .about-vision-list .title {
    margin: 0.5rem 0 0;
    padding: 0 0 calc(0.3rem + 2px);
    font-size: 0.4rem;
  }
  .about-vision-list .title::after {
    width: 1.5em;
    height: 2px;
  }
  .about-vision-list .desc {
    margin-top: .2rem;
    font-size: 0.28rem;
  }

  .about-strategy {
    margin: 1.56rem 0 0;
  }

  .about-strategy-head {
    margin-bottom: 0.46rem;
  }

  .about-strategy-item {
    height: auto;
    max-height: none;
  }
  .about-strategy-item .item-imgs {
    width: 100%;
    height: auto;
    padding: 69.33% 0 0;
    position: relative;
  }
  .about-strategy-item .item-body {
    padding: .66rem 0 1.4rem;
  }
  .about-strategy-item .item-body .box {
    padding: 0 0 0 0.8rem;
  }
  .about-strategy-item .item-title {
    font-size: .52rem;
    padding-bottom: calc(.3rem + 2px);
    margin-bottom: .46rem;
  }
  .about-strategy-item .item-title::after {
    height: 2px;
    width: .6rem;
  }
  .about-strategy-item .item-desc {
    font-size: .4rem;
  }

  .about-contact {
    padding: 1.66rem 0 2rem;
  }
  .about-contact .btnbox {
    margin-top: 0.38rem;
  }
  .about-contact .btn {
    width: 2.52rem;
    height: calc(0.74rem + 2px);
    font-size: 0.32rem;
  }
}
/* 华商荣誉 */
.honor-intord-head {
  margin-bottom: 2.2rem;
  text-align: center;
}
.honor-intord-head .word {
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #222;
  margin-top: .4rem;
}

.honor-list-wrap {
  width: 100%;
  position: relative;
  margin: 4.5rem 0 0;
  padding: 2.6rem 0 2.9rem;
}
.honor-list-wrap .bg-imgs {
  width: 46%;
  max-width: 580px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.honor-list-wrap .bg-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.honor-list {
  width: 65%;
  max-width: 820px;
  position: relative;
  z-index: 10;
}
.honor-list .item {
  width: 100%;
  background-color: #f5f5f5;
  padding: 0 1.5rem 0 2.5rem;
  position: relative;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  margin-bottom: 1rem;
}
.honor-list .item:last-child {
  margin-bottom: 0;
}
.honor-list .item-flag {
  width: 12rem;
  height: 3.5rem;
  display: none;
  object-fit: scale-down;
  object-position: right bottom;
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: 1;
}
.honor-list .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
}
.honor-list .item-title {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #212121;
}
.honor-list .item-handle {
  flex: none;
  width: 26px;
  height: 50px;
  display: block;
  border-radius: 13px;
  margin-left: 1.5rem;
  position: relative;
  background-color: #f8c3c5;
}
.honor-list .item-handle .circle {
  width: 18px;
  height: 18px;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 4px;
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.honor-list .item-body {
  padding: 1.875em 0 3.4em;
  font-size: .8rem;
  line-height: 1.75em;
  color: #212121;
  display: none;
}
.honor-list .item-body .scrollbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 20em;
}
.honor-list .item-body .mCSB_scrollTools {
  width: 4px;
  right: -1em;
}
.honor-list .item-body .doc > *:first-child {
  margin-top: 0;
}
.honor-list .item-body h3 {
  font-size: 1.25em;
  margin-top: 1.5em;
  font-weight: bold;
}
.honor-list .item-body p {
  margin-top: .5em;
}
.honor-list .item-body p > strong {
  font-size: 1.25em;
  margin-top: 1.5em;
  display: block;
}
.honor-list .item-body p:first-child > strong {
  margin-top: 0;
}
.honor-list .active {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.honor-list .active .item-flag {
  display: block;
}
.honor-list .active .item-head {
  padding: 1.5rem 0 .5rem;
  border-bottom: solid 3px #e93138;
}
.honor-list .active .item-title {
  color: #e93138;
  font-weight: bold;
}
.honor-list .active .item-handle {
  background-color: #e93138;
}
.honor-list .active .item-handle .circle {
  top: calc(100% - 22px);
}

@media screen and (min-width: 992px) {
  .honor-main .inside-body {
    padding: 3.8rem 0 5rem;
  }

  .honor-intord-doc {
    text-align: center;
  }
  .honor-intord-doc .honortext {
    line-height: 2rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .honor-main .inside-body {
    padding-top: 1.2rem;
  }

  .honor-intord-head {
    margin-bottom: 0.68rem;
  }
  .honor-intord-head .word {
    margin-top: 0.2rem;
    font-size: .4rem;
  }

  .honor-list-wrap {
    padding: 0;
    margin-top: 1.1rem;
  }
  .honor-list-wrap .bg-imgs {
    width: 100%;
    max-width: none;
    height: 70vw;
    position: relative;
  }

  .honor-list {
    width: 100%;
    margin-top: .5rem;
  }
  .honor-list .item {
    padding: 0 0.4rem;
    margin-bottom: .4rem;
  }
  .honor-list .item:last-child {
    margin-bottom: 0;
  }
  .honor-list .item-flag {
    width: 2.4rem;
    height: .7rem;
  }
  .honor-list .item-head {
    padding: 0;
    height: 1.5rem;
  }
  .honor-list .item-title {
    font-size: .34rem;
    line-height: 1.33em;
  }
  .honor-list .item-handle {
    width: 0.4rem;
    height: 0.74rem;
    margin-left: .2rem;
  }
  .honor-list .item-handle .circle {
    width: .26rem;
    height: .26rem;
    top: 2px;
  }
  .honor-list .item-body {
    padding: .6rem 0 1.1rem;
    font-size: .3rem;
  }
  .honor-list .item-body .scrollbox {
    max-height: none;
  }
  .honor-list .item-body h3 {
    font-size: .32rem;
  }
  .honor-list .item-body p > strong {
    font-size: .32rem;
  }
  .honor-list .active .item-head {
    border-bottom-width: 2px;
    padding: 0;
  }
  .honor-list .active .item-handle .circle {
    top: calc(100% - 2px - 0.26rem);
  }
}
/* 大事记 */
.phist-list-box {
  width: 100%;
  position: relative;
  padding: 0 3rem 3.4rem;
  position: relative;
}
.phist-list-box::before {
  content: '';
  display: block;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 1rem;
  bottom: .5rem;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.phist-list-box::after {
  content: '';
  display: block;
  border-radius: 100%;
  width: .8rem;
  height: .8rem;
  background-color: #d30000;
  border: solid 2px #e5e5e5;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 5;
}

.phist-list {
  position: relative;
  margin: 0 -4rem;
  z-index: 10;
}

.phist-item {
  padding: 0 4rem;
  position: relative;
}
.phist-item::before {
  content: '';
  display: block;
  border-radius: 100%;
  width: .8rem;
  height: .8rem;
  background-color: #d30000;
  border: solid 2px #e5e5e5;
  position: absolute;
  top: .5rem;
}
.phist-item .item-year {
  font-size: 1.7rem;
  line-height: 1em;
  color: #d30000;
  font-weight: bold;
  margin-bottom: .7rem;
}
.phist-item .item-desc {
  font-size: .9rem;
  line-height: 1.6rem;
  color: #212121;
}
.phist-item .item-imgs {
  width: 100%;
  position: relative;
  margin-top: 1.8rem;
}
.phist-item .item-imgs img {
  width: 100%;
  height: auto;
  display: block;
}
.phist-item.important .item-year {
  font-size: 2.8rem;
  margin-bottom: .5rem;
}

.phist-tool-box {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.btn-hist_close {
  display: none;
}

@media screen and (min-width: 992px) {
  .phist-main .inside-body {
    padding: 4.6rem 0 6rem;
  }

  .phist-item:nth-child(odd) {
    text-align: right;
  }
  .phist-item:nth-child(odd)::before {
    right: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }
  .phist-item:nth-child(even) {
    margin-top: 8.5rem;
  }
  .phist-item:nth-child(even)::before {
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .phist-tool-box .btn {
    border: none;
    font-size: .9rem;
    height: 2.25rem;
    cursor: pointer;
    background: none;
    color: #212121;
  }
  .phist-tool-box .btn::after {
    display: none;
  }
  .phist-tool-box .btn:hover {
    background-color: transparent;
    border-color: transparent;
    color: #d30000;
  }
}
@media screen and (max-width: 991.98px) {
  .phist-main .inside-body {
    padding-top: 0.8rem;
  }

  .phist-list-box {
    padding: 0;
  }
  .phist-list-box::before {
    left: 0;
    top: 0.26rem;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
  }
  .phist-list-box::after {
    display: none;
  }

  .phist-list {
    margin: 0;
  }

  .phist-item {
    max-width: none;
    margin-top: .8rem;
    padding: 0 0 0 0.5rem;
  }
  .phist-item:first-child {
    margin-top: 0;
  }
  .phist-item::before {
    width: .32rem;
    height: .32rem;
    top: 0.05rem;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .phist-item .item-year {
    font-size: .42rem;
    margin-bottom: .14rem;
  }
  .phist-item .item-desc {
    font-size: .28rem;
    line-height: .48rem;
  }
  .phist-item .item-imgs {
    margin-top: .3rem;
  }
  .phist-item.important::before {
    top: .1rem;
  }
  .phist-item.important .item-year {
    font-size: .52rem;
    margin-bottom: .1rem;
  }

  .phist-tool-box {
    margin-top: .8rem;
  }
  .phist-tool-box .btn {
    width: 2rem;
    height: calc(.68rem + 2px);
    font-size: .28rem;
  }
}
/* 联系我们 */
.contt-item {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #e5e0e0;
}
.contt-item:first-child {
  border-top: solid 1px #e5e0e0;
}
.contt-item .item-head {
  width: 100%;
  position: relative;
  padding: 2.15rem .7rem 2.15rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.contt-item .item-lvtit {
  font-size: 2rem;
  line-height: 1em;
  color: #404040;
}
.contt-item .item-handle {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 100%;
  border: solid 1px #e93138;
  position: relative;
  margin-left: 2rem;
}
.contt-item .item-handle::before {
  content: '';
  display: block;
  width: 46%;
  height: 2px;
  background-color: #e93138;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.contt-item .item-handle::after {
  content: '';
  display: block;
  height: 46%;
  width: 2px;
  background-color: #e93138;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.contt-item .item-body {
  width: 100%;
  position: relative;
  display: none;
  padding: 0.55rem 0 3.82rem;
}
.contt-item.active .item-head {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}
.contt-item.active .item-lvtit {
  color: #e93138;
}
.contt-item.active .item-handle {
  background-color: #e93138;
}
.contt-item.active .item-handle::before {
  background-color: #fff;
}
.contt-item.active .item-handle::after {
  display: none;
}

.office-list {
  margin: 0 -3.9rem -2.5rem;
}

.office-item {
  padding: 0 3.9rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #666666;
  margin-bottom: 2.85rem;
}
.office-item .title {
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #191919;
  margin-bottom: .5em;
}
.office-item .tel {
  margin-top: 0.55em;
}

@media screen and (min-width: 992px) {
  .contact-main .inside-body {
    padding: 7.6rem 0 5.6rem;
  }

  .contt-item:not(.active):hover .item-lvtit {
    color: #e93138;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .contt-item:not(.active):hover .item-handle {
    background-color: #e93138;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .contt-item:not(.active):hover .item-handle::before, .contt-item:not(.active):hover .item-handle::after {
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
@media screen and (max-width: 991.98px) {
  .contact-main .inside-body {
    padding-top: 1rem;
  }

  .contt-item .item-head {
    padding: .6rem 0;
  }
  .contt-item .item-lvtit {
    font-size: .54rem;
  }
  .contt-item .item-handle {
    width: .76rem;
    height: .76rem;
  }
  .contt-item .item-body {
    padding: .3rem 0 1.1rem;
  }
  .contt-item.active .item-head {
    padding: .4rem 0;
  }

  .office-list {
    margin: 0 0 -0.8rem;
  }

  .office-item {
    padding: 0;
    margin-bottom: .8rem;
    font-size: .32rem;
    line-height: 1.5em;
  }
  .office-item .title {
    font-size: .42rem;
  }
}
/* 社会责任 */
.duty-topbox {
  margin-bottom: 5.5rem;
}

.duty-topbox-word {
  margin-top: 1.9rem;
  text-align: center;
}

.duty-swipbox {
  width: 100%;
  position: relative;
  padding: 0 0.75rem;
}

.duty-swip {
  width: 100%;
  position: relative;
}
.duty-swip .imgs {
  width: 100%;
  padding: 50% 0 0;
  overflow: hidden;
  position: relative;
}
.duty-swip .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.duty-paging {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0.75rem 0 0;
}
.duty-paging .bullet {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 4px;
  background-color: #c3c3c3;
  position: relative;
  margin: 0 4px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
}
.duty-paging .active {
  width: 16px;
  background-color: #d50100;
}

.duty-detbox {
  margin: 2.5rem 0 0;
  font-size: 1.2rem;
  line-height: 1.75em;
  color: #595959;
}
.duty-detbox p {
  padding-left: 0.83em;
  position: relative;
  margin-bottom: 1em;
}
.duty-detbox p::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #a94a4a;
  position: absolute;
  left: 0;
  top: calc((1.75em - 6px) / 2);
}
.duty-detbox p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .duty-main .inside-body {
    padding: 6.3rem 0 6.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .duty-main .inside-body {
    padding-top: 1.2rem;
  }

  .duty-topbox {
    margin-bottom: 0.9rem;
  }

  .duty-topbox-word {
    margin-top: 0.68rem;
  }

  .duty-swipbox {
    width: 100vw;
    margin: 0 -0.3rem;
    padding: 0;
  }

  .duty-paging {
    margin-top: .35rem;
  }
  .duty-paging .bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 3px;
  }
  .duty-paging .active {
    width: 15px;
  }

  .duty-detbox {
    margin: .82rem 0 0;
    font-size: .4rem;
  }
  .duty-detbox p {
    padding-left: 0.9em;
  }
  .duty-detbox p::before {
    width: 4px;
    height: 4px;
    top: calc((1.75em - 4px) / 2);
  }
}
/* 隐私条款 */
.privacy-doc {
  font-size: 1rem;
  line-height: 1.8em;
  color: #666;
  min-height: 400px;
}
.privacy-doc img {
  max-width: 100%;
  height: auto !important;
}
.privacy-doc h1, .privacy-doc h2, .privacy-doc h3, .privacy-doc h4, .privacy-doc h5, .privacy-doc h6 {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.privacy-doc h1, .privacy-doc h2, .privacy-doc h3 {
  line-height: 1.3em;
  margin-top: 2.25em;
}
.privacy-doc h1 {
  font-size: 1.4em;
}
.privacy-doc h2 {
  font-size: 1.3em;
}
.privacy-doc h3 {
  font-size: 1.2em;
}
.privacy-doc h4 {
  font-size: 1em;
  line-height: inherit;
  margin: 0.625em 0 0;
}
.privacy-doc h5 {
  font-size: .9em;
  line-height: inherit;
  margin-bottom: 0;
}
.privacy-doc h6 {
  font-size: .8em;
  line-height: inherit;
  margin-bottom: 0;
}
.privacy-doc ul {
  padding-left: 1.25em;
}
.privacy-doc ul > li {
  position: relative;
  padding-left: 10px;
}
.privacy-doc ul > li::before {
  content: '•';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-doc p {
  margin-bottom: .5em;
}
.privacy-doc p:last-child {
  margin-bottom: 0;
}
.privacy-doc a[href] {
  color: #e93138;
}

@media screen and (max-width: 991.98px) {
  .privacy-doc {
    font-size: .3rem;
  }
  .privacy-doc ul {
    padding-left: 1em;
  }
}
/* 校园招聘 */
.campus-main .inside-body {
  padding: 0;
}

.campus-topbox {
  width: 100%;
  position: relative;
  padding: 4.8rem 0 6.8rem;
}

.campus-topbox-doc {
  text-align: center;
}

.campus-flow-box {
  width: 100%;
  position: relative;
  padding: 9.3rem 0 7.3rem;
}

.campus-flow {
  width: 100%;
  margin: 3rem 0 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.campus-flow .item {
  flex: 0 0 22%;
  max-width: 283px;
  position: relative;
  margin-left: -2.6%;
}
.campus-flow .item:first-child {
  margin-left: 0;
}
.campus-flow .item:last-child .item-box {
  background-color: #e93138;
}
.campus-flow .item:last-child .item-icon .red {
  display: none;
}
.campus-flow .item:last-child .item-icon .white {
  display: block;
}
.campus-flow .item:last-child .item-title {
  color: #fff;
}
.campus-flow .item-box {
  width: 100%;
  padding: 100% 0 0;
  position: relative;
  border-radius: 100%;
  border: solid 1px #e93138;
}
.campus-flow .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.campus-flow .item-icon {
  flex: none;
}
.campus-flow .item-icon img {
  height: 4.3rem;
  display: block;
  margin: 0 auto;
}
.campus-flow .item-icon .white {
  display: none;
}
.campus-flow .item-title {
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #595959;
  margin-top: 1rem;
}

.campus-wx {
  width: 158px;
  text-align: center;
  margin: 3.8rem auto 0;
}
.campus-wx .imgs {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 12px 15px rgba(28, 28, 28, 0.1);
}
.campus-wx .imgs img {
  width: 100%;
  display: block;
}
.campus-wx .title {
  font-size: .9rem;
  line-height: 1.3rem;
  color: #4c4c4c;
  margin: 1.1rem auto 0;
}

@media screen and (min-width: 992px) {
  .campus-topbox-doc {
    margin-top: 2.25rem;
  }
  .campus-topbox-doc .honortext {
    line-height: 2.5rem;
  }

  .campus-twbox .about-strategy-item {
    height: 45vw;
    max-height: 42.8rem;
  }
  .campus-twbox .about-strategy-item:nth-child(odd) .item-imgs {
    left: 0;
  }
  .campus-twbox .about-strategy-item:nth-child(odd) .global-inner {
    justify-content: flex-end;
  }
  .campus-twbox .about-strategy-item:nth-child(odd) .box {
    max-width: 490px;
    flex: 0 0 40%;
  }
  .campus-twbox .about-strategy-item:nth-child(even) .item-imgs {
    left: 50%;
  }
  .campus-twbox .about-strategy-item:nth-child(even) .global-inner {
    justify-content: flex-start;
  }
  .campus-twbox .about-strategy-item:nth-child(even) .box {
    max-width: 490px;
    flex: 0 0 40%;
  }
  .campus-twbox .about-strategy-item .item-title {
    line-height: 1.4em;
    max-width: 7.25em;
    padding: 0 0 calc(1.3rem + 3px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .campus-twbox .about-strategy-item:nth-child(odd) .box {
    margin-left: 0;
  }
  .campus-twbox .about-strategy-item:nth-child(even) .box {
    margin-left: calc(11.7% - 3rem);
  }
}
@media screen and (max-width: 991.98px) {
  .campus-topbox {
    padding: 1.2rem 0 1.6rem;
  }
  .campus-topbox .s-heading_h2 {
    font-size: .5rem;
  }

  .campus-topbox-doc {
    margin-top: .6rem;
  }
  .campus-topbox-doc .honortext {
    font-size: .32rem;
  }
  .campus-topbox-doc br {
    display: none;
  }

  .campus-twbox .about-strategy-item .item-body .box {
    padding: 0 0.2rem;
  }

  .campus-flow-box {
    padding: 1rem 0 1.5rem;
  }

  .campus-flow {
    margin: .8rem 0 0;
    padding: 0 0.16rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .campus-flow .item {
    flex: 0 0 36%;
    max-width: 36%;
    margin: 0 0 0.65rem -4.3%;
  }
  .campus-flow .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .campus-flow .box {
    padding: .2rem 0 0;
  }
  .campus-flow .item-icon img {
    height: .7rem;
  }
  .campus-flow .item-title {
    height: .68rem;
    margin: .14rem auto 0;
    font-size: .28rem;
    line-height: .34rem;
    color: #595959;
    max-width: 4.5em;
  }

  .campus-wx {
    width: 3.2rem;
    margin: 0.6rem auto 0;
  }
  .campus-wx .imgs {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  }
  .campus-wx .title {
    margin: .4rem auto 0;
    font-size: .32rem;
    line-height: 1.5em;
  }
}
/* 社会招聘 - 总所 */
.hrtab-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hrtab-box .tablist {
  display: flex;
  margin: 0 -1.5rem;
}
.hrtab-box li {
  padding: 0 1.5rem;
}
.hrtab-box li.active a {
  color: #e93138;
}
.hrtab-box li.active a::after {
  display: block;
}
.hrtab-box a {
  display: block;
  white-space: nowrap;
  padding: 0 0 calc(.5rem + 4px);
  position: relative;
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #212121;
}
.hrtab-box a::after {
  content: '';
  display: none;
  background-color: #e93138;
  width: 1.47em;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.headoffice-box {
  width: 100%;
  position: relative;
  margin: 3.7rem 0 0;
}

.headoffice-top {
  width: 100%;
  position: relative;
  padding: 3rem 4rem;
}
.headoffice-top .bg-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.headoffice-top .bg-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.headoffice-list {
  position: relative;
  z-index: 10;
}

.headoffice-item {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0 2rem;
}
.headoffice-item:last-child {
  margin-bottom: 0;
}
.headoffice-item .item-head {
  width: 100%;
  display: flex;
  padding: 1.25rem 0;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.headoffice-item .item-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #212121;
}
.headoffice-item .item-title .title {
  font-weight: bold;
}
.headoffice-item .item-title .word {
  color: #333333;
  font-size: 0.75em;
  margin-left: 5px;
}
.headoffice-item .item-handle {
  flex: none;
  margin-left: 2rem;
  width: 26px;
  height: 50px;
  display: block;
  border-radius: 13px;
  position: relative;
  background-color: #f8c3c5;
}
.headoffice-item .item-handle .circle {
  width: 18px;
  height: 18px;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 4px;
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.headoffice-item .item-body {
  display: none;
  padding: 1.5rem 0 2.9rem;
  font-size: .8rem;
  line-height: 2em;
  color: #212121;
}
.headoffice-item .item-detitem .lvtit {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: .58em;
}
.headoffice-item.show .item-head {
  border-bottom: solid 1px #ccc;
}
.headoffice-item.show .item-title {
  color: #e93138;
}
.headoffice-item.show .item-title .title {
  font-weight: bold;
}
.headoffice-item.show .item-title .word {
  display: none;
}
.headoffice-item.show .item-handle {
  background-color: #e93138;
}
.headoffice-item.show .item-handle .circle {
  top: calc(100% - 22px);
}
.headoffice-item.active .item-body {
  display: block;
}

.headoffice-bot {
  margin-top: 2rem;
  color: #212121;
  padding: 0 6rem;
}
.headoffice-bot .title {
  font-size: 1.2rem;
  line-height: 1em;
  margin-bottom: .7rem;
}
.headoffice-bot .doc {
  font-size: .8rem;
  line-height: 2em;
}

@media screen and (max-width: 991.98px) {
  .hr-main .inside-body {
    padding-top: 0.8rem;
  }

  .hrtab-box .tablist {
    margin: 0 -0.3rem;
  }
  .hrtab-box li {
    padding: 0 0.3rem;
  }
  .hrtab-box a {
    font-size: .44rem;
    line-height: 1em;
    padding: 0 0 calc(.2rem + 2px);
  }
  .hrtab-box a::after {
    height: 2px;
  }

  .headoffice-box {
    margin: .7rem 0 0;
  }

  .headoffice-top {
    width: 100vw;
    min-height: 4rem;
    margin: 0 -0.5rem;
    padding: .6rem .5rem;
  }

  .headoffice-item {
    padding: 0 0.4rem;
    margin-bottom: .4rem;
    border-radius: 12px;
  }
  .headoffice-item .item-head {
    padding: 0;
    height: 1.5rem;
  }
  .headoffice-item .item-title {
    font-size: .34rem;
    line-height: 1.33em;
  }
  .headoffice-item .item-title .title {
    font-weight: inherit;
  }
  .headoffice-item .item-handle {
    width: 0.4rem;
    height: 0.74rem;
    margin-left: 0.2rem;
  }
  .headoffice-item .item-handle .circle {
    width: 0.26rem;
    height: 0.26rem;
    top: 2px;
  }
  .headoffice-item .item-body {
    padding: .6rem 0 1.1rem;
    font-size: 0.28rem;
    line-height: 1.75em;
  }
  .headoffice-item .item-body .lvtit {
    font-size: .32rem;
    margin-bottom: .2rem;
  }
  .headoffice-item.show .item-handle .circle {
    top: calc(100% - 2px - 0.26rem);
  }

  .headoffice-bot {
    margin-top: 0.6rem;
    padding: 0;
  }
  .headoffice-bot .title {
    font-size: .32rem;
    margin-bottom: .2rem;
  }
  .headoffice-bot .doc {
    font-size: .28rem;
    line-height: 1.75em;
  }
}
/* 社会招聘 - 分所 */
.pbranch-box {
  margin: 3.1rem 0 0;
}

.pbranch-filt-wrap {
  display: flex;
  margin: 0 -0.5rem 3rem;
  align-items: flex-end;
  position: relative;
  z-index: 20;
}

.pbranch-filt-item {
  padding: 0 0.5rem;
  flex: 1;
}
.pbranch-filt-item .byted-select-input {
  background-color: #fff;
  border: solid 1px #ccc;
  color: #212121;
  border-radius: 4px;
}
.pbranch-filt-item .byted-select-arrow {
  color: #333;
}

.pbranch-filt-btnbox {
  flex: none;
  padding: 0 0.5rem;
  display: flex;
}
.pbranch-filt-btnbox .btn {
  width: 6rem;
  min-width: 0;
}

.pbranch-filtitem-label {
  font-size: .8rem;
  line-height: 1em;
  font-weight: bold;
  color: #212121;
  margin-bottom: .5em;
  padding-left: .9rem;
}

.pbranch-filt-schbox .inpt {
  width: 100%;
  height: calc(2.4rem + 2px);
  border-radius: 4px;
  border: solid 1px #ccc;
  padding: 0 .9rem;
  font-size: 1rem;
  line-height: 2.4rem;
  color: #212121;
}

.pbranch-sitem {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 2.3rem 2rem 1.5rem;
  margin-bottom: 2rem;
  color: #212121;
}
.pbranch-sitem:last-child {
  margin-bottom: 0;
}

.pbranch-sitem-head {
  width: 100%;
  padding: 0 0 1rem;
  border-bottom: solid 2px #e93138;
  margin-bottom: 4px;
}
.pbranch-sitem-head .lvtit {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.pbranch-sitem-head .docbox {
  font-size: .9rem;
  line-height: 1.6rem;
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  max-height: 4.8rem;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.pbranch-sitem-head .btn-viewall {
  display: none;
  color: #e93138;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), white);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: .8rem;
  padding: 0 0 0 1.875em;
  cursor: pointer;
}
.pbranch-sitem-head .btn-viewall .bi {
  flex: none;
  width: 10px;
  height: 10px;
  margin: -2px 0 0 6px;
}
.pbranch-sitem-head .btn-viewless {
  display: none;
  color: #e93138;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), white);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: .8rem;
  padding: 0 0 0 1.875em;
  cursor: pointer;
}
.pbranch-sitem-head .btn-viewless .bi {
  flex: none;
  width: 10px;
  height: 10px;
  margin: -2px 0 0 6px;
}

.pbranch-hritem .item-head {
  width: 100%;
  height: 4em;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
  position: relative;
  padding: 0 35px 0 0;
  font-size: 1rem;
  line-height: 2em;
  color: #212121;
  cursor: pointer;
}
.pbranch-hritem .item-title {
  flex: 0 0 55%;
  max-width: 620px;
}
.pbranch-hritem .item-city {
  flex: none;
  color: #666;
  white-space: nowrap;
}
.pbranch-hritem .item-handle {
  width: 1.75rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.pbranch-hritem .item-handle .bi {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  color: #666;
}
.pbranch-hritem .item-body {
  display: none;
  margin: 1.5rem 0 0;
  width: 100%;
  background-color: #fbf8f6;
  border-radius: 12px;
  padding: 1.5rem 1.75rem 1.5rem 1.5rem;
  font-size: .8rem;
  line-height: 2em;
  color: #333;
}
.pbranch-hritem .detitem {
  margin-bottom: 1em;
}
.pbranch-hritem .detitem:last-child {
  margin-bottom: 0;
}
.pbranch-hritem .detitem .title {
  font-size: 1.25em;
  line-height: 2em;
  color: #212121;
}
.pbranch-hritem.active .item-handle .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: #e93138;
}

.pbranch-sitem-foot {
  margin: 1.5rem 0 0;
  width: 100%;
  background-color: #fbf8f6;
  border-radius: 12px;
  padding: 1.5rem 35px 1.5rem 1.5rem;
  font-size: .8rem;
  line-height: 2em;
  color: #333;
}
.pbranch-sitem-foot .docbox {
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  max-height: 14.25em;
}
.pbranch-sitem-foot .doc {
  margin-top: -0.8em;
}
.pbranch-sitem-foot .doc h1, .pbranch-sitem-foot .doc h2, .pbranch-sitem-foot .doc h3, .pbranch-sitem-foot .doc h4 {
  font-size: 1.25em;
  line-height: 2em;
  color: #212121;
  margin-top: .8em;
}
.pbranch-sitem-foot .btnbox {
  width: 100%;
  display: none;
  justify-content: center;
  margin-top: 1em;
}
.pbranch-sitem-foot .btnbox a {
  cursor: pointer;
  color: #e93138;
  padding: 0 1em;
}
.pbranch-sitem-foot .btnbox .bi {
  flex: none;
  width: 10px;
  height: 10px;
  margin: -2px 0 0 6px;
}
.pbranch-sitem-foot .btn-viewall {
  display: block;
}
.pbranch-sitem-foot .btn-viewless {
  display: none;
}

@media screen and (min-width: 992px) {
  .pbranch-filt-item .byted-select-input {
    font-size: 1rem;
  }

  .pbranch-filt-btnbox .btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .pbranch-box {
    margin-top: .8rem;
  }

  .pbranch-filt-wrap {
    flex-wrap: wrap;
    margin: 0 -0.15rem 0.8rem;
  }

  .pbranch-filt-item {
    padding: 0 0.15rem;
  }
  .pbranch-filt-item.cityOrg, .pbranch-filt-item.post {
    width: 100%;
    margin-bottom: .3rem;
    flex: none;
  }

  .pbranch-filt-schbox .inpt {
    height: calc(.78rem + 2px);
    font-size: .32rem;
    padding: 0 0.28rem;
  }

  .pbranch-filt-btnbox {
    padding: 0 0.15rem;
  }
  .pbranch-filt-btnbox .btn {
    width: 1.7rem;
    height: calc(.78rem + 2px);
  }

  .pbranch-filtitem-label {
    font-size: .32rem;
    font-weight: inherit;
    padding: 0;
    color: #999999;
    margin-bottom: .2rem;
  }

  .pbranch-sitem {
    padding: 0.6rem 0.3rem;
    margin-bottom: .4rem;
  }

  .pbranch-sitem-head {
    padding-bottom: 0.4rem;
  }
  .pbranch-sitem-head .lvtit {
    font-size: .42rem;
    line-height: 1.3em;
  }
  .pbranch-sitem-head .docbox {
    font-size: .32rem;
    line-height: 0.5rem;
    max-height: 2rem;
    margin-top: .2rem;
  }
  .pbranch-sitem-head .btn-viewall, .pbranch-sitem-head .btn-viewless {
    font-size: .3rem;
  }

  .pbranch-hritem .item-head {
    justify-content: space-between;
    font-size: .42rem;
    padding: 0 0.7rem 0 0;
  }
  .pbranch-hritem .item-title {
    display: block;
    flex: 1;
    max-width: none;
  }
  .pbranch-hritem .item-city {
    margin-left: .3rem;
    font-size: .8em;
  }
  .pbranch-hritem .item-handle {
    width: .7rem;
    justify-content: flex-end;
  }
  .pbranch-hritem .item-handle .bi {
    width: .3rem;
    height: .3rem;
  }
  .pbranch-hritem .item-body {
    margin: .4rem 0 0;
    padding: .4rem;
    font-size: .28rem;
    line-height: 1.85em;
  }

  .pbranch-sitem-foot {
    margin-top: .4rem;
    padding: .4rem;
    font-size: .28rem;
    line-height: 1.85em;
  }
  .pbranch-sitem-foot .docbox {
    max-height: 13.5em;
  }

  body.is-ios.is-wx .pbranch-sitem-head .docbox {
    max-height: 1.8rem;
  }
  body.is-ios.is-wx .pbranch-sitem-foot .docbox {
    max-height: 13em;
  }
}
/* 新闻 */
.news-main {
  padding-bottom: 4.5rem;
}

.news-headswip {
  width: 100%;
  /* height: 45.3125vw; */
  height: 27.5rem;
  overflow: hidden;
  position: relative;
}
.news-headswip .slide-box {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-headswip .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-headswip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-headswip .slide-body {
  width: 100%;
  padding: 2.5rem 0 4rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  color: #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-headswip .slide-time {
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: .5em;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-headswip .slide-title {
  font-size: 2rem;
  line-height: 1.25em;
  height: 1.25em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-headswip .swiper-slide-active .slide-body {
  transition-delay: .5s;
  opacity: 1;
}
.news-headswip .swiper-slide-active .slide-time {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  transition-delay: .6s;
}
.news-headswip .swiper-slide-active .slide-title {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  transition-delay: .7s;
}

.news-headswip-tool {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.news-headswip-paging {
  width: 100%;
  max-width: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  z-index: 20;
}
.news-headswip-paging .bullet {
  flex: 1;
  height: 2.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.news-headswip-paging .bullet::after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  background-color: #707070;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-headswip-paging .bullet.active::after {
  background-color: #fff;
}

.news-media-box {
  margin: 2rem 0 0;
}

.news-media-swip {
  width: 100%;
  position: relative;
}
.news-media-swip .slide-box {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 1.6rem;
  position: relative;
}
.news-media-swip .slide-box::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  top: 0;
}
.news-media-swip .slide-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-media-swip .imgs {
  width: 100%;
  padding: 54.7% 0 0;
  position: relative;
  overflow: hidden;
}
.news-media-swip .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-media-swip .icon-play {
  width: 1.9em;
  height: 1.9em;
  display: block;
  color: #fff;
  position: absolute;
  left: .75em;
  bottom: .75em;
  z-index: 10;
}
.news-media-swip .slide-title {
  font-size: 1rem;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  margin-top: .75em;
}

.news-wrap {
  width: 100%;
  margin-top: 3rem;
}

.news-tabbox {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 50;
}
.news-tabbox .tablist {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5em;
  border-bottom: 1px solid #d9d9d9;
  white-space: nowrap;
}
.news-tabbox li {
  flex: none;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1em;
  color: #000;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.news-tabbox li::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #e93138;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 5;
}
.news-tabbox li.active {
  color: #e93138;
}
.news-tabbox li.active::after {
  width: 100%;
  opacity: 1;
}

.news-tabbox-place {
  width: 100%;
  height: 4rem;
  display: none;
}

body.fixed-newstab .news-tabbox {
  position: fixed;
  left: 0;
  top: 5rem;
}
body.fixed-newstab .news-tabbox::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
body.fixed-newstab .news-tabbox-place {
  display: block;
}

.news-bitem {
  width: 100%;
  position: relative;
  margin-top: 7.2rem;
}
.news-bitem:first-child {
  margin-top: 0;
}

.news-bitem-anchor {
  width: 100%;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: -10rem;
}

.news-bitem-lvtit {
  padding: 1.5rem 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1em;
  color: #212121;
}

.news-bitem-topbox {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: .7rem;
}

.news-headline {
  width: 100%;
  height: 13.25rem;
  flex: 1;
  position: relative;
}
.news-headline .box {
  width: 100%;
  height: 100%;
  background-color: #fcfbf9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.6rem 2.5rem 1.6rem 2rem;
  font-size: .8rem;
  line-height: 1.5em;
  color: #666;
  position: relative;
}
.news-headline .title {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #212121;
  font-weight: bold;
  max-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .9rem;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.news-headline .desc {
  max-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-headline .time {
  color: #999;
}

.news-recommend {
  flex: 0 0 31%;
  max-width: 395px;
  margin-left: 1.75rem;
}
.news-recommend li {
  border-bottom: solid 1px #ededed;
  font-size: .9rem;
  line-height: 1.5rem;
  color: #212121;
  padding: 1em 0;
}
.news-recommend li:first-child {
  padding-top: 0;
}
.news-recommend li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news-recommend .box {
  width: 100%;
  display: block;
  position: relative;
}
.news-recommend .title {
  height: 3rem;
  overflow: hidden;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.news-recommend .time {
  width: 7.2rem;
  text-align: right;
  font-size: .8rem;
  color: #999;
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.news-list .item {
  border-bottom: solid 1px #ededed;
}
.news-list .item-box {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.6rem 10.2rem 1.6rem 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-list .item-body {
  width: 100%;
  height: 3.4rem;
  display: flex;
  justify-content: space-between;
}
.news-list .item-title {
  flex: 0 0 67%;
  max-width: 725px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-list .item-title span {
  max-height: 3.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.news-list .item-desc {
  font-size: .9em;
  line-height: 1.5em;
  max-height: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 4px;
  color: #666666;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-list .item-time {
  flex: none;
  display: flex;
  white-space: nowrap;
  color: #222;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-list .unit {
  display: block;
  text-align: center;
  font-size: .7rem;
  line-height: 1.1rem;
  height: 1.1rem;
  opacity: .6;
  text-transform: uppercase;
}
.news-list .num {
  font-size: 1rem;
  line-height: 1em;
  height: 1em;
  display: block;
  text-align: center;
  margin-top: .5em;
  font-weight: bold;
}
.news-list .item-month {
  margin-right: 2.3rem;
  position: relative;
}
.news-list .item-month .num {
  position: relative;
}
.news-list .item-month .num::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #222222;
  border-radius: 100%;
  position: absolute;
  left: calc(100% + .8rem);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.news-list .item-handle {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 100%;
  background-color: #e93138;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-list .item-handle .bi {
  width: 46%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .news-headswip .swiper-slide:hover .slide-imgs img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  .news-media-swip {
    overflow: hidden;
  }
  .news-media-swip .swiper-wrapper {
    width: auto;
    margin: 0 -1.6rem;
  }
  .news-media-swip .swiper-slide {
    width: 33.33%;
  }
  .news-media-swip .swiper-slide:last-child .slide-box::after {
    display: none;
  }
  .news-media-swip .slide-box:hover .imgs img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  .news-media-swip .slide-box:hover .slide-title {
    color: #e93138;
  }

  .news-tabbox li:hover {
    color: #e93138;
  }

  .news-headline a:hover .title {
    color: #e93138;
  }

  .news-recommend li:hover .title {
    color: #e93138;
  }

  .news-list li:hover .item-box {
    background-color: #fcfbfb;
  }
  .news-list li:hover .item-title, .news-list li:hover .item-desc {
    margin-left: 2rem;
  }
  .news-list li:hover .item-time {
    margin-right: -.5rem;
  }
  .news-list li:hover .item-handle {
    opacity: 1;
  }
}
@media screen and (max-width: 991.98px) {
  .news-main {
    padding-bottom: 1.5rem;
  }

  .news-headswip {
    height: 5.75rem;
  }
  .news-headswip .slide-body {
    padding: .3rem 0 0.5rem;
  }
  .news-headswip .slide-time {
    font-size: 1em;
    margin-bottom: .15rem;
  }
  .news-headswip .slide-title {
    font-size: .32rem;
    line-height: 1.4em;
    height: 1.4em;
  }

  .news-headswip-tool {
    padding: 0 0.3rem;
  }

  .news-headswip-paging .bullet {
    height: .4rem;
  }
  .news-headswip-paging .bullet::after {
    height: 2px;
  }

  .news-media-box {
    margin-top: .6rem;
    padding: 0 0.3rem;
  }

  .news-media-swip .slide-box {
    padding: 0 0.3rem;
  }
  .news-media-swip .imgs {
    padding: 50.5% 0 0;
  }
  .news-media-swip .slide-title {
    font-size: .34rem;
    margin-top: .3rem;
  }

  .news-wrap {
    margin-top: 1rem;
  }

  .news-tabbox .tablist {
    height: 1.1rem;
    padding: 0;
  }
  .news-tabbox li {
    font-size: .3rem;
  }

  .news-tabbox-place {
    height: 1.1rem;
  }

  body.fixed-newstab .news-tabbox {
    top: 1.2rem;
  }

  .news-bitem {
    margin-top: .9rem;
  }

  .news-bitem-anchor {
    top: -2.8rem;
  }

  .news-bitem-lvtit {
    padding: .6rem 0 .5rem;
    font-size: .44rem;
  }

  .news-bitem-topbox {
    margin-bottom: .3rem;
  }

  .news-headline {
    height: auto;
  }
  .news-headline .box {
    padding: .5rem .5rem .6rem;
    font-size: .28rem;
  }
  .news-headline .title {
    font-size: .36rem;
    margin-bottom: .4rem;
  }
  .news-headline .time {
    margin-top: .4rem;
  }

  .news-list .item-box {
    padding: .5rem 0 .6rem;
  }
  .news-list .item-body {
    display: block;
    height: auto;
  }
  .news-list .item-title {
    flex: none;
    max-width: none;
    width: 100%;
    font-size: .34rem;
    line-height: 1.5em;
    height: auto;
  }
  .news-list .item-title span {
    max-height: 3em;
  }
  .news-list .item-desc {
    margin-top: 0.3rem;
  }
  .news-list .item-time {
    margin-top: .3rem;
  }
  .news-list .unit {
    font-size: .28rem;
    line-height: 1em;
    height: 1em;
  }
  .news-list .num {
    font-size: .32rem;
    margin-top: .2rem;
  }
  .news-list .item-month {
    margin: 0 .96rem 0 0;
  }
  .news-list .item-month .num::after {
    left: calc(100% + .32rem);
  }
  .news-list .item-handle {
    display: none;
  }
}
/* 新闻详情 */
.newsdet-topbox {
  width: 100%;
  position: relative;
}
.newsdet-topbox .bg-imgs {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.newsdet-topbox .b-body {
  width: 100%;
  min-height: 17.5em;
  position: relative;
  z-index: 10;
  padding: 7em 0 2em;
  color: #fff;
  text-align: center;
}
.newsdet-topbox .title {
  font-size: 2rem;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-shadow: 3px 0 16px rgba(0, 0, 0, 0.16);
}
.newsdet-topbox .time {
  margin-top: 8px;
  font-size: 1.3em;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.newsdet-box {
  max-width: 900px;
  font-size: .8em;
  line-height: 2;
  margin: 0 auto;
}
.newsdet-box h1, .newsdet-box h2 {
  font-size: 1.75em;
  font-weight: bold;
  margin-top: 2.68em;
}
.newsdet-box h3 {
  font-weight: bold;
  margin-top: 2em;
}
.newsdet-box img {
  margin-top: 2em;
  border-radius: 8px;
  max-width: 100%;
  height: auto !important;
}

.newsdet-botbox {
  width: 100%;
  min-height: 55px;
  margin: 5.2rem auto 0;
  position: relative;
  display: flex;
  align-items: center;
}

.newsdet_btn {
  width: 180px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #e93138;
  color: #fff;
  font-size: .8em;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  margin: 0;
}
.newsdet_btn a {
  display: block;
}

.newsdet-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.newsdet-page-ctrl {
  width: calc(50% - 152px);
  position: relative;
  font-size: .8rem;
  line-height: 1.5em;
  color: #222;
}
.newsdet-page-ctrl a {
  display: flex;
  align-items: center;
}
.newsdet-page-ctrl span {
  font-size: .9rem;
  white-space: nowrap;
  font-weight: bold;
  color: #525252;
  display: block;
}
.newsdet-page-ctrl.prev span {
  margin-right: 1.2rem;
}
.newsdet-page-ctrl.next {
  text-align: right;
}
.newsdet-page-ctrl.next span {
  margin-left: 1.2rem;
}

.newsdet-share {
  position: absolute;
  right: 2.65em;
  top: 3.75em;
  z-index: 50;
}
.newsdet-share svg {
  width: 20px;
  height: 20px;
  color: #d9d9d9;
  flex: none;
}
.newsdet-share li {
  position: relative;
}
.newsdet-share li + li {
  margin-top: 15px;
}
.newsdet-share .hd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  position: relative;
}
.newsdet-share .dropbox {
  width: 120px;
  height: 120px;
  background-color: #f4f4f4;
  position: absolute;
  right: 50px;
  border-radius: 6px;
  top: 2px;
  display: none;
}
.newsdet-share .dropbox::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #f4f4f4;
  transform: rotate(45deg);
  right: -4px;
  top: 8px;
}
.newsdet-share .dropbox img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.newsdet-share.isffixedtab {
  position: fixed;
  top: calc(5rem + 3.75em);
}

body.hide-return .newsdet_btn {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .newsdet-main .inside-body {
    padding: 3.5rem 0 4.5rem;
  }

  .newsdet-share li:hover .hd {
    background-color: #e93138;
    border-color: #e93138;
  }
  .newsdet-share li:hover .hd svg {
    color: #fff;
  }
  .newsdet-share li:hover .dropbox {
    display: block;
  }

  .newsdet-page-ctrl a:hover {
    color: #e93138;
  }
  .newsdet-page-ctrl a:hover span {
    color: inherit;
  }

  .newsdet_btn:hover {
    background-color: #d30000;
  }

  .newsdet-topbox .bg-imgs {
    background-image: url("../image/banner3_2.jpg") !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .newsdet-share {
    right: 1em;
  }
}
@media screen and (max-width: 991.98px) {
  .newsdet-topbox .b-body {
    padding: 1.5rem 0 .5rem;
    min-height: 4.5rem;
  }
  .newsdet-topbox .title {
    font-size: .46rem;
    letter-spacing: 0;
  }
  .newsdet-topbox .time {
    font-size: .4rem;
  }

  .newsdet-box {
    width: 100%;
    max-width: none;
    font-size: .32rem;
  }
  .newsdet-box h1, .newsdet-box h2 {
    font-size: .36rem;
    margin-top: 1rem;
  }
  .newsdet-box h3 {
    margin-top: 1rem;
  }

  .newsdet-botbox {
    margin-top: 1.2rem;
    display: block;
    min-height: 0;
  }

  .newsdet_btn {
    position: static;
    width: 2.4rem;
    height: 0.8rem;
    line-height: .8rem;
    font-size: .28rem;
    transform: none;
    -webkit-transform: none;
    margin: 0 auto;
  }

  .newsdet-page {
    display: block;
    margin-top: .3rem;
  }

  .newsdet-page-ctrl {
    width: 100%;
    max-width: none;
    font-size: .28rem;
    margin-top: .3rem;
  }
  .newsdet-page-ctrl a {
    flex-wrap: wrap;
  }
  .newsdet-page-ctrl span {
    width: 100%;
    font-size: .32rem;
    margin: 0 0 .1rem !important;
    color: inherit;
  }
  .newsdet-page-ctrl.next {
    text-align: left;
  }
  .newsdet-page-ctrl.next a {
    flex-direction: column-reverse;
  }
}
/* 党建动态 */
@media screen and (min-width: 992px) {
  .party-main .inside-body {
    padding: 2.9rem 0 6rem;
  }
}
/* 党委概况 */
.dw-introd-box {
  margin-top: 4.35rem;
}
.dw-introd-box .honortext {
  text-align: justify;
  text-justify: inter-ideograph;
}
.dw-introd-box .honortext p {
  margin-top: 0.83em;
}

.dw-introd-head {
  margin-bottom: 2.1rem;
}

.dw-introd-contway {
  margin-top: 4.1rem;
  font-size: 1rem;
  line-height: 1.8em;
  color: #222222;
}
.dw-introd-contway .lvtit {
  font-size: 1.8rem;
  line-height: 1em;
  position: relative;
  color: #222222;
  padding: 0 0 calc(.44em + 3px);
  margin-bottom: 1.35rem;
}
.dw-introd-contway .lvtit::after {
  content: '';
  display: block;
  width: 1.1em;
  height: 3px;
  background-color: #e93138;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dw-introd-contway .way {
  width: 100%;
  display: flex;
}
.dw-introd-contway .way .tt {
  flex: none;
  white-space: nowrap;
  width: 4.6em;
}
.dw-introd-contway .way .doc {
  flex: 1;
}

@media screen and (min-width: 992px) {
  .dw-main .inside-body {
    padding-bottom: 6.2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .dw-introd-box {
    margin-top: .6rem;
  }
  .dw-introd-box .honortext {
    font-size: .32rem;
    line-height: 1.75em;
  }

  .dw-introd-head {
    margin-bottom: 0.68rem;
  }
  .dw-introd-head .s-heading_h2 {
    font-size: .45rem;
    white-space: nowrap;
  }

  .dw-introd-contway {
    margin-top: 1.2rem;
    font-size: .28rem;
  }
  .dw-introd-contway .lvtit {
    font-size: .42rem;
    padding: 0 0 calc(.3rem + 3px);
    margin-bottom: .5rem;
  }
  .dw-introd-contway .lvtit::after {
    width: .84rem;
  }
}
/* 党委简介 - 组织架构 */
.dworg-box {
  margin-top: 5rem;
}
.dworg-box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .dworg-main .inside-body {
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .dworg-box {
    margin-top: 1.16rem;
  }
}
/* 党委简介 - 委员职责分工 */
.division-list {
  margin-top: 1.1em;
  color: #212121;
}

.division-item {
  border-bottom: solid 1px #cccccc;
}
.division-item.active .division-item-head .item-handle {
  color: #e93138;
}
.division-item.active .division-item-head .item-handle .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.division-item-head {
  width: 100%;
  height: 6.6rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
}
.division-item-head .item-title {
  font-size: 1.8rem;
  line-height: 1.5em;
}
.division-item-head .item-handle {
  flex: none;
  width: 0.75em;
  height: .75em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #666;
}
.division-item-head .item-handle .bi {
  width: 100%;
  height: 100%;
  display: block;
}

.division-item-body {
  display: none;
  padding: 0 0 3.5em;
}

.division-staff-list {
  margin: -1em;
}
.division-staff-list .sfitem {
  padding: 1em;
}
.division-staff-list .box {
  width: 100%;
  height: 100%;
  min-height: 14em;
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 1.5em;
}
.division-staff-list .sfitem-head {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.3em;
  display: flex;
  flex-wrap: wrap;
}
.division-staff-list .sfitem-head .info {
  display: flex;
  align-items: center;
}
.division-staff-list .sfitem-head .info + .info::before {
  content: '';
  flex: none;
  display: block;
  width: 1px;
  height: .8em;
  background-color: rgba(33, 33, 33, 0.2);
  margin: 0 0.5em;
}
.division-staff-list .sfitem-head .name {
  font-size: .9em;
}
.division-staff-list .sfitem-post {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #e93138;
  margin-bottom: .75em;
}
.division-staff-list .sfitem-desc {
  font-size: .9em;
  line-height: 1.56em;
  color: #666666;
}
.division-staff-list .sfitem-tel {
  font-size: .9em;
  line-height: 1.56em;
  color: #666666;
  margin-top: 0.67em;
}

.division-branch {
  margin-bottom: 3.4em;
}
.division-branch:last-child {
  margin-bottom: 2em;
}
.division-branch .division-staff-list .box {
  min-height: 9.5em;
}

.division-branch-lvtit {
  font-size: 1.5rem;
  line-height: 3.8rem;
  margin-bottom: 0.9rem;
}

@media screen and (max-width: 991.98px) {
  .division-item-head {
    height: auto;
    padding: .7rem 0;
  }
  .division-item-head .item-title {
    font-size: .5rem;
  }
  .division-item-head .item-handle {
    width: .3rem;
    height: .3rem;
  }

  .division-item-body {
    padding-bottom: .6rem;
  }

  .division-staff-list .sfitem-head {
    font-size: .28rem;
  }
  .division-staff-list .sfitem-head .name {
    font-size: 1em;
  }
  .division-staff-list .sfitem-post {
    font-size: .42rem;
    margin-bottom: .32rem;
  }
  .division-staff-list .sfitem-desc, .division-staff-list .sfitem-tel {
    font-size: .32rem;
  }

  .division-branch-lvtit {
    font-size: .44rem;
    line-height: 1.4em;
    margin-bottom: .5rem;
  }
}
/* 党委 - 荣誉辑录 */
.dwhonor-swip {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 3.5em;
}
.dwhonor-swip .swiper-slide {
  width: 360px;
}
.dwhonor-swip .imgs {
  width: 100%;
  padding: 75% 0 0;
  overflow: hidden;
  position: relative;
}
.dwhonor-swip img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.dwhonor-swip .title {
  font-size: 1.2em;
  margin-top: 1.46em;
  line-height: 1.25em;
  text-align: center;
  display: none;
}
.dwhonor-swip .swiper-slide-active .title {
  display: block;
}

.dwhonor-swip-tool {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.8em;
  position: relative;
  z-index: 20;
}

.dwhonor-swip-ctrl {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  color: #9a9a9a;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.dwhonor-swip-ctrl .bi {
  flex: none;
  width: 46%;
  height: 46%;
  display: block;
}

.dwhonor-swip-paging {
  width: 6.875em;
  font-size: .8em;
  line-height: 1.5em;
  color: #021211;
  text-align: center;
}

.dwhonor-listbox {
  width: 100%;
  max-width: 985px;
  margin: 4.5em auto 0;
  position: relative;
}

.dwhonor-list {
  position: relative;
  overflow: hidden;
}
.dwhonor-list::before {
  content: '';
  display: block;
  width: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  z-index: 1;
}
.dwhonor-list::after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: solid 2px #e5e5e5;
  background-color: #d50100;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.dwhonor-item {
  padding-left: 4.25em;
  position: relative;
  z-index: 10;
  margin-bottom: 4em;
}
.dwhonor-item::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: solid 2px #e5e5e5;
  background-color: #d50100;
  position: absolute;
  left: 0;
  top: calc((1.8em - 17px) / 2);
  z-index: 5;
}
.dwhonor-item .item-box {
  width: 100%;
  display: flex;
}
.dwhonor-item .item-year {
  width: 5em;
  flex: none;
  white-space: nowrap;
  font-size: 1.8em;
  line-height: 1em;
  color: #212121;
}
.dwhonor-item .item-body {
  flex: 1;
  padding: .15em 0 0;
}
.dwhonor-item .doc {
  font-size: 1em;
  line-height: 1.5em;
  color: #666;
}
.dwhonor-item .doc p {
  margin-bottom: .6em;
}
.dwhonor-item .doc p:last-child {
  margin-bottom: 0;
}

.dwhonor-list-tool {
  display: flex;
  width: 100%;
  font-size: .9em;
  line-height: 2.22;
  color: #999999;
  white-space: nowrap;
}
.dwhonor-list-tool .ctrl {
  width: 4em;
  text-align: center;
  transform: translateX(-1.5em);
  -webkit-transform: translateX(-1.5em);
  cursor: pointer;
}

.dwhonor-more {
  display: block;
}

.dwhonor-less {
  display: none;
}

@media screen and (min-width: 992px) {
  .dwhonor-list-tool .ctrl:hover {
    color: #e93138;
  }

  .dwhonor-swip-ctrl:hover {
    border-color: #d40000;
    background-color: #d40000;
    color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  .dwhonor-swip-ctrl {
    width: .8rem;
    height: .8rem;
  }

  .dwhonor-item {
    padding-left: .7rem;
    margin-bottom: 3em;
  }
  .dwhonor-item .item-box {
    display: block;
  }
  .dwhonor-item .item-year {
    width: 100%;
  }
  .dwhonor-item .item-body {
    padding: 0;
    margin: .3rem 0 0;
  }
  .dwhonor-item .doc {
    font-size: .3rem;
    line-height: 1.6em;
  }
  .dwhonor-item .doc p {
    margin-bottom: .65em;
  }

  .dwhonor-list-tool {
    font-size: .28rem;
    color: #e93138;
  }
  .dwhonor-list-tool .ctrl {
    transform: none;
    -webkit-transform: none;
  }
}
/* 搜索结果页 */
.psearch-topbox {
  max-width: 1100px;
  margin: 0 auto 2.9em;
}
.psearch-topbox .inptbox {
  width: 100%;
  position: relative;
}
.psearch-topbox .inpt {
  width: 100%;
  height: calc(3.4em + 2px);
  line-height: 3.4em;
  border: 1px solid #ededed;
  padding: 0 4.1em 0 1.4em;
  position: relative;
  font-size: 1em;
  color: #212121;
  display: block;
}
.psearch-topbox .btn-sch {
  width: 4.1em;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
  color: #e93138;
}
.psearch-topbox .btn-sch .bi {
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.psearch-num {
  font-size: .8em;
  line-height: 1em;
  color: #666;
  padding-bottom: .94em;
  border-bottom: solid 1px #ededed;
}

.search-list .item-body {
  display: block;
  height: auto;
}
.search-list .item-title {
  max-width: none;
  width: 100%;
  display: flex;
  align-items: baseline;
}

@media screen and (min-width: 992px) {
  .search-list .item-box {
    padding: 1.6rem 7.5rem 1.6rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  .psearch-num {
    font-size: .32rem;
  }
}
/* 网站地图 */
.p-map .head-place {
  display: block;
}
.p-map .inside-body {
  padding: 5.5rem 0 5.6rem;
}

.maph1 {
  font-size: 2.8em;
  position: relative;
  text-align: center;
}

.maph1::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -5px;
  background-color: #e60012;
  height: 4px;
  width: 60px;
  bottom: -25px;
}

.mapcen .maplv1 {
  font-size: 1.2em;
  padding: 1.66em 0;
}

.mapcen .list {
  border-bottom: 1px solid #e5e5e5;
}

.maplv2 {
  font-size: 1em;
}

.maplv3 {
  font-size: .8em;
  line-height: 1.8;
}

.maplv3box {
  margin-top: 1.25em;
}

.mapcen .botom {
  padding-bottom: 35px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2em;
}

.mapcen .list:last-child {
  border-bottom: 0px;
}

.mapcen .list:first-child {
  border-top: 1px solid #e5e5e5;
}

.mapcen .item {
  flex: 0 0 16.6%;
  margin-bottom: 2em;
}

.mapcen {
  margin-top: 4.75em;
}

.mapcen .list:last-child .botom {
  padding-bottom: 0;
}

@media (min-width: 991px) {
  .mapcen a:hover {
    color: #da0f20;
  }
}
@media (max-width: 992px) {
  .p-map .inside-body {
    padding: 1rem 0 1.5rem;
  }

  .maph1 {
    font-size: .6rem;
  }

  .mapcen .maplv1 {
    font-size: .4rem;
  }

  .maplv2 {
    font-size: .36rem;
  }

  .mapcen .item {
    flex: 0 0 33%;
  }

  .maplv3 {
    font-size: .3rem;
  }
}
/* 30周年庆 - 列表页 */
.genres-head {
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
.genres-head img {
  height: 100%;
  display: block;
}

.genres-list {
  margin: -1rem;
}
.genres-list .item {
  padding: 1rem;
}
.genres-list .item-box {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.genres-list .item-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.genres-list .imgs {
  width: 100%;
  padding: 60% 0 0;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.genres-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.genres-list .item-body {
  width: 100%;
  position: relative;
  padding: 1rem 1.5rem 1.2rem;
}
.genres-list .item-title {
  width: 100%;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #212121;
  height: 4.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.genres-list .item-time {
  font-size: .8rem;
  line-height: 1em;
  height: 1em;
  color: #666666;
  margin-top: 1.75rem;
}

@media screen and (min-width: 992px) {
  .genres-main .inside-body {
    padding-bottom: 5rem;
  }

  .genres-list .item-box:hover .imgs {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@media screen and (max-width: 991.98px) {
  .genres-main .inside-body {
    padding-top: 1.32rem;
  }

  .genres-head {
    height: .7rem;
    margin-bottom: 0.72rem;
  }

  .genres-list {
    margin: 0;
  }
  .genres-list .item {
    padding: 0rem;
    margin-bottom: .4rem;
  }
  .genres-list .item:last-child {
    margin-bottom: 0;
  }
  .genres-list .item-body {
    padding: 0.3rem 0.36rem 0.38rem;
  }
  .genres-list .item-title {
    font-size: 0.4rem;
    line-height: 0.56rem;
    height: 1.68rem;
  }
  .genres-list .item-time {
    font-size: .28rem;
    margin-top: 0.68rem;
  }
}
.result-filtbox.web {
  font-size: .9rem;
  line-height: 0.8rem;
  color: #4c4c4c;
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #ededed;
  padding-bottom: 2rem;
}

.result-filtbox.web .swiper-slide.current {
  font-weight: bold;
}

.result-filtbox.web .swiper-slide.current, .result-list li:hover .item-arrow {
  color: #DC4036;
}

.result-filtbox.web .swiper-slide {
  width: auto;
  margin: 0 1rem 0 0;
}

.result-filtbox.web a {
  display: block;
}

.result-filtbox.app {
  margin-bottom: 0.24rem;
}

.result-filtbox {
  width: 100%;
  position: relative;
}

.byted-select-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}

.app.hidden-lg-up .byted-select-input {
  cursor: none;
  display: block;
  font-size: 0.3rem;
  line-height: 1;
  color: #222222;
  width: 100%;
  height: auto;
  align-items: normal;
  border-radius: initial;
  padding: 0;
  font-weight: bold;
  border: solid 0px #0052b7;
  background: none;
}

.app.hidden-lg-up .byted-popover-wrapper {
  top: 160%;
}

.result-filtbox i {
  font-style: normal;
}

.item-title i {
  font-style: normal;
  color: #DC4036;
  font-weight: bold;
}

/* 2024.8.5 新增 */
.lawdet-bitem .item-doc .col1{
  display: inline-block;
  width: 1em;
}
.lawdet-bitem .item-doc .col2{
  display: inline-block;
  width: 2em;
}
.lawdet-bitem .item-doc .col3{
  display: inline-block;
  width: 3em;
}