<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.isfollow,
.nofollow,
.tagItem {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.tagItem {
  height: 28px;
  line-height: 28px;
  padding: 0px 15px;
  margin: 0px 16px 16px 0;
  font-size: 14px;
  color: #999999;
  background: #f8f8f8;
  border-radius: 2px;
  float: left;
  box-sizing: border-box;
  transition: all 0.4s;
}
.tagItem:hover a {
  color: #fff;
}
.tagItem:hover {
  background: #2647b0;
}

.tagContent {
  min-height: 500px;
}
.hotFindBox,
.recommAuthor,
.recommRead {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
}
.recommAuthor {
  margin-bottom: 30px;
}
.hotFindTitle,
.recommAuthorTitle,
.recommReadTitle {
  padding-left: 6px;
  background-size: 6px 18px;
  margin-bottom: 16px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232323;
}
.hotFindTitle::before,
.recommAuthorTitle::before,
.recommReadTitle::before {
  content: '';
  width: 3px;
  height: 16px;
  display: inline-block;
  background-color: #2647b0;
  border-radius: 2px;
  position: relative;
  top: 3px;
  left: -4px;
}
.readList {
  display: flex;
  flex-wrap: wrap;
}
.authorList-item,
.readList-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
}
.readList-item {
  width: 143px;
  flex-direction: column;
  margin-right: 14px;
}
.readList-item:nth-child(2n) {
  margin-right: 0;
}
.readList-item-l {
  width: 143px;
  height: 89px;
  border-radius: 4px;
  margin-bottom: 6px;
  overflow: hidden;
}
.author-tips,
.readList-title {
  height: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.readList-item-r {
  width: 100%;
}
.readList-title {
  font-size: 14px;
  color: #212629;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.readList-title:hover {
  color: #2647b0;
}
.readList-tips {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaaeb3;
}
.readList-author {
  width: 80px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #aaaeb3;
}
.authorList-item-l {
  display: flex;
  align-items: center;
}
.readList-date {
  margin-left: 16px;
}
.articles_content_left {
  background: 0 0;
  padding: 0;
  width: 860px;
}
.author-info {
  width: 186px;
  margin-right: 15px;
  padding: 0;
  margin-bottom: 0;
}
.author-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 12px;
}
.author-title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #232323;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.author-tips {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 13px;
}
.isfollow,
.nofollow {
  display: inline-block;
  width: 56px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  /* margin-top: 26px; */
  font-size: 12px;
  background: #2647b0;
  border-radius: 4px;
  color: #fff;
}
.isfollow {
  border-radius: 4px;
  color: #2647b0;
  background-color: #f5f5f5;
}
.hotList {
  height: 28px;
  line-height: 28px;
  padding: 0px 15px;
  margin: 0px 16px 16px 0;
  font-size: 14px;
  color: #999999;
  background: #f8f8f8;
  border-radius: 2px;
  float: left;
  box-sizing: border-box;
  transition: all 0.4s;
}
.hotList:hover {
  background: #2647b0;
  color: #fff;
}

.cateInfo {
  padding: 16px;
  width: 840px;
  margin-bottom: 21px;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.cateInfo-l {
  width: 264px;
  height: 160px;
  background-size: cover;
  border-radius: 4px;
  margin-right: 16px;
}
.cateInfo-title {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
  color: #333333;
}
.cateInfo-tips,
.getMore {
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 20px;
}
.cateInfo-tips {
  width: 530px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #666666;
  line-height: 17px;
}
.loadMore {
  width: 266px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 36px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  margin: 9px auto 0;
}
.loadMore:hover {
  color: #2647b0;
}
.hotFindTitle {
  position: relative;
}
.hotFindTitle .title {
  font-weight: 600;
  font-size: 20px;
}
.getMore {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  position: absolute;
  right: 0;
  top: 0px;
}

.getMore img {
  width: 6px;
  height: 11px;
  position: relative;
  display: inline-block;
}
</pre></body></html>