﻿.article {
  padding: 150px 0 0 0;
}
.worp {
  width: 1220px;
  margin: 0 auto;
  clear: both;
}
/* 右侧新增 */
.flex {
  display: flex;
  justify-content: space-between;
}
.right {
  width: 30%;
  position: sticky;
  height: 100%;
  top: 130px;
}
.right .mdt20 {
  margin-top: 20px;
}
.right .mdt30 {
  margin-top: 20px;
}
.title-2 {
  border-left: 5px solid #e94740;
}
.title-2 a {
  font-size: 24px;
  padding-left: 10px;
}

.ovh {
  height: 280px;
  overflow-x: auto;
}
.ovh::-webkit-scrollbar {
  display: none;
}
.ovh .list ul li {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.ovh .list ul li a {
  color: #333;
  font-size: 16px;
}
.big-img {
  position: relative;
  height: 210px;
}
.big-img img {
  width: 100%;
  height: 100%;
}
.big-img span {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
}
.text-show {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  text-indent: 1rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top-list ul li {
  padding-left: 35px;
  line-height: 40px;
  color: #515151;
  position: relative;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.top-list ul li a {
  color: #222;
}
.top-list ul li a:hover {
  text-decoration: underline;
}
.top-list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #efefef;
}
.top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #0079ff;
}

/* end */
.article .concent {
  position: relative;
  width: 67%;
}

.article .concent .act_title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
}

.article .concent .act_label {
  margin: 22px 0 22px;
  line-height: 26px;
}

.article .concent .act_label .l_label {
  float: left;
  padding: 0 8px 0;
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(180deg, #ec1d62 0%, #fd7b43 100%);
  background-color: #fd7b43;
  background-image: -moz-linear-gradient(180deg, #ec1d62 0%, #fd7b43 100%);
  background-image: -o-linear-gradient(180deg, #ec1d62 0%, #fd7b43 100%);
  background-image: -webkit-gradient(180deg, #ec1d62 0%, #fd7b43 100%);
  background-image: -webkit-linear-gradient(180deg, #ec1d62 0%, #fd7b43 100%);
  background-image: -ms-linear-gradient(180deg, #ec1d62 0%, #fd7b43 100%);
  background-image: linear-gradient(180deg, #ec1d62 0%, #fd7b43 100%);
  border-radius: 12px;
}

.article .concent .act_label .l_date {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}

.article .concent .act_label .l_date span {
  margin-right: 20px;
}

.article .concent .act_label .l_author {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}

.article .concent .richText {
  margin-bottom: 40px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}

.article .concent .richText img {
  display: inline-block;
  max-width: 100%;
  margin: 24px 0;
}

.article .concent .richText video {
  display: block;
  max-width: 100%;
  margin: 24px 0;
}

.article .concent .share {
  line-height: 24px;
}

.article .concent .share .text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.article .concent .share .icon {
  display: inline-block;
}

.social-share .social-share-icon {
  width: 24px !important;
  height: 24px !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.article .concent .share .responsible_editor {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.article .concent .piece {
  margin: 20px 0 20px;
}

.article .concent .piece .text {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.article .concent .piece .label {
  float: left;
  display: block !important;
  width: 428px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.article .concent .comment .title {
  position: relative;
  padding-left: 18px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}

.article .concent .comment .title::after {
  display: block;
  content: '';
  width: 6px;
  height: 22px;
  background-color: #0064c9;
  position: absolute;
  top: 6px;
  left: 0;
}

.article .concent .comment .item {
  margin: 15px 0 30px;
}
.article .concent .comment .item .portrait {
  float: left;
  position: relative;
  width: 42px;
  height: 42px;
}

.article .concent .comment .item .portrait::after {
  display: block;
  content: '证';
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  background-color: #fd7b43;
  position: absolute;
  border-radius: 50%;
  right: 0;
  bottom: 0;
}
.article .concent .comment .item .portrait .p_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.article .concent .comment .item .portrait .p_img img {
  width: 100%;
}
.article .concent .comment .item .commentator {
  float: left;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  color: #333333;
}

.article .concent .comment .item .grade {
  position: relative;
  float: left;
  margin-left: 20px;
  font-size: 18px;
  line-height: 42px;
  font-weight: 500;
  color: #fd7b43;
}
.article .concent .comment .item .grade::before {
  position: absolute;
  top: 19px;
  left: -10px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fd7b43;
  margin-right: 4px;
  border-radius: 50%;
}

.article .concent .comment .item .item_text {
  margin-left: 58px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.article .concent .comment .item .item_date {
  margin: 15px 0 0 58px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
}

.concent .act_footer {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 23px;
}
.concent .act_footer div {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.concent .act_footer .btn {
  margin: 0 2px;
  padding: 0 8px;
  height: 24px;
  color: #fff;
  background: linear-gradient(180deg, #ee275f 0%, #fc7544 100%);
  background-color: #fc7544;
  background-image: -moz-linear-gradient(180deg, #ee275f 0%, #fc7544 100%);
  background-image: -o-linear-gradient(180deg, #ee275f 0%, #fc7544 100%);
  background-image: -webkit-gradient(180deg, #ee275f 0%, #fc7544 100%);
  background-image: -webkit-linear-gradient(180deg, #ee275f 0%, #fc7544 100%);
  background-image: -ms-linear-gradient(180deg, #ee275f 0%, #fc7544 100%);
  background-image: linear-gradient(180deg, #ee275f 0%, #fc7544 100%);
  border-radius: 14px;
  outline: none;
}
.concent .act_footer .btn:hover {
  color: #000;
}

.concent .act_author {
  position: absolute;
  top: 0;
  right: -210px;
  width: 180px;
  text-align: center;
}

.concent .act_author .author_portrait {
  width: 100%;
  height: 77px;
}
.concent .act_author .author_portrait .img_concent {
  z-index: 999;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.concent .act_author .author_portrait .img_concent img {
  width: 100%;
}

.concent .act_author .author_name {
  margin: 10px 0 10px;
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.concent .act_author .author_btn {
  width: 78px;
  height: 32px;
  color: #0064c9;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #0064c9;
}

.concent .act_author .author_text {
  margin-top: 20px;
  padding: 20px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  border-top: 2px solid #f4f4f4;
  width: 100%;
}
