<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.articles_other_item:hover,
.topfix {
  box-shadow: 0 0 10px 0 rgba(53, 87, 124, 0.19);
}
.articles_content {
  margin-top: 0 !important;
}
.author_list {
  padding: 20px 0px;
  background-color: #f8f8f8;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-bottom: 30px;
}
.author_list .author_target {
  padding: 0 16px;
}
.author_list .author_item {
  width: 100%;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.author_list .author_item_img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 8px;
}
.hotFindBox {
  margin-bottom: 24px;
}
.author_list .author_item_content {
  display: inline-block;
  text-align: center;
}
.author_list .author_item_name {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232323;
  margin-bottom: 6px;
}
.author_list .author_item_summary,
.author_list .author_item_gzh {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #606266;
  margin-bottom: 6px;
}
.author_item_tip {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #999999;
}

.articles_content_list {
  width: 840px;
}

.articles_detail_title {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  margin-bottom: 24px;
}
.articles_detail_top {
  margin-bottom: 35px;
}

.articles_detail_top a,
.articles_detail_top span {
  display: inline-block;
  font-size: 13px;
}
.articles_author_cate {
  float: left;
  margin-right: 25px;
  padding-left: 16px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  background: url('../images/articles_author_cate.png') no-repeat;
  background-size: 12px 12px;
  background-position: 0px 3px;
}
.articles_top_class {
  color: #2f7fd7;
  margin-right: 16px;
  float: left;
}
.articles_top_date {
  color: #999;
  float: right;
}
.author_item_status {
  text-align: center;
  margin-bottom: 20px;
}
.articles_top_follow,
.articles_top_unfollow {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 17px;
}
.articles_top_unfollow {
  background: #2647b0;
  border-radius: 4px;
  border: 1px solid #2647b0;
  color: #fff;
}
.articles_top_follow {
  border-radius: 4px;
  border: 1px solid rgba(39, 115, 221, 0.6);
  color: #2647b0;
}
.articles_detail_text {
  color: #333;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}
.articles_detail_text img {
  margin: 0 auto;
  border-radius: 6px;
}
.article_author_box {
  margin: 30px auto 20px;
  text-align: left;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding-left: 8px;
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 16px;
}
.article_author_box a,
.article_author_box span {
  display: inline-block;
}
.articles_top_img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 0px;
}
.article_author {
  color: #aaaeb3;
}
.article_author:hover {
  color: #0289ff;
}
.article_author_label {
  margin-bottom: 40px;
}
.article_label {
  padding: 6px 12px 6px 36px;
  color: #838383;
  background-color: #f5f5f5;
  border-radius: 14px;
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #838383;
  position: relative;
}
.article_label_img,
.article_label_text {
  display: inline-block;
}
.article_label_img {
  width: 29px;
  height: 29px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 0px;
}
.article_label:hover {
  background-color: #2647b0;
  color: #fff;
}
.follow_author_status {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.articles_top_fav,
.articles_top_unfav {
  padding: 10px 31px;
  background: #2647b0;
  border-radius: 4px;
  padding-left: 24px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}
.articles_top_unfav {
  border: 1px solid #2647b0;
  color: #2647b0;
  background-color: #fff;
}
.articles_top_fav img,
.articles_top_unfav img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.articles_other {
  margin-bottom: 40px;
}
.articles_other_item {
  width: 342px;
  height: 85px;
  padding: 8px 16px 8px 8px;
  float: left;
  cursor: pointer;
}
.articles_other_item:hover {
  border-radius: 4px;
  transition: 0.2s linear;
}
.article_hot_title,
.article_last_title,
.article_next_title,
.articles_comment_title,
.articles_other_title,
.hotFindTitle {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232323;
  padding-left: 11px;
  margin-bottom: 15px;
  position: relative;
}
.article_hot_title::before,
.article_last_title::before,
.article_next_title::before,
.articles_comment_title::before,
.articles_other_title::before,
.hotFindTitle::before {
  content: '';
  width: 3px;
  height: 16px;
  display: inline-block;
  background-color: #2647b0;
  border-radius: 2px;
  position: relative;
  top: 2px;
  left: -8px;
}
.articles_item_l {
  width: 105px;
  height: 70px;
  margin-right: 12px;
  border-radius: 4px;
}
.articles_item_l,
.articles_item_r {
  float: left;
}
.articles_item_r_title {
  width: 192px;
  height: 40px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.articles_item_r_title a {
  color: #333;
}
.articles_item_r_tip {
  font-size: 12px;
  display: flex;
  line-height: 20px;
}
.articles_other_list {
  height: 86px;
}
.articles_adv img {
  width: 100%;
  height: 138px;
}
.articles_adv {
  margin-bottom: 50px;
}
.articles_bottom_tool {
  width: 840px;
  height: 80px;
  padding: 16px 24px;
  background-color: #f5f5f5;
}
.articles_tool_l {
  float: left;
  display: flex;
  align-items: center;
}
.articles_tool_r {
  float: right;
  display: flex;
  height: 100%;
}
.articles_author_img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
}
.articles_author_name {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.tool_comment_num,
.tool_follow_num {
  color: #333;
  font-size: 12px;
  display: inline-block;
}
.tool_follow_num {
  margin-right: 23px;
}
.tool_comment_num {
  margin-right: 11px;
}
.tool_line {
  width: 1px;
  height: 24px;
  background: #979797;
  opacity: 0.2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 14px;
}
.tool_comment_img,
.tool_follow_img,
.tool_follow_img1,
.tool_follow_img_hover,
.tool_top,
.tool_wx,
.tool_xl {
  width: 26px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
}
.tool_comment,
.tool_follow {
  display: flex;
  align-items: center;
}
.tool_follow_img {
  background: url(../images/star_img_1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
.tool_follow_img1 {
  background: url(../images/star_img_2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
.tool_follow_img:hover {
  background: url(../images/star_img_2.png) no-repeat;
  background-size: 100% 100%;
}
.tool_follow_img_hover {
  background: url(../images/star_img_2.png) no-repeat !important;
  background-size: 100% 100% !important;
  margin-right: 8px;
}
.tool_comment_img {
  background: url(../images/comment_img_1.png) no-repeat;
  background-size: 100% 100%;
}
.tool_comment_img:hover {
  background: url(../images/comment_img_2.png) no-repeat;
  background-size: 100% 100%;
}
.tool_wx {
  background: url(../images/gzh_img_1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 16px;
}
.tool_wx:hover {
  background: url(../images/gzh_img_2.png) no-repeat;
  background-size: 100% 100%;
}
.wecharticonQr {
  display: none;
  position: absolute;
  top: -124px;
  width: 85px;
  height: 108px;
  margin-left: -25px;
  font-size: 12px;
  color: rgba(54, 54, 54, 1);
  background: #fff;
  text-align: center;
}
.tool_top,
.tool_xl {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.tool_wx:hover .wecharticonQr {
  display: block;
}
.wecharticonQr img {
  margin: 0 auto;
  width: 76px;
  height: 76px;
  padding: 5px;
}
.gzh-content {
  padding: 5px;
  display: flex;
  background: #ffffff;
  align-items: center;
  margin: 0 16px;
  margin-bottom: 20px;
}
.gzh-img {
  width: 50px;
  height: 50px;
  margin-right: 11px;
}
.gzh-name {
  width: 185px;
  font-size: 14px;
  color: #232323;
  line-height: 13px;
  text-align: center;
  margin-top: 3px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
}
.commentUser img,
.noUserImg {
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
}
.tool_xl {
  background: url(../images/xl_img_1.png) no-repeat;
  background-size: 100% 100%;
}
.tool_xl:hover {
  background: url(../images/xl_img_2.png) no-repeat;
  background-size: 100% 100%;
}
.tool_top {
  background: url(../images/to_top_1.png) no-repeat;
  background-size: 100% 100%;
}
.tool_top:hover {
  background: url(../images/to_top_2.png) no-repeat;
  background-size: 100% 100%;
}
.article_hot_title,
.article_last_title,
.article_next_title,
.articles_comment_title {
  border-bottom: none;
  margin-bottom: 12px;
}
.article_last_title {
  position: relative;
  font-size: 14px;
}
.first-level-review {
  height: 193px;
}
.commentUser {
  height: 40px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 40px;
  color: #707070;
}
.commentUser img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.common &gt; div &gt; textarea {
  resize: none;
  width: 100%;
  padding: 14px;
  font-size: 14px;
  height: 153px;
  border: none;
  border-radius: 6px 6px 0 0;
  outline: 0;
  position: absolute;
  top: 0;
}
.noUserContent_bl {
  position: absolute;
  left: 21px;
  line-height: 46px;
  font-size: 14px;
  font-family: PingFang-SC-Medium;
  font-weight: 400;
  color: rgba(129, 129, 129, 1);
}
.noUserContent_bl &gt; a {
  font-size: 14px !important;
  color: rgba(255, 119, 61, 1) !important;
}
.noUserContent_br {
  position: absolute;
  right: 21px;
  width: 86px;
  height: 30px;
  background: #ffdc00;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang-SC-Medium;
  font-weight: 400;
  color: rgba(86, 81, 63, 1);
  top: 6px;
  text-align: center;
  cursor: pointer;
}
.noUserContent_br2 {
  line-height: 30px !important;
}
.noUserContent_bottom {
  width: 100%;
  height: 46px;
  background: rgba(250, 250, 250, 1);
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  line-height: 46px;
}
.loadMore_n img,
.noUser,
.noUserContent,
.rankingItem_l {
  position: relative;
}
.noUser {
  width: 100%;
  height: 106px;
  margin-bottom: 14px;
  color: #eee;
}
.noUser .noUser_shafa {
  width: 106px;
  height: 61px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -53px;
  margin-top: -31px;
}
.noUser .noUser_text {
  font-size: 10px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: rgba(110, 118, 129, 1);
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.noUserImg {
  width: 40px;
  height: 40px;
  background: #eee;
  margin-right: 5px;
}
.noUserContent {
  width: 677px;
  height: 196px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 40px;
}
.noUserContent a {
  color: #0289ff;
  display: inline;
}
.noUserBtn {
  color: #b0b0b0;
  background: #eee;
  text-align: center;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 30px;
  border-radius: 500px;
  font-size: 16px;
}
.author_article_list {
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}
.fast_news_item {
  margin-bottom: 10px;
  display: flex;
  padding: 0px 15px 0;
}

.fast_news_item:first-child {
  padding-top: 20px;
}
.fast_news_item:last-child {
  margin-bottom: 0;
}
.fast_item_l {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  text-align: center;
  opacity: 0.6;
  color: #fff;
  position: relative;
  top: 2px;
  background: url('../images/author_article_bg.png') no-repeat;
  background-size: 100% 100%;
  font-size: 13px;
  line-height: 16px;
}

.fast_item_text {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 240px;
}
.fast_item_tips span,
.news_author {
  font-size: 12px;
  color: #999;
}
.articles_authorName,
.fast_item_tips span,
.loadMore_n img,
.loadMore_n span,
.more_click img,
.news_author {
  display: inline-block;
}
.news_author {
  width: 80px;
}
.loadMore_n {
  width: 344px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  border: 1px solid #999;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.loadMore_n img {
  width: 16px;
  height: 16px;
  top: 2px;
}
.other_adv {
  width: 300px;
  height: 229px;
  margin: 30px 0;
}
.other_adv img {
  width: 100%;
  height: 229px;
}
.rankingItem {
  padding: 8px 0px 8px 0;
  height: 86px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.rankingItem_l {
  float: left;
  margin-right: 8px;
  overflow: hidden;
}
.rankingItem_l_img {
  width: 100px;
  height: 62px;
  border-radius: 4px;
}
.rankingItem_r {
  float: right;
}
.rankingItem_r_text {
  width: 192px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}
.rankingItem_r_text:hover {
  color: #2647b0;
}
.rankingItem_r_tips {
  color: #999;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rankingItem_r_authorname {
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.article_hot_content {
  margin-bottom: 30px;
}
.topfix {
  position: fixed;
  top: 10px;
  padding: 8px 16px;
  border-radius: 8px;
}
.article_next_content {
  width: 344px;
  background: #fff;
  cursor: pointer;
}
.fast_item_text:hover {
  color: #2647b0;
}
.commentAll .item {
  padding: 40px 0 0 60px;
  font-size: 14px;
}
.commentRight,
.commentRight .name {
  font-size: 16px;
  line-height: 36px;
  color: #707070;
}
.commentAll .item .user_header_box {
  float: left;
  width: 48px;
  height: 48px;
  margin-left: -60px;
  position: relative;
}
.user_header_box .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.commentRight {
  border-bottom: 1px solid #eee;
}
.commentRight .name {
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commentRight p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-bottom: 16px;
}
.commentAll .commentRight .commmentBox {
  min-height: 44px;
  font-size: 14px;
  line-height: 30px;
  color: rgba(102, 102, 102, 1);
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
  margin-bottom: 4px;
}

.artices_comment_box {
  margin-top: 48px;
}
.other_adv,
.preview .other_adv {
  margin-top: 0;
}

.is-fixed {
  position: fixed;
  border-top: 2px solid #2647b0;
  z-index: 3;
  bottom: 0;
  box-shadow: 0 -3px 32px 0 rgb(0 0 0 / 6%);
  transition: all 0.2s;
}
.is-fixed-top {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.is-fixed-bottom {
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
}
.articles_authorName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}
.articles_page {
  padding: 28px 0;
  display: flex;
}
.articles_page_l,
.articles_page_r {
  display: flex;
  align-items: center;
  width: 410px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
}
.articles_page_l:hover,
.articles_page_r:hover {
  background: rgba(0, 0, 0, 0.65);
}
.articles_page_l {
  margin-right: 20px;
}
.articles_page_l_btn,
.articles_page_r_btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
}
.articles_page_date {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #ffffff;
}
.articles_page_l_text,
.articles_page_r_text {
  width: 230px;
  height: 44px;
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.articles_page_l_text,
.articles_page_r_text {
  width: 100%;
}
.articles_page_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.articles_page_l_btn .btn_icon,
.articles_page_r_btn .btn_icon {
  width: 11px;
  height: 11px;
  display: inline-block;
}

.articles_page_r_btn {
  color: #fff;
}

.articles_recomm {
  width: 100%;
  margin: 16px 0;
  overflow: hidden;
}
.articles_recomm_title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232323;
  padding-left: 11px;
  margin-bottom: 15px;
}
.articles_recomm_title::before {
  content: '';
  width: 3px;
  height: 16px;
  display: inline-block;
  background-color: #2647b0;
  border-radius: 2px;
  position: relative;
  top: 2px;
  left: -8px;
}
.articles_recomm .articles_recomm_list_all {
  width: 1680px;
}
.recomm_page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
.articles_recomm .page_box {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #f8f8f8;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.articles_recomm .page_box.current_page {
  background: #2773dd;
  color: #fff;
}
.recomm_list {
  /* padding: 10px 0 10px 5px; */
  /* width: 1000%; */
  width: 100% !important;
}
.recomm_item {
  width: 100%;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 26px;
}
.recomm_item:hover .articles_recomm_text {
  color: #2647b0;
}
.recomm_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.recomm_view {
  display: flex;
  align-items: center;
}
.recomm_author_info {
  margin-right: 12px;
  position: relative;
  display: flex;
}
.recomm_author_info::before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: rgba(153, 153, 153, 0.5);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.recomm_num {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.recomm_img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.recomm_num_icon {
  width: 11px;
  height: 13px;
  margin-right: 5px;
}
.recomm_item_l {
  width: 547px;
  height: 144px;
  margin-right: 20px;
}
.recomm_item_l_top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.recomm_item_r {
  width: 237px;
  height: 144px;
  position: relative;
  overflow: hidden;
}
.articles_recomm_text {
  height: 26px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.recomm_item_l_summry {
  height: 66px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 11px;
}
.recomm_item_l_tags {
  display: flex;
}
.recomm_item_cate {
  padding: 2px 6px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.recomm_item_l_tag {
  background: #e9f1fd;
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-right: 10px;
}
.recomm_item_l_tag:hover {
  background-color: #2647b0;
  color: #fff;
}
.getMore,
.recomm_author,
.recomm_date {
  font-family: PingFangSC-Regular, PingFang SC;
}
.getMore img {
  width: 6px;
  height: 11px;
  position: relative;
  display: inline-block;
}
.recomm_author,
.recomm_date {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.recomm_date {
  padding-right: 12px;
  margin-right: 14px;
  position: relative;
}
.recomm_date::before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: rgba(153, 153, 153, 0.5);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.getMore,
.tagItem {
  font-size: 14px;
  font-weight: 400;
}
.recomm_author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60px;
}
.articles_detail_text a {
  display: inline-block;
  color: #0389ff;
}
.getMore {
  height: 20px;
  color: #999;
  line-height: 20px;
  float: right;
  display: flex;
  align-items: center;
}
.tagItem {
  background: #f7f7f7;
  border-radius: 19px;
  vertical-align: middle;
  text-align: center;
  padding: 10px 12px;
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 12px;
  font-family: PingFang SC;
  color: #818386;
}
.tagContent {
  min-height: 500px;
}
.hotFindTitle {
  background-size: 6px 18px;
  font-size: 14px;
  padding-left: 11px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.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;
}

.article_last_title .title {
  background: url(../images/title_bg.png) left center no-repeat;
  background-size: 58px 16px;
  color: #333;
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 8px;
  font-weight: 600;
}
.gzh-box {
  position: absolute;
  bottom: -187px;
}
.gzh-fix {
  position: fixed;
  top: 9px;
}

.articles_detail_page .main_right {
  padding-bottom: 200px;
}
.articles_detail_page .articles_content_left {
  width: 840px;
}
.articles_detail_page .question-list {
  padding-bottom: 0;
}
.articles_detail_page .gzh-box {
  bottom: inherit;
}
.question-list-item {
  padding: 0;
}
.question-list {
  padding-top: 0;
}
.list-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.articles_detail_page .main_right {
  width: 100%;
}
.articles_detail_page .articles_content_left {
  width: 840px;
}
.articles_detail_page .articles_recomm_list {
  width: 840px;
  border-radius: 2px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 25px 20px 15px 16px;
}
</pre></body></html>