@media (max-width: 1400px) {
  body:has(.web-detail-leftoutad) {
    width: 1520px;
    margin: 0 auto;
    overscroll-behavior: none;
  }
  body.web-info-body, body:has(.web-info-header) {
    width: 1400px;
    margin: 0 auto;
    overscroll-behavior: none;
  }
  body.web-info-body > .footer, body:has(.web-info-header) > .footer {
    width: 100%;
    transform: translateX(calc(50% - 700px));
  }
}
@media (max-width: 1300px) {
  body.web-info-body {
    width: 1275px;
    margin: 0 auto;
    overscroll-behavior: none;
  }
  body.web-info-body > .footer {
    width: 100%;
    transform: unset;
  }
  body.web-info-body .web-detail-leftoutad {
    width: 80px;
    height: 278px;
    left: -85px;
  }
  body.web-info-body .web-detail-rightoutad {
    width: 80px;
    height: 278px;
    right: -85px;
  }
  .web-info-body:has(.topadv div, .topadv a) .web-detail-leftoutad, .web-info-body:has(.topadv div, .topadv a) .web-detail-rightoutad {
    bottom: -509px !important;
  }
}
@media (max-width: 1115px) {
  body.web-info-body {
    width: 100%;
  }
  body.web-info-body .web-detail-leftoutad {
    display: none !important;
  }
  body.web-info-body .web-detail-rightoutad {
    display: none !important;
  }
}
@media (max-width: 1118px) {
  body.web-info-body > .footer {
    padding: 16px 0;
  }
}
.one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.two-line {
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main {
  width: 1200px;
  margin: 30px auto 0px;
  display: flex;
}

.article {
  width: 870px;
  margin-right: 30px;
  position: relative;
}

.article .article_title .article_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article .article_title .article_info .share {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.article .article_title .article_info #openModalBtn {
  margin: -2px 0 0 10px;
  cursor: pointer;
}

.article_share {
  width: 300px;
  height: 364px;
  background: #ffffff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  box-sizing: border-box;
  z-index: 102;
}

.article_share .modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article_share .modal-title h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
}

.article_share .modal-title #closeModalBtn {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
}

.article_share #article_qrcode {
  width: 240px;
  height: 240px;
  margin: 16px 0;
}

