/*全局样式*/
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 32px;
}
.layout {
  position: relative;
  left: 0;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0%, 0px, 0px);
          transform: translate3d(0%, 0px, 0px);
  background-color: #fff;
}
body {
  font: 0.75rem "Microsoft YaHei", arial;
  font-family: 'Arial';
  text-align: left;
  color: #333;
  background: #fff;
  position: relative;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type=password],
input[type="reset"],
input[type="date"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #bf001f;
}
em,
i {
  font-style: normal;
}
li,
ol,
ul {
  list-style-type: none;
}
img {
  border: 0;
}
h3 {
  font-weight: normal;
}
p {
  margin-bottom: 0;
  color: #666;
}

iframe { max-width: 100%; }
.w1000 {
  width: 100%;
}
aside,
.banner {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* header */
.top_logo,
.top {
  display: none;
}
.pad50 {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.pad30 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ellipsis1 {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: nowrap !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mui-content {
  background: #fff;
}
.ix-main {
  width: 100%;
}
.ix-icolist {
  width: 2.8125rem;
  height: 2.8125rem;
  position: fixed;
  left: 1.5625rem;
  top: 0;
  background: url(/statics/images/us/nav-list.png) no-repeat;
  background-size: 2.8125rem;
  z-index: 999;
}
#offCanvasHide {
  width: 1.486486rem;
  height: 1.486486rem;
  background: url(/statics/images/us/cha.png) no-repeat;
  border: none;
  background-size: 1.486486rem;
}
.mui-off-canvas-left,
.mui-off-canvas-right {
  background: #444;
}
.mui-scroll .change {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
.mui-scroll .change a {
  color: #fff;
}
.mui-table-view-inverted {
  background: #444;
}
.mui-table-view-inverted .mui-table-view-cell:after {
  background-color: #777;
}
.mui-table-view-inverted:after {
  background-color: #777;
}
.mui-table-view-inverted:before {
  background-color: #777;
}
.mui-off-canvas-left {
  visibility: visible;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mui-active {
  z-index: 0;
  visibility: visible;
  position: fixed;
}
.mui-scroll-wrapper {
  height: 100%;
}
.nav-list {
  width: 92px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/statics/images/us/nav-list.png');
  background-position: top;
  padding-bottom: 20px;
  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 999;
  padding-top: 90px;
  font-size: 20px;
}
.nav-list .change {
  background: rgba(0, 0, 0,.5);margin-top: 10px;
    border-radius: 5px;
    padding: 2px;
    display: block;
}
.nav-list a {
  color: #fff;
}
.act-layout {
  -webkit-transform: translate3d(70%, 0px, 0px);
          transform: translate3d(70%, 0px, 0px);
}
.act-layout .mui-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
}
.logo_btn { display: none; }
/* banner */
.header_focus {
  display: none;
}
.position {
  display: none;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 0.9375rem;
  height: 0.15625rem;
  border-radius: 0.15625rem;
}
.banner .swiper-pagination-bullet-active {
  background: #bf001f;
  opacity: 1;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide h1 {
  position: absolute;
  padding: 0 1.5625rem;
  font-size: 1rem;
  color: #fff;
  left: 0;
  top: 7.5rem;
}
.banner .swiper-slide h2 {
  position: absolute;
  padding: 0 1.5625rem;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  font-weight: normal;
  color: #fff;
  left: 0;
  top: 9rem;
}
/* 正文 */
.index_1 h3 {
  display: none;
}
.index_1 {
  color: #757a7e;
  padding: 30px 20px;
}
.index_1 h2 {
  font-size: 0.875rem;
  line-height: 30px;
  padding: 0 0 30px;
}
.index_1 p {
  line-height: 30px;
  font-size: 20px;
}
.index_1 span {
  padding-top: 30px;
}
.index_1 span a {
  border: #dcdcdc solid 1px;
  color: #666666;
  padding: 0.4375rem 0.78125rem;
  font-size: 24px;
  font-weight: normal;
}
.index_2 {
  height: 228px;
}
.index_2 .bd li {
  height: 228px;
  background-size: contain;
}
.slider1 {
  height: 228px;
}
.slider1 .bd li {
  height: 228px;
}
.index_3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px;
}
.index_3 a {
  width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  padding: 25px 20px;
  margin-bottom: 20px;
}
.index_3 .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  margin: 0 50px;
  margin-bottom: 15px;
}
.index_3 .icon {
  margin: 0 10px;
}
.index_3 .title {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.index_3 p {
  font-size: 20px;
  color: #888;
  text-align: center;
}
.index_3 .know-more {
  color: #878787;
  font-size: 14px;
  letter-spacing: 1px;
  display: none;
  margin-top: 0;
  border-bottom: 1px solid #999;
}
.ix-more {
  text-align: center;
  margin-top: 38px;
}
.ix-more span {
  width: auto;
  height: auto;
  line-height: normal;
  padding: 10px 16px;
}
.index_3 .icon-feature-graph {
  background-image: url('/statics/images/us/m-inx3_icon1.png');
}
.index_3 .icon-feature-hammer {
  background-image: url('/statics/images/us/m-inx3_icon2.png');
}
.index_3 .icon-feature-gear {
  background-image: url('/statics/images/us/m-inx3_icon3.png');
}
.m-flc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.index_2 {
  position: relative;
  height: 334px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0;
}
.index_2 .bd li {
  display: none;
  /* background-image: url('/statics/images/us/m-inx5_ban.jpg')!important;  */
  height: 334px;
}
.index_2 .bd li a {
  width: 100%;
  height: 100%;
  display: block;
}
.index_2 .slide_nav {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: center;
}
.index_2 .slide_nav a {
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  background: url(/statics/images/us/focus_dot.png) no-repeat 0 0;
  margin: 0 2px;
}
.index_2 .slide_nav li:hover,
.index_2 .slide_nav .on {
  background-position: -14px 0;
}
.index_4 .fl {
  width: 100%;
  height: auto;
  padding: 32px;
  padding-bottom: 0;
  background-color: #fff;
}
.index_4 .fl .hd {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  background-color: #f3f3f3;
  text-align: right;
  padding-bottom: 12px;
}
.index_4 .fl .hd a {
  display: inline-block;
  margin-left: 10px;
}
.index_4 .fl .bd img {
  width: 100%;
  height: 275px;
}
.index_4 .fl .bd h2 {
  display: inline-block;
  padding-bottom: 5px;
  margin: 30px 30px 10px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.index_4 .fl .bd p {
  padding: 30px;
  font-size: 20px;
  line-height: 36px;
  margin-top: 0;
  background-color: #f3f3f3;
}
.index_4 .fl:nth-child(2) {
  display: block;
}
.index_4 .fr {
  display: none;
}
.index_5 .fr {
  display: none;
}
.index_5 .fl {
  padding: 0 32px;
}
.index_5 .fl img {
  width: 100%!important;
  height: 368px!important;
}
/* footer */
.footer .fl .fsubnav,
.footer .fr {
  display: none;
}
.footer .wp {
  width: 100%;
}
.footer .fl {
  width: 100%;
}
.footer .fl .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer .fl .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  padding-right: 0;
}
.footer .fl .list dl dd {
  text-align: center;
}
.footer .fl .list dl dd p:first-child {
  font-size: 24px;
  margin-bottom: 10px;
}
.footer .fl .list dl dd p {
  color: #fff;
  font-size: 20px;
}
.copyright .wp {
  width: 100%;
  padding: 0 20px;
} 
.copyright .fl {
  width: 100%;
  font-size: 22px;
  text-align: center;
}
.copyright .fr {
  display: none;
}
.copyright .beian {
  display: none;
}
.footer {
  padding: 45px 0;
}
/* 分页器  */
/* .tc {
  display: none;
} */
.inner-more {
  display: block;
}
.inner-more {
  text-align: center;
  margin-bottom: 1.875rem;
}
/* 移动端的更多按钮 */
.inner-more a {
  padding: 0.4375rem 1rem;
  font-size: 0.875rem;
  color: #666666;
  border: #dcdcdc solid 1px;
  margin-top: 1.875rem;
  display: inline-block;
}
/* ---------------内页------------------ */
.plr {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
 
}
.subnav {
  margin: 0 auto;
  width: auto;
  height: auto;
  line-height: initial;
  color: #fff;
  padding: 1rem 0rem;
  display: flex;
  flex-wrap: wrap;
}
.subnav a {
  color: #878787;
  font-size: 0.875rem;
  padding: 0.3266rem;
}
.subnav a:hover {
  background: #f0f0f0;
}
.subnav a.on {
  background: #444;
  color: #fff;
}
.plr .flx {
  width: 100%;
  padding-top: 0.625rem;
  flex-wrap: wrap; 
}
/*关于家理*/
.inner-aboutjl {
  padding: 32px;
  width: auto;
  margin: 0 auto;
}
.inner-aboutjl-text p {
  font-size: 22px;
  line-height: 38px;
}
.inner-aboutjl-pic {
  height: auto;
  padding: 20px;
}
.inner-aboutjl-pic img {
  width: 503px;
  margin: 0 auto;
  display: block;
  float: none;
}
.inner-aboutjl-pic p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  padding: 0;
  padding-top: 40px;
}
.inner-aboutjl-con p {
  font-size: 22px;
  line-height: 38px;
}
.inner-aboutjl-con p img {
  width: 100%!important;
  height: auto!important;
}
/* 案例 */
.page_case .box {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #e4e4e4;
  overflow: hidden;
}
.page_case .box:hover {
  background: #eee;
}
.page_case .box .date b {
  font-size: 0.75rem;
  font-weight: normal;
}
.page_case .box .date span {
  font-size: 0.75rem;
}
.page_case .box h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 15px 0;
}
.page_case .box p {
  font-size: 0.75rem;
  line-height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.inner-field {
  padding: 80px 60px;
  width: auto;
  margin: 0 auto;
}
.inner-field li {
  margin-bottom: 24px;
  background: #ededed;
}
.inner-field li .inner-fieldcon {
  padding: 0 20px;
  padding-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner-field li .inner-fieldcon span {
  width: 100%;
  position: relative;
  border-bottom: #dddddd solid 1px;
  font-size: 24px;
  left: auto;
  top: auto;
  display: block;
  padding: 20px 50px;
  margin-bottom: 12px;
}
.inner-field li .inner-fieldcon span br {
  display: none;
}
.inner-field li .inner-fieldcon span img {
  padding: 0 15px;
  vertical-align: middle;
}
.inner-field li .inner-fieldcon p {
  line-height: 38px;
  font-size: 20px;
  border-left: none;
  padding-left: 0;
}
/* 团队 */
.team_txt {
  padding: 30px 0;
  overflow: hidden;
}
.team_txt .fl {
  display: none;
}
.team_txt .fr {
  width: 100%;
  line-height: 30px;
  color: #888;
  background: #ededed;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
  font-size: 0.85rem;
  line-height: 1.8;
}
.team_tj {
  overflow: hidden;
}
.team_tj .box {
  padding: 0 0 20px;
  overflow: hidden;
}
.team_tj .box .thumb,
.team_tj .box .info {
  width: 100%;
  height: auto;
}
.team_tj .box .thumb img {
  width: 100%;
  height: auto;
}
.team_tj .box .info {
  background: #eee;
  background: #ededed;
  padding: 1.625rem 1.5625rem;
}
.team_tj .box .info .tit {
  padding: 20px 0;
}
.team_tj .box .info .tit h1 {
  margin: 0;
  padding-top: 0.3125rem;
  text-align: center;
  color: #333;
  font-size: 1.25rem;
}
.team_tj .box .info .tit p {
  padding: 0;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.8;
  margin-top: 20px;
}
.team_tj .box .info .con {
  padding: 0 50px 50px;
  padding: 0;
  font-weight: normal;
  font-size: 0.85rem;
  line-height: 1.8;
}
.team_tj .box .info .more {
  padding: 0.4375rem 1rem;
  font-size: 0.875rem;
  color: #666666;
  border: #dcdcdc solid 1px;
  margin: 0 auto;
  margin-top: 1.875rem;
  display: block;
}
.team_tj .box .banner_img img {
  width: 100%;
}
.team_list {
  width: 100%;
  padding: 10px 0;
}
.team_list li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-left: 0;
  margin-bottom: 0.625rem;
  text-align: center;
  color: #333;
}
.team_list li:nth-child(2n) {
  margin-right: 0;
}
.team_list li img {
  width: 100%;
  height: auto;
}
.team_list li h1 {
  font-size: 0.9rem; 
  text-align: center;
  color: #666666;
  padding: 0;
}
.team_list li p {
  padding: 5px 0 10px;
  font-weight: bold;
}
.team_list li:hover {
  background: #e8e8e8;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}
.hvh {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
.team_content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}
.team_content .w1000 {
  width: 100%;
  padding: 50px 0;
  position: relative;
}
.team_content .fl {
  width: 100%;
  padding: 0 60px; 
}
.team_content .fl .thumb img {
  width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.team_content .fl .contact {
  padding-top: 30px;
  line-height: 38px;
}
.team_content .fr {
  position: initial;
  padding: 0 60px;
  width: 100%;
  display: block;
}
.team_content .fr .info {
  color: #333;
}
.team_content .fr .info h1 {
  font-size: 30px;
  margin-top: 20px;
}
.team_content .fr .info p {
  padding: 10px 0;
  font-weight: bold;
}
.team_content .fr .con {
  padding-top: 50px;
}
.team_content .fr .con h2 {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 15px;
  color: #222;
}
.team_content .fr .con p {
  color: #757a7e;
  font-size: 23px;
  line-height: 38px;
}
.team_content .fr .close {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/statics/images/us/close.jpg) no-repeat;
  top: 0;
  right: 0;
  opacity: 0.9;
}
.team_content .fr .close:hover {
  opacity: 1;
}
/* 联系方式 */
.contact_tit {
  text-align: center;
  padding: 30px 0;
}
.contact_tit h1 {
  height: 98px;
  line-height: 86px;
  background: url(/statics/images/us/contact_tit.jpg) no-repeat center top;
  background-size: 340px;
  font-weight: normal;
  font-size: 0.9575rem;
}
.contact_tit h2 {
  text-align: center;
  font-weight: bold;
  padding: 0.3125rem 0;
  font-size: 1.875rem;
}
.contact_tit p {
  color: #666;
  font-size: 20px;
}
.contact_box {
  margin: 0 auto;
  width: 100%;
  border: 2px solid #222;
  margin-bottom: 30px;
  text-align: center;
  padding: 0.625rem;
}
.contact_box img {
  max-width: 100%;
}
.contact_box span {
  padding: 30px 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #444;
}
.contact_box h1 {
  font-weight: bold;
  text-align: center;
  color: #f25555;
  font-size: 1.625rem;
  padding: 0.3125rem 0;
}
.contact_box h2 {
  font-size: 45px;
  line-height: 48px;
  color: #9c9c9c;
  font-weight: normal;
  padding: 10px 0 20px;
}
.contact_box p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 38px;
  color: #666;
  margin-bottom: 0.3125rem;
}
.contact_box h3 {
  padding: 30px 0;
}
.contact_box h3 img {
  padding: 0 ;
  width: 40px;
  height: 40px;
}
.contact_box #allmap {
  width: 100%;
}
/*办案标准化*/
.inner-standard {
  padding: 80px 0;
  width: 100%;
  margin: 0 auto;
}
.inner-standard li {
  margin-bottom: 1.5625rem;
}
.inner-standard .inner-standardpic {
  padding-top: 1.25rem;
}
.inner-standard li img {
  width: 100%;
}
.inner-standard li h3 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  font-weight: normal;
  color: #333333;
}
.inner-standard li p {
  color: #666;
  margin-bottom: 40px;
  line-height: 36px;
  border-bottom: #e1e1e1 solid 1px;
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
/* 文章 */
.content_cont .wp {
  width: 100%;
  font-size: 18px;
}
.content_cont .wp p {
  font-size: 18px;
}
.infos {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  padding: 20px 0 20px;
  margin-bottom: 30px;
}
.infos h1 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #333;
}
.infos .time {
  margin-right: 0;
  color: #888;
  display: block;
  text-align: left;
  margin-top: 10px;
}
.infos p {
  color: #555;
  padding-top: 10px;
}
/* 家理荣誉 */
.honor_content .w_auto {
  width: 100%;
}

