.container .swiper img {
  width: 100%;
  height: auto;
}
.container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.container .content .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.container .content .right {
  width: 12.2395vw;
  margin-left: 2vw;
  min-width: 200px;
}
.container .content .right .mL {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  margin-bottom: 1vw;
}
.container .content .right .mL a {
  display: block;
  width: 100%;
  padding: 0.7vw;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.5em;
  color: #111111;
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
}
.container .content .right .mL a.active {
  color: #fff;
  background-color: #A0131A;
}
.container .content .right .mL a:last-child {
  border-bottom: none;
}
.container .content .right .cbb .cbbo {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.container .content .right .cbb .cbbo::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 39.83%;
}
.container .content .right .cbb .cbbo .incm {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 0.8vw 1.1vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.container .content .right .cbb .cbbo .incm p {
  font-size: 16px;
}
.container .content .right .cbb .cbbo .incm .m {
  height: 1.2vw;
  width: 2.4vw;
  border-radius: 0.6vw;
  border: 1px solid #fff;
  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;
  margin-top: 0.4vw;
}
.container .content .right .cbb .cbbo .incm .m img {
  height: 0.7vw;
  width: auto;
}
.container .content .right .cbb .cbbo1 .incm {
  background: url('../images/t/cb1.png') no-repeat;
  background-size: cover;
}
.container .content .right .cbb .cbbo2 .incm {
  background: url('../images/t/cb2.png') no-repeat;
  background-size: cover;
}
.container .content .right .cbb .cbbo3 .incm {
  background: url('../images/t/cb3.png') no-repeat;
  background-size: cover;
}
.container .content .right .cbb .cbbo4 .incm {
  background: url('../images/t/cb4.png') no-repeat;
  background-size: cover;
}
.container .topBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .topBox .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .topBox .titleBox p {
  font-size: 1.45833vw;
  color: #A0131A;
}
.container .topBox .titleBox p::after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background-color: #A0131A;
}
.container .topBox .titleBox img {
  margin-left: 10px;
}
.container .topBox .more {
  width: 4.8vw;
  min-width: 80px;
  min-height: 30px;
  height: 1.875vw;
  border-radius: 33px;
  border: 1px solid #A0131A;
  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;
}
.container .topBox .more span {
  font-size: 14px;
  color: #A0131A;
}
.container .topBox.w p {
  color: #fff;
}
.container .topBox.w p::after {
  background-color: #fff;
}
.container .topBox.w .more {
  border: 1px solid #fff;
}
.container .topBox.w .more span {
  color: #fff;
}
.container .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1vw -0.5vw;
}
.container .cards .ncard {
  width: 33.33%;
  padding: 0 0.5vw;
  margin-bottom: 1vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .cards .ncard .inner {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.container .cards .ncard .inner .ib {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.container .cards .ncard .inner .ib::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.52%;
}
.container .cards .ncard .inner .ib img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.container .cards .ncard .inner .cb {
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px 15px;
}
.container .cards .ncard .inner .cb .title {
  font-size: 1.1458vw;
  color: #333333;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cards .ncard .inner .cb .p {
  font-size: 1.4583vw;
  color: #A0131A;
  line-height: 2em;
  padding-top: 0.5vw;
}
.container .cards .ncard .inner .cb .btn {
  width: 100%;
  height: 2.1875vw;
  margin-top: 1vw;
  margin-bottom: 0.5vw;
  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;
  min-height: 30px;
  border-radius: 6px;
  background-color: #A0131A;
}
.container .cards .ncard .inner .cb .btn span {
  color: #FFFFFF;
  font-size: 0.9375vw;
}
.container .listRow {
  position: relative;
  margin-top: 1vw;
}
.container .listRow::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 23.18%;
  height: 0;
}
.container .listRow .inn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .listRow .cb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40.92%;
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.container .listRow .cb::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.52%;
}
.container .listRow .cb .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .listRow .cb .dc {
  height: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.container .listRow .cb .dc .time {
  width: 4.2vw;
  min-width: 60px;
  height: 100%;
  background-color: #A0131A;
  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;
  color: #fff;
}
.container .listRow .cb .dc .time .day {
  line-height: 1em;
  font-size: 1.1vw;
  padding-bottom: 0.3vw;
}
.container .listRow .cb .dc .time .tm {
  line-height: 1em;
  font-size: 0.95vw;
}
.container .listRow .cb .dc .p {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  overflow: hidden;
  font-size: 0.9vw;
  padding: 0 1vw;
}
.container .listRow .cb .dc .p span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 100%;
}
.container .listRow .ch {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1vw;
  background-color: #F3F7FF;
  padding: 1vw;
  cursor: pointer;
}
.container .listRow .ch:nth-child(3) {
  background-color: #A0131A;
}
.container .listRow .ch:nth-child(3) .day,
.container .listRow .ch:nth-child(3) .tm,
.container .listRow .ch:nth-child(3) .p span,
.container .listRow .ch:nth-child(3) .des {
  color: #FFFFFF !important;
}
.container .listRow .ch .time {
  width: 3.8vw;
  height: 4vw;
  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;
  color: #fff;
}
.container .listRow .ch .time .day {
  padding-bottom: 0.3vw;
  line-height: 1em;
  font-size: 1.1vw;
  color: #111111;
}
.container .listRow .ch .time .tm {
  line-height: 1em;
  font-size: 0.95vw;
  color: #7C7C7C;
  font-size: 0.7291;
}
.container .listRow .ch .p {
  width: 100%;
}
.container .listRow .ch .p span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4vw;
  color: #333333;
  width: 100%;
  font-size: 0.9375vw;
}
.container .listRow .ch .des {
  margin: 1vw 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #7C7C7C;
  width: 100%;
  font-size: 0.7291vw;
  line-height: 1.6em;
  height: 3.2em;
}
.container .listRow .ch img {
  position: absolute;
  height: 0.88vw;
  bottom: 1vw;
}
.container .scr {
  height: 27vw;
  margin: 1vw 0;
}
.container .scr .listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url('../images/t/jzbg.png') no-repeat;
  background-size: cover;
  opacity: 1;
}
.container .scr .listBox .bt {
  width: 100%;
  position: relative;
  z-index: 1;
}
.container .scr .listBox .bt div {
  text-align: center;
  font-size: 1.4583vw;
  color: #FFFFFF;
  padding-top: 1.2vw;
}
.container .scr .listBox .bt img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 1vw;
  margin-top: 0.5vw;
}
.container .scr .listBox .head {
  margin: 0 1.25vw;
  padding: 0.5vw 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(239, 142, 80, 0.61);
}
.container .scr .listBox .head span {
  width: 90px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.container .scr .listBox .head .n {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container .scr .listBox .oBox {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.container .scr .listBox .list {
  padding: 0.71vw 0;
  margin: 0 1.25vw;
  position: relative;
  z-index: 0;
}
.container .scr .listBox #listSc {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@-webkit-keyframes myanimation {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes myanimation {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.container .scr .listBox .row {
  height: 2.4375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5625vw;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 1.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .scr .listBox .row span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
}
.container .scr .listBox .row .n {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 0.8vw;
}
@media (max-width: 1000px) {
  .container .topBox .titleBox p {
    font-size: 18px;
  }
  .container .cards .ncard {
    width: 50%;
    margin-bottom: 10px;
  }
  .container .cards .ncard .inner .cb .title {
    font-size: 14px;
    line-height: 18px;
  }
  .container .cards .ncard .inner .cb .p {
    font-size: 18px;
  }
  .container .cards .ncard .inner .cb .btn {
    height: 30px;
  }
  .container .cards .ncard .inner .cb .btn span {
    font-size: 14px;
  }
  .container .content .right {
    display: none;
  }
  .container .listRow .ch .time {
    width: 50px;
    height: 40px;
  }
  .container .listRow .ch .time .day {
    font-size: 14px;
  }
  .container .listRow .ch .time .tm {
    font-size: 12px;
    line-height: 14px;
  }
  .container .listRow .ch .p span {
    font-size: 14px;
    line-height: 16px;
  }
  .container .listRow .ch .des {
    font-size: 12px;
    line-height: 14px;
    height: 42px;
  }
  .container .listRow .ch img {
    height: 10px;
    width: auto;
  }
  .container .listRow .cb .dc {
    height: 40px;
  }
  .container .listRow .cb .dc .time .tm {
    font-size: 12px;
    line-height: 14px;
  }
  .container .listRow .cb .dc .time .day {
    font-size: 14px;
    line-height: 16px;
  }
  .container .scr {
    height: 300px;
  }
  .container .scr .listBox .bt div {
    font-size: 16px;
  }
  .container .scr .listBox .row {
    height: 26px;
  }
  .container .scr .listBox .row span {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .container .listRow::after {
    display: none;
  }
  .container .listRow .inn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    height: auto;
  }
  .container .listRow .cb {
    width: 100%;
    height: 50%;
    margin-bottom: 10px;
  }
  .container .listRow .ch {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .container .listRow::after {
    padding-top: 58.12%;
  }
}
