body {
  background: #f9f9f9;
}
.banner {
  height: 598px;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  padding-top: 270px;
  box-sizing: border-box;
  text-align: center;
}
.banner .title {
  display: inline-block;
  border-bottom: 2px solid #c20001;
  padding-bottom: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.banner1 {
  text-align: left;
  padding-top: 200px;
  padding-left: 95px;
}
.teambanner {
  background-image: linear-gradient(to bottom, #f4f4f4, #c0c0c0);
}
.teambanner .bannflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 136px 0 40px;
  font-size: 18px;
  font-family: "microsoft yahei";
}
.teambanner .bannflex .pic {
  width: 457px;
  height: 590px;
}
.teambanner .bannflex .lawmsg .name b {
  font-size: 36px;
  padding-right: 20px;
  font-weight: bold;
}
.teambanner .bannflex .lawmsg .eng {
  font-size: 36px;
  padding: 30px 0 60px;
}
.teambanner .bannflex .lawmsg .buts a {
  display: inline-block;
  width: 140px;
  line-height: 40px;
  margin-right: 28px;
  text-align: center;
  background: #fff;
  color: #c20001;
  border: 1px solid #c20001;
}
.teambanner .bannflex .lawmsg .buts a:hover {
  color: #fff;
  background: #c20001;
}
.teambanner .bannflex .lawmsg .buts a:first-child {
  color: #fff;
  background: #c20001;
}
.teambanner .bannflex .lawmsg .buts a:first-child:hover {
  color: #c20001;
  background: #fff;
}
.mbanner {
  display: none;
}
.Moduletitle {
  display: none;
}
.infobox {
  background: #f9f9f9;
  padding: 30px 40px;
  margin-top: -200px;
  box-sizing: border-box;
}
.infobox .bread {
  margin-bottom: 15px;
}
.infobox .bread .icon {
  width: 16px;
  height: 14px;
  vertical-align: middle;
}
.infobox .bread a:hover {
  color: #c20001;
}
.infobox .tabtitle {
  display: flex;
  margin: 10px -10px;
  line-height: 40px;
}
.infobox .tabtitle li {
  flex: 1;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
}
.infobox .tabtitle li a {
  display: block;
  border-bottom: 2px solid transparent;
  color: #666;
  background: #f4f4f4;
}
.infobox .tabtitle li a:hover {
  background: #fff;
  border-bottom: 2px solid #c20001;
}
.infobox .tabtitle .active a {
  background: #fff;
  border-bottom: 2px solid #c20001;
}
.infobox .tabbox .ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px;
}
.infobox .tabbox .teambanner {
  margin-top: 40px;
}
.infobox .tabbox .lawlist li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.infobox .tabbox .lawlist li .lawitem {
  display: flex;
  align-items: center;
  background: #fff;
  padding-right: 30px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.infobox .tabbox .lawlist li .lawitem .pic {
  display: block;
  width: 209px;
  height: 289px;
  overflow: hidden;
  margin-right: 30px;
  flex: 0 0 auto;
}
.infobox .tabbox .lawlist li .lawitem .pic img {
  transition: all 0.5s;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg {
  margin: 10px 0;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .h3 {
  font-family: "microsoft yahei";
  font-size: 20px;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .h3 b {
  font-weight: bold;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .h3 span {
  color: #999;
  font-weight: bold;
  padding-right: 10px;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .h4 {
  font-size: 16px;
  padding: 10px 0;
  color: #c20001;
  font-family: "microsoft yahei";
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .bu {
  line-height: 24px;
  color: #666666;
  font-size: 14px;
  font-family: "microsoft yahei";
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .introduce {
  display: flex;
  line-height: 24px;
  color: #666666;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .introduce p {
  flex: 1;
  margin: 10px 0;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .group {
  margin-top: 40px;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .group .but {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  background: #fff;
  padding: 0 22px;
  color: #c20001;
  margin-right: 10px;
  border: 1px solid #c20001;
  transition: all 0.3s;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .group .but:hover {
  color: #fff;
  background: #c20001;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .group .but:first-child {
  background: #c20001;
  color: #ffffff;
}
.infobox .tabbox .lawlist li .lawitem .lawmsg .group .but:first-child:hover {
  color: #c20001;
  background: #ffffff;
}
.infobox .tabbox .lawlist li:hover .lawitem {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.infobox .tabbox .lawlist li:hover .lawitem .pic img {
  transform: scale(1.1);
}
.infobox .tabbox .lectureroom li {
  width: 33.3333%;
  padding: 10px;
  box-sizing: border-box;
}
.infobox .tabbox .lectureroom li:hover .flexbox .pic span {
  color: #333;
}
.infobox .tabbox .lectureroom li:hover .flexbox .box {
  top: 0;
  padding-top: 130px;
}
.infobox .tabbox .lectureroom li:hover .flexbox .box .more {
  color: #c20001;
}
.infobox .tabbox .lectureroom li .flexbox {
  display: block;
  background: #fff;
  position: relative;
  height: 376px;
}
.infobox .tabbox .lectureroom li .flexbox .pic {
  position: relative;
}
.infobox .tabbox .lectureroom li .flexbox .pic span {
  font-size: 48px;
  position: absolute;
  color: #fff;
  left: 30px;
  top: 30px;
  z-index: 10;
  font-family: "microsoft yahei";
}
.infobox .tabbox .lectureroom li .flexbox .box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s all;
  background: #fff;
  z-index: 9;
  padding: 30px 20px;
  width: 100%;
}
.infobox .tabbox .lectureroom li .flexbox .box .redf {
  display: none;
}
.infobox .tabbox .lectureroom li .flexbox .box .htitle {
  font-size: 20px;
  font-family: "microsoft yahei";
  line-height: 36px;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.infobox .tabbox .lectureroom li .flexbox .box .data {
  color: #999;
  margin-top: 15px;
  font-size: 12px;
}
.infobox .tabbox .lectureroom li .flexbox .box .more {
  color: #999;
  margin-top: 10px;
  padding-bottom: 10px;
}
.infobox .tabbox .area li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.infobox .tabbox .area li .flexbox {
  position: relative;
  background: #f4f4f4;
  padding: 40px 20px;
  transition: all 0.5s;
  height: 100%;
  box-sizing: border-box;
}
.infobox .tabbox .area li .flexbox:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.infobox .tabbox .area li .flexbox:hover .title .cir {
  background: #c20001;
}
.infobox .tabbox .area li .flexbox:hover .title .cir i {
  background-image: url(../img/17_22.png);
}
.infobox .tabbox .area li .flexbox .areapic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
.infobox .tabbox .area li .flexbox .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
}
.infobox .tabbox .area li .flexbox .title .cir {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  vertical-align: middle;
  margin-right: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.infobox .tabbox .area li .flexbox .title .cir i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  width: 25px;
  height: 25px;
  background-image: url(../img/17_21.png);
  background-repeat: no-repeat;
}
.infobox .tabbox .area li .flexbox .title .cir .icon2 {
  width: 37px;
  background-position: -693px 0;
}
.infobox .tabbox .area li .flexbox .title .cir .icon3 {
  width: 37px;
  background-position: 0 -404px;
}
.infobox .tabbox .area li .flexbox .title .cir .icon4 {
  width: 37px;
  background-position: -691px -404px;
}
.infobox .tabbox .area li .flexbox .title .cir .icon5 {
  width: 37px;
  background-position: 0px -660px;
}
.infobox .tabbox .area li .flexbox .title .cir .icon6 {
  width: 37px;
  background-position: -690px -661px;
}
.infobox .tabbox .area li .flexbox .erul {
  display: flex;
  position: relative;
  padding-left: 30px;
  margin-left: 35px;
  flex-wrap: wrap;
  border-left: 2px solid #c20001;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 36px;
}
.infobox .tabbox .area li .flexbox .erul .erli {
  min-width: 33.3333%;
  display: block;
}
.infobox .tabbox .area li .flexbox .erul .erli:hover {
  color: #c20001;
}
.infobox .tabbox .marea {
  display: none;
}
.infobox .tabbox .joinus .hd {
  padding: 30px;
  background: #fff;
  border-top: 2px solid #c20001;
}
.infobox .tabbox .joinus .hd h3 {
  font-weight: bold;
  font-size: 30px;
  font-family: "microsoft yahei";
}
.infobox .tabbox .joinus .hd h4 {
  font-size: 30px;
  font-family: "microsoft yahei";
  margin-bottom: 20px;
}
.infobox .tabbox .joinus .bd .box {
  background: #ffffff;
  margin-top: 20px;
}
.infobox .tabbox .joinus .bd .box .boxtitle {
  font-size: 18px;
  background: #c20001;
  color: #fff;
  line-height: 49px;
  padding: 0 20px;
  font-family: "microsoft yahei";
}
.infobox .tabbox .joinus .bd .box .ol {
  padding: 0 20px 20px;
}
.infobox .tabbox .joinus .bd .box .ol .li {
  margin-top: 10px;
}
.infobox .tabbox .joinus .bd .box .ol .li .toll {
  cursor: pointer;
  position: relative;
  background: url(../img/9_05.jpg) right center no-repeat #e9e9e9;
  line-height: 40px;
  padding-left: 30px;
  font-size: 16px;
  font-family: "microsoft yahei";
}
.infobox .tabbox .joinus .bd .box .ol .li .toll::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c20001;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.infobox .tabbox .joinus .bd .box .ol .li .textcen {
  background: #f9f9f9;
  padding: 20px 30px;
  display: none;
  line-height: 30px;
  color: #666;
}
.infobox .tabbox .joinus .bd .box .ol .li .textcen .btn {
  text-align: right;
  margin-top: 20px;
}
.infobox .tabbox .joinus .bd .box .ol .li .textcen .btn a {
  display: inline-block;
  color: #fff;
  background: #c20001;
  border-radius: 20px;
  padding: 0 35px;
  border: 1px solid #c20001;
}
.infobox .tabbox .joinus .bd .box .ol .li .textcen .btn a:hover {
  background: #ffffff;
  color: #c20001;
}
.infobox .tabbox .joinus .bd .box .ol .li .active {
  background: url(../img/9_03.jpg) right center no-repeat #e9e9e9;
}
.infobox .tabbox .map {
  background: #fff;
  padding: 35px;
}
.infobox .tabbox .concat {
  padding: 35px 195px 35px 35px;
  font-family: "microsoft yahei";
  display: flex;
  margin-top: 30px;
  background: #fff;
  font-size: 16px;
  line-height: 36px;
  align-items: center;
  justify-content: space-between;
}
.infobox .tabbox .concat .flex {
  display: flex;
  align-items: center;
}
.infobox .tabbox .concat .flex .icon {
  margin-right: 30px;
  width: 83px;
}
.infobox .tabbox .mapList {
  display: none;
}
.infobox .pages {
  text-align: center;
  margin: 30px 0;
}
.infobox .pages a {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #dadada;
  color: #0d5ab6;
  margin: 0 2px;
  background: #f8f8f8;
  line-height: 24px;
}
.infobox .pages a:hover {
  border: 1px solid #0891e3;
  background: #0891e3;
  color: #fff;
}
.infobox .pages .active {
  border: 1px solid #0891e3;
  background: #0891e3;
  color: #fff;
}
.infobox .listlj ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 0;
}
.infobox .listlj ul li {
  width: 20%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.infobox .listlj ul li a {
  display: block;
  background: #fff7f7;
  transition: all 0.5s;
}
.infobox .listlj ul li a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.infobox .listlj ul li a:hover .pic img {
  transform: scale(1.1);
}
.infobox .listlj ul li a .pic {
  overflow: hidden;
  background: #ffffff;
}
.infobox .listlj ul li a .pic img {
  transition: all 0.5s;
}
.infobox .listlj ul li a .dl {
  padding: 30px 0;
}
.infobox .listlj ul li a .dl p {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-family: "microsoft yahei";
}
.infobox .listlj ul li a .dl .look {
  font-size: 12px;
  color: #c20001;
  margin-top: 20px;
}
.infobox .listlj ul li a .dl .msg {
  display: none;
}
.infobox .sideo {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.infobox .sideo .sideleft {
  width: 400px;
  position: sticky;
  top: 0;
}
.infobox .sideo .sideleft .mySwiper2 {
  overflow: hidden;
}
.infobox .sideo .sideleft .mySwiper2 .swiper-slide img {
  transition: all 0.5s;
}
.infobox .sideo .sideleft .mySwiper2 .swiper-slide img:hover {
  transform: scale(1.1);
}
.infobox .sideo .sideleft .mySwiper {
  position: relative;
  padding: 0 30px;
  margin-top: 5px;
}
.infobox .sideo .sideleft .mySwiper .swiper-slide-thumb-active {
  box-sizing: border-box;
  border: 1px solid #c20001;
}
.infobox .sideo .sideright {
  color: #666;
  line-height: 30px;
  margin-left: 40px;
}
.infobox .sideo .sideright .h2 {
  color: #333;
  font-size: 18px;
  padding-top: 20px;
}
.infobox .sideo .sideright ol {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.infobox .sideo .sideright ol li {
  width: 25%;
  font-size: 12px;
}
.infobox .sideo .sideright .h3 {
  border-bottom: 2px solid #c20001;
  font-weight: bold;
  line-height: 28px;
}
.infobox .sideo .sideright .h3 span {
  display: inline-block;
  line-height: 28px;
  padding: 0 50px 0 15px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px 0 0 0;
  background: #c20001 url(../img/16_06.jpg) right center no-repeat;
}
.infobox .sideo .sideright .bd {
  padding: 20px 0;
}
.aboutus {
  background: #fff;
  position: relative;
}
.infoteam {
  position: relative;
  margin-top: -78px;
}
.pennant {
  display: none;
}
.consultbanner {
  display: none;
}
.dialog {
  position: fixed;
  left: 50%;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  top: 50%;
  border-top: 4px solid #c20001;
  font-family: "microsoft yahei";
  transform: translate(-50%, -50%);
  width: 560px;
  background: url(../img/bg.jpg) center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: none;
}
.dialog .closed {
  display: block;
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.dialog .title {
  font-size: 24px;
}
.dialog .from {
  width: 100%;
  margin: 30px 0;
  font-size: 18px;
}
.dialog .from .fromitem {
  display: flex;
  padding: 10px;
}
.dialog .from .fromitem .label {
  width: 100px;
  padding: 10px;
  box-sizing: border-box;
}
.dialog .from .fromitem input {
  background: #f4f4f4;
  border-radius: 5px;
  height: 40px;
  font-size: 18px;
  flex: 1;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.dialog .from .fromitem textarea {
  background: #f4f4f4;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  height: 155px;
  flex: 1;
  box-sizing: border-box;
  border: none;
  outline: none;
  resize: none;
}
.dialog .but {
  display: block;
  width: 138px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #c20001;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}
.mdetails {
  display: none;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .infobox {
    padding: 0.3rem;
    margin-top: 0;
    background: #ffffff;
  }
  .infobox .bread {
    /*font-size: 0.24rem;*/
  }
  .infobox .bread .hui {
    color: #B5B5B5;
  }
  .infobox .bread .red {
    color: #CF1E17;
  }
  .infobox .tabtitle {
    flex-wrap: wrap;
    margin: 0 -0.06rem;
  }
  .infobox .tabtitle li {
    width: 33.3333%;
    flex: 0 0 auto;
    padding: 0.06rem;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.6rem;
  }
  .infobox .tabtitle .active a {
    background: #c20001;
    border: none;
    color: #ffffff;
  }
  .infobox .tabbox .teambanner {
    display: none;
  }
  .infobox .tabbox .lawlist {
    margin: 0 -0.1rem;
  }
  .infobox .tabbox .lawlist li {
    width: 100%;
    padding: 0 0.1rem;
  }
  .infobox .tabbox .lawlist li .lawitem {
    padding-right: 0;
    border-bottom: 0.1rem solid #F8F9FC;
    padding: 0.3rem 0;
  }
  .infobox .tabbox .lawlist li .lawitem .pic {
    width: 2.4rem;
    height: 3.2rem;
    margin-right: 0.2rem;
    flex: 0 0 auto;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg {
    margin: 0;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg .h3 {
    font-size: 16px;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg .h3 span {
    color: #333;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg .h4 {
    display: inline-block;
    font-size: 0.24rem;
    font-weight: bold;
    padding: 0;
    margin-right: 0.1rem;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg .bu {
    display: inline-block;
    font-size: 0.24rem;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg .introduce {
    font-size: 12px;
    display: block;
    border-top: 1px solid #CF1E17;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg .introduce span {
    color: #CF1E17;
    font-weight: bold;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg .introduce p {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 0.3rem;
    color: #333;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg .group {
    margin-top: 0.2rem;
  }
  .infobox .tabbox .lawlist li .lawitem .lawmsg .group .but {
    line-height: 0.5rem;
    box-sizing: border-box;
  }
  .infobox .tabbox .lectureroom {
    margin: 0 -0.1rem;
  }
  .infobox .tabbox .lectureroom li {
    width: 50%;
    padding: 0.1rem;
  }
  .infobox .tabbox .lectureroom li .flexbox {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #CF1E17;
    height: auto;
  }
  .infobox .tabbox .lectureroom li .flexbox .pic span {
    display: none;
  }
  .infobox .tabbox .lectureroom li .flexbox .box {
    position: relative;
    padding: 0;
  }
  .infobox .tabbox .lectureroom li .flexbox .box .redf {
    display: block;
    font-size: 12px;
    color: #CF1E17;
    margin: 0.1rem 0;
  }
  .infobox .tabbox .lectureroom li .flexbox .box .htitle {
    font-size: 14px;
    font-weight: bold;
    -webkit-line-clamp: 2;
    line-height: 0.35rem;
  }
  .infobox .tabbox .lectureroom li .flexbox .box .data {
    display: none;
  }
  .infobox .tabbox .lectureroom li .flexbox .box .more {
    display: none;
  }
  .infobox .tabbox .area {
    display: none;
  }
  .infobox .tabbox .marea {
    display: block;
  }
  .infobox .tabbox .marea .mareaitem {
    border-bottom: 1px solid #dddddd;
  }
  .infobox .tabbox .marea .mareaitem .likn {
    background: #CF1E17;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.16rem;
    line-height: 0.8rem;
  }
  .infobox .tabbox .marea .mareaitem .likn .icon {
    width: 0.44rem;
  }
  .infobox .tabbox .marea .mareaitem .likn span {
    font-size: 18px;
    flex: 1;
    padding-left: 0.2rem;
    color: #ffffff;
  }
  .infobox .tabbox .marea .mareaitem .likn i {
    color: #fff;
    margin-right: 0.2rem;
  }
  .infobox .tabbox .marea .mareaitem .likn .down {
    width: 0.32rem;
    transition: all 0.5s;
  }
  .infobox .tabbox .marea .mareaitem .active .down {
    transform: rotate(180deg);
  }
  .infobox .tabbox .marea .mareaitem .arecen {
    display: none;
    color: #454545;
  }
  .infobox .tabbox .marea .mareaitem .arecen .ceniten .title {
    font-size: 16px;
    padding: 0.44rem 0 0.24rem;
  }
  .infobox .tabbox .marea .mareaitem .arecen .ceniten .labelS {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .infobox .tabbox .marea .mareaitem .arecen .ceniten .labelS .label {
    width: 49%;
    border: 1px solid #666666;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0.16rem;
    line-height: 0.56rem;
  }
  .infobox .tabbox .marea .mareaitem .arecen .askfor {
    padding: 0.14rem;
    line-height: 0.52rem;
    font-size: 0.26rem;
  }
  .infobox .tabbox .joinus .hd {
    border: none;
    padding: 0 0.25rem;
  }
  .infobox .tabbox .joinus .hd p {
    font-size: 16px;
    line-height: 1.4;
  }
  .infobox .tabbox .joinus .bd {
    display: none;
  }
  .infobox .tabbox .map {
    padding: 0;
  }
  .infobox .tabbox .concat {
    display: none;
  }
  .infobox .tabbox .mapList {
    display: block;
  }
  .infobox .tabbox .mapList .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    height: 0.88rem;
  }
  .infobox .tabbox .mapList .list .icon {
    width: 0.5rem;
    height: auto;
    object-fit: contain;
  }
  .infobox .tabbox .mapList .list span {
    flex: 1;
    display: block;
    padding-left: 0.25rem;
    font-size: 12px;
  }
  .infobox .tabbox .mapList .list .btn {
    color: #fff;
    width: 1.7rem;
    font-size: 0.24rem;
    text-align: center;
    font-weight: bold;
    line-height: 0.6rem;
    background: #CF1E17;
    border-radius: 0.1rem;
  }
  .infobox .pages {
    margin: 0.4rem 0;
  }
  .infobox .pages a {
    border: none;
    color: #666;
    background: none;
    font-size: 12px;
  }
  .infobox .pages .active {
    background: #ff0101;
    border: none;
    line-height: 1.1;
    border-radius: 50%;
  }
  .infobox .sideo .sideleft {
    display: none;
  }
  .infobox .sideo .sideright {
    margin-left: 0;
  }
  .infobox .listlj ul li {
    width: 100%;
  }
  .infobox .listlj ul li a {
    display: flex;
    align-items: center;
    background: #F8F9FC;
    padding-right: 20px;
  }
  .infobox .listlj ul li a .pic {
    background: transparent;
    flex: 0 0 auto;
    width: 100px;
  }
  .infobox .listlj ul li a .pic img {
    height: auto;
  }
  .infobox .listlj ul li a .dl {
    padding: 20px 0;
    box-sizing: border-box;
    text-align: left;
  }
  .infobox .listlj ul li a .dl .look {
    display: none;
  }
  .infobox .listlj ul li a .dl p:first-child {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .infobox .listlj ul li a .dl .msg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .banner {
    display: none;
  }
  .mbanner {
    display: block;
  }
  .bannerhide {
    display: none;
  }
  .mteambanner {
    height: 3rem;
    overflow: hidden;
    background: url(../img/list.png) no-repeat;
    position: relative;
  }
  .mteambanner .pic {
    width: 4.8rem;
    position: absolute;
    left: -0.8rem;
    height: auto;
    top: 0;
  }
  .mteambanner .lawmsg {
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
    position: absolute;
    font-size: 12px;
  }
  .mteambanner .lawmsg .name {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.12rem;
  }
  .mteambanner .lawmsg .duties {
    color: #CF1E17;
    font-weight: bold;
  }
  .mteambanner .lawmsg .buts {
    margin-top: 0.2rem;
  }
  .mteambanner .lawmsg .buts a {
    display: inline-block;
    width: 1.6rem;
    line-height: 0.5rem;
    margin-right: 0.2rem;
    text-align: center;
    background: #fff;
    color: #c20001;
    border: 1px solid #c20001;
  }
  .mteambanner .lawmsg .buts a:hover {
    color: #fff;
    background: #c20001;
  }
  .mteambanner .lawmsg .buts a:first-child {
    color: #fff;
    background: #c20001;
  }
  .mteambanner .lawmsg .buts a:first-child:hover {
    color: #c20001;
    background: #fff;
  }
  .Moduletitle {
    display: block;
    text-align: center;
    position: relative;
    margin: 0.3rem 0.2rem;
    font-size: 0.32rem;
  }
  .Moduletitle .red {
    color: #CF1E17;
    font-weight: bold;
    font-size: 0.36rem;
  }
  .Moduletitle .eng {
    color: #B5B5B5;
    font-size: 0.24rem;
  }
  .line1::before {
    content: '';
    width: 2.2rem;
    height: 0.06rem;
    background: url("../img/title_l.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .line1::after {
    content: '';
    width: 2.2rem;
    height: 0.06rem;
    background: url("../img/title_r1.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .line2::before {
    content: '';
    width: 2.2rem;
    height: 0.06rem;
    background: url("../img/title_l1.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .line2::after {
    content: '';
    width: 2.2rem;
    height: 0.06rem;
    background: url("../img/title_r.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .pennant {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
  }
  .pennant li {
    width: 50%;
    padding: 0.1rem;
    margin-bottom: 0.1rem;
    box-sizing: border-box;
  }
  .pennant li a {
    position: relative;
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #CF1E17;
  }
  .pennant li a:hover .pic img {
    transform: scale(1.1);
  }
  .pennant li a .hope {
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .pennant li a .pic {
    height: 2rem;
    text-align: center;
    overflow: hidden;
  }
  .pennant li a .pic img {
    transition: all 0.5s;
  }
  .pennant li a p {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 0.58rem;
  }
  .consultbanner {
    background: url(../img/adv.png) no-repeat;
    height: 2rem;
    margin-top: 0.4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .consultbanner .but {
    display: inline-block;
    color: #FFFFFF;
    width: 2rem;
    text-align: center;
    background: #CF1E17;
    font-size: 0.24rem;
    line-height: 0.5rem;
    border-radius: 0.6rem;
  }
  .consultbanner p {
    font-weight: bold;
    margin-top: 0.3rem;
    color: #ffffff;
  }
  .dialog {
    width: 90%;
    padding: 10px;
  }
  .dialog .title {
    font-size: 18px;
    font-weight: bold;
  }
  .dialog .from {
    margin: 20px 0 0;
    font-size: 12px;
  }
  .dialog .from .fromitem {
    padding: 0;
    margin-bottom: 10px;
  }
  .dialog .from .fromitem .label {
    width: 70px;
    flex: 0 0 auto;
    text-align: right;
  }
  .dialog .from .fromitem input {
    font-size: 12px;
  }
  .dialog .from .fromitem textarea {
    font-size: 12px;
    height: 100px;
  }
  .dialog .but {
    width: 100%;
    border-radius: 5px;
  }
  .mdetails {
    display: block;
  }
}
