.container {
  height: calc(100vh - 4.6875vw);
  margin-top: 4.6875vw;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0;
}
.container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .content .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.container .content .right {
  width: 12.2395vw;
  min-width: 160px;
  margin-left: 2vw;
}
.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 .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;
    margin-right: 1vw;
}
.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 {
  width: 100%;
  margin: 0 -0.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2vw;
}
.container .cards .cardBox {
  width: 25%;
  padding: 0 0.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1vw;
}
.container .cards .cardBox .card {
  border: 1px solid #FFE0E0;
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 0.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 0, 0, 0.29)), to(rgba(181, 24, 24, 0)));
  background: linear-gradient(180deg, rgba(212, 0, 0, 0.29) 0%, rgba(181, 24, 24, 0) 100%);
}
.container .cards .cardBox .card .lb {
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.container .cards .cardBox .card .lb::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 127%;
}
.container .cards .cardBox .card .lb img {
  position: absolute;
  max-width: 100%;
  height: auto;
}
.container .cards .cardBox .card .name {
  display: inline-block;
  padding: 5px 20px;
  background-color: #A0131A;
  color: #fff;
  font-size: 0.8vw;
  position: relative;
  top: -20px;
  left: -0.6vw;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.container .cards .cardBox .card p {
  height: 3em;
  font-size: 0.833vw;
  line-height: 1.5em;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.2vw;
}
.container .cards .cardBox .card .mm {
  width: 1.5vw;
  height: auto;
  margin-bottom: 1vw;
}
.container .cards.cardB .cardBox .card .lb::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.52%;
}
.container .cards.cardB .cardBox .card .lb img {
  position: absolute;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .container {
    height: calc(100vh - 65px);
    margin-top: 65px;
  }
  .container .topBox .titleBox p {
    font-size: 18px;
  }
  .container .content .right {
    display: none;
  }
  .container .cards .cardBox .card p {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
}
@media (max-width: 800px) {
  .container .topBox .titleBox p {
    font-size: 18px;
  }
  .container .content .right {
    display: none;
  }
  .container .cards .cardBox {
    width: 50%;
    margin-bottom: 10px;
  }
  .container .cards .cardBox .card p {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
}
