.lb-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.insideLeft {
  width: 260px;
}

.insideLeft .bt {
  height: 100px;
  background: #bd1a2d;
  padding-left: 10px;
}

.insideLeft .bt p {
  line-height: 72px;
  color: #fff;
  font-size: 21px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.insideMenu .item > a,
.list1 a {
  width: 100%;
  transition: all 0.3s;
  box-sizing: border-box;
}

.insideMenu {
  padding-bottom: 48px;
  margin-left: 10px;
  margin-top: -28px;
  background: url('img13.jpg') center bottom no-repeat;
  background-size: 100% auto;
  min-height: 120px;
  max-height: 1500px;
  overflow-y: auto;
  box-sizing: border-box;
}

.insideMenu .item {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.insideMenu .item > a {
  font-size: 18px;
  color: #333;
  background: #f1e5df;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;
}

.insideMenu .item > a p {
  display: -webkit-box;
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.8; */
}

.insideMenu .item.on > a,
.insideMenu .item > a:hover {
  box-shadow: 0 0 10px rgba(189, 26, 45, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  color: #bd1a2d;
}

.insideMenu .subItem {
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 20;
  margin-bottom: 30px;
}

.insideMenu .subItem a {
  height: 50px;
  padding-left: 28px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  transition: all 0.3s;
}

.insideMenu .subItem a p {
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.insideMenu .subItem a.on,
.insideMenu .subItem a:hover {
  color: #bd1a2d;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.95);
}

.insideRight {
  flex: 1;
  margin-left: 40px;
}

.insideRight .list a {
  display: inline-block;
  width: 100%;
}
.insideRight a img {
  max-width: 100%;
  object-fit: contain;
}
.insideRight .list {
  padding-top: 30px;
}
.insideRight .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
  transition: all 0.3s;
}
.insideRight .list a p {
  font-size: 18px;
  color: #333;
  padding-left: 20px;
  transition: all 0.3s;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  flex: 1;
  width: 0;
  margin-right: 20px;
}
.insideRight .list a p::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #bd1a2d;
  border-radius: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.insideRight .list a span {
  font-size: 18px;
  color: #999;
}
.insideRight .list a:hover {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.insideRight .list a:hover p {
  color: #bd1a2d;
  font-weight: 700;
}

.insideRight .title {
  display: block;
  position: relative;
  border: none !important;
}
.insideRight .title a {
  float: right;
  display: inline-block;
  color: #bd1a2d;
  font-size: 14px;
  width: auto;
}

.insideRight .title::before {
  content: '' !important;
  position: absolute;
  width: calc(100% - 70px);
  height: 1px;
  left: 0;
  top: 25px;
  border-bottom: 1px dashed #bd1a2d;
}

.position {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.position > span {
  line-height: 60px;
  font-size: 24px;
  color: #333;
  border-bottom: 2px solid #bd1a2d;
  font-weight: 700;
}

.position p {
  font-size: 16px;
  color: #777;
}

.position p a {
  color: #777;
}

.position p a:hover {
  font-weight: 700;
  color: #bd1a2d;
  text-decoration: underline;
}

.bt1 {
  font-size: 24px;
  color: #333;
  line-height: 84px;
}

.insideRight .list1 {
  background: #fff;
  padding: 10px 40px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.insideRight .list1 a {
  display: block;
  padding: 19px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.insideRight .list1 a:last-child {
  border: 0;
}
.insideRight .list1 a::after {
  content: '';
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #bd1a2d;
  transition: all 0.5s;
  position: absolute;
}

.insideRight .list1 a p {
  font-size: 18px;
  color: #333;
  line-height: 38px;
}

.insideRight .list1 a p span {
  display: inline-block;
  font-size: 16px;
  opacity: 0.5;
  margin-right: 15px;
}

.insideRight .list1 a:hover {
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0 10px rgba(189, 26, 45, 0.4);
  border-width: 0;
}

.insideRight .list1 a:hover p {
  font-weight: 700;
  color: #bd1a2d;
}
.insideRight .list1 a:hover::after {
  width: 100%;
}

.list1Toggle {
  text-align: right;
  margin-top: 30px;
}

.list1Toggle a {
  margin-left: 20px;
  line-height: 38px;
  width: 88px;
  text-align: center;
  border: 1px solid #eee;
  background: #fff;
  font-size: 16px;
  color: #666;
  display: inline-block;
}

.list1Toggle a:hover {
  background: #bd1a2d;
  color: #fff;
  box-shadow: 0 0 10px rgba(189, 26, 45, 0.4);
}

.list2 {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.list2 p {
  display: block;
  width: 100%;
}
.list2 a {
  box-sizing: border-box;
  width: 100%;
  background: url('img27.png') right center no-repeat #fff;
  background-size: 100% 100%;
  position: relative;
  margin-left: 10px;
  height: 64px;
  padding-left: 48px;
  padding-right: 20px;
  transition: all 0.3s;
  border: 1px solid #dabb85;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.list2 a:hover {
  padding-left: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list2 a:hover p {
  color: #bd1a2d;
  font-weight: 700;
}

.list2 a:hover::before {
  width: 30px;
  height: 30px;
  top: 17px;
  background-size: 15px auto;
  z-index: 10;
}
.list2 a p {
  font-size: 20px;
  color: #333;
  transition: all 0.3s;
  line-height: 64px;
}
.list2 a span {
  flex: none;
}

.list2 a::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  top: 12px;
  left: -10px;
  background: url(icon-6.png) center center no-repeat #bd1a2d;
  background-size: 26px auto;
  transition: all 0.3s;
}

.list3 {
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list3 a:nth-child(4n-1):last-child {
  margin-right: 26.6333%;
}

.list3 a:nth-child(4n-2):last-child {
  margin-right: 53.26666%;
}

.list3 a {
  width: 20.1%;
  margin-bottom: 60px;
  overflow: hidden;
  background: #fff;
  transition: all 0.5s;
  display: block;
}

.list3 a img {
  -o-object-fit: contain;
  object-fit: contain;
}

.list3 a:hover {
  box-shadow: 0 0 10px rgba(189, 26, 45, 0.6);
  padding: 4px;
}

.a1 {
  padding-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.a1 .img {
  overflow: hidden;
  width: 264px;
  height: 360px;
  margin-right: 60px;
}
.a1 .img img {
  width: 100%;
  height: 100%;
}

.a1 .det {
  flex: 1;
  font-size: .28rem;
}

.a1 .det img{
  max-width: 100%;
}

.a1 .det p {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  text-align: justify;
}

.list4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.list4 a {
  width: 27.5%;
  margin-bottom: 60px;
}

.list4 a .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list4 a .img {
  height: 300px;
  transition: all 0.3s;
  box-sizing: border-box;
}

.list4 a .img img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.list4 a p {
  text-align: center;
  line-height: 22px;
  margin-top: 20px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list4 a p {
  font-size: 18px;
  color: #333;
}

.list4 a:hover .img {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.list4 a:hover .img {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list4 a:nth-child(3n-1):last-child {
  margin-right: 36.25%;
}

.list4 a:hover p {
  color: #bd1a2d;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .insideLeft {
    width: 100%;
  }
  .insideLeft .bt p {
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
  .insideLeft .bt {
    height: 1rem;
  }

  .insideMenu {
    padding-bottom: 0.5rem;
    margin-top: -0.2rem;
  }
  .insideMenu .item > a {
    font-size: 0.26rem;
    padding: 0.2rem 0;
  }
  .insideRight {
    margin-left: 0;
    margin-top: 0.2rem;
    width: 100%;
  }
  .insideRight .list {
    padding-top: 0.2rem;
  }
  .insideRight .list a p {
    padding-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .insideRight .list a p,
  .insideRight .list a span {
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .insideRight .title a {
    font-size: 0.26rem;
  }
  .insideRight .title::before {
    width: calc(100% - 1rem);
  }

  .bt1 {
    font-size: 0.34rem;
    line-height: 0.9rem;
  }
  .insideRight .list1 {
    padding: 0.1rem 0.2rem;
  }
  .insideRight .list1 a {
    padding: 0.2rem 0;
  }
  .insideRight .list1 a p {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .insideRight .list1 a p span {
    font-size: 0.22rem;
  }

  .list1Toggle {
    margin-top: 0.2rem;
  }

  .list1Toggle a {
    line-height: 0.5rem;
    min-width: 0.5rem;
    padding: 0 0.1rem;
    margin: 0 0.02rem;
    font-size: 0.2rem;
  }
  .position p {
    font-size: 0.2rem;
  }
  .position > span {
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
  .list2 a::before {
    width: 0.3rem;
    height: 0.3rem;
    top: 50%;
    left: -0.1rem;
    transform: translateY(-50%);
    background-size: 0.2rem auto;
  }
  .list2 a {
    font-size: 0.26rem;
    padding-left: 0.4rem;
    padding-right: 0.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .list2 a p {
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .list2 a:hover::before {
    width: 0.2rem;
    height: 0.2rem;
    top: 50%;
    left: -0.1rem;
    background-size: 0.15rem auto;
    transform: translateY(-50%);
  }
  .list2 a:hover {
    padding-left: 0.2rem;
  }
  .list3 a {
    margin-bottom: 0.2rem;
  }
  .a1 {
    flex-direction: column;
  }
  .a1 .img {
    margin: 0 auto;
    width: 3rem;
    height: auto;
  }
  .a1 .det {
    margin-left: 0;
    font-size: 0.31rem;
    margin-top: 0.2rem;
  }

  .list4 a {
    width: 46%;
    margin-bottom: 0.2rem;
  }
  .list4 a p {
    margin-top: 0.13rem;
    font-size: .32rem;
  }
  .list4 a .img {
    height: 4.5rem;
  }
}
