.mainBox {
  margin-top: 32px;
}
.pagination {
  width: fit-content;
  margin: 20px auto 10px;
}
.appBox .mainBody {
  width: 100%;
  box-sizing: border-box;
}
.appBox .mainBody .whiteBox.articleCateList {
  padding: 12px 20px;
}
.appBox .mainBody .whiteBox.articleCateList .cateTit {
  font-size: 16px;
  color: #232323;
  padding-bottom: 9px;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item {
  border-radius: 8px;
  background: #ffffff;
  border: 0.5px solid #d4e2ff;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
  padding: 10px;
  display: flex;
  align-items: stretch;
  gap: 18px;
  margin-bottom: 12px;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item:hover .infoBox .top .title {
  color: var(--base-color) !important;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .thumbnail {
  flex-shrink: 0;
  width: 243px;
  height: 127.55px;
  border-radius: 4px;
  transition: all 0.3s;
  overflow: hidden;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .thumbnail div {
  transition: all 0.3s;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .thumbnail:hover div {
  transition: all 0.3s;
  transform: scale(1.1);
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 243px - 18px);
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox .top {
  max-width: 100%;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox .top .title {
  color: #252525;
  font-size: 16px;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox .top .desc {
  color: #383838;
  font-size: 14px;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox .bottom .time {
  color: #a6a6a6;
  font-size: 14px;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox .bottom .right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox .bottom .right div {
  color: #a6a6a6;
  font-size: 14px;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox .bottom .right .comment {
  display: flex;
  align-items: center;
  gap: 5px;
}
.appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox .bottom .right .comment img {
  margin-top: 4px;
  display: block;
  height: 16px;
}
.appBox.dark .whiteBox.articleCateList .cateTit {
  color: #FFF;
}
.appBox.dark .whiteBox.articleCateList .at-list .item {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.appBox.dark .whiteBox.articleCateList .at-list .item .infoBox .top .desc {
  color: #f6f6f6;
}
.appBox.dark .whiteBox.articleCateList .at-list .item .infoBox .top .title {
  color: #FFF;
}
@media screen and (max-width: 1060px) {
  .appBox .mainBody .whiteBox.articleCateList .at-list .item .thumbnail {
    width: 121px;
  }
}
@media screen and (max-width: 668px) {
  .appBox .mainBody .whiteBox.articleCateList .at-list .item .thumbnail {
    width: 121px;
  }
}
@media screen and (max-width: 520px) {
  .appBox .mainBody .whiteBox.articleCateList .at-list .item {
    flex-direction: column;
  }
  .appBox .mainBody .whiteBox.articleCateList .at-list .item .thumbnail {
    width: 100%;
  }
  .appBox .mainBody .whiteBox.articleCateList .at-list .item .infoBox {
    width: 100%;
  }
}
/*# sourceMappingURL=articleCateList.css.map */