/*::-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;
}
#indexPage {
  padding: 0;
}
#indexPage div {
  padding: 0;
}
#indexPage .CNavArt .items {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
#indexPage .CNavArt .items .lists {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  overflow: hidden;
}
#indexPage .CNavArt .items .lists .box .title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #1f1b18;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  #indexPage .CNavArt .items .lists .box .title {
    font-size: 16px;
  }
}
#indexPage .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;
  font-weight: 400;
  margin-top: 10px;
}
#indexPage .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;
}
#indexPage .CNavArt .items .lists .box .authorInfo .prviews {
  text-align: left;
}
@media (max-width: 1200px) {
  #indexPage .CNavArt .items .lists .box .authorInfo .author {
    float: right;
  }
}
#indexPage .CNavArt .items .lists .box .authorInfo .tag {
  text-align: right;
}
#indexPage .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;
}
#indexPage .CNavArt .items .lists .box img {
  width: 255px;
  height: 145px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  #indexPage .CNavArt .items .lists .box img {
    width: 100%;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  #indexPage .CNavArt .items .lists .box img {
    width: 100%;
    height: 80px;
    border-radius: 4px;
  }
}
#indexPage .CNavArt .items .lists .box-l {
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
#indexPage .CNavArt .items .lists .box-r {
  width: 255px;
  border-radius: 4px;
  overflow: hidden;
}
#indexPage .CNavArt .items .lists:hover {
  background: #f2f2f2;
}
#indexPage .CNavArt .see_more {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#indexPage .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;
}
#indexPage .CNavArt .navCate {
  /* 超小屏幕（手机，小于 768px） */
  /* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
  /* 小屏幕（平板，大于等于 768px） */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 25px 0;
  background: #f2f2f2;
  /* 中等屏幕（桌面显示器，大于等于 992px） */
}
@media screen and (min-width: 768px) {
  #indexPage .CNavArt .navCate {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #e9e9e9;
  }
}
#indexPage .CNavArt .navCate .cateNames {
  position: relative;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #010101;
  line-height: 18px;
  padding: 0 25px 20px 0;
}
#indexPage .CNavArt .navCate .cateNames .line {
  width: 12px;
  height: 3px;
  background: transparent;
}
@media (max-width: 750px) {
  #indexPage .CNavArt .navCate .cateNames {
    margin-top: 5px;
  }
}
#indexPage .CNavArt .navCate .active {
  font-family: PingFangSC-Medium, PingFang SC;
}
#indexPage .CNavArt .navCate .active .line {
  width: 12px;
  height: 3px;
  background: #e60012;
  margin: 0 auto;
  position: relative;
  bottom: -2px;
}
#indexPage #right_panl {
  box-sizing: border-box;
  margin-left: 60px;
}
#indexPage #right_panl .gzh {
  width: 80%;
}