.article_share p {
  text-align: center;
  font-size: 17px;
  color: #595757;
  line-height: 20px;
  letter-spacing: 2px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

.article .article_title h1 {
  width: 100%;
  font-size: 25px;
  color: #000000;
  line-height: 50px;
  margin: 25px 0 20px;
}

.article .article_title span {
  font-size: 15px;
  color: #595757;
  line-height: 17px;
}

.article .article_title span i {
  margin: 0 20px;
}

.article .summary {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 10px;
  border: 1px solid #c7c8c8;
  padding: 46px 69px 18px 20px;
  box-sizing: border-box;
  margin: 30px 0 26px;
  position: relative;
}

.article .summary .title {
  width: 95px;
  height: 38px;
  line-height: 38px;
  letter-spacing: 6px;
  padding-left: 6px;
  box-sizing: border-box;
  background: #c01639;
  border-radius: 10px;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 16px;
}

.article .summary span {
  width: 780px;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
}

.article .article_content {
  width: 100%;
  font-size: 17px;
  color: #000;
  line-height: 30px;
  text-align: justify;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
  em {
    font: revert;
  }
}
.article .article_content strong {
  font-weight: bold;
}
.article .article_content .paragraph_title {
  height: 28px;
  line-height: 28px;
  background: #c01639;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 0 25px;
  margin-bottom: 30px;
  border-radius: 0px 10px 0px 10px;
}

.article .article_content h6 {
  margin-bottom: 30px;
}

.article .article_content p {
  margin-bottom: 30px;
  white-space: normal !important;
  text-indent: 2em;
}

.article .article_content span {
  white-space: normal !important;
}

.article .article_content img,
.article .article_content embed,
.article .article_content video,
.img-list img {
  max-width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.img-list {
  margin-top: 30px;
}
.article .article_content .other_info {
  width: 870px;
  font-size: 15px;
  color: #595757;
  line-height: 21px;
  height: 21px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.article .article_content .other_info .keyword,
.article .article_content .other_info .keyword a {
  text-indent: 0;
  color: #c01639;
}

.article .article_content .other_info .keyword a:visited {
  color: #c01639;
}

.article .article_content .other_info .author {
  justify-self: flex-end;
  margin-left: auto;
}

.article .article_content .stock-title-tooltip {
  position: absolute;
  z-index: 111;
}
.article .article_content .stock-title-tooltip .tooltip-content {
  padding: 0 16px;
  height: 44px;
  line-height: 44px;
  background: #f4f8ff;
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.article .article_content .stock-title-tooltip .tooltip-content a:hover {
  text-decoration: none !important;
}
.article
  .article_content
  .stock-title-tooltip
  .tooltip-content
  .stock-con
  span {
  padding-right: 16px;
  color: #000;
  font-size: 15px;
}
.article
  .article_content
  .stock-title-tooltip
  .tooltip-content
  span.stock-optional {
  border-radius: 18px;
  display: inline-block;
  line-height: normal;
  font-size: 14px;
  padding: 4px 14px 4px 30px;
  color: #ffffff;
  cursor: pointer;
  background: #c01639 url(//i0cloud.jrjimg.cn/cloud/images/common/plus.png)
    no-repeat 14px center;
}
.article
  .article_content
  .stock-title-tooltip
  .tooltip-content
  span.stock-optional.optional-minus {
  background: #e0e6f6 url(//i0cloud.jrjimg.cn/cloud/images/common/minus.png)
    no-repeat 14px center;
  color: #c01639;
}
/* .article .article_content span.stock-title {
  color: #c01639;
  text-decoration: underline;
  cursor: pointer;
} */
.stock-red-color {
  color: #f54949 !important;
}
.green-color {
  color: #21ba7d !important;
}

.article .advimg-b-l {
  width: 100%;
  height: 100px;
}

.aside {
  width: 301px;
}
.main.web-info .aside {
  width: 320px;
}
.aside .advImg {
  width: 301px;
  /* margin-bottom: 30px; */
  overflow: hidden;
}

.aside .hotNews_container {
  width: 300px;
  height: 685px;
  background: #f4f8ff;
  border-radius: 20px;
  overflow: hidden;
}

.aside .hotNews_container .hotNews_title {
  font-size: 21px;
  margin: 17px 0 0 20px;
  line-height: 25px;
}

.aside .hotNews_container .hotNews_list {
  width: 288px;
  height: 600px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  margin: 25px 6px 0;
  padding: 30px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.aside .hotNews_container .hotNews_list .hotNews_item {
  width: 226px;
  font-size: 17px;
  margin-bottom: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aside .hotNews_container .hotNews_list .hotNews_item a:hover {
  color: #c01639;
}

.aside .hotNews_container .hotNews_list .hotNews_item i {
  width: 21px;
  height: 21px;
  font-size: 12px;
  display: inline-block;
  line-height: 21px;
  text-align: center;
  margin-right: 12px;
  color: #ffffff;
  background: url('//i0cloud.jrjimg.cn/cloud/images/home/rank-icon.png')
    no-repeat center;
}

.main.web-info .opportunity {
  width: 320px;
}
.opportunity {
  width: 300px;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
  display: none;
}

.opportunity .title {
  padding: 10px 13px;
  background: #F5F5F5;
  border-top: 2px solid #ED9292;
  font-weight: 500;
  font-size: 20px;
  color: #2B2B2B;
  line-height: 30px;
}

.opportunity .title::before {
  display: none;
}

.opportunity .opportunity-list {
  width: 100%;
  padding: 14px 0 10px 0;
  box-sizing: border-box;
}

.opportunity .opportunity-list .opportunity-item {
  width: 300px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.opportunity .opportunity-list .opportunity-item::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0px;
  background-color: #c01639;
  border-radius: 50%;
}

.opportunity-item a {
  width: 286px;
  overflow: hidden;
  text-overflow: elipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #2B2B2B;
  line-height: 24px;
}

.footer {
  margin-bottom: 0;
}
.web-info-body .footer, .web-info-header .footer {
  min-width: 1100px;
}
.web-info-body .footer .about, .web-info-header .footer .about {
  width: 1100px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.comment_container .toast {
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
    0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 9px 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-family: 'PingFangSC-Regular', 'PingFang SC';
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  display: none;
  z-index: 9;
}

.comment_container .send_comment {
  width: 870px;
  height: 214px;
  background: #f4f4f4;
  border-radius: 10px;
  border: 1px solid #c7c8c8;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.comment_container .send_comment .user_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}
.comment_container .send_comment .user_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.comment_area .comment_input {
  width: 761px;
  height: 132px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #b8b9b9;
  padding: 14px 20px;
  box-sizing: border-box;
  font-size: 17px;
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 400;
  color: #262626;
  line-height: 24px;
  outline: none;
  resize: none;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-user-modify: read-write-plaintext-only;
}

.comment_area .emoji_container {
  width: 810px;
  height: 140px;
  background: url(//i0cloud.jrjimg.cn/cloud/images/general/emoji/emoji-bg.png);
  background-size: 810px 140px;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  z-index: 9;
}

.comment_area .emoji_container .emoji_icon {
  display: inline-block;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  margin: 0 10px 10px 0;
  cursor: pointer;
}

.comment_area .emoji_container .emoji_icon:nth-child(17n) {
  margin-right: 0;
}

.comment_input:empty:before {
  content: attr(data-placeholder);
  color: #b8b9b9;
  font-size: 15px;
}

.comment_area .comment_b {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment_area .comment_b .openEmoji {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.comment_area .comment_b button {
  width: 103px;
  height: 32px;
  background: #c01639;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 17px;
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 12px;
  padding-left: 18px;
  cursor: pointer;
}

.user_comment_container {
  font-size: 17px;
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 400;
  color: #262626;
  line-height: 24px;
  margin-bottom: 80px;
}

.container .title {
  font-size: 21px;
  line-height: 29px;
  margin: 0px 0 10px;
  padding-left: 15px;
  position: relative;
}

.container .title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 4px;
  height: 15px;
  background-color: #c01639;
}

.user_comment_container .title span {
  display: inline-block;
  margin-left: 5px;
  font-size: 17px;
}

.comment_list {
  width: 870px;
  padding: 0 20px;
  border-radius: 6px;
  border: 1px solid #b8b9b9;
  box-sizing: border-box;
}

.comment_list .comment_item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #b8b9b9;
  padding: 20px 0;
}

.comment_list .comment_item_f:last-child {
  border-bottom: none;
}

.comment_list .comment_item .user_avatar {
  width: 50px;
  height: 50px;
  position: relative;
}
.comment_list .comment_item .user_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.comment_list .comment_item .r-container {
  width: 92%;
  padding-left: 20px;
}

.comment_list .comment_item .r-container .r-top {
  display: flex;
  justify-content: space-between;
  margin: 14px 0 28px 0;
  font-size: 15px;
  color: #b8b9b9;
}

.comment_list .comment_item .r-container .r-top .send_time {
  margin-right: 30px;
  white-space: nowrap;
}

.comment_list .comment_item .r-container .r-top .user_name {
  width: 290px;
  color: #262626;
}

.comment_list .comment_item .r-container .comment {
  text-align: justify;
  word-break: break-word;
  overflow: hidden;
}

.comment_list .comment_item .r-container .btn {
  display: flex;
  justify-content: space-between;
  margin: 27px 0 0 0;
  position: relative;
}

.comment_list .comment_item .r-container .btn button {
  border: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 21px;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.comment_list .comment_item .r-container .btn button img {
  display: block;
  margin-right: 10px;
}

.reply_list .comment_item {
  background: #f4f4f4;
  border-radius: 10px;
  border: 1px solid #b8b9b9;
  padding: 10px 40px 10px 20px;
  box-sizing: border-box;
  margin-top: 10px;
}

.reply_list .comment_item .r-container .r-top .send_time {
  margin-right: 30px;
}

.r-container .r-top .desc {
  display: flex;
}

.reply_list .comment_item .r-container .r-top .user_name {
  width: 290px;
  color: #262626;
}

.reply_list .comment_item .r-container .r-top .user_name span {
  margin-left: 10px;
}

.reply_list .comment_item .r-container .r-top .user_name span i {
  color: #c01639;
}
.reply_list .comment_tip{
  cursor: pointer;
}
.reply_list .comment_tip img {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.reply {
  display: none;
}

.reply .comment_area {
  position: relative;
}

.reply .comment_area .comment_input {
  width: 100%;
  margin-top: 10px;
}

.reply .comment_area .emoji_container {
  bottom: -80%;
  left: -8.8%;
}

.reply_list .reply .comment_area .emoji_container {
  bottom: -80%;
  left: -10.6%;
}

.reply .comment_area .emoji_container .emoji_icon {
  margin: 0 10px 6px 0;
}

.reply .comment_area .emoji_container .emoji_icon:nth-child(17n) {
  margin-right: 0;
}

.report_modal {
  width: 551px;
  height: 287px;
  background: url(//i0cloud.jrjimg.cn/cloud/images/general/report-bg.png);
  position: absolute;
  top: 18px;
  right: -15px;
  padding: 30px 56px 36px;
  box-sizing: border-box;
  display: none;
  z-index: 14;
}

.report_modal .reason_list {
  font-size: 17px;
  font-family: 'Microsoft YaHei-Regular';
  color: #262626;
  line-height: 24px;
  text-align: center;
}

.report_modal .reason_list .rptitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
}

.report_modal .reason_list ul {
  display: flex;
  flex-wrap: wrap;
}

.report_modal .reason_list ul li {
  padding: 5px 24px;
  background: #f4f4f4;
  border-radius: 17px;
  margin: 0 20px 15px 0;
  cursor: pointer;
}

.report_modal .reason_list ul li:nth-child(4) {
  margin-right: 0;
}

.report_modal .reason_list .btn {
  padding: 0 100px;
}

.report_modal .reason_list .btn div {
  width: 103px;
  height: 32px;
  background: #f4f4f4;
  border-radius: 6px;
  line-height: 32px;
  cursor: pointer;
}

.reported {
  font-size: 20px;
  font-family: 'Microsoft YaHei-Regular';
  font-weight: bold;
  color: #262626;
  line-height: 28px;
  display: none;
  text-align: center;
  margin-top: 100px;
}

.report_modal .reason_list .active {
  color: #fff;
  background-color: #c01639;
}

.pager_wrapper {
  width: 870px;
}

.pager {
  padding: 0;
  display: flex;
  margin: 20px auto;
  height: 30px;
  line-height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.pager .totalPage {
  margin: 0 20px;
}

.pager li {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0 3px 0 3px;
  text-align: center;
  display: inline-block;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
}

.pager .pageNum {
  background-color: #000;
  color: #fff;
}

.pager .pageAct {
  background-color: #c01639;
}

.pagerBtn {
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  background: #f4f5f8;
  border-radius: 4px;
}

.pagerBtn:hover {
  color: #b51b38 !important;
  /* background: rgb(201, 201, 255); */
}

.pagerChoosed {
  color: #b51b38;
  border: 1px solid #b51b38;
}

.pagerOmit {
  color: #333;
  background: #f9f9f9;
  border: 1px solid #d7d7d7;
}

.dis-style {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}

.dis-style:hover {
  color: #d2d2d2 !important;
}

#jumpPageNum {
  width: 50px;
  height: 22px;
  margin: 0 10px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  color: #333;
  text-align: center;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
}

.qd_btn {
  display: inline-block;
  width: 44px;
  height: 22px;
  background: #c01639;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-left: 5px;
}

.comment_tip {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 90px;
  margin-top: 20px;
}

.comment_tip img {
  display: block;
  margin-left: 10px;
}

.information {
  width: 870px;
  margin-bottom: 50px;
}

.information .title {
  margin-bottom: 30px;
}

.information .news_list .news_item {
  height: 149px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dadee8;
  padding: 15px 0;
  box-sizing: border-box;
}

.information .news_list .news_item .news_desc {
  display: flex;
  flex-direction: column;
  font-size: 19px;
  justify-content: space-between;
  max-width: 870px;
}

.information .news_list .news_item .news_desc .news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  line-height: 28px;
  word-break: break-all;
}

.information .news_list .news_item .news_desc span {
  font-size: 15px;
  display: inline-block;
  color: #5c5a5a;
}

.information .news_list .news_item .news_desc span i {
  display: inline-block;
  margin-right: 20px;
}

.information .news_list .news_item .news_img {
  display: inline-block;
  width: 180px;
  height: 120px;
  margin-left: 90px;
  flex-shrink: 0;
}

.more_information {
  width: 200px;
  height: 50px;
  display: block;
  border-radius: 10px;
  font-size: 17px;
  color: #c01639;
  background-color: #f8e7eb;
  line-height: 50px;
  padding-left: 59px;
  box-sizing: border-box;
  margin: 30px auto 50px;
  position: relative;
  cursor: pointer;
}

.more_information:hover {
  background-color: #c01639;
  color: #fff;
  text-decoration: none;
}

.more_information img {
  display: inline-block;
  margin: 0 0 2px 10px;
}

.information .load-more::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 19px;
  right: 51px;
  width: 12px;
  height: 12px;
  background: url('//i0cloud.jrjimg.cn/cloud/images/general/arrow-down.png')
    center;
}

.information .load-more:hover::after {
  background: url('//i0cloud.jrjimg.cn/cloud/images/general/arrow-down-hover.png')
    center;
}

.information .at-all {
  text-align: center;
  color: #000000;
  font-size: 17px;
  margin: 50px 0;
}

table {
  margin: 0 auto 20px;
}

tbody,
td {
  border: 1px solid #000;
  text-align: center;
  border-collapse: collapse;
  padding: 10px 0;
  margin-bottom: 0;
}

table tbody tr td p {
  margin-bottom: 0 !important;
}

.flash-wrapper .flash-datetime {
  padding: 0 0 17px;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.flash-wrapper .flash-datetime img {
  width: 80px;
  height: 30px;
  margin-right: 16px;
}
.flash-wrapper .article .article_title h1 {
  width: 100%;
  font-size: 25px;
  margin: 20px 0;
  font-weight: 600;
  line-height: 36px;
}
.flash-wrapper .article .article_content {
  white-space: pre-wrap;
}
.flash-wrapper .article_bottom {
  padding: 17px 0 20px;
  display: flex;
  justify-content: flex-end;
}
.flash-wrapper .article_bottom .share {
  font-size: 15px;
  color: #595757;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flash-wrapper .article_bottom .share img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}

/* 资讯详情页-table表格默认样式 */
.article_content table {
  width: 100%;
}
.article .article_content table th {
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 17px;
  color: #252525;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  min-width: 100px;
}
.article .article_content table th * {
  white-space: nowrap !important;
  margin-bottom: 0;
  text-indent: 0;
}
.article  .article_content table th p {
  white-space: nowrap !important;
}
.article_content table tbody {
  font-size: 17px;
  color: #252525;
  line-height: 24px;
}
.article_content table td {
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
  text-align: center;
}

.article_content img {
  cursor: pointer;
}

.big-img-wrapper {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  display: none;
}

.big-img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* 关注 */
.attention {
  width: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  box-sizing: border-box;
}
.attention * {
  box-sizing: border-box;
}
.attention img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-bottom: 16px;
}
.attention .attention-name {
  font-size: 21px;
  color: #000;
  line-height: 29px;
  margin-bottom: 16px;
}
.attention .attention-btn {
  width: 84px;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  background-color: #C01639;
  border-radius: 16px;
  text-align: center;
  padding: 4px 12px;
  cursor: pointer;
}
.attention .followed {
  color: #999;
  background-color: #F8F8F8;
}
#attention-list {
  margin-top: 30px;
}
#attention-list .piece-item a {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
#hot-rank {
  margin-top: 30px;
}
#hot-rank .piece-item a {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
/* 保留ul li */
.article .article_content ul,.article .article_content ol {
  padding: revert;
}
.article .article_content ul li p,.article .article_content ol li p {
  text-indent: 0;
}
.main.web-info {
  width: 1100px;
  margin-top: 20px;
}
.main.web-info .article {
  width: 740px;
  margin-right: 40px;
}
.main.web-info .article .article_title {
  margin-top: 20px;
  margin-bottom: 24px;
}
.main.web-info .article .article_title h1 {
  font-size: 30px;
  color: #2B2B2B;
  line-height: 40px;
}
.main.web-info .article .article_title span {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.main.web-info .article .article_title span i {
  margin: 0 12px;
}
.main.web-info .article .article_title span b {
  margin-right: 12px;
}
.main.web-info .article .article_content {
  font-size: 20px;
  color: #2B2B2B;
  line-height: 40px;
  padding-bottom: 0;
}
.main.web-info .article .summary {
  padding-top: 40px;
  padding-right: 20px;
}
.main.web-info .article .summary span {
  width: 100%;
}
.main.web-info .article .article_content .other_info {
  width: 740px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px;
}
.main.web-info .information .title {
  padding-left: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #2B2B2B;
  line-height: 30px;
}
.main.web-info .information .title::before {
  display: none;
}
.main.web-info .information .news_list .news_item {
  border-bottom: 1px solid #eeeeee;
  border-top: none;
  height: 130px;
}
.main.web-info .information .news_list .news_item .news_desc {
  font-weight: 500;
  font-size: 18px;
  max-width: 740px;
}
.main.web-info .information .news_list .news_item .news_desc span {
  color: #666666;
  font-size: 14px;
}
.main.web-info .information .news_list .news_item .news_desc span i {
  margin-right: 12px;
}
.main.web-info .information .news_list .news_item .news_img {
  width: 160px;
  height: 90px;
  border-radius: 4px;
  background: #F0F0F0;
  margin-left: 15px;
  margin-top: 5px;
}
.main.web-info .container {
  width: 1100px;
}
.main.web-info .information {
  width: 740px;
}
.main.web-info .comment_container .send_comment {
  width: 740px;
}
.main.web-info .comment_area .comment_input {
  width: 651px;
}
.main.web-info .comment_list {
  width: 740px;
}

.app-operation-wrapper {
  background-color: transparent;
  border: 1px solid rgba(224, 224, 224, 1);
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 8px;
}
.app-operation-wrapper .item.app-icon, .app-operation-wrapper .item.sina-icon, .app-operation-wrapper .item.wx-icon {
  width: 22px;
  height: 22px;
  background-size: 22px;
  filter: opacity(0.45) !important;
  box-sizing: border-box;
}
.app-operation-wrapper .item.app-icon::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  position: absolute;
  bottom: -8px;
  left: -8px;
  filter: opacity(1) !important;
}
.app-operation-wrapper .item.sina-icon::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  position: absolute;
  bottom: -7px;
  left: -8px;
  filter: opacity(1) !important;
}
.app-operation-wrapper .item.app-icon:hover, .app-operation-wrapper .item.sina-icon:hover, .app-operation-wrapper .item.wx-icon:hover {
  background-size: 22px;
  filter: opacity(1) !important;
}

/* 默认样式 */
.web-info-body .app-operation-wrapper, .web-info-header .app-operation-wrapper {
  display: none;
}
.web-info-body .backTop.detail-info, .web-info-header .backTop.detail-info {
  display: none;
  bottom: 100px;
}
/* 大屏幕样式 */
@media screen and (min-width: 1520px) {
  .web-info-body .app-operation-wrapper, .web-info-header .app-operation-wrapper {
    display: block;
  }
  .web-info-body .backTop.detail-info, .web-info-header .backTop.detail-info {
    display: flex;
    bottom: 270px;
  }
} 
.hot-wrapper .module-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  border-top: 2px solid #ed9292;
  padding: 10px;
  color: #2b2b2b;
  background: #f5f5f5;
}
.hot-wrapper {
  margin-bottom: 20px;
}
.hot-wrapper .item {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
  width: 320px;
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
  padding-left: 10px;
  box-sizing: border-box;
}
.hot-wrapper .item:hover {
  text-decoration: none !important;
}
.hot-wrapper .item:hover .content {
  color: #981b00;
  text-decoration: underline !important;
}
.hot-wrapper .item .title {
  display: flex;
  align-items: center;
}
.hot-wrapper .item .title span {
  display: inline-block;
}
.hot-wrapper .item .title span:first-child {
  width: 20px;
  height: 20px;
  background: #bf1739;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}
.hot-wrapper .item .title span:last-child {
  flex: 1;
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 24px;
  text-align: justify;
}
.hot-wrapper .item .title img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  margin-left: 10px;
}
.hot-wrapper .item .content {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 24px;
  margin-top: 10px;
  text-align: justify;
}
.hot-wrapper .item .time {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}