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

.article img {
  width: 100%;
  height: 100%;
}

.article a {
  cursor: pointer;
}

.article .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;
  padding-left: 30px;
}

.article .breadcrumb > li + li:before {
  content: "> ";
}

.article .list {
  margin: 0.9375rem 0;
  padding: 0.9375rem 0.9375rem 0.3125rem 0.9375rem;
  background-color: white;
  border-radius: 0.3rem;
}

.article .list hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 0.0625rem solid #eee;
}

.article .article-item {
  position: relative;
  margin: 1.25rem 0;
  height: 140px;
}

@media screen and (max-width: 450px) {
  .article .article-item {
    height: 110px;
  }
}

.article .article-item > div.header {
  margin-bottom: 0.9375rem;
}

.article .article-item .title {
  width: calc(100% - 6.875rem);
  font-family: SourceHanSansCN-Bold;
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article .article-item .time {
  width: 6.25rem;
  text-align: right;
  font-family: ArialMT;
  font-size: 0.875rem;
  color: #999999;
}

.article .article-item .img {
  float: left;
  width: 25%;
}

.article .article-item .text {
  float: left;
  width: 75%;
  padding-top: 7px;
  padding-left: 10px;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.875rem;
  line-height: 24px;
  color: #838383;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article .article-item .text .Author {
  position: absolute;
  bottom: 10px;
  font-family: NotoSansHans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #242424;
}

.article .article-item .text .Author .head-pho {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2.25rem;
  vertical-align: middle;
}

.article .article-item .text .action {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.article .article-item .text .action > label {
  margin-left: 15px;
}

.article .article-item .text .action .wacth {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../images/book_details/browse_2.png) no-repeat;
  vertical-align: middle;
  background-size: 16px;
}

.article .article-item .text .action .like {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../images/Information_details/icon04.png) no-repeat;
  background-size: 18px;
  vertical-align: middle;
  cursor: pointer;
}

.article .article-item .text .action .nolike {
  background: url(../../images/knowledge/xin_1.png) no-repeat;
}

.article .article-item .no-img {
  float: none;
  width: 100%;
  height: 5.8125rem;
  padding: 0;
}

.article .article-item .no-img > div:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article .article-item img {
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 100px;
  vertical-align: top;
}

.textlist {
  display: flex;
  flex-direction: column;
}

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

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

.textlist .all-video .video-box .video-img {
  width: 10rem;
}

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

.textlist .all-video .video-box .video-text .video-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;
}

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

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

.textlist .all-video .video-box .video-text .video-botm .video-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;
}

.textlist .all-video .video-box .video-text .video-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%;
}

.textlist .all-video .video-box .video-text .video-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;
}

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

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

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

.textlist .all-video .answer-box {
  min-height: 7.5rem;
  height: auto;
  cursor: pointer;
}

.textlist .all-video .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;
}

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

.textlist .all-video .answer-box .answer-text .answer-title {
  font-family: NotoSansHans-Regular;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #242424;
  line-height: 1.625rem;
  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;
}

.textlist .all-video .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: 1.5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

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

.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;
}

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

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

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

.rm-video {
  position: relative;
  margin-top: 1rem;
}

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

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

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

.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;
}

.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;
}

.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;
}

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

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

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

.all-page {
  margin-bottom: 1rem;
  text-align: center;
  /* 分页跳转 */
}

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

.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;
}

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

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

.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;
}

.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;
}

.all-page .paging .sort .num_txt,
.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;
}

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

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

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

.all-page .paging .sort .but button {
  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;
}

.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;
}

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