.after:after {
  display: block;
  content: '';
  clear: both;
}
.before:before {
  display: block;
  content: '';
  clear: both;
}
.swiper-container {
  position: relative;
}
.swiper-container .wushi {
  position: absolute;
  left: 70px;
  bottom: 30px;
  z-index: 100;
  color: white;
  font-size: 60px;
  line-height: 1.2;
}
.swiper-container .swiper-slide .lunbotu {
  background-position: center;
  width: 100%;
  min-width: 1024px;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-container {
  width: 100%;
  min-width: 1024px;
}
.content {
  width: 100%;
}
.content .cenbox {
  width: 1024px;
  margin: 0px auto;
  padding: 50px 10px;
}
.content .cenbox .leftbox {
  float: left;
  width: 210px;
  border-top: 2px solid #892526;
}
.content .cenbox .leftbox .title {
  color: #892526;
  line-height: 40px;
  font-size: 18px;
}
.content .cenbox .leftbox .listbox {
  background-color: #f8f8f8;
  padding: 10px;
}
.content .cenbox .leftbox .listbox .show {
  color: #892526;
}
.content .cenbox .leftbox .listbox .list {
  position: relative;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: white;
  cursor: pointer;
}
.content .cenbox .leftbox .listbox .list i {
  position: absolute;
  right: 10px;
  top: 8px;
}
.content .cenbox .rightbox {
  display: none;
  float: left;
  width: 790px;
  padding: 0px 0px 0px 40px;
  color: #333;
}
.content .cenbox .rightbox .title {
  font-size: 28px;
  line-height: 50px;
  color: black;
}
.content .cenbox .rightbox .text {
  font-size: 16px;
}
.content .cenbox .rightbox .image {
  width: 100%;
  margin-top: 20px;
}
.content .cenbox .rightbox .image .img {
  float: left;
  width: 480px;
  height: 280px;
}
.content .cenbox .rightbox .image .text {
  float: left;
  width: 270px;
  height: 280px;
  background-color: #892526;
  color: white;
  padding: 15px;
}
.content .cenbox .rightbox .image .text span {
  display: block;
  margin-top: 115px;
  letter-spacing: 1px;
  font-size: 18px;
}
.content .cenbox .rightbox .chance {
  width: 100%;
  height: 175px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}
.content .cenbox .rightbox .chance .title {
  color: black;
  width: 100%;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
}
.content .cenbox .rightbox .chance .img {
  float: left;
  width: 220px;
  height: 125px;
}
.content .cenbox .rightbox .chance .text {
  float: left;
  width: 520px;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .swiper-container {
    margin-top: 35px;
    width: 100%;
    height: 150px;
    min-width: 0px;
  }
  .lead {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #EBEBEb;
  }
  .lead .show {
    color: #892526;
    border-bottom: 2px solid #892526;
  }
  .lead .sort {
    line-height: 58px;
    font-size: 18px;
    text-align: center;
    flex: 1;
  }
  .content {
    width: 100%;
  }
  .content .cenbox {
    width: 100%;
    padding: 0px;
  }
  .content .cenbox .comein {
    width: 100%;
    padding: 10px;
  }
  .content .cenbox .comein .title {
    font-size: 18px;
    line-height: 40px;
  }
  .content .cenbox .img {
    width: 100%;
    height: 210px;
  }
  .content .cenbox .desc {
    width: 100%;
    padding: 20px 10px;
    background-color: #892526;
    color: white;
  }
  .content .cenbox .oppo {
    width: 100%;
    padding: 10px;
  }
  .content .cenbox .oppo .title {
    font-size: 18px;
    color: black;
  }
  .content .cenbox .oppo .word {
    font-size: 12px;
  }
  .content .cenbox .oppo .sortbox {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
  }
  .content .cenbox .oppo .sortbox .name {
    font-size: 16px;
  }
  .content .cenbox .oppo .sortbox .sortimg {
    width: 150px;
    height: 100px;
    float: left;
  }
  .content .cenbox .oppo .sortbox .sortword {
    float: left;
    width: auto;
    font-size: 12px;
    padding: 0 10px;
  }
}
