::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background-color: none;
}
::-webkit-scrollbar-thumb {
  background-color: none;
}
::-webkit-scrollbar-thumb:hover {
  background-color: none;
}
::-webkit-scrollbar-thumb:active {
  background-color: none;
}
#ListPage {
  padding: 0;
}
#ListPage div {
  padding: 0;
}
#ListPage .itemSelf {
  position: relative;
  padding: 30px;
  display: flex;
  height: 180px;
  background: #f9f9f9;
  align-items: center;
}
@media (max-width: 480px) {
  #ListPage .itemSelf {
    padding: 10px;
  }
}
#ListPage .itemSelf .img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 480px) {
  #ListPage .itemSelf .img {
    width: 64px;
    height: 64px;
  }
}
#ListPage .itemSelf .img img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
#ListPage .itemSelf .right {
  width: 82%;
  height: 120px;
  display: flex;
  padding-left: 30px;
  box-sizing: border-box;
  flex-direction: column;
}
@media (max-width: 480px) {
  #ListPage .itemSelf .right {
    padding-left: 10px;
    height: 82px;
  }
}
#ListPage .itemSelf .right .header {
  margin-top: 20px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
#ListPage .itemSelf .right .header .label1 {
  color: #E60012;
  margin-left: 20px;
  padding: 8px 10px;
  border-radius: 2px;
  border: 1px solid #E60012;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 12px;
}
#ListPage .itemSelf .right .header .title {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 28px;
}
#ListPage .itemSelf .right .desc {
  color: #666666;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
}
#ListPage .itemSelf .seePeo {
  position: absolute;
  right: 30px;
  top: 67px;
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 14px;
}
#ListPage .CNavArt {
  margin-top: 30px;
}
#ListPage .CNavArt .navCate {
  /* 超小屏幕（手机，小于 768px） */
  /* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
  /* 小屏幕（平板，大于等于 768px） */
  /* 中等屏幕（桌面显示器，大于等于 992px） */
}
@media (min-width: 768px) and (max-width: 1199px) {
  #ListPage .CNavArt .navCate {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #e9e9e9;
  }
}
#ListPage .CNavArt .navCate .cateNames {
  position: relative;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #010101;
  line-height: 18px;
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #ListPage .CNavArt .navCate .cateNames {
    margin-top: 5px;
  }
}
#ListPage .CNavArt .navCate .active {
  font-weight: 600;
  border-bottom: 2px solid #333333;
}
#ListPage .CNavArt .items {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
#ListPage .CNavArt .items .lists {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  overflow: hidden;
}
#ListPage .CNavArt .items .lists .box .title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1f1b18;
  line-height: 22px;
}
@media (max-width: 480px) {
  #ListPage .CNavArt .items .lists .box .title {
    font-size: 16px;
  }
}
#ListPage .CNavArt .items .lists .box .description {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #666666;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#ListPage .CNavArt .items .lists .box .authorInfo {
  padding-right: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  height: 24px;
  line-height: 24px;
}
#ListPage .CNavArt .items .lists .box .authorInfo .prviews {
  text-align: left;
}
@media (max-width: 1200px) {
  #ListPage .CNavArt .items .lists .box .authorInfo .author {
    float: right;
  }
}
#ListPage .CNavArt .items .lists .box .authorInfo .tag {
  text-align: right;
}
#ListPage .CNavArt .items .lists .box .authorInfo .tag .tag_name {
  background: #F8F8F8;
  border-radius: 2px;
  color: #E60012;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  margin-left: 5px;
  padding: 0 5px;
  display: inline-block;
}
#ListPage .CNavArt .items .lists .box img {
  width: 255px;
  height: 145px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  #ListPage .CNavArt .items .lists .box img {
    width: 100%;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  #ListPage .CNavArt .items .lists .box img {
    width: 100%;
    height: 80px;
    border-radius: 4px;
  }
}
#ListPage .CNavArt .items .lists .box-l {
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
#ListPage .CNavArt .items .lists .box-r {
  width: 255px;
  border-radius: 4px;
  overflow: hidden;
}
#ListPage .CNavArt .items .lists:hover {
  background: #f2f2f2;
}
#ListPage .CNavArt .see_more {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#ListPage .CNavArt .see_more a {
  display: block;
  width: 232px;
  height: 32px;
  margin: 0 auto;
  background: #E9E9E9;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
#ListPage #right_panl {
  box-sizing: border-box;
  margin-left: 60px;
}
#ListPage #right_panl .gzh {
  width: 80%;
}
/*# sourceMappingURL=list.css.map */