.news {
  padding-bottom: 20px;
}
.news-list {
  margin: 30px auto 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.list-item {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.img-box {
  width: 25%;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 5%;
}
.list-nav {
  width: 70%;
}
.list-nav h1 {
  font-size: 14px;
  color: #333;
}
.list-nav p {
  font-size: 12px;
  color: #666;
  margin: 10px 0;
}
.list-nav h2 {
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: space-between;
}

.news-nav {
  width: 100%;
  margin: 20px auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.news-nav .title {
  text-align: center;
  margin-bottom: 20px;
}
.news-nav h1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 6px;
}
.news-nav p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.title >>> .el-icon-view {
  font-size: 12px;
  margin: 0 5px 0 8px;
}
.video-box {
  max-width: 100%;
  margin-bottom: 20px;
}
video:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
