@charset "UTF-8";
.video-list {
  background: #f8f8f8;
}

.video-list img {
  width: 100%;
  height: 100%;
}

.video-list a {
  cursor: pointer;
}

.video-list .breadcrumb {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  background: #f8f8f8;
  padding-top: 0.85rem;
}

.video-list .breadcrumb > li + li:before {
  content: "> ";
}

.video-list .videolist {
  padding-left: 0;
  padding-right: 0.5rem;
}

.video-list .textlist {
  padding-right: 0;
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

.video-list .textlist .all-article {
  padding: 0;
  margin-top: 1rem;
  background-color: #ffffff;
  border: solid 0.05rem #e5e5e5;
}

.video-list .textlist .all-article .article-box {
  padding: 0.6rem;
  display: flex;
  height: 6.4rem;
  position: relative;
  border-bottom: solid 0.05rem #e5e5e5;
}

.video-list .textlist .all-article .article-box .article-img {
  width: 5.25rem;
}

.video-list .textlist .all-article .article-box .article-text {
  flex: 1;
  padding: 0.5rem 0 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-list .textlist .all-article .article-box .article-text .article-top {
  font-family: NotoSansHans-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #242424;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5rem;
}

.video-list .textlist .all-article .article-box .article-text .article-top:hover {
  color: #3f53d8;
  cursor: pointer;
}

.video-list .textlist .all-article .article-box .article-text .article-botm .mg-1 {
  margin-right: 1.35rem;
}

.video-list .textlist .all-article .article-box .article-text .article-botm .article-num {
  font-family: NotoSansHans-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  margin-left: 0.5rem;
  vertical-align: text-top;
}

.video-list .textlist .all-article .article-box .article-text .article-botm .eyes {
  display: inline-block;
  width: 1.1rem;
  height: 0.9rem;
  background-image: url(../../images/knowledge/browse_2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 94%;
}

.video-list .textlist .all-article .article-box .article-text .article-botm .heart {
  display: inline-block;
  width: 0.9rem;
  height: 0.8rem;
  background-image: url(../../images/knowledge/xin_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  width: 1.1rem;
  height: 0.9rem;
  cursor: pointer;
}

.video-list .textlist .all-article .article-box .article-text .article-botm .redheart {
  background-image: url(../../images/digital_mall/heart.png);
}

.video-list .textlist .all-article .article-box .top-title {
  position: absolute;
  top: -0.05rem;
  left: -0.05rem;
}

.video-list .textlist .all-article .article-box:last-child {
  border-bottom: solid 0rem #e5e5e5;
}

.video-list .textlist .all-article .answer-box {
  height: auto;
  cursor: pointer;
}

.video-list .textlist .all-article .answer-box .answer-img {
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/knowledge/qa_2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.video-list .textlist .all-article .answer-box .answer-text {
  flex: 1;
  margin-left: 1rem;
}

.video-list .textlist .all-article .answer-box .answer-text .answer-title {
  font-family: NotoSansHans-Regular;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #242424;
  line-height: 1.2rem;
  padding-top: 0.5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video-list .textlist .all-article .answer-box .answer-text .answer-p {
  margin-top: 0.65rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #838383;
  line-height: 1rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.video-list .textlist .all-article .answer-box:hover .answer-img {
  background-image: url(../../images/knowledge/qa_1.png);
}

.video-list .textlist .all-article .answer-box:hover .answer-text .answer-title {
  color: #3f53d8;
}

.video-list .list-title {
  position: relative;
  color: #232323;
  background-color: #fff;
  height: 3.5rem;
  line-height: 3.5rem;
  padding-left: 1.45rem;
  border-radius: 0.3rem;
  border: solid 0.05rem #e5e5e5;
}

.video-list .list-title .title-name {
  font-family: SourceHanSansCN-Bold;
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
}

.video-list .list-title .title-go {
  color: #e5e5e5;
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.video-list .list-title .title-line {
  position: absolute;
  bottom: 0;
  width: 2rem;
  height: 0.2rem;
  background-color: #3f53d8;
}

.video-list .rm-article {
  position: relative;
}

.video-list .rm-hd {
  margin-top: 1rem;
}

.video-list .case-box {
  position: relative;
  padding: 0.5rem;
  padding-bottom: 3rem;
  cursor: pointer;
}

.video-list .case-box .case-img {
  height: 10rem;
}

.video-list .case-box .caser-title {
  float: right;
  margin-top: -1.5rem;
  opacity: 0.4;
}

.video-list .case-box .caser-title span {
  background-color: #000000;
  padding: 0.4rem;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5rem;
}

.video-list .case-box .case-text {
  font-family: NotoSansHans-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #242424;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.8rem;
  line-height: 1.5rem;
  height: 3rem;
}

.video-list .case-box .case-jf {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  position: relative;
  bottom: -1rem;
}

.video-list .case-box:hover .case-text {
  color: #3f53d8;
}

.video-list .case-box:hover .case-text a {
  color: #3f53d8;
}

.video-list .all-list {
  background-color: #ffffff;
  border-radius: 0.3rem;
  border: solid 0.05rem #e5e5e5;
  padding: 1.7rem 1.5rem;
  margin-top: 1rem;
}

.video-list .all-list .case-box .case-img {
  height: 7.2rem;
  position: relative;
}

.video-list .all-list .case-box .case-img .video-time {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  background-color: #3f53d8;
  border-radius: 0.88rem;
  opacity: 0.8;
  text-align: center;
  line-height: 1.4rem;
  padding: 0 1rem;
}

.video-list .all-list .case-box .case-img .video-time span {
  font-family: HelveticaNeue;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
}

.video-list .all-list .case-box .case-img .video-play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: #fff;
  transform: translate(-50%, -50%);
}

.video-list .all-list .case-box .case-img:hover {
  background-color: #000000;
  opacity: 0.6;
}

.video-list .all-list .case-box .case-img:hover img {
  background-color: #000000;
  opacity: 0.6;
}

.video-list .all-list .case-box .case-img:hover .video-time {
  display: none;
}

.video-list .all-list .case-box .case-img:hover .video-play {
  display: block;
}

.video-list .all-list .all-page {
  text-align: right;
  /* 分页跳转 */
}

.video-list .all-list .all-page .paging .sort {
  display: inline-flex;
}

.video-list .all-list .all-page .paging .sort .num button {
  padding: 0.5rem;
  background: #ffffff;
  border: 0.05rem solid #eeeeee;
  font-size: 0.7rem;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #999999;
  line-height: 0.7rem;
}

.video-list .all-list .all-page .paging .sort .num.on button {
  border-left: none;
  border-right: none;
}

.video-list .all-list .all-page .paging .sort .num.ai button {
  border-left: none;
}

.video-list .all-list .all-page .paging .sort .dian {
  font-size: 0.7rem;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #999999;
  line-height: 0.7rem;
  margin: 0.3rem;
}

.video-list .all-list .all-page .paging .sort .next button {
  padding: 0.5rem;
  background: #ffffff;
  border: 0.05rem solid #eeeeee;
  font-size: 0.7rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #999999;
  line-height: 0.7rem;
  margin: 0 0.6rem;
}

.video-list .all-list .all-page .paging .sort .num_txt,
.video-list .all-list .all-page .paging .sort .num_tet {
  font-size: 0.7rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 0.7rem;
}

.video-list .all-list .all-page .paging .sort .num_txt {
  margin: 0.6rem 0.6rem 0.6rem 0;
}

.video-list .all-list .all-page .paging .sort .num_tet {
  margin: 0;
}

.video-list .all-list .all-page .paging .sort .num_tet input {
  width: 1.75rem;
  height: 1.75rem;
  background: #ffffff;
  border: 0.05rem solid #eeeeee;
  margin: 0 0.5rem;
}

.video-list .all-list .all-page .paging .sort .but button {
  width: 3rem;
  height: 1.75rem;
  background: #f6f6f6;
  border: 0.05rem solid #d2d2d2;
  border-radius: 0.1rem;
  font-size: 0.7rem;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #999999;
  line-height: 1rem;
  margin-left: 0.6rem;
}

.video-list .all-list .all-page .paging .sort .butn.on {
  background: #ff7e10;
  color: #ffffff;
  appearance: none;
  outline-color: #ff7e10;
  border: 0.05rem solid #ff7e10;
  border-radius: 0.1rem;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  outline-color: #ff7e10;
}

.video-list .all-list .all-page main .paging .sort .num_tet input {
  outline-color: #ff7e10;
}

@media screen and (max-width: 600px) {
  .video-list .textlist .all-article .answer-box .answer-text .answer-title {
    line-height: normal;
  }
  .video-list .textlist .all-article .answer-box .answer-text .answer-p {
    line-height: normal;
  }
  .video-list .videolist {
    padding-right: 0rem;
  }
  .video-list .textlist {
    padding-left: 0rem;
  }
  .video-list .rm-article {
    margin-top: 0.5rem;
  }
}
