.box {
  overflow: hidden;
}
.box .box-left {
  float: left;
  width: 75%;
  background-color: white;
  border: 1px solid #EEEEEE;
  margin-right: 20px;
  padding: 1%;
}
.box .right {
  float: right;
  width: 23%;
}
.box .right .box-right {
  background-color: white;
  border: 1px solid #EEEEEE;
  padding: 20px;
}
.box .right .box-right .box-right-bd .detail1 {
  padding-top: 20px;
}
.box .right .box-right .box-right-bd .detail1 li {
  display: flex;
}
.box .right .box-right .box-right-bd .detail1 li > a {
  position: relative;
  margin-right: 10px;
}
.box .right .box-right .box-right-bd .detail1 li > a::before {
  content: '1';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff9900;
  padding: 0 5px;
  border-bottom-right-radius: 6px;
  color: white;
}
.box .right .box-right .box-right-bd .detail1 li > a img {
  width: 66px;
}
.box .right .box-right .box-right-bd .detail1 li div h4 {
  font-weight: normal;
  font-size: 17px;
  width: 190px;
}
.box .right .box-right .box-right-bd .detail1 li div h4 a {
  color: black;
  margin-bottom: 5px;
}
.box .right .box-right .box-right-bd .detail1 li div h4 a:hover {
  color: #ff9900;
}
.box .right .box-right .box-right-bd .detail1 li div p {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .right .box-right .box-right-bd .detail1 li div p span {
  font-size: 12px;
  color: #999999;
}
.box .right .box-right .box-right-bd .detail1 li div p .tags {
  color: #666666;
  font-size: 13px;
}
.box .right .box-right .box-right-bd .detail1 li div p .tags:hover {
  color: #ff9900;
}
.box .right .box-right .box-right-bd .detail1 li div p i {
  display: inline-block;
  transform: translateY(3px);
  font-style: normal;
  font-size: 12px;
  color: #666666;
  width: 159px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .right .box-right .box-right-bd .rangking li {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px #eee solid;
}
.box .right .box-right .box-right-bd .rangking li em {
  color: red;
  font-size: 14px;
  margin-right: 5px;
  transform: translateY(3px);
}
.box .right .box-right .box-right-bd .rangking li a {
  display: inline-block;
  color: black;
  font-size: 14px;
  flex: 1;
  transform: translateY(3px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .right .box-right .box-right-bd .rangking li a:hover {
  color: #a70521;
}
.box .right .box-right .box-right-bd .rangking li span {
  float: right;
  font-size: 14px;
  color: #555;
  transform: translateY(3px);
}
.box .box-right-hd,
.box .box-left-hd {
  padding-bottom: 2%;
  border-bottom: 1px #eee solid;
}
.box .box-right-hd h3,
.box .box-left-hd h3 {
  font-weight: normal;
}
.box .box-right-hd h3 img,
.box .box-left-hd h3 img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  transform: translateY(-2px);
}
.box .box-left-bd {
  padding-top: 20px;
}
.box .box-left-bd ul li {
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 2%;
}
.box .box-left-bd ul li:nth-child(6) {
  margin-bottom: 0;
}
.box .box-left-bd ul li .cover {
  margin-right: 1%;
}
.box .box-left-bd ul li .cover a {
  display: inline-block;
  width: 100%;
}
.box .box-left-bd ul li .cover a img {
  width: 120px;
  height: 179px;
  object-fit: cover;
}
.box .box-left-bd ul li .detail {
  position: relative;
  flex: 80%;
}
.box .box-left-bd ul li .detail h3 {
  font-weight: normal;
  margin-bottom: 15px;
}
.box .box-left-bd ul li .detail h3 a {
  color: black;
}
.box .box-left-bd ul li .detail h3 a:hover {
  color: #a70521;
}
.box .box-left-bd ul li .detail p {
  width: 100%;
  margin-bottom: 7px;
  line-height: 20px;
  font-size: 13px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box .box-left-bd ul li .detail p span {
  color: #999999;
}
.box .box-left-bd ul li .detail p .tags {
  color: #666666;
  font-size: 13px;
}
.box .box-left-bd ul li .detail p .tags:hover {
  color: #a70521;
}
.box .box-left-bd ul li .detail p .playbtn,
.box .box-left-bd ul li .detail p .detailbtn {
  display: inline-block;
  padding: 5px 15px;
  color: white;
  background: #a70521;
  border-radius: 5px;
}
.box .box-left-bd ul li .detail p .playbtn:hover,
.box .box-left-bd ul li .detail p .detailbtn:hover {
  background: #87061c;
}
.box .box-left-bd ul li .detail p .detailbtn {
  color: #333333;
  background: #f5f5f5;
}
.box .box-left-bd ul li .detail p .detailbtn:hover {
  background: #f0eeee;
}
.box .box-left-bd ul li .detail p:last-child {
  position: absolute;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .box .box-left {
    width: 100%;
  }
  .box .right {
    display: none;
  }
  .box .box-left-bd ul li .cover {
    margin-right: 3%;
  }
  .box .box-left-bd ul li .detail h3 {
    margin-bottom: 8px;
  }
  .box-left-bd li > a img {
    width: 100px;
  }
  .box-left-bd li .detail {
    width: 53% !important;
  }
  .box-left-bd li .detail h3 {
    margin-bottom: 5px;
  }
  .box-left-bd li .detail h3 a {
    font-size: 14px;
  }
}
