@charset "UTF-8";
body {
  background: #fff;
}

.container {
  max-width: 1080px;
  padding: 0;
}

.left_share_container {
  width: 50px;
  min-height: 300px;
  margin-right: 50px;
  margin-top: 30px;
  float: left;
}
.left_share_container span {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  cursor: pointer;
}
.left_share_container .article_collection-list {
  padding-bottom: 20px;
}
.left_share_container .article_collection-list .collectoin_icon {
  background-image: url("../imgs/article/collection_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.left_share_container .article_collection-list .active {
  background-image: url("../imgs/article/collection_active_icon.png");
}
.left_share_container .article_collection-list .comment_icon {
  background-image: url("../imgs/article/comment_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.left_share_container .article_collection-list .comment_icon .commnet_number {
  display: inline-block;
  height: 13px;
  padding: 0px 4px;
  background: #9da0a5;
  border-radius: 6px;
  font-size: 9px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: white;
  line-height: 13px;
  text-align: center;
  position: absolute;
  right: -3px;
  top: 2px;
}
.left_share_container .article_share-list-title {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #9da0a5;
  line-height: 17px;
  text-align: center;
  margin-bottom: 10px;
}
.left_share_container .article_share-list .webo_icon {
  background-image: url("../imgs/article/webo_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.left_share_container .article_share-list .webo_icon:hover {
  background-image: url("../imgs/article/webo_active_icon.png");
}
.left_share_container .article_share-list .friends_icon {
  background-image: url("../imgs/article/friends_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.left_share_container .article_share-list .friends_icon:hover {
  background-image: url("../imgs/article/friends_active_icon.png");
}
.left_share_container .article_share-list .wechat_icon {
  background-image: url("../imgs/article/wechat2_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.left_share_container .article_share-list .wechat_icon:hover {
  background-image: url("../imgs/article/wechat2_active_icon.png");
}
.left_share_container .article_share-qrcode {
  display: none;
  width: 100px;
  height: 100px;
  padding: 4px;
  border: 1px solid #27292E;
  background-image: url("../imgs/article/nopublic_qr_code.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: -25px;
}
.left_share_container #qr-div {
  padding: 4px;
}

.left_container {
  width: 640px;
  float: left;
  overflow: hidden;
  margin-top: 30px;
  margin-left: 100px;
}

.right_container {
  float: left;
  margin-left: 40px;
  width: 300px;
  margin-top: 30px;
}

.article_advertisement {
  width: 300px;
  height: 180px;
  margin-bottom: 30px;
  display: inline-block;
}

.article_head {
  margin-bottom: 40px;
}
.article_head .article_title_container {
  overflow: hidden;
}
.article_head .article_tag {
  float: left;
  padding: 0 12px;
  height: 30px;
  text-align: center;
  color: #27292E;
  font-size: 15px;
  line-height: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  margin-right: 15px;
}
.article_head .tag_cate_1 {
  background: #EBECED;
}
.article_head .tag_industry {
  float: right;
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
}
.article_head .article_title {
  font-family: PingFangSC-Medium, "Microsoft YaHei";
  color: #27292E;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  font-weight: 400;
}
.article_head .article_info {
  overflow: hidden;
  line-height: 30px;
  margin-top: 30px;
  font-size: 16px;
}
.article_head .article_info .article_avatar {
  float: left;
  height: 30px;
}
.article_head .article_info .article_avatar img {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.article_head .article_info .article_avatar span {
  color: #2F7DFF;
  margin-left: 10px;
  margin-right: 15px;
}
.article_head .article_info .article_additional {
  float: left;
}
.article_head .article_info .article_additional span {
  margin-left: 20px;
  color: #999999;
}
.article_head .article_info .article_create_time {
  float: left;
  color: #999999;
}
.article_head .article_info .article_create_time::before {
  content: "·";
  position: relative;
  left: -5px;
}
.article_head .article_digest {
  display: none;
  background: #f5f5f5;
  padding: 20px;
  color: #333333;
  margin-top: 40px;
  line-height: 32px;
  font-size: 14px;
}
.article_head #downloadImage {
  display: none;
  position: absolute;
  top: -3px;
  right: 0px;
  height: 20px;
  width: 20px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.article_head .proj-table {
  margin-top: 30px;
  position: relative;
  background-color: #faf9f9;
  font-size: 15px;
  color: #27292e;
}
.article_head .proj-table .proj-wrap {
  position: relative;
  padding: 40px 30px;
  cursor: pointer;
}
.article_head .proj-table .proj-wrap .proj-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) scaleY(2);
  font-size: 21px;
  color: #6c7179;
}
.article_head .proj-table .proj-wrap .proj-info {
  overflow: hidden;
}
.article_head .proj-table .proj-wrap .proj-info .img-wrap {
  position: relative;
  float: left;
  width: 91px;
  height: 91px;
  border-radius: 6px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.article_head .proj-table .proj-wrap .proj-info .img-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-base {
  margin-left: 105px;
  margin-top: 2px;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-base .proj-info-base-upper {
  height: 24px;
  line-height: 24px;
  font-size: 0;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-base .proj-info-base-upper .proj-name {
  font-family: PingFangSC-Medium;
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  color: #27292e;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-base .proj-info-base-upper .proj-year {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  color: #6c7179;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-base .proj-info-base-upper .proj-has-bp {
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
  width: 28px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  color: #27292e;
  background-color: #fcdb00;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-base .proj-info-base-upper .proj-has-contact {
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
  width: 54px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  color: #27292e;
  background-color: #fcdb00;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-base .proj-info-base-middle {
  margin-top: 11px;
  font-size: 16px;
  color: #9da0a5;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-base .proj-info-base-lower {
  margin-top: 10px;
  font-size: 16px;
  color: #6c7179;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-item {
  margin-top: 30px;
  overflow: hidden;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-item .proj-info-item-title {
  float: left;
  width: 75px;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-item .proj-info-item-title .proj-info-item-title-text {
  display: inline-block;
  width: 60px;
  text-align: right;
  text-align-last: justify;
}
.article_head .proj-table .proj-wrap .proj-info .proj-info-item .proj-info-item-content {
  margin-left: 80px;
}
.article_head .proj-table-small {
  position: relative;
  display: none;
  height: 0px;
  overflow: hidden;
  font-size: 34px;
  color: #27292e;
}
.article_head .proj-table-small .proj-wrap {
  position: relative;
  width: 920px;
  height: 720px;
  padding: 60px 90px 70px 40px;
  background-color: #faf9f9;
}
.article_head .proj-table-small .proj-wrap .proj-arrow {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%) scaleY(2);
  font-size: 40px;
  color: #6c7179;
}
.article_head .proj-table-small .proj-wrap .proj-info {
  overflow: hidden;
}
.article_head .proj-table-small .proj-wrap .proj-info .img-wrap {
  position: relative;
  float: left;
  width: 160px;
  height: 160px;
  border-radius: 12px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.article_head .proj-table-small .proj-wrap .proj-info .img-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-base {
  margin-left: 190px;
  overflow: hidden;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-base .proj-info-base-upper {
  height: 48px;
  line-height: 48px;
  font-size: 0;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-base .proj-info-base-upper .proj-name {
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #27292e;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-base .proj-info-base-upper .proj-year {
  display: none;
  margin-left: 12px;
  vertical-align: middle;
  font-size: 32px;
  color: #6c7179;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-base .proj-info-base-upper .proj-has-bp {
  margin-left: 12px;
  vertical-align: middle;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 28px;
  color: #27292e;
  background-color: #fcdb00;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-base .proj-info-base-upper .proj-has-contact {
  margin-left: 12px;
  vertical-align: middle;
  display: inline-block;
  width: 108px;
  height: 48px;
  text-align: center;
  font-size: 28px;
  color: #27292e;
  background-color: #fcdb00;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-base .proj-info-base-middle {
  margin-top: 16px;
  font-size: 32px;
  color: #9da0a5;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-base .proj-info-base-lower {
  margin-top: 14px;
  font-size: 32px;
  color: #6c7179;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-item {
  margin-top: 40px;
  overflow: hidden;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-item .proj-info-item-title {
  float: left;
  width: 195px;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-item .proj-info-item-title .proj-info-item-title-text {
  display: inline-block;
  width: 152px;
  text-align: right;
  text-align-last: justify;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-item .proj-info-item-content {
  padding-left: 195px;
}
.article_head .proj-table-small .proj-wrap .proj-info .proj-info-item .proj-info-item-content-elip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_head .toData {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  height: 74px;
  line-height: 74px;
  color: #4A90E2;
}

.article_footer-copyright {
  width: 100%;
  margin-top: 40px;
}
.article_footer-copyright-editer {
  text-align: right;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #27292e;
  line-height: 32px;
  letter-spacing: 1px;
}
.article_footer-copyright-message {
  width: 100%;
  margin-top: 24px;
}

.pn-cooperate-card {
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid #eef0f3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(39, 41, 46, 0.06);
  box-sizing: border-box;
}
.pn-cooperate-card svg {
  display: block;
}

.pn-cooperate-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pn-cooperate-head-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-right: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5a623;
  background: #fff8e6;
}
.pn-cooperate-head-icon svg {
  width: 24px;
  height: 24px;
}

.pn-cooperate-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #27292e;
}

.pn-cooperate-subtitle {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4;
  color: #9da0a5;
}

.pn-cooperate-body {
  display: flex;
  align-items: stretch;
}

.pn-cooperate-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.pn-cooperate-item-left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.pn-cooperate-item-text {
  min-width: 0;
}

.pn-cooperate-item-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pn-cooperate-item-icon svg {
  width: 22px;
  height: 22px;
}
.pn-cooperate-item-icon--green {
  color: #52a447;
  background: #eef8ed;
}
.pn-cooperate-item-icon--blue {
  color: #2f7dff;
  background: #edf4ff;
}

.pn-cooperate-item-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #27292e;
}

.pn-cooperate-item-id {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: #6c7179;
  white-space: nowrap;
}
.pn-cooperate-item-id em {
  font-style: normal;
}

.pn-cooperate-id--green {
  color: #52a447;
}

.pn-cooperate-id--blue {
  color: #2f7dff;
}

.pn-cooperate-split {
  width: 1px;
  margin: 0 16px;
  background: #eef0f3;
  flex-shrink: 0;
}

.pn-cooperate-copy {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
}
.pn-cooperate-copy--green {
  color: #52a447;
  background: #f6fff4;
  border: 1px solid #b7dfb3;
}
.pn-cooperate-copy--blue {
  color: #2f7dff;
  background: #f3f8ff;
  border: 1px solid #b3d4ff;
}
.pn-cooperate-copy:hover {
  opacity: 0.92;
}

.pn-cooperate-copy-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.left_container .pn-cooperate-card {
  width: 100%;
  padding: 20px 16px;
}
.left_container .pn-cooperate-body {
  flex-direction: row;
  margin: 0 -2px;
}
.left_container .pn-cooperate-split {
  width: 1px;
  height: auto;
  margin: 0 8px;
}
.left_container .pn-cooperate-item {
  gap: 6px;
}
.left_container .pn-cooperate-item-icon {
  margin-right: 8px;
}
.left_container .pn-cooperate-copy {
  padding: 6px 8px;
}

@media (max-width: 768px) {
  .pn-cooperate-body {
    flex-direction: column;
  }

  .pn-cooperate-item {
    align-items: flex-start;
  }

  .pn-cooperate-split {
    width: 100%;
    height: 1px;
    margin: 16px 0;
  }
}
.article_footer {
  margin-top: 60px;
  width: 100%;
  height: 280px;
  background-color: lightgray;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  padding-top: 35px;
  position: relative;
}
.article_footer-tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.article_like_icon {
  float: left;
  cursor: pointer;
  margin-right: 10px;
}
.article_like_icon:hover span {
  color: #ea0101;
}
.article_like_icon[liked=true] {
  color: #ea0101;
}
.article_like_icon[liked=true] span {
  color: #ea0101;
}

.article_favorite_icon {
  float: left;
  cursor: pointer;
}
.article_favorite_icon:hover span {
  color: #ffd53f;
}
.article_favorite_icon[favorited=true] {
  color: #ffd53f;
}
.article_favorite_icon[favorited=true] span {
  color: #ffd53f;
}

.icon-like-active {
  color: #ffd53f;
}

.icon-favorite-active {
  color: #ea0101;
}

.article_content {
  color: #27292E;
  font-size: 16px;
  /*--------------- img-desc -------------------*/
}
.article_content a {
  color: #2F7DFF;
}
.article_content a:hover {
  cursor: pointer;
  color: #2F7DFF;
  border-bottom: 1px dashed #2F7DFF;
}
.article_content p {
  padding-bottom: 20px;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: 1;
  text-align: justify;
}
.article_content p:has(> img) {
  padding-bottom: 0;
}
.article_content p:has(> img) + p[style*="text-align: right"] {
  margin-top: 20px;
}
.article_content p span {
  font-size: 16px;
}
.article_content img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: cover;
  margin: auto;
}
.article_content blockquote {
  margin-top: 25px;
  margin-bottom: 5px;
  padding: 0;
  border: none;
}
.article_content blockquote p span {
  font-size: 18px;
}
.article_content blockquote p b {
  font-size: 18px;
}
.article_content blockquote p::before {
  content: "";
  display: inline-block;
  margin-bottom: -6px;
  margin-right: 15px;
  height: 25px;
  width: 5px;
  background-color: #FFB300;
}
.article_content blockquote.guide-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 30px 5px 35px;
  line-height: 32px;
  background-color: #f4f4f4;
  color: #27292e;
  border: none;
  background-image: url("https://cdn.pencilnews.cn/library/100003/5f4e6f673da7b76cc91eb610cb74a325.png");
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: 20px 35px;
  background-origin: border-box;
}
.article_content blockquote.guide-text p {
  padding-bottom: 20px;
  padding-left: 15px;
  border: none;
}
.article_content blockquote.guide-text p span {
  font-size: 16px;
}
.article_content blockquote.guide-text p b {
  font-size: 16px;
}
.article_content blockquote.guide-text p::before {
  content: "";
  width: 0;
  margin: 0;
}
.article_content .img-desc {
  margin: 4px 0 18px 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #95a5a6;
}

.article_report_container {
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  font-size: 15px;
  color: #666666;
  padding: 40px;
}
.article_report_container p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.article_report_container .article_report_btn {
  width: 160px;
  height: 40px;
  padding: 0;
  background: #FCDB00;
  color: #27292E;
  text-align: center;
  font-size: 16px;
  border: 0;
}
.article_report_container .article_report_btn:focus {
  outline: none;
}
.article_report_container .article_report_btn img {
  width: 16px;
  height: 16px;
}

.article_publicize {
  width: 100%;
  margin-top: 30px;
}
.article_publicize p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #27292E;
}
.article_publicize img {
  width: 37.5%;
  display: block;
  margin: 0 auto;
}

.article_related {
  margin-top: 80px;
}
.article_related .right_block_title {
  margin-bottom: 40px;
}
.article_related .item {
  margin-bottom: 30px;
}
.article_related .item > a {
  display: block;
}
.article_related .item .image-wra {
  height: 142px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.article_related .item .image-wra img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.article_related .item .image-wra img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.3s all ease-in-out;
}
.article_related .item .image-wra .cate-tag {
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  padding: 0 10px;
  height: 20px;
  display: inline-block;
  left: 5px;
  top: 5px;
  background-color: rgba(74, 74, 74, 0.7);
}
.article_related .item .title {
  color: #27292E;
  font-size: 1.4rem;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article_related .item .author {
  display: inline-block;
}
.article_related .item .author img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.article_related .item .author span {
  color: #999;
  font-size: 1.2rem;
}
.article_related .item .create_time {
  color: #999;
  font-size: 1.2rem;
  line-height: 25px;
}

.article_reply_edit h2,
.article_related h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.article_reply {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article_reply .right_block_title {
  margin-bottom: 40px;
}

.article_reply_edit .article_reply_textarea {
  position: relative;
  margin-bottom: 70px;
}
.article_reply_edit .article_reply_textarea textarea {
  font-size: 14px;
  width: 100%;
  padding: 20px;
  height: 120px;
  resize: none;
  border: 1px solid #DFDFE0;
}
.article_reply_edit .article_reply_textarea textarea:focus {
  outline: none;
}
.article_reply_edit .article_reply_textarea .login_to_reply {
  position: absolute;
  cursor: pointer;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 6px;
  padding: 20px;
  font-size: 14px;
}
.article_reply_edit .article_reply_textarea .login_to_reply .login-reply-wrap {
  position: absolute;
  bottom: -2px;
  left: 0;
}
.article_reply_edit .article_reply_textarea .login_to_reply .login-reply-wrap .login-reply-wrap-btn {
  color: #2F7DFF;
}
.article_reply_edit .reply-bottom-wrap {
  overflow: hidden;
  padding-top: 10px;
}
.article_reply_edit .reply-bottom-wrap #reply-bottom-avatar {
  display: none;
  margin-top: 2px;
}
.article_reply_edit .reply-bottom-wrap #reply-bottom-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.article_reply_edit .reply-bottom-wrap #reply-bottom-avatar span {
  vertical-align: middle;
}
.article_reply_edit .reply-bottom-wrap .article_reply_btn button {
  width: 85px;
  height: 30px;
  text-align: center;
  background: #FCDB00;
  color: #333333;
  font-size: 14px;
  border: 0;
}
.article_reply_edit .reply-bottom-wrap .article_reply_btn button:focus {
  outline: none;
}
.article_reply_edit .reply-bottom-wrap .no-login button {
  width: 85px;
  height: 30px;
  text-align: center;
  background: #9DA0A5;
  color: #ffffff;
  font-size: 14px;
  border: 0;
}
.article_reply_edit .reply-bottom-wrap .no-login button:focus {
  outline: none;
}

.article_reply_show {
  margin-top: 40px;
}
.article_reply_show h2 {
  font-weight: 400;
  color: #333333;
  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}

.reply_blcok {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
}
.reply_blcok:last-child {
  border-bottom: 0;
}

h2.no_reply_container {
  border-bottom: 0;
}

.main_reply_blcok {
  width: 100%;
}

.main_reply_head {
  overflow: hidden;
}

.main_reply_avatar {
  float: left;
}
.main_reply_avatar img {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  float: left;
}
.main_reply_avatar span {
  margin-left: 20px;
  color: #999999;
  line-height: 30px;
}
.main_reply_avatar .reply_user_name {
  color: #333333;
}

.main_reply_content {
  margin-top: 20px;
}
.main_reply_content p {
  color: #333333;
  max-width: 78%;
  line-height: 26px;
}

.main_reply_info {
  overflow: hidden;
  margin-top: 20px;
}
.main_reply_info .main_reply_btn {
  cursor: pointer;
  float: left;
}
.main_reply_info .main_reply_btn img {
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
}
.main_reply_info .main_reply_btn span {
  color: #999999;
  margin-left: 10px;
}
.main_reply_info .main_reply_thumb {
  float: right;
  cursor: pointer;
  color: #999999;
}
.main_reply_info .main_reply_thumb:hover {
  color: #64a6bd;
}
.main_reply_info .main_reply_thumb[reply_approved=true] {
  color: #64a6bd;
}

.minor_reply_blcok {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  background: #f5f5f5;
  overflow: hidden;
}

.minor_reply_avatar {
  float: left;
}
.minor_reply_avatar img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  float: left;
}

.minor_reply_content {
  float: left;
  margin-left: 20px;
  width: calc(100% - 60px);
  color: #999999;
}
.minor_reply_content .minor_reoly_name {
  color: #999999;
  line-height: 40px;
}
.minor_reply_content p {
  width: 78%;
  margin-bottom: 20px;
  color: #333333;
  line-height: 26px;
}
.minor_reply_content .minor_reply_btn {
  cursor: pointer;
}

.reply_user_blcok {
  width: 100%;
  padding: 20px;
  background: #f5f5f5;
  margin-top: 20px;
}
.reply_user_blcok textarea {
  width: 100%;
  background: #fff;
  padding: 10px;
  height: 120px;
  resize: none;
  border: 1px solid #d8d8d8;
}
.reply_user_blcok textarea:focus {
  outline: none;
}
.reply_user_blcok .reply_user_btn {
  margin-top: 14px;
}
.reply_user_blcok .reply_user_btn button {
  width: 140px;
  height: 44px;
  text-align: center;
  color: #333333;
  background: #ffd53f;
  border: 0;
}
.reply_user_blcok .reply_user_btn button:focus {
  outline: none;
}

.right_block {
  margin-bottom: 40px;
  background: #fff;
}

.right_block_title {
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #F4F4F4;
}
.right_block_title .right_block_title_triangle {
  position: absolute;
  left: -7.5px;
  top: -7.5px;
  width: 0;
  height: 0;
  border: 7.5px solid transparent;
  border-right: 7.5px solid #FFB300;
  transform: rotate(45deg);
}
.right_block_title .right_block_title_left {
  float: left;
  font-family: PingFangSC-Semibold, "Microsoft YaHei";
  font-size: 18px;
  color: #27292E;
}
.right_block_title .right_block_title_right {
  float: right;
  font-size: 12px;
  color: #6C7179;
}

.right_block_author {
  border: 1px solid #ebeced;
  border-bottom: none;
}
.right_block_author p {
  font-size: 14px;
  color: #999999;
}
.right_block_author .right_block_avatar-box {
  width: 100%;
  height: 80px;
  background: url("../imgs/article/avatar_bg.png") repeat-x;
  background-size: contain;
  padding: 0px 14px;
  position: relative;
}
.right_block_author .right_block_avatar {
  height: 85px;
  position: absolute;
  bottom: -43px;
}
.right_block_author .right_block_avatar img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  object-fit: cover;
  float: left;
}
.right_block_author .right_block_avatar .right_block_name-box {
  float: left;
  margin-left: 5px;
}
.right_block_author .right_block_avatar .right_block_name-box .right_block_name {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
}
.right_block_author .right_block_avatar .right_block_name-box .right_block_name-subtitle {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #6c7179;
  line-height: 17px;
}
.right_block_author .right_block_author-desc {
  width: 100%;
  padding: 0px 25px;
  margin-top: 60px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #6c7179;
  line-height: 28px;
}
.right_block_author .ind_title {
  margin: 18px auto 15px auto;
  font-size: 1.4rem;
  color: #4a4a4a;
}
.right_block_author .industries {
  margin-bottom: 10px;
}
.right_block_author .industries span {
  color: #979797;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 2px 8px;
  margin: 0 5px 10px;
  font-size: 1.4rem;
  display: inline-block;
}
.right_block_author .wechat {
  width: 100%;
  padding: 18px 25px;
}
.right_block_author .wechat .wechat-icon {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url("../imgs/icon/wechat_icon 2.png") no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}
.right_block_author .wechat span {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #27292e;
  line-height: 17px;
}
.right_block_author-article {
  width: 100%;
  padding: 0px 25px;
  padding-bottom: 20px;
}
.right_block_author-article-title {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #9da0a5;
  line-height: 17px;
  margin-bottom: 15px;
}
.right_block_author-article-list {
  width: 100%;
  list-style: none;
}
.right_block_author-article-list li {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #27292e;
  line-height: 17px;
  margin-bottom: 20px;
}

.right_block_btn {
  width: 100%;
}
.right_block_btn button {
  width: 100%;
  display: block;
  height: 40px;
  background: #fcdb00;
  text-align: center;
  font-size: 14px;
  color: #27292E;
  border: 0;
}
.right_block_btn button a {
  color: #27292E;
}
.right_block_btn button:focus {
  outline: none;
}
.right_block_btn button:hover {
  background: #ffd53f;
}

.right_block {
  overflow: hidden;
}
.right_block .right_block_content .index-flash-list {
  margin: 20px 0;
}
.right_block .right_block_content .index-flash-list .index-flash-item {
  position: relative;
  margin-bottom: 25px;
}
.right_block .right_block_content .index-flash-list .index-flash-item-circle {
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 0.5px solid #F5B53F;
  border-radius: 50%;
}
.right_block .right_block_content .index-flash-list .index-flash-item-circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #F5B53F;
}
.right_block .right_block_content .index-flash-list .index-flash-item-content {
  margin-left: 20px;
}
.right_block .right_block_content .index-flash-list .index-flash-item-content-up {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  font-size: 14px;
  color: #27292E;
  cursor: pointer;
}
.right_block .right_block_content .index-flash-list .index-flash-item-content-middle {
  line-height: 26px;
  font-size: 13px;
  color: #6c7179;
}
.right_block .right_block_content .index-flash-list .index-flash-item-content-down {
  margin-top: 10px;
  line-height: 17px;
  font-size: 12px;
  color: #9DA0A5;
}
.right_block .right_block_content .index-flash-list .index-flash-item-content-down-from::before {
  content: "·";
  display: inline-block;
  line-height: 17px;
}
.right_block .right_block_content .hot-article-list {
  margin: 20px 0 60px;
}
.right_block .right_block_content .hot-article-list .hot-article-item {
  margin-bottom: 25px;
  overflow: hidden;
}
.right_block .right_block_content .hot-article-list .hot-article-item-left {
  float: left;
  position: relative;
}
.right_block .right_block_content .hot-article-list .hot-article-item-left-index {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  background-color: #27292E;
  color: #fff;
}
.right_block .right_block_content .hot-article-list .hot-article-item-left-block {
  width: 30px;
  padding-top: 100%;
}
.right_block .right_block_content .hot-article-list .hot-article-item-left-img {
  width: 100px;
  height: 72px;
  margin-right: 10px;
  object-fit: cover;
}
.right_block .right_block_content .hot-article-list .hot-article-item-right {
  margin-left: 30px;
  line-height: 20px;
  font-size: 15px;
}
.right_block .right_block_content .hot-article-list .hot-article-item-right a {
  color: #27292E;
}
.right_block .right_block_content .active-article-list {
  margin: 20px 0 60px;
}
.right_block .right_block_content .active-article-list .active-article-item {
  margin-bottom: 25px;
  overflow: hidden;
}
.right_block .right_block_content .active-article-list .active-article-item-left {
  float: left;
  position: relative;
}
.right_block .right_block_content .active-article-list .active-article-item-left-img {
  width: 100px;
  height: 72px;
  margin-right: 10px;
  object-fit: cover;
}
.right_block .right_block_content .active-article-list .active-article-item-right {
  margin-left: 30px;
  line-height: 20px;
  font-size: 15px;
}
.right_block .right_block_content .active-article-list .active-article-item-right a {
  color: #27292E;
}
.right_block .right_block_content .active-article-list .active-article-index-item {
  margin-bottom: 25px;
  overflow: hidden;
}
.right_block .right_block_content .active-article-list .active-article-index-item-img {
  width: 100%;
  height: 180px;
  background-size: contain;
  background-position: center;
  background-color: lightgray;
}
.right_block .right_block_content .active-article-list .active-article-index-item-title {
  margin-top: 10px;
  line-height: 20px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.right_block .right_block_content .active-article-list .active-article-index-item-title a {
  color: #27292E;
}
.right_block .right_block_content .index-project-list-container {
  padding-bottom: 1px;
  background-color: #FAF9F9;
  margin: 0px 0 60px;
}
.right_block .right_block_content .index-project-list {
  padding: 20px 0;
}
.right_block .right_block_content .index-project-list .index-project-item {
  margin-bottom: 25px;
  padding: 0 15px;
  overflow: hidden;
}
.right_block .right_block_content .index-project-list .index-project-item-logo {
  float: left;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
.right_block .right_block_content .index-project-list .index-project-item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right_block .right_block_content .index-project-list .index-project-item-content {
  margin-left: 70px;
}
.right_block .right_block_content .index-project-list .index-project-item-content-up {
  margin-top: 6px;
  font-size: 15px;
  font-family: PingFangSC-Semibold, "Microsoft YaHei";
  font-weight: 500;
  color: #27292e;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right_block .right_block_content .index-project-list .index-project-item-content-down {
  margin-top: 5px;
  line-height: 17px;
  font-size: 12px;
  color: #9DA0A5;
}
.right_block .right_block_ad {
  position: relative;
  margin: 30px 0;
  width: 100%;
  padding-top: 60%;
  background-color: lightgray;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.right_block .right_block_ad-tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.right_block .right_block_more {
  margin: 5px auto 30px;
  width: 82px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 0.5px solid #5D6D94;
  font-size: 12px;
  color: #5D6D94;
}

.sidebar_move_fixed {
  position: fixed;
  top: 30px;
  width: 300px;
}

.exchange_contact_container {
  position: relative;
  background: rgba(33, 33, 33, 0.7);
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  transition: 0.2s all ease-in-out;
}
.exchange_contact_container .exchange_contact_border {
  float: left;
  height: 100%;
  width: 10px;
  background: #ffd53f;
  cursor: pointer;
}
.exchange_contact_container .exchange_contact_avatar {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  margin-top: 10px;
}
.exchange_contact_container .exchange_contact_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.exchange_contact_container .exchange_contact_info,
.exchange_contact_container .exchange_contact_name {
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 80px;
}
.exchange_contact_container .exchange_contact_info span,
.exchange_contact_container .exchange_contact_name span {
  margin-left: 10px;
  margin-right: 10px;
}
.exchange_contact_container .exchange_contact_btn {
  float: right;
  margin-top: 20px;
}
.exchange_contact_container .exchange_contact_btn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #333333;
  border: 0;
  background: #ffd53f;
}
.exchange_contact_container .exchange_contact_btn a:focus {
  outline: none;
}
.exchange_contact_container .close_contact_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.exchange_contact_container .close_contact_btn img {
  width: 100%;
  height: 100%;
}

.close_exchange_contact {
  width: 100px;
  transition: 0.2s all ease-in-out;
}
.close_exchange_contact .exchange_contact {
  margin-left: 24px;
}
.close_exchange_contact .exchange_contact_avatar {
  margin-top: 12px;
  float: inherit;
  cursor: pointer;
}
.close_exchange_contact .exchange_contact_name {
  display: none;
}
.close_exchange_contact .exchange_contact_info {
  display: none;
}
.close_exchange_contact .exchange_contact_btn {
  display: none;
}
.close_exchange_contact .close_contact_btn {
  display: none;
}

.contact_board_container {
  width: 304px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: fixed;
  margin-left: -152px;
  left: 50%;
  margin-top: -180px;
  top: 50%;
  z-index: 1041;
  display: none;
}
.contact_board_container .board_head {
  text-align: center;
  position: relative;
}
.contact_board_container .board_avatar {
  width: 80px;
  height: 80px;
  margin: 10px auto 0 auto;
}
.contact_board_container .board_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.contact_board_container .board_name {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  height: 22px;
  margin-top: 10px;
}
.contact_board_container .board_name img {
  width: 16px;
  object-fit: cover;
}
.contact_board_container .board_com {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact_board_container .board_body {
  position: relative;
  border-top: 1px solid #d8d8d8;
}
.contact_board_container .board_body .body_title {
  position: absolute;
  top: -10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  font-size: 14px;
  left: 50%;
  color: #999999;
  margin-left: -38px;
}
.contact_board_container .board_content {
  margin-top: 20px;
}
.contact_board_container .board_items {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 34px;
  color: #666666;
}
.contact_board_container .board_items img {
  width: 20px;
  height: 20px;
}
.contact_board_container .board_items .pull-left {
  width: 40px;
  text-align: left;
}
.contact_board_container .board_items > div:nth-child(2) {
  width: calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  word-break: break-all;
}
.contact_board_container .board_usercenter {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #999999;
  margin-top: 36px;
  margin-bottom: 10px;
}
.contact_board_container .board_usercenter img {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.contact_board_container .board_usercenter p {
  margin-top: 10px;
}

#close_contact_board {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  top: -10px;
}

.recom_block_main {
  margin-bottom: 30px;
  width: 100%;
}
.recom_block_main .recom_img_main {
  overflow: hidden;
  width: 100%;
  height: 164px;
}
.recom_block_main .recom_img_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recom_block_main .recom_img_main img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.3s all ease-in-out;
}
.recom_block_main .recom_content_main {
  margin-top: 10px;
  width: 100%;
}
.recom_block_main .recom_content_main h4 {
  font-size: 16px;
  color: #333333;
  margin: 0;
  font-weight: 400;
  line-height: 26px;
}
.recom_block_main .recom_content_main a {
  color: #333333;
}
.recom_block_main .recom_content_main a:hover {
  color: #4cc1fa;
}

@media (min-width: 768px) {
  .contact_board_container {
    display: none;
    width: 520px;
    border-radius: 12px;
    padding: 40px 60px 60px 60px;
    position: fixed;
    margin-left: -260px;
    left: 50%;
    margin-top: -250px;
    top: 50%;
    box-shadow: 6px 5px 15px 16px rgba(0, 0, 0, 0.21);
    border-radius: 12px;
  }
  .contact_board_container .board_avatar {
    width: 72px;
    height: 72px;
  }
  .contact_board_container .board_body .body_title {
    font-size: 12px;
    margin-left: -34px;
    top: -8px;
  }
  .contact_board_container .board_usercenter {
    width: 100%;
    font-size: 14px;
  }
  .contact_board_container .board_name img {
    width: 11px;
    margin-bottom: 3px;
  }
  #close_contact_board {
    position: absolute;
    width: 18px;
    height: 18px;
    right: -40px;
    top: -30px;
  }
}
@media (max-width: 1199px) {
  .left_container {
    width: 820px;
  }

  .right_container {
    width: 820px;
    margin-left: 100px;
  }

  .sidebar_move_fixed {
    width: 220px;
  }

  .right_block_author .right_block_name {
    margin-top: 10px;
  }
  .right_block_author p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .right_block_btn {
    padding-top: 10px;
  }
  .right_block_btn button {
    font-size: 14px;
  }

  .recom_block_main .recom_content_main h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .article_related .item .title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .left_container {
    width: 100%;
    padding-right: 20px;
  }

  .right_container {
    width: 100%;
    margin-left: 100px;
    padding-right: 20px;
  }

  .sidebar_move_fixed {
    width: 192px;
  }

  .recom_block {
    height: 56px;
  }

  .recom_content h4 {
    font-size: 12px;
  }
  .recom_content h4 a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body {
    background: #f5f5f5;
  }

  .container {
    width: 100%;
  }

  .left_container {
    width: 100%;
    margin-top: 0;
    padding: 20px 30px;
    overflow: inherit;
    background: #fff;
    margin: 0px;
    padding-left: 60px;
  }

  .right_container {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 60px;
  }

  .sidebar_move_fixed {
    width: auto;
    position: inherit;
  }

  .article_head .article_title_container {
    overflow: inherit;
  }
  .article_head .article_title {
    font-size: 22px;
    line-height: 32px;
    position: relative;
  }
  .article_head .article_digest {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article_head .article_info {
    margin-top: 15px;
  }
  .article_head .article_additional {
    display: none;
  }
  .article_head .article_tag {
    height: 26px;
    line-height: 26px;
  }

  .article_reply_edit .article_reply_textarea textarea {
    height: 150px;
  }
  .article_reply_edit .article_reply_textarea .login_to_reply {
    line-height: 150px;
    font-size: 14px;
  }
  .article_reply_edit .article_reply_btn {
    margin-top: 16px;
    text-align: right;
  }
  .article_reply_edit .article_reply_btn button {
    width: 80px;
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
  }

  .reply_user_blcok .reply_user_btn {
    text-align: right;
  }
  .reply_user_blcok .reply_user_btn button {
    width: 80px;
    height: 35px;
    border-radius: 4px;
  }

  .article_reply_show h2,
.article_related h2,
.article_reply_edit h2 {
    font-size: 14px;
  }

  .right_block_title {
    margin-bottom: 30px;
  }
  .right_block_title .top_line {
    display: none;
  }
  .right_block_title .right_block_title_content {
    height: 18px;
    line-height: 18px;
  }
  .right_block_title .right_block_title_content h2 {
    font-size: 18px;
  }
  .right_block_title .right_block_title_content img {
    display: none;
  }

  .right_block_author .right_block_name {
    margin-top: 5px;
  }
  .right_block_author p {
    margin-bottom: 0;
    line-height: 30px;
  }

  .right_block_btn {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .right_block_btn button {
    font-size: 14px;
    height: 35px;
  }

  .main_reply_content p {
    max-width: 100%;
  }

  .article_footer {
    overflow: inherit;
  }

  .article_report_container {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }

  .recom_block {
    height: 120px;
  }
  .recom_block .recom_content {
    width: calc(100% - 181px);
    width: -webkit-calc(100% - 181px);
    width: -moz-calc(100% - 181px);
  }
  .recom_block .recom_content h4 a {
    font-size: 16px;
    line-height: 26px;
  }
  .recom_block .recom_img {
    width: 180px;
  }

  .exchange_contact {
    padding-left: 25px;
    padding-right: 15px;
  }

  .exchange_contact_info {
    display: none;
  }

  .close_contact_btn {
    display: none;
  }
}
@media (max-width: 500px) {
  .recom_block {
    height: 80px;
  }
  .recom_block .recom_content {
    width: calc(100% - 111px);
    width: -webkit-calc(100% - 111px);
    width: -moz-calc(100% - 111px);
  }
  .recom_block .recom_content h4 a {
    font-size: 15px;
    line-height: 22px;
  }
  .recom_block .recom_img {
    width: 110px;
  }

  .article_reply {
    margin-bottom: 0;
  }

  .right_block {
    margin-bottom: 0;
  }

  .article_reply_show {
    margin-top: 20px;
  }
  .article_reply_show h2 {
    padding-bottom: 0;
  }

  .right_block_title {
    margin-bottom: 20px;
  }
  .right_block_title .right_block_title_content {
    margin-top: 0;
    height: 14px;
    line-height: 14px;
  }
  .right_block_title .right_block_title_content h2 {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .recom_block {
    height: 64px;
  }
  .recom_block .recom_content {
    width: calc(100% - 97px);
    width: -webkit-calc(100% - 97px);
    width: -moz-calc(100% - 97px);
  }
  .recom_block .recom_img {
    width: 96px;
  }
}
