body {
  font-size: 16px;
}
.main {
  margin-top: 100px;
}
.meunedw {
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin: 20px auto 0;
  line-height: 50px;
  overflow: hidden;
  display: flex;
  height: 50px;
}
.meunedw .label {
  white-space: nowrap;
  width: 5em;
  padding-left: 20px;
  text-align: right;
  flex: 0 0 auto;
  font-weight: bold;
}
.meunedw ul {
  display: flex;
  flex-wrap: wrap;
}
.meunedw ul li {
  padding: 0 24px;
  flex: 0 0 auto;
  color: grey;
  position: relative;
}
.meunedw ul li a {
  display: block;
}
.meunedw ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  border-right: 1px solid #d3d3d3;
}
.meunedw ul li:hover {
  color: #06f;
}
.meunedw ul li:last-child::after {
  display: none;
}
.meunedw ul .active {
  color: #06f;
}
.meunedw .icon {
  width: 12px;
  height: 7px;
  margin: 22px;
}
.autoheight {
  height: auto;
}
.gflist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gflist .list-wrapper {
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.gflist .list-wrapper .top_list_item {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  border: 1px dashed #ddd;
  background: #FFFCEB;
  position: relative;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.gflist .list-wrapper .top_list_item:nth-of-type(1) {
  border: 0;
  margin-top: 3px;
}
.gflist .list-wrapper .top_list_item .topicon {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 50px;
  height: 46px;
  background: url(../img/top_list_01.png) no-repeat;
  background-size: cover;
}
.gflist .list-wrapper .top_list_item .top_list_item_l,
.gflist .list-wrapper .top_list_item .top_list_item_r {
  display: inline-block;
  vertical-align: text-top;
}
.gflist .list-wrapper .top_list_item .top_list_item_l {
  flex: 1;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_1f {
  height: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_1f .top_list_item_title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_1f .top_list_item_title:hover {
  color: red;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_1f .top_list_item_title .icon {
  display: none;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_3f {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_3f li {
  margin-right: 20px;
  flex: 1;
  width: 30%;
  height: 15vw;
  max-height: 220px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_3f li img {
  width: 100%;
  height: 100%;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_2f li {
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_2f li span {
  color: #479ded;
  padding-right: 5px;
}
.gflist .list-wrapper .top_list_item .top_list_item_l_2f li span:first-child {
  color: #666;
}
.gflist .list-wrapper .top_list_item .botitem {
  display: none;
}
.gflist .list-wrapper .top_list_item .top_list_item_r {
  padding-top: 43px;
}
.gflist .list-wrapper .top_list_item .top_list_item_r .contact-box {
  margin-right: 10px;
  vertical-align: middle;
  line-height: 36px;
  padding-top: 5px;
}
.gflist .list-wrapper .top_list_item .top_list_item_r .top_list_item_r_btn {
  cursor: pointer;
  display: block;
  height: 38px;
  width: 142px;
  border-radius: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: 0;
  outline: none;
  background-color: #fff;
  border: 1px solid #EE4341;
  color: #EE4341;
}
.gflist .list-wrapper .top_list_item .top_list_item_r .top_list_item_r_btn:hover {
  background-color: #ee4340;
  color: #fff;
}
.gflist .list-wrapper .top_list_item .top_list_item_r .red {
  background-color: #EE4341 !important;
  color: #fff !important;
}
.gflist .list-wrapper .top_list_item .top_list_item_r .top_list_item_r_time {
  text-align: center;
  font-size: 16px;
  color: #999;
  height: 16px;
  line-height: 16px;
}
.floor {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.floor .commonleft {
  flex: 1;
  max-width: calc(100% - 408px);
}
.floor .commonleft .title {
  display: flex;
  align-items: flex-end;
}
.floor .commonleft .title .ztitle {
  font-size: 30px;
  font-weight: bold;
}
.floor .commonleft .title .stitle {
  font-style: normal;
  font-size: 18px;
  color: #999999;
  padding-left: 15px;
}
.floor .commonleft .meun {
  font-size: 18px;
  margin: 30px 0 15px;
  display: flex;
  height: 58px;
  overflow: hidden;
}
.floor .commonleft .meun ul {
  display: flex;
  flex-wrap: wrap;
  color: #7a7a7a;
}
.floor .commonleft .meun ul li {
  margin-bottom: 40px;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #ddd;
  line-height: 1;
  position: relative;
}
.floor .commonleft .meun ul li a {
  position: relative;
}
.floor .commonleft .meun ul li:hover a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  background: #0052cd;
  left: 0;
}
.floor .commonleft .meun ul li:last-child {
  border: none;
}
.floor .commonleft .meun ul .avtive a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  background: #0052cd;
  left: 0;
}
.floor .commonleft .meun .icon {
  width: 12px;
  height: 7px;
  margin-top: 5px;
}
.floor .commonleft .autoheight {
  height: auto;
}
.floor .commonleft .territory {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 0 15px;
}
.floor .commonleft .territory .tory {
  display: flex;
  padding: 20px 0;
}
.floor .commonleft .territory .tory:last-child {
  border-top: 1px solid #eee;
}
.floor .commonleft .territory .tory .rut {
  display: block;
  font-size: 16px;
  width: 110px;
  font-weight: bold;
  flex: 0 0 auto;
}
.floor .commonleft .territory .tory .rut .icon {
  vertical-align: middle;
  margin-right: 10px;
}
.floor .commonleft .territory .tory .rut span {
  vertical-align: middle;
}
.floor .commonleft .territory .tory .torylist a {
  color: #666;
  border-right: 1px solid #ccc;
  padding: 0 20px;
  line-height: 14px;
  display: inline-block;
  margin: 7px 0;
  font-size: 14px;
}
.floor .commonleft .territory .tory .torylist a:last-child {
  border: none;
}
.floor .commonleft .territory .tory .torylist .active {
  color: #4a92ff;
}
.floor .commonleft .cutclass {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  margin-bottom: 30px;
}
.floor .commonleft .cutclass ul {
  display: flex;
}
.floor .commonleft .cutclass ul li {
  color: #666;
  padding: 15px 10px;
  border-bottom: 4px solid transparent;
  margin-right: 30px;
}
.floor .commonleft .cutclass ul .active {
  color: #333;
  border-bottom: 4px solid #115ed0;
  font-weight: bold;
}
.floor .commonleft .main ul {
  display: none;
}
.floor .commonleft .main ul li {
  padding: 30px;
  border-bottom: 2px solid #eee;
  transition: all 0.3s;
}
.floor .commonleft .main ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.floor .commonleft .main ul li .wen {
  display: flex;
  font-size: 20px;
  font-weight: bold;
}
.floor .commonleft .main ul li .wen .icon {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 10px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  top: 0;
  background-color: #4a92ff;
}
.floor .commonleft .main ul li .wen a {
  display: block;
}
.floor .commonleft .main ul li .wen a:hover {
  color: #c20404;
}
.floor .commonleft .main ul li .dao {
  font-size: 16px;
  line-height: 37px;
  margin: 25px 0 20px;
  display: flex;
}
.floor .commonleft .main ul li .dao .icon {
  display: inline-block;
  width: 29px;
  flex: 0 0 auto;
  margin-right: 10px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  top: 5px;
  background-color: #eaa37c;
}
.floor .commonleft .main ul li .dao p {
  margin-top: -5px;
  overflow: hidden;
  text-overflow: ellopsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor .commonleft .main ul li .lawyer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #686869;
  line-height: 46px;
  margin-left: 46px;
}
.floor .commonleft .main ul li .lawyer :first-child {
  width: 50%;
}
.floor .commonleft .main ul li .lawyer .tx {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #f4f4f4;
  margin-left: -10px;
}
.floor .commonleft .main ul li .lawyer .wz {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.floor .commonleft .main ul .lawyerlist {
  padding: 30px 0;
}
.floor .commonleft .main ul .lawyerlist:hover {
  box-shadow: none;
  background-color: #fff;
}
.floor .commonleft .main ul .lawyerlist .title {
  font-size: 30px;
  font-weight: bold;
}
.floor .commonleft .main ul .lawyerlist .lawyers {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item {
  width: 184px;
  overflow: hidden;
  position: relative;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item .zp {
  width: 100%;
  transition: all 0.5s;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item .zp:hover {
  transform: scale(1.1);
}
.floor .commonleft .main ul .lawyerlist .lawyers .item .lawmsg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .name {
  font-size: 16px;
  margin-bottom: 10px;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .tel {
  font-size: 14px;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .tel::before {
  content: '';
  background-color: #c20404;
  width: 3px;
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .hetong {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  display: none;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .but {
  display: inline-block;
  margin-top: 20px;
  width: 100px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border: 1px solid #c20404;
  background-color: #c20404;
  border-radius: 40px;
  font-size: 14px;
  display: none;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item:hover {
  text-align: center;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item:hover .hetong {
  display: block;
}
.floor .commonleft .main ul .lawyerlist .lawyers .item:hover .but {
  display: inline-block;
}
.floor .commonleft .main ul .pages {
  text-align: center;
  padding: 40px 0;
}
.floor .commonleft .main ul .pages ul {
  display: block;
}
.floor .commonleft .main ul .pages ul li {
  display: inline-block;
  line-height: 27px;
  padding: 0;
  border: none;
  margin-bottom: 5px;
}
.floor .commonleft .main ul .pages ul li a {
  display: block;
  border: 1px solid #ccc;
  padding: 0 9px;
}
.floor .commonleft .main ul .pages ul li a:hover {
  background-color: #115ed0;
  border-color: #115ed0;
  color: #fff;
}
.floor .commonleft .main ul .pages ul li .active {
  background-color: #115ed0;
  border-color: #115ed0;
  color: #fff;
}
.floor .commonleft .maxgeo {
  height: 2000px;
  overflow: hidden;
  padding: 10px;
}
.floor .commonleft .loadmore {
  display: block;
  margin: 40px auto;
  width: 184px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #c20404;
  color: #c20404;
  text-align: center;
  border-radius: 25px;
}
.floor .commonleft .loadmore:hover {
  color: #fff;
  background-color: #c20404;
}
.floor .commonleft .wenda {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  transition: all 0.5s;
  position: relative;
  top: 0px;
  border-bottom: 1px solid #eee;
}
.floor .commonleft .wenda:hover {
  top: -5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.floor .commonleft .wenda .wen {
  display: flex;
  font-size: 20px;
  font-weight: bold;
}
.floor .commonleft .wenda .wen .icon {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 10px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  top: 0;
  background-color: #4a92ff;
}
.floor .commonleft .wenda .wen a {
  display: block;
}
.floor .commonleft .wenda .wen a:hover {
  color: #c20404;
}
.floor .commonleft .wenda .dao {
  font-size: 16px;
  line-height: 37px;
  margin: 25px 0 20px;
  display: flex;
}
.floor .commonleft .wenda .dao .icon {
  display: inline-block;
  width: 29px;
  flex: 0 0 auto;
  margin-right: 10px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  top: 5px;
  background-color: #eaa37c;
}
.floor .commonleft .wenda .dao p {
  margin-top: -5px;
  overflow: hidden;
  text-overflow: ellopsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor .commonleft .wenda .lawyer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #686869;
  line-height: 46px;
  margin-left: 46px;
}
.floor .commonleft .wenda .lawyer :first-child {
  width: 50%;
}
.floor .commonleft .wenda .lawyer .tx {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #f4f4f4;
  margin-left: -10px;
}
.floor .commonleft .wenda .lawyer .wz {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.floor .commonleft .ress {
  background: #fff;
  padding: 20px 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  transition: all 0.5s;
  position: relative;
  border-bottom: 1px solid #eee;
  top: 0px;
}
.floor .commonleft .ress:hover {
  top: -5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.floor .commonleft .ress .lawyer {
  display: flex;
  align-items: center;
}
.floor .commonleft .ress .lawyer .toux {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 10px;
}
.floor .commonleft .ress .lawyer .toux .tx {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.floor .commonleft .ress .lawyer .toux .vip {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
}
.floor .commonleft .ress .lawyer .nam h3 {
  font-size: 16px;
  font-weight: 800;
  color: #333333;
}
.floor .commonleft .ress .lawyer .nam p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-top: 5px;
}
.floor .commonleft .ress .layeer {
  display: none;
}
.floor .commonleft .ress .info {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 1.5;
  text-align: justify;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.floor .commonleft .ress .info::before {
  content: '';
  float: right;
  width: 0px;
  height: calc(100% - 1.5em);
  background: red;
}
.floor .commonleft .ress .info::after {
  content: "";
  width: 999vw;
  height: 999vw;
  position: absolute;
  box-shadow: inset calc(100px - 999vw) calc(30px - 999vw) 0 0 #fff;
  margin-left: -100px;
}
.floor .commonleft .ress .info .zkqb {
  float: right;
  clear: both;
  color: #4367b4;
  cursor: pointer;
}
.floor .commonleft .ress .info .zkqb::after {
  content: "展开";
}
.floor .commonleft .ress input {
  display: none;
}
.floor .commonleft .ress input:checked + .info {
  -webkit-line-clamp: 999;
}
.floor .commonleft .ress input:checked + .info .zkqb {
  position: relative;
  z-index: 2;
}
.floor .commonleft .ress input:checked + .info .zkqb::after {
  content: "收起";
}
.floor .commonleft .ress .picSwiper img {
  width: 100%;
  height: 33vw;
  max-height: 568px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.floor .commonleft .ress .picSwiper .bg {
  object-fit: cover;
  filter: blur(40px);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.floor .commonleft .ress .imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
}
.floor .commonleft .ress .imgs .img {
  width: 130px;
  height: 130px;
  margin: 2px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.floor .commonleft .ress .imgs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor .commonleft .ress .imgs .bigimg {
  width: 440px;
  border-radius: 8px;
  max-height: 300px;
  overflow: hidden;
}
.floor .commonleft .ress .imgs .bigimg img {
  width: 100%;
  border-radius: 8px;
}
.floor .commonleft .ress .wzimg {
  cursor: pointer;
  width: 600px;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.floor .commonleft .ress .wzimg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.floor .commonleft .ress .wzimg img {
  height: 100%;
  width: 100%;
}
.floor .commonleft .ress .wzimg .tokn {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor .commonleft .ress .wzimg .tokn .tx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}
.floor .commonleft .ress .wzimg p {
  color: #ffffff;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 20px;
}
.floor .commonleft .ress .video2 {
  height: 500px;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.floor .commonleft .ress .video2 video {
  min-width: 350px;
  height: 100%;
  border-radius: 10px;
  background: #F6F6F6;
  object-fit: cover;
}
.floor .commonleft .ress .put {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  line-height: 20px;
  padding: 15px;
}
.floor .commonleft .ress .put div {
  cursor: pointer;
}
.floor .commonleft .ress .put div:hover {
  color: #ff5252;
}
.floor .commonleft .ress .put .icon {
  width: 22px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 10px;
  object-fit: contain;
}
.floor .commonleft .ress .put .dianzai {
  display: flex;
}
.floor .commonleft .ress .put .dianzai .but {
  cursor: pointer;
  display: block;
  height: 38px;
  width: 142px;
  border-radius: 38px;
  text-align: center;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #EE4341;
  color: #EE4341;
  margin-left: 20px;
  font-size: 16px;
  transition: all 0.3s;
}
.floor .commonleft .ress .put .dianzai .but:hover {
  background: #EE4341;
  color: #ffffff;
}
.floor .commonleft .ress .put .dianzai .red {
  background: #EE4341;
  color: #ffffff;
}
.floor .commonleft .ress .put .dianzai .red:hover {
  opacity: 0.5;
}
.floor .commonleft .ress .put .telbut {
  display: none;
}
.floor .commonleft .ress .bigimgs img {
  width: 100%;
  border-radius: 8px;
}
.floor .commonleft .show {
  background: #fff;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  transition: all 0.5s;
  position: relative;
  border-bottom: 1px solid #eee;
  top: 0px;
  border-bottom: 1px solid #D8D8D8;
}
.floor .commonleft .show:hover {
  top: -5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.floor .commonleft .show .tu {
  width: 222px;
  height: 167px;
  flex: 0 0 auto;
  margin-right: 22px;
  overflow: hidden;
  border-radius: 10px;
}
.floor .commonleft .show .tu img {
  width: 100%;
  border-radius: 10px;
}
.floor .commonleft .show .centent .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor .commonleft .show .centent .zhunade {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor .commonleft .show .centent .zhunade .wentu {
  display: none;
}
.floor .commonleft .show .lushixinxi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.floor .commonleft .show .lushixinxi .shanbu {
  display: flex;
  align-items: center;
}
.floor .commonleft .show .lushixinxi .shanbu .qubh {
  padding: 0 5px;
  height: 27px;
  background: #EAF2FF;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4A92FF;
  line-height: 27px;
  text-align: center;
}
.floor .commonleft .show .lushixinxi .shanbu .tongji {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 46px;
  margin-left: 12px;
}
.floor .commonleft .show .lushixinxi .shanbu .tongji img {
  width: 11px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
}
.floor .commonleft .show .lushixinxi .shanbu .tongji span {
  vertical-align: middle;
}
.floor .commonleft .show .lushixinxi .xiabu {
  display: flex;
  align-items: center;
}
.floor .commonleft .show .lushixinxi .xiabu .touxian {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.floor .commonleft .show .lushixinxi .xiabu .touxian img {
  width: 100%;
  height: 100%;
}
.floor .commonleft .show .lushixinxi .xiabu .namr {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4A92FF;
  line-height: 50px;
  margin: 0 18px;
}
.floor .commonleft .show .lushixinxi .xiabu .namr a {
  color: #4A92FF;
}
.floor .commonleft .show .lushixinxi .xiabu .addss {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 50px;
}
.floor .commonleft .openhide {
  background: #ffffff;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #de9761;
  cursor: pointer;
  position: relative;
}
.floor .commonleft .openhide::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 90%;
  background: #de9761;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.floor .commonleft .openhide span {
  position: relative;
  background: #ffffff;
  z-index: 2;
  padding: 0 10px;
}
.floor .commonleft .mskopen::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 117px;
  margin-top: -117px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 86%);
}
.floor .commonleft .pages {
  text-align: center;
  padding: 20px 0;
}
.floor .commonleft .pages ul li {
  display: inline-block;
  line-height: 27px;
  padding: 0 !important;
  margin-bottom: 10px;
}
.floor .commonleft .pages ul li a {
  display: block;
  border: 1px solid #ccc;
  padding: 0 9px;
}
.floor .commonleft .pages ul li a:hover {
  background-color: #115ed0;
  border-color: #115ed0;
  color: #fff;
}
.floor .commonleft .pages ul li .active {
  background-color: #115ed0;
  border-color: #115ed0;
  color: #fff;
}
.floor .commonright {
  width: 388px;
  flex: 0 0 auto;
  margin-left: 20px;
  position: relative;
}
.floor .commonright .mainrightcen {
  background: #ffffff;
  box-shadow: 2px 7px 18px 3px rgba(153, 153, 153, 0.21);
  padding: 20px;
}
.floor .commonright .mainrightcen .news {
  position: relative;
}
.floor .commonright .mainrightcen .news img {
  width: 100%;
  height: 100%;
}
.floor .commonright .mainrightcen .news .msff {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41px;
  background: rgba(0, 0, 0, 0.46);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.floor .commonright .mainrightcen .news .msff .rty {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
.floor .commonright .mainrightcen .news .msff .but {
  display: block;
  width: 53px;
  height: 24px;
  background: #EC1E1E;
  border-radius: 5px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}
.floor .commonright .mainrightcen .arclist li {
  padding: 15px 0;
}
.floor .commonright .mainrightcen .arclist li .wz {
  display: flex;
  align-items: flex-start;
}
.floor .commonright .mainrightcen .arclist li .wz .wc {
  width: 150px;
  height: 85px;
  border-radius: 10px;
}
.floor .commonright .mainrightcen .arclist li .wz .wzcen {
  margin-left: 15px;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.floor .commonright .mainrightcen .arclist li .bgh {
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
  align-items: center;
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.floor .commonright .mainrightcen .arclist li .bgh .zcbot {
  width: 8px;
  height: 8px;
}
.floor .commonright .mainrightcen .arclist li .bgh .zcbot img {
  width: 100%;
  height: 100%;
}
.floor .commonright .mainrightcen .arclist li .wzs p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor .commonright .mainrightcen .arclist li .wzs .pics {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
}
.floor .commonright .mainrightcen .arclist li .wzs .pics .pic {
  width: 33.3333%;
  padding: 0 4px;
  flex: 1;
  /* one item */
  /* two items */
  /* three items */
}
.floor .commonright .mainrightcen .arclist li .wzs .pics .pic img {
  display: flex;
  width: 100%;
  height: 100%;
}
.floor .commonright .mainrightcen .arclist li .wzs .pics .pic:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  max-height: 300px;
}
.floor .commonright .mainrightcen .arclist li .wzs .pics .pic:first-child:nth-last-child(2),
.floor .commonright .mainrightcen .arclist li .wzs .pics .pic:first-child:nth-last-child(2) ~ .pic {
  max-height: 200px;
}
.floor .commonright .mainrightcen .arclist li .wzs .pics .pic:first-child:nth-last-child(3),
.floor .commonright .mainrightcen .arclist li .wzs .pics .pic:first-child:nth-last-child(3) ~ .pic {
  max-height: 150px;
}
.floor .commonright .lawyerrty {
  margin-top: 20px;
  position: sticky;
  top: 50px;
  box-shadow: 2px 7px 18px 3px rgba(153, 153, 153, 0.21);
  padding: 20px;
  background: #ffffff;
}
.floor .commonright .lawyerrty .lawyerlist li {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.floor .commonright .lawyerrty .lawyerlist li .face {
  border-radius: 50%;
  margin-right: 20px;
  width: 70px;
  height: 70px;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem {
  position: relative;
  flex: 1;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem h4 a b {
  font-size: 16px;
  font-weight: bold;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem h4 span {
  display: inline-block;
  font-size: 10px;
  color: #dc9736;
  background-color: #fff4e5;
  padding: 0 6px;
  margin-left: 5px;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem h4 span + span {
  color: #3972ff;
  background-color: #d9ebff;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem p {
  color: #666;
  margin-top: 5px;
  font-size: 12px;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .sort {
  color: #666;
  line-height: 12px;
  margin: 10px 0;
  font-size: 12px;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .sort span {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #ddd;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .sort span:first-child {
  border: none;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .sort span em {
  color: #ffa700;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .sort span i {
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url(../img/qa_2_12.png) center no-repeat;
  background-size: 100% 100%;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .brdge {
  margin: 0 0 15px;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .brdge span {
  display: inline-block;
  color: #999999;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 6px;
  margin-right: 5px;
  font-size: 12px;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .weui-flex {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .weui-flex .telbut {
  background-color: #fff;
  border: 1px solid #0058ea;
  padding: 2px 20px;
  font-size: 14px;
  border-radius: 20px;
  line-height: 2;
  margin-right: 20px;
  flex: 1;
  text-align: center;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .weui-flex .zxzx {
  background-image: -webkit-linear-gradient(45deg, #e6322e, #ff1962);
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  margin: 0;
  padding: 2px 20px;
  line-height: 2;
  animation: identifier 3s infinite;
  flex: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.floor .commonright .lawyerrty .lawyerlist li .lawyeritem .weui-flex .zxzx i {
  position: absolute;
  height: 100%;
  width: 100px;
  background: url(../img/light_animate.png);
  background-size: cover;
  top: 0;
  animation: template 3s linear infinite forwards;
}
@keyframes template {
  0% {
    left: 0;
    opacity: 0;
  }
  66% {
    left: -100px;
    opacity: 1;
  }
  100% {
    left: 100%;
  }
}
@keyframes identifier {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.95);
  }
  66% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.floor .commonright .lawyerrty .lawyerlist li::after {
  content: '';
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
  left: 80px;
  right: 15px;
}
.floorli {
  padding-right: 67px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.floorli .floortitle {
  display: flex;
}
.floorli .floortitle .meun {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  height: 44px;
  overflow: hidden;
}
.floorli .floortitle .meun li {
  margin-right: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.floorli .floortitle .meun li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #CCCCCC;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.floorli .floortitle .meun li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.floorli .floortitle .meun li:last-child::after {
  display: none;
}
.floorli .floortitle .meun .active {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.floorli .floortitle .meun .active a {
  position: relative;
}
.floorli .floortitle .meun .active a::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 2px;
  background: #4C70DE;
  left: 0;
  bottom: -10px;
}
.floorli .floortitle .moebut {
  margin-left: 40px;
  margin-top: 8px;
}
.floorli .floortitle .moebut img {
  transition: all 0.3s;
}
.floorli .floortitle .activemore img {
  transform: rotate(180deg);
}
.floorli .floortitle .autoheight {
  height: auto;
}
.floorli .hotlist .hotitem {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.floorli .hotlist .hotitem li {
  width: 20%;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 39px;
  padding-left: 9px;
  box-sizing: border-box;
  position: relative;
  padding: 0 20px;
}
.floorli .hotlist .hotitem li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.floorli .hotlist .hotitem li a:hover {
  color: #0058EA;
}
.floorli .hotlist .hotitem li::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #4C70DE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footbot {
  padding: 40px 0;
}
.footbot ul {
  display: flex;
  justify-content: space-between;
  color: #7a7a7a;
  font-size: 14px;
}
.footbot ul li i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  background-image: url(../img/1_72.png);
  background-repeat: no-repeat;
  height: 33px;
  width: 42px;
}
.footbot ul li:hover {
  color: #4a92ff;
}
.footbot ul li:hover i {
  background-image: url(../img/1_73.png);
}
.footbot ul li:nth-child(1) i {
  background-position: 0 0;
}
.footbot ul li:nth-child(2) i {
  background-position: -254px 0;
}
.footbot ul li:nth-child(3) i {
  background-position: -520px 0;
}
.footbot ul li:nth-child(4) i {
  background-position: -789px 0;
}
.footbot ul li:nth-child(5) i {
  background-position: -1068px 0;
}
.more {
  transition: all 0.5s;
}
.activemore {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  body {
    background: #f2f2f2;
  }
  .main {
    margin-top: 0;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .meunedw {
    margin-top: 0.3rem;
  }
  .meunedw::-webkit-scrollbar {
    display: none;
  }
  .meunedw ul {
    display: inline-flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .meunedw ul::-webkit-scrollbar {
    display: none;
  }
  .meunedw ul li {
    padding: 0 12px;
    font-size: 14px;
  }
  .meunedw .icon {
    display: none;
  }
  .gflist .list-wrapper {
    border: none;
  }
  .gflist .list-wrapper .top_list_item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    border: none;
    width: 100%;
    flex: 0 0 auto;
  }
  .gflist .list-wrapper .top_list_item .topicon {
    display: none;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l {
    overflow: hidden;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .top_list_item_l_1f {
    margin-bottom: 0.1rem;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .top_list_item_l_1f .top_list_item_title {
    font-weight: normal;
    font-size: 15px;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .top_list_item_l_1f .top_list_item_title .icon {
    display: inline-block;
    text-align: center;
    background-color: #ec5d5e;
    border-radius: 0.03rem;
    padding: 0.03rem;
    font-size: 12px;
    color: #fff;
    margin-right: 0.1rem;
    font-weight: normal;
    vertical-align: initial;
    margin-left: 0.05rem;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .top_list_item_l_3f {
    overflow: hidden;
    margin-bottom: 0;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .top_list_item_l_3f li {
    flex: 0 0 auto;
    width: 33.3333%;
    padding: 0 0.05rem;
    box-sizing: border-box;
    margin: 0;
    height: 18.66vw;
    border: none;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .top_list_item_l_3f li img {
    border: 1px solid #E0E0E0;
    border-radius: 1.33vw;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .top_list_item_l_2f {
    display: none;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .botitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .botitem .bor {
    font-size: 13px;
    color: #999;
    line-height: 1;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .botitem .bor p {
    margin-bottom: 10px;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .botitem .but {
    width: 36px;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_l .botitem .but img {
    width: 100%;
  }
  .gflist .list-wrapper .top_list_item .top_list_item_r {
    display: none;
  }
  .floor {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .floor .commonleft {
    width: 100%;
    max-width: 100%;
  }
  .floor .commonleft .title .ztitle {
    font-size: 20px;
  }
  .floor .commonleft .title .stitle {
    font-size: 16px;
  }
  .floor .commonleft .meun {
    margin: 20px 0 0;
    font-size: 14px;
    height: 30px;
  }
  .floor .commonleft .meun ul li {
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .floor .commonleft .meun ul .avtive a::after {
    bottom: -10px;
  }
  .floor .commonleft .autoheight {
    height: auto;
  }
  .floor .commonleft .territory {
    margin-bottom: 10px;
  }
  .floor .commonleft .territory .tory {
    display: block;
  }
  .floor .commonleft .territory .tory .rut {
    width: auto;
    margin-bottom: 10px;
  }
  .floor .commonleft .territory .tory .torylist a {
    padding: 0 5px;
    border: none;
  }
  .floor .commonleft .cutclass {
    margin-bottom: 10px;
  }
  .floor .commonleft .cutclass ul {
    justify-content: space-around;
  }
  .floor .commonleft .cutclass ul li {
    padding: 10px;
    margin-right: 0;
  }
  .floor .commonleft .main ul li {
    padding: 20px 0px;
  }
  .floor .commonleft .main ul li .wen {
    font-size: 16px;
    line-height: 30px;
  }
  .floor .commonleft .main ul li .dao {
    margin: 10px 0;
    line-height: 30px;
    font-size: 14px;
  }
  .floor .commonleft .main ul li .lawyer {
    margin-left: 10px;
    line-height: 27px;
  }
  .floor .commonleft .main ul li .lawyer .tx {
    width: 23px;
    height: 23px;
  }
  .floor .commonleft .main ul .lawyerlist {
    padding: 20px 0 0;
  }
  .floor .commonleft .main ul .lawyerlist .title {
    font-size: 20px;
  }
  .floor .commonleft .main ul .lawyerlist .lawyers {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .floor .commonleft .main ul .lawyerlist .lawyers .item {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .floor .commonleft .main ul .pages {
    font-size: 12px;
    padding: 20px 0;
  }
  .floor .commonleft .main ul .pages ul li {
    padding: 0;
  }
  .floor .commonleft .ress {
    margin-bottom: 0.2rem;
    background: #ffffff;
    border-radius: 10px;
    padding: 0.3rem 0.3rem 0;
  }
  .floor .commonleft .ress:hover {
    top: 0;
    box-shadow: none;
  }
  .floor .commonleft .ress .lawyer {
    align-items: center;
  }
  .floor .commonleft .ress .lawyer .toux {
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    margin-right: 0.2rem;
  }
  .floor .commonleft .ress .lawyer .toux .tx {
    border-radius: 50%;
  }
  .floor .commonleft .ress .lawyer .toux .vip {
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    bottom: 0;
    right: 0;
  }
  .floor .commonleft .ress .lawyer .nam h3 {
    font-size: 0.28rem;
    font-weight: 500;
    color: #333333;
    line-height: 1;
  }
  .floor .commonleft .ress .lawyer .nam p {
    font-size: 0.2rem;
    font-weight: 500;
    color: #999999;
    margin-top: 0.15rem;
  }
  .floor .commonleft .ress .layeer {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .floor .commonleft .ress .layeer .tx {
    width: 20px;
    height: 20px;
    background: #F6F6F6;
    border-radius: 50%;
    margin-right: 10px;
  }
  .floor .commonleft .ress .layeer .name {
    margin-right: 40px;
    flex: 1;
  }
  .floor .commonleft .ress .info {
    padding: 0;
    margin-bottom: 0;
  }
  .floor .commonleft .ress .picSwiper img {
    width: 100%;
    height: auto;
    max-height: 568px;
    object-fit: contain;
    position: relative;
    z-index: 2;
  }
  .floor .commonleft .ress .picSwiper .bg {
    object-fit: cover;
    filter: blur(40px);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .floor .commonleft .ress .imgs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
    width: 100%;
    padding: 0;
  }
  .floor .commonleft .ress .imgs .img {
    width: 33.3333%;
    height: 2rem;
    margin: 0;
    padding: 0.05rem;
    box-sizing: border-box;
  }
  .floor .commonleft .ress .imgs .img img {
    border-radius: 8px;
  }
  .floor .commonleft .ress .sange .img {
    width: 2rem;
    height: 2rem;
    margin: 0.05rem;
    display: none;
  }
  .floor .commonleft .ress .sange .img:nth-child(1) {
    display: block;
  }
  .floor .commonleft .ress .sange .img:nth-child(2) {
    display: block;
  }
  .floor .commonleft .ress .sange .img:nth-child(3) {
    display: block;
  }
  .floor .commonleft .ress .wzimg {
    font-size: 14px;
    margin-left: 0;
    width: 100%;
  }
  .floor .commonleft .ress .wzimg p {
    font-size: 14px;
  }
  .floor .commonleft .ress .video {
    width: 4.29rem;
    height: 6.08rem;
    background: #F6F6F6;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
  }
  .floor .commonleft .ress .video video {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
  }
  .floor .commonleft .ress .video2 {
    width: 100%;
    height: auto;
    background: #F6F6F6;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
    margin-left: 0;
  }
  .floor .commonleft .ress .video2 video {
    min-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
  }
  .floor .commonleft .ress .put {
    font-size: 0.16rem;
    font-weight: 400;
    border-top: 1px solid #eeeeee;
    margin-top: 0.2rem;
    line-height: 0.19rem;
    padding: 0.2rem 0;
  }
  .floor .commonleft .ress .put .icon {
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    margin-right: 0.1rem;
  }
  .floor .commonleft .ress .put .dianzai {
    display: none;
  }
  .floor .commonleft .ress .put .telbut {
    display: block;
    width: 36px;
    height: 36px;
  }
  .floor .commonleft .ress .put .telbut img {
    width: 100%;
    height: 100%;
  }
  .floor .commonleft .ress .wd {
    margin-top: 20px;
  }
  .floor .commonleft .ress .wd .wner {
    font-size: 16px;
  }
  .floor .commonleft .ress .wd .daoer {
    font-size: 14px;
  }
  .floor .commonleft .ress .wd .daoer p {
    overflow: hidden;
    text-overflow: ellopsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .floor .commonleft .show {
    padding: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .floor .commonleft .show:hover {
    top: 0;
    box-shadow: none;
  }
  .floor .commonleft .show .tu {
    display: none;
  }
  .floor .commonleft .show .centent .title {
    font-size: 16px;
  }
  .floor .commonleft .show .centent .zhunade {
    font-size: 14px;
    display: flex;
  }
  .floor .commonleft .show .centent .zhunade .wentu {
    width: 150px;
    flex: 0 0 auto;
    display: block;
    border-radius: 10px;
    margin-right: 10px;
  }
  .floor .commonleft .show .centent .zhunade .wentu img {
    width: 100%;
    border-radius: 10px;
  }
  .floor .commonleft .show .centent .zhunade span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .floor .commonleft .show .centent .lushixinxi {
    flex-wrap: wrap;
  }
  .floor .commonleft .wenda {
    padding: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .floor .commonleft .wenda:hover {
    top: 0;
    box-shadow: none;
  }
  .floor .commonleft .wenda .wen {
    font-size: 16px;
    line-height: 30px;
  }
  .floor .commonleft .wenda .dao {
    margin: 10px 0;
    line-height: 30px;
    font-size: 14px;
  }
  .floor .commonleft .wenda .lawyer {
    margin-left: 10px;
    line-height: 27px;
  }
  .floor .commonleft .wenda .lawyer .tx {
    width: 23px;
    height: 23px;
  }
  .floor .commonright {
    width: 100%;
    margin: 0;
  }
  .floorli {
    display: none;
  }
  .footbot {
    padding: 20px 0;
  }
  .footbot ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .footbot ul li {
    width: 30%;
    flex: 1 1 auto;
    text-align: center;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
  }
  .footbot ul li i {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