/*.honor_content #pages {
    display: none;
}*/
.honor_content .w_auto .list ul li {
  padding-bottom: 25px;
  margin-bottom: 24px;
}
.honor_content .w_auto .list ul li a {
  height: 126px;
}
.honor_content .w_auto .list ul li .img_box {
  width: 173px;
  height: 126px;
}
.honor_content .w_auto .list ul li .img_box img {
  width: 173px;
  height: 126px;
}
.honor_content .w_auto .list ul li .info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
.honor_content .w_auto .list ul li .info .tips {
  font-size: 18px;
}
.honor_content .w_auto .list ul li .info span {
  font-size: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.honor_content .w_auto .list ul li .info p {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.honor_content .w_auto .list ul li .info .flx em {
  font-size: 18px;
}
.honor_content .w_auto .list ul li .info p {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.honor_content .w_auto .list ul li .info .flx em {
  font-size: 18px;
}

/*模拟法庭*/

.inner-mootcourt {
    padding: 80px 25px;
    width: 100%; 
}

.inner-mootcourt-top {
    margin-bottom: 50px;
}

.inner-mootcourt-top h3 {
    font-size: 30px; 
    margin-bottom: 30px;
}

.inner-mootcourt-top p {
    font-size: 20px; 
    line-height: 36px; 
}

.inner-mootcourtpic {
    width: 100%;
    height: 410px;
}

.inner-mootcourt-title {
    padding: 30px 0; 
}

.inner-mootcourt-title h3 {
    font-size: 30px; 
}

.m-answerwrap li {
    padding: 33px 0 25px; 
    padding-right: 100px; 
}

.m-answerwrap li h2 {
    font-size: 24px; 
}

.m-answerwrap li p {
    font-size: 20px;
    line-height: 36px;
} 

.focusBox {  width:100%;   }

.focusBox .pic img { width:100%; } 
.m-answerwrap li a { 
    top: 50%; 
}


.map_content {
  padding-top: 2.8125rem;
}
.map_content .w_auto {
  width: 100%; 
}
.map_content dl {
  padding: 0 0.625rem;
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem; 
}
.map_content dl dt {
  font-size: 0.64rem; 
  margin-bottom: 1.5rem; 
}
.map_content dl dd {
    font-size: 0.62rem; 
    line-height: 1.2rem;
    margin-right: 1.5625rem; 
} 
.newTeam_content {
  padding-top: 1.5625rem;
  background-color: #fff;
}
.newTeam_content:before {
  height: 6.4688rem;
  z-index: 0;
}
.newTeam_content .w_auto {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.newTeam_content .position {
  display: none;
}
.newTeam_content .flx {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newTeam_content .left_ {
  margin-right: 0;
  text-align: center;
}
.newTeam_content .left_ img {
  width: 8.75rem;
  height: 13.125rem;
  margin-bottom: 0.7812rem;
}
.newTeam_content .left_ .call {
  display: block;
  margin: 0 auto;
  width: 6.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.5625rem;
}
.newTeam_content .right_ {
  width: 100%;
  padding-top: 0.9375rem;
}
.newTeam_content .right_ .head_ {
  margin-bottom: 1.0938rem;
  padding: 0 0.9375rem;
}
.newTeam_content .right_ .head_ span {
  font-weight: bold;
  font-size: 0.8125rem;
  color: #333;
}
.newTeam_content .right_ .head_ span b {
  font-size: 0.6875rem;
  color: #bdbdbd;
  display: inline-block;
  margin-left: 0.75rem;
}
.newTeam_content .right_ .head_ .more {
  font-size: 0.62rem;
  color: #888;
}
.newTeam_content .right_ .tips {
  margin-bottom: 2.375rem;
  padding: 0 0.9375rem;
  text-align: center;
}
.newTeam_content .right_ .tips span {
  font-size: 0.6rem;
  padding: 0 0.625rem;
}
.newTeam_content .right_ .tips span a {
  color: #666;
}
.newTeam_content .right_ .tips span:first-child:before {
  height: 0.4688rem;
}
.newTeam_content .right_ .tips span:after {
  height: 0.4688rem;
}
.newTeam_content .right_ .content {
  padding: 0 0.625rem;
  padding-bottom: 1.5625rem;
  border-left: 0.0312rem solid #f5f5f5;
}
.newTeam_content .right_ .item {
  padding-bottom: 0.75rem;
  margin-bottom: 0.7812rem;
}
.newTeam_content .right_ .item:last-child {
  border-bottom: none;
  font-size: 0.6rem;
  line-height: 1rem;
}
.newTeam_content .right_ .item h3 {
  width: 100%;
  font-size: 0.68rem;
  margin-bottom: 0.8125rem;
}
.newTeam_content .right_ .item h3 a {
  font-size: 0.6rem;
}
.newTeam_content .right_ .item h3:before {
  width: 0.125rem;
  height: 0.625rem;
  margin-right: 0.4062rem;
}
.newTeam_content .right_ .item ul li {
  width: 100%;
  font-size: 0.6rem;
  line-height: 1rem;
}
.newTeam_content .right_ .item p {
  font-size: 0.6rem;
  line-height: 1rem;
}