.container {
  padding: 2.01388889vw 3.33333333vw 3.33333333vw 8.33333333vw;
  display: flex;
  column-gap: 74px;
}
.container .box1 {
  flex: 1;
  min-width: 10%;
}
.container .box2 {
  width: 393px;
  padding-top: 49px;
}
.container .tags {
  margin-bottom: 35px;
  font-size: 14px;
  color: #ffffff;
}
.container .tags .href {
  color: #848484;
}
.container .tags .icon {
  width: 10px;
  margin-left: 6px;
  margin-right: 10px;
}
.container .tags .title1 {
  flex: 1;
  min-width: 1px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .info {
  margin: 0 auto;
}
.container .title {
  font-weight: 600;
  font-size: 26px;
  color: #F4F5F7;
  margin-bottom: 19px;
}
.container .time-box1 {
  font-size: 11px;
  color: #8E8E92;
  margin-bottom: 32px;
}
.container .time-box1 .time {
  margin-right: 26px;
}
.container .cover {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}
.container .content {
  line-height: normal;
  word-break: break-all;
  padding-bottom: 3.33333333vw;
  border-bottom: 1px solid #2C2E31;
}
.container .content * {
  max-width: 100%;
  margin: revert;
  padding: revert;
  color: #ffffff !important;
  background-color: transparent !important;
}
.section {
  padding-top: 3.33333333vw;
  padding-bottom: 56px;
}
.section .sub {
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 3px;
}
.section .text {
  font-size: 12px;
  color: #A1A1A1;
  line-height: 20px;
}
.section .link {
  color: #A1A1A1;
}
.section .box {
  padding-bottom: 19px;
}
.list .list-item + .list-item {
  margin-top: 41px;
}
.list .list-item .item {
  display: flex;
}
.list .list-item .left {
  overflow: hidden;
}
.list .list-item .el-image {
  width: 193px;
  height: 109px;
  display: block;
  transition: transform 0.6s;
}
.list .list-item .el-image:hover {
  transform: scale(1.2);
}
.list .list-item .right {
  flex: 1;
  min-width: 1%;
  max-width: 100%;
  padding-left: 11px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.list .list-item .title {
  font-size: 16px;
  color: #F4F5F7;
  font-weight: 600;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .list-item .summary {
  font-size: 14px;
  color: #B0B0B0;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .list-item .time-box {
  font-size: 11px;
  color: #8E8E92;
}
.list .list-item .time-box .time {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .container {
    display: block;
    padding: 20px 18px;
  }
  .container .box2 {
    width: 100%;
    padding-top: 0;
  }
  .list .list-item .item {
    display: block;
  }
  .list .list-item .el-image {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .list .list-item .right {
    padding-left: 0;
  }
  .list .list-item .summary {
    margin-bottom: 16px;
  }
}
