::-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;
}
#QartPage {
  padding: 0;
}
#QartPage div {
  padding: 0;
}
#QartPage .CNavArt .items {
  display: flex;
  flex-direction: column;
}
#QartPage .CNavArt .items .date {
  width: 71px;
  height: 26px;
  position: relative;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
#QartPage .CNavArt .items .date .month {
  margin-right: 8px;
  color: #E60012;
  position: relative;
  z-index: 1;
}
#QartPage .CNavArt .items .date .day {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
#QartPage .CNavArt .items .date img {
  width: 70px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#QartPage .CNavArt .items .lists {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
  overflow: hidden;
}
#QartPage .CNavArt .items .lists .box .title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  #QartPage .CNavArt .items .lists .box .title {
    font-size: 16px;
  }
}
#QartPage .CNavArt .items .lists .box .description {
  margin-top: 15px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  line-height: 22px;
  white-space: pre-line;
}
#QartPage .CNavArt .items .lists .box .authorInfo {
  margin-top: 15px;
  padding-right: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 12px;
}
#QartPage .CNavArt .items .lists .box .authorInfo .author {
  font-size: 12px;
  color: #666666;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #QartPage .CNavArt .items .lists .box .authorInfo .author {
    float: right;
  }
}
#QartPage .CNavArt .items .lists .box .authorInfo .time {
  color: #999999;
  font-size: 12px;
}
#QartPage .CNavArt .items .lists .box-l {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
#QartPage .CNavArt .see_more {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#QartPage .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;
}
#QartPage #right_panl {
  box-sizing: border-box;
  margin-left: 60px;
}
#QartPage #right_panl .gzh {
  width: 80%;
}
/*# sourceMappingURL=index.css.map */