.tab-item {
  background-color: #f2f2f4;
  width: 50%;
  height: 0.73rem;
}
.tab-item.active {
  background-color: #fff;
}
.tab-item span {
  margin: auto;
  font-size: 0.32rem;
  color: #363636;
}

.year-list {
  margin: 0.4rem auto 0.42rem;
  padding-left: 0.2rem;
}
.year-item {
  position: relative;
  width: 0.9rem;
  height: 1.09rem;
  border-radius: 0.15rem;
  display: flex;
  background: #f4f4f4;
}
.year-item .year {
  font-size: 0.28rem;
  color: #313131;
  margin: auto;
}
.year-item .point {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #f4f4f4;
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.year-item.active {
  background: #3b93fd;
}
.year-item.active .year {
  color: #fff;
}
.year-item.active .point {
  background: #fff;
}

.video-title {
  font-size: 0.32rem;
  color: #343434;
}

.video-js {
  width: 6.9rem;
  height: 4.86rem;
  margin: 0.37rem auto 0;
  border-radius: 0.1rem;
}
.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vjs-poster {
  border-radius: 0.1rem;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border-radius: 50%;
}

.type-box {
  background-image: url(/template/huabang/mobile/imgs/staff/type_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1.66rem;
  height: 2.21rem;
  width: 100%;
  padding: 0 0.24rem;
  margin-top: 0.32rem;
  position: relative;
}

.type-item img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
}
.type-item .name {
  font-size: 0.3rem;
  color: #fff;
  margin-top: 0.27rem;
  margin-bottom: 0;
}
.type-box .select-icon {
  width: 0.3rem;
  height: 0.16rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: left 0.2s ease-in;
}

.com-box {
  width: 6.88rem;
  margin: 0.36rem auto;
  overflow-x: scroll;
  white-space: nowrap;
}
.com-item {
  border: none;
  min-width: 1.55rem;
  height: 0.68rem;
  font-size: 0.28rem;
  color: #313131;
  border-radius: 0.05rem;
  background-color: #f4f4f4;
  margin-right: 0.2rem;
}
.com-item:last-of-type {
  margin-right: 0;
}
.com-item.active {
  background-color: #3d93ff;
  color: #fff;
}

.article-list {
  width: 6.88rem;
  margin: 0 auto 0.85rem;
}

.article-item {
  position: relative;
  width: 100%;
height: 5.2rem;
  margin-bottom: .32rem;
}
.van-list{
    padding-bottom: 35px;
}
.article-item:last-of-type {
  margin-bottom: 0;
}
.article-item .img {
  width: 100%;
  height: 100%;
}
.article-item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0.73rem;
  width: 100%;
  height: 0.73rem;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 0.25rem;
  font-size: 0.28rem;
  color: #fff;
}
.article-item .name {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-item .time {
  font-size: 0.24rem;
}
<!--0.00010108947753906-->