﻿:root {
  color-scheme: light dark;
  background: white;
  color: black;
}

@media (prefers-color-scheme: dark) {
  :root {
    background: black;
    color: white;
  }
  .article-content-wrap {
	  background: black;
    color: white;
  }
}


html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl {
  list-style-type: none;
}
html,
body {
  *position: static;
}
tml {
  font-family: sans-serif;
  font-size: 75px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: none;
}
input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}
body,
th,
td,
button,
input,
select,
textarea {
  font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a,
area {
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  outline: none;
}
a.ie6:hover {
  zoom: 1;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
:focus {
  outline: none;
}
i,
em,
b {
  font-style: normal;
}
p{width:100% !important}
sub,
sup {
  vertical-align: baseline;
}
img {
  border: 0;
  vertical-align: middle;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
table{

  -webkit-user-select: none;   

  -moz-user-select: none;    

  -ms-user-select: none;    

  user-select: none;

}
.img-responsive {
  max-width: 100%;
  height: auto;
}
/*IE下a:hover 背景闪烁*/
*html {
  overflow: -moz-scrollbars-vertical;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
/*HTML5 reset*/
audio:not([controls]) {
  display: none;
}
legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border-width: 0;
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
.noScroll {
  height: 100%;
  overflow: hidden;
}
.noScroll body {
  height: 100%;
  overflow: hidden;
}
textarea {
  resize: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*
Name:     style_clearfix
Example:    class="clearfix|cl"
Explain:    Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cl,
.clearfix {
  zoom: 1;
}
/*上下拉动滚动条时卡顿、慢*/
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-touch-callout: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  height: 400px;
}
.container-left {
  width: 800px;
  margin-right: 40px;
  height: 200px;
}
.container-right {
  width: 360px;
  height: 200px;
}
.wrapW {
  width: 1120px;
  margin: 0 auto;
  padding-top: 72px;
}
.wrapW-small {
  width: 744px;
  margin: 0 auto;
  padding-top: 72px;
}
.btn {
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.borderBtn {
  height: 28px;
  line-height: 28px;
  border: 1px solid #6751A4;
  font-size: 16px;
  color: #6751A4;
  background: #FFFFFF;
}
.fontBtn {
  font-size: 14px;
  border: none;
  background: none;
}
.btnDelete {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.delete {
  color: #ff0000 !important;
}
.fontBlue {
  color: #0092ee;
}
.hide {
  display: none;
}
.btnPurple {
  background: #6751A4;
}
.btnLightYellow {
  background: #ffcc00;
}
.btnYellow {
  background: #FFB22C;
}
.btnBlue {
  background: #0092ee;
}
.btnPreheat {
  background: #ff0000;
}
.btnGray {
  background: #808080;
}
.btnBanned {
  background: #cdcdcd;
}
.side-Bt {
  font-size: 20px;
  color: #6751A4;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 13px;
}
.hint {
  color: #848484;
  font-size: 16px;
}
.side-Bt:before {
  content: "";
  position: absolute;
  width: 36px;
  border-bottom: 2px solid #6751A4;
  bottom: 0;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}
.right-fixed {
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left: 564px;
  display: block;
  z-index: 10000;
}
.right-fixed .go-top {
  text-align: center;
  visibility: hidden;
  height: 40px;
  width: 40px;
  line-height: 34px;
  background-color: #f1f1f1;
  margin: 0 auto;
  z-index: 10000;
}
.right-fixed .go-top img {
  width: 14px;
  height: 16px;
  cursor: pointer;
}
.right-fixed .QR > .QR-code {
  width: 66px;
  height: 66px;
  margin-bottom: 4px;
  position: relative;
  cursor: pointer;
}
.right-fixed .QR > .QR-code img {
  width: 100%;
  height: 100%;
}
.right-fixed .QR > .QR-code + .QR-code-big {
  border: 1px solid #DADADA;
  width: 140px;
  position: absolute;
  left: -146px;
  top: -60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.right-fixed .QR > .QR-code + .QR-code-big span {
  font-size: 14px;
  color: #848484;
  border-top: 1px solid #dadada;
  display: block;
  width: 140px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #FFFFFF;
}
.right-fixed .QR > .QR-code + .QR-code-big img {
  width: 100%;
  height: 100%;
}
.right-fixed .QR > .QR-code:hover + .QR-code-big {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.right-fixed .QR > .QR-code + .QR-code-big:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.hint-box {
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 200px;
  display: none;
}
.hint-box .hint-text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
}
.success-mask {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.success-box {
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 380px;
  padding: 30px 70px;
  display: none;
}
.success-box .close {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  position: absolute;
  right: 40px;
  top: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.success-box .close img {
  width: 32px;
  height: 32px;
  margin-top: -10px;
}

.success-box .text p {
  font-size: 14px;
  color: #363636;
  line-height: 24px;
}
.loading_box div {
  width: 6px;
  height: 6px;
  background-color: #6751A4;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loading_box .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading_box .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
[v-cloak] {
  display: none;
}
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---  Dark Colors  ---*/
/*---   Neutrals  ---*/
header {
  height: 54px;
  width: 100%;
  border-bottom: 1px solid #cecece;
  position: fixed;
  background: #FFFFFF;
  z-index: 9999;
}
header .header-top {
  width: 1120px;
  margin: 0 auto;
  height: 54px;
  line-height: 54px;
}
header a {
  font-family: "Microsoft Yahei", arial;
  font-weight: 300;
  display: block;
  font-size: 16px;
  color: #555555;
}
.items-type-wrap .item-menu-list li {
  display: inline-block;
  padding: 0 11px !important;
}
.items-type-wrap .item-menu-list li:first-child {
  padding-left: 0;
}
.items-type-wrap .item-menu-list li.current > a {
  color: #000000;
  position: relative;
  font-family: "Microsoft Yahei";
  font-weight: 500;
  cursor: default;
}
.items-type-wrap .item-menu-list li.current > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  /* background-color: @purple;*/
}
/* .items-type-wrap .item-menu-list li:hover a {
  color: #6751A4;
} */
.items-type-wrap .item-menu-list .arr_icon {
  position: relative;
}
.items-type-wrap .item-menu-list .arr_icon:hover:after {
  display: block;
}

.move-menu {
  position: relative;
  cursor: pointer;
}

.move-menu.current a:after {
  width: 0!important;
  height: 0!important;
}
.move-menu:hover .move-menu-list {
  display: block;
}
.move-menu .move-menu-list {
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  /* line-height: 14px;*/
  border-top: 1px solid #cecece;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  top: 50px;
  height: auto;
  left: 0%;
  right: 0;
  display: none;
  z-index: 9999;
  padding: 14px 0;
}
.move-menu .move-menu-list ul {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.move-menu .move-menu-list li {
  /*border-right:1px solid #e8e8e8;*/
  /*height: 14px;*/
  /*line-height: 14px;*/
  padding: 0;
  /*margin:10px 0;*/
  position: relative;
}
.move-menu .move-menu-list li:last-child:after {
  content: "";
  background-color: #FFFFFF !important;
}
.move-menu .move-menu-list li:after {
  content: "";
  background-color: #e8e8e8;
  width: 1px;
  height: 54px;
  margin-top: -27px;
  display: block;
  top: 50%;
  right: 0;
  position: absolute;
}
.move-menu .move-menu-list li a {
  color: #3D464D;
  font-size: 14px;
  /*height: 14px;*/
  /* padding:0 20px;*/
  margin-right: 0;
  text-align: center;
  line-height: 36px;
  width: 136px;
}
.move-menu .move-menu-list li a span {
  color: #3D464D;
}
.move-menu .move-menu-list li a img {
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 50px;
}
.move-menu .move-menu-list li a .hover_show {
  display: none;
}
.move-menu .move-menu-list li a:hover {
  color: #6751A4;
}
.move-menu .move-menu-list li a:hover .hover_show {
  display: block;
}
.move-menu .move-menu-list li a:hover .hover_hide {
  display: none;
}
.move-menu .move-menu-list li:last-child {
  border-right: none;
}
.logo-wrap {
  display: block;
  width: 130px;
  height: 100%;
  float: left;
  margin-right: 52px;
}
.logo-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.logo-wrap .item-logo {
  width: 139px;
  height: 100%;
  position: relative;
}
.logo-wrap .item-logo img {
  position: absolute;
  width: 100%;
  display: block;
  max-height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.logo-wrap .item-logo-slogan {
  transform: scale(0.3);
  width: 140px;
  height: 34px;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: transform .5s, opacity .5s;
  -wekit-transition: transform .5s, opacity .5s;
  -moz-transition: transform .5s, opacity .5s;
  -o-transition: transform .5s, opacity .5s;
}
.logo-wrap .item-logo-slogan img {
  width: 100%;
  height: 100%;
  display: block;
}
.item-action {
  position: relative;
}
.item-action .client_info {
  margin-right: 20px;
}
.item-action li {
  float: left;
}
.item-action li a {
  margin-right: 20px;
}


.item-action li .item-submitting {
  /*background: url("../images/drafts.png") no-repeat #8574b6;*/
  background-color: #8574b6 ;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  background-position: 14px center;
  /*padding-left:34px;*/
  height: 26px;
  margin-top: 14px;
  margin-right: 0;
  line-height: 26px;
  color: #FFFFFF;
  border-radius: 20px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 14px;
}

.item-action .move-menu {
  height: 50px;
  line-height: 50px;
}
.item-action .move-menu:hover .user-content {
  visibility: visible;
}
.item-action .move-menu .user-head {
  margin-right: 20px;
  position: relative;
}
.item-action .move-menu .user-head .red_circle {
  width: 6px;
  height: 6px;
  background-color: #ff0000;
  position: absolute;
  top: 0px;
  border-radius: 100%;
  right: 0px;
  -webkit-transform: translate(0 -100%);
  -moz-transform: translate(0 -100%);
  -ms-transform: translate(0 -100%);
  -o-transform: translate(0 -100%);
  transform: translate(0 -100%);
  display: none;
}
.item-action .move-menu .user-head .red_circle.current {
  display: block;
}
.item-action .move-menu .user-head .head {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 10px;
  border: 1px solid #dfdfdf;
}
.item-action .user-content {
  box-shadow: 0 0 15px rgba(103, 81, 164, 0.25);
  border: 1px solid #e5e5e5;
  visibility: hidden;
  background: #FFFFFF;
  right: 20px;
  z-index: 9999;
  position: absolute;
  top: 51px;
  min-width: 130px;
  padding-bottom: 0;
}
.item-action .user-content .head {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.item-action .user-content li {
  /*border-bottom:1px solid #DADADA;*/
  float: none;
  margin: 0 0 14px 0;
}
.item-action .user-content li:first-child {
  margin-top: 15px;
}
.item-action .user-content li:last-child {
  margin-bottom: 15px;
}
.item-action .user-content li a {
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  font-size: 14px;
  margin: 0 auto;
}
.item-action .user-content li .my_message {
  position: relative;
}
.item-action .user-content li .my_message i {
  position: absolute;
  bottom: 0;
  margin-left: 2px;
  -webkit-transform: translate(0 -50%);
  -moz-transform: translate(0 -50%);
  -ms-transform: translate(0 -50%);
  -o-transform: translate(0 -50%);
  transform: translate(0 -50%);
}
.item-action .user-content li span {
  float: none;
  /*display: block;*/
  /*float: left;*/
}
.item-action .user-content .message i {
  color: #ff0000;
}
.item-action .user-content:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  right: 20px;
  padding: 0;
  border-bottom: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}
.item-action .user-content:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -18px;
  right: 19px;
  padding: 0;
  border-bottom: 9px solid #e5e5e5;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  content: '';
  z-index: 10;
}
.item-action .header_ewm {
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}
.item-action .header_ewm:hover .ewm_box {
  display: block;
}
.item-action .header_ewm .header_ewm_top {
  width: 18px;
  height: 18px;
}
.item-action .header_ewm .ewm_box {
  z-index: 10000;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 2px;
  top: 50px;
  right: 0;
  width: 374px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  cursor: default;
}
.item-action .header_ewm .ewm_box .special_arr {
  position: absolute;
  z-index: 1;
  right: 13px;
  width: 23px;
  height: 15px;
  top: -15px;
}
.item-action .header_ewm .ewm_box .ewm_list {
  background-color: #e4e6e7;
  border-bottom: 1px solid #ccc;
  height: 40px;
}
.item-action .header_ewm .ewm_box .ewm_list li {
  float: left;
  color: #333;
  width: 20%;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.item-action .header_ewm .ewm_box .ewm_list li.current {
  background-color: #f5f5f5;
  height: 41px;
}
.item-action .header_ewm .ewm_box .ewm_bottom {
  padding: 20px 0;
}
.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail_img {
  float: left;
  width: 80px;
  margin-left: 14px;
}
.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail_img img {
  width: 80px;
  height: 80px;
}
.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail {
  float: right;
  width: 250px;
  margin-right: 14px;
}
.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail h6 {
  color: #333;
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 19px;
  margin-bottom: 6px;
}
.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail p {
  color: #767676;
  font-size: 12px;
  line-height: 18px;
}
.search-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999;
}
.search-dialog .search-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  line-height: 55px;
  background: #FFFFFF;
  background-position: bottom;
}
.search-dialog .search-box .logo {
  width: 70px;
  height: 55px;
  background: url(../images/logo.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: left center;
  margin-right: 120px;
  float: left;
 
}
.search-dialog .search-box .search_input {
  border: 1px solid #dadada;
  height: 30px;
  width: 80%;
  float: left;
  line-height: 30px;
  margin-top: 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.search-dialog .search-box .search {
  float: left;
  width: 72%;
}

.search-dialog .search-box .search .search-logo {
  background: url("../images/search.png") no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: 4px center;
  width: 34px;
  height: 30px;
  float: left;
}
.search-dialog .search-box .search input {
  width: 94%;
  height: 30px;
  float: left;
}
.search-dialog .search-box .search i {
  background: url("../images/search_close.png") no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: right center;
  height: 55px;
  float: right;
  width: 18px;
  display: none;
}
.search-dialog .search-box .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #848484;
}
.search-dialog .search-box .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #848484;
}
.search-dialog .search-box .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #848484;
}
.search-dialog .search-box .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #848484;
}
.search-dialog .search-box .search input[type="search"] {
  -webkit-appearance: none;
}
.search-dialog .search-box .search input::-webkit-search-cancel-button {
  display: none;
}
.search-dialog .wrapW {
  padding-top: 0 !important;
}
.news-flash-box .side-article-list {
  height: 420px;
}
.news-flash-box .side-article-list li {
  border-bottom: 0;
  position: relative;
}
.news-flash-box .side-article-list li:hover a {
  color: #6751A4;
}
.news-flash-box .side-article-list li:hover:before {
  background-color: #6751A4;
}
.news-flash-box .side-article-list li:before {
  content: '';
  position: absolute;
  left: 24px;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.side-item {
  padding: 20px 0px 30px 0px;
  background: #f1f1f1;
  margin-bottom: 10px;
}
.side-item .side-Bt {
  padding: 0px  0px 12px 0px;
  text-align: center;
  color: #333;
}
.side-item .side-Bt:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ccc;
  bottom: 0;
  left: 0px;
  right: 0;
}
/*新改版右侧标题*/
.right-item {
  padding-bottom: 30px;
  background: #f6f6f6;
  margin-bottom: 22px;
}
.right-item .right-Bt {
  border-bottom: 1px solid #CCC;
  padding: 22px 0px 13px 0px;
  margin: 0 20px 0 20px;
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.right-item .right-Bt:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 104px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
}
.right-item .right-Bt .fl_bt {
  font-size: 18px;
  color: #363636;
  position: relative;
  padding-left: 30px;
}
.right-item .right-Bt .fl_bt:before {
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
}

.right-item .right-Bt .more {
  font-size: 12px;
  color: #a09f9f;
  position: relative;
  display: block;
  line-height: 30px;
}
.right-item .right-Bt .more:hover {
  color: #6751A4;
}
.side-article-list li {
  font-size: 14px;
  /* background: url(../images/tab.png) no-repeat;
    background-position: 24px 8px;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;*/
  padding: 0px 20px 0px 46px;
  margin: 10px 0 12px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.side-article-list li a {
  color: #363636;
  line-height: 22px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  min-height: 22px;
  display: block;
  font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.side-article-list li a:hover {
  color: #6751A4;
}
.side-article-list li span {
  color: #a09f9f;
  font-weight: 300;
}
.side-article-list li:last-child {
  border-bottom: none;
}
.news-flash-box .news_sp_p {
  background: #FFFFFF;
  padding: 10px;
  float: left;
  margin-bottom: 6px;
  color: #848484;
  font-size: 12px;
  line-height: 20px;
  display: none;
  width: 92%;
}
.news-flash-box .news_sp_p a {
  color: #0a90f7 !important;
  display: inline !important;
  margin-bottom: 0;
  margin-left: 4px;
}
.click-move {
  border: 1px solid #6751A4;
  background: #f1f1f1;
  font-size: 14px;
  color: #6751A4;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  width: 36%;
  display: block;
  margin: 15px auto 0;
}
.click-move:hover {
  box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
}
.hot-tags {
  /*background:url("../images/hot_r_bg.jpg") no-repeat;
  -webkit-background-size:cover;
  background-size:cover;*/
}
.hot-tags .hot-tags-list {
  padding: 0 20px ;
}
.hot-tags .hot-tags-list li {
  display: inline-block;
  margin: 12px 6px 0px 0;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.hot-tags .hot-tags-list li a {
  text-align: center;
  color: #848484;
  padding: 0 12px;
  font-size: 14px;
}
.hot-tags .hot-tags-list li a:hover {
  color: #6751A4;
}
.hot-tags .hot-tags-list li:hover {
  box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
  border: 1px solid #6751A4;
}
.right-ad {
  /*margin-bottom:4px;*/
}
.right-ad .right-ad-list {
  width: 314px;
  border-bottom: 1px solid #FFFFFF;
}
.right-ad .right-ad-list .ad-pic16 {
  height: 176px !important;
}
.right-ad .right-ad-list .ad-pic {
  width: 314px;
  height: 134px;
  margin-bottom: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}
.right-ad .right-ad-list .ad-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-ad .right-ad-list .ad-pic .name {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 12px;
  left: -23px;
  text-align: center;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
  -o-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  width: 96px;
  padding: 4px 0;
  font-size: 12px;
  color: #FFFFFF;
}
.right-ad .right-ad-list .ad-article {
  margin-bottom: 22px;
}
.right-ad .right-ad-list .ad-article li {
  margin-bottom: 8px;
}
.right-ad .right-ad-list .ad-article li:hover a {
  color: #6751A4;
}
.right-ad .right-ad-list .ad-article li:hover i {
  background-color: #6751A4;
}
.right-ad .right-ad-list .ad-article li i {
  width: 7px;
  height: 7px;
  background-color: #848484;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 8px;
  margin-top: 6px;
}
.right-ad .right-ad-list .ad-article li a {
  color: #848484;
  line-height: 22px;
  font-size: 14px;
  width: 299px;
  display: block;
  float: left;
}
.right-ad .ad-box {
  margin-bottom: 10px;
}
.right-ad .ad-box .ad-pic {
  height: 100px;
}
.activity-news-spots .side-article-list li i {
  position: static!important;
  margin-top: 5px!important;
}
.recent-hot-spots {
  width: 314px;
  z-index: 999;
}
.recent-hot-spots .ranking_list {
  height: 32px;
  margin: 10px 0;
}
.recent-hot-spots .ranking_list li {
  line-height: 32px;
  font-size: 14px;
  color: #848484;
  font-weight: 300;
  padding: 0 14px;
  cursor: pointer;
  position: relative;
}
.recent-hot-spots .ranking_list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid transparent;
  width: 42px;
}
.recent-hot-spots .ranking_list li.current {
  color: #6751A4;
}
.recent-hot-spots .ranking_list li.current:before {
  border-bottom: 2px solid #6751A4;
}
.recent-hot-spots .side-article-list li {
  background: none;
  padding: 9px 20px 9px 20px;
  border-bottom: 0;
  margin: 0;
}
.recent-hot-spots .side-article-list li i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-top: 0;
}
.recent-hot-spots .side-article-list li .hot_article_l {
  display: block;
  position: relative;
  float: left;
  width: 65px;
  height: 65px;
  overflow: hidden;
  max-height: none;
}
.recent-hot-spots .side-article-list li .hot_article_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
.recent-hot-spots .side-article-list li .hot_article_r {
  position: relative;
  height: 68px;
  float: right;
  width: 186px;
}
.recent-hot-spots .side-article-list li .hot_article_r a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b {
  position: absolute;
  bottom: 0;
  height: 20px;
  line-height: 20px;
}
.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b .author_a {
  float: left;
  color: #8f949a;
  font-size: 13px;
  margin-right: 18px;
  display: block;
  cursor: default;
}
.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b .author_a.current {
  cursor: pointer;
}
.recent-hot-spots .side-article-list li .hot_article_r .hot_article_r_b div {
  float: left;
  color: #8f949a;
  font-size: 13px;
}
.recent-hot-spots .side-article-list i {
  background-color: rgba(0, 0, 0, 0.6);
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: #FFFFFF;
  float: left;
  line-height: 16px;
  margin-right: 12px;
  margin-top: 5px;
  text-align: center;
}
.recent-hot-spots .side-article-list span {
  padding-left: 30px;
}
.fixed {
  position: fixed;
  top: 40px;
}
.recommended-author {
  padding-bottom: 20px;
}
.recommended_author_inner {
  /*border-bottom: 1px solid @white;*/
}
.recommended-author-list {
  margin: 0 20px 0 20px;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #dedede;
}
.recommended-author-list:last-child {
  border-bottom: none;
}
.recommended-author-list .author-pic {
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin-right: 18px;
  float: left;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.recommended-author-list .recommended-author-text {
  padding-left: 62px;
  color: #363636;
}
.recommended-author-list .recommended-author-text h4 {
  font-size: 16px;
  margin-bottom: 4px;
}
.recommended-author-list .recommended-author-text p {
  font-weight: 300;
  color: #848484;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 18px;
  max-height: 36px;
}
.recommended-author-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.recommended-author-list {
  zoom: 1;
}
.right_author {
  padding-bottom: 30px;
  padding-top: 0;
  margin-top: 44px;
}
.right_author .side-article-list li {
  border-bottom: none;
}
.right_author .side-Bt {
  padding: 0px  0px 12px 20px;
  text-align: left;
}
.right_author .side-Bt:before {
  content: "";
  position: absolute;
  width: 36px;
  border-bottom: 2px solid #6751A4;
  bottom: 0;
  left: 20px;
}
.new_article {
  text-align: center;
  font-size: 16px;
  color: #555;
  font-weight: bold;
  margin-top: -28px;
}
.author-wrap {
  text-align: center;
  border-bottom: 1px solid #dadada;
  padding-bottom: 2px;
  margin: 0 30px;
  position: relative;
  top: -44px;
}
.author-wrap .author-head {
  width: 88px;
  height: 88px;
  overflow: hidden;
  margin: 0  auto 20px;
  display: block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.author-wrap .author-head .head {
  width: 88px;
  height: 88px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.author-wrap i.author {
  position: absolute;
  top: 66px;
  right: 84px;
  background: url("../images/v.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: bottom right;
  width: 26px;
  height: 26px;
}
.author-wrap i.reporter {
  position: absolute;
  top: 66px;
  right: 84px;
  background: url("../images/reporter.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: bottom right;
  width: 26px;
  height: 26px;
}
.author-wrap .author-name {
  font-size: 18px;
  color: #6751A4;
  margin-bottom: 6px;
}
.author-wrap .author-name-type {
  font-size: 14px;
  color: #6751A4;
  margin-bottom: 6px;
}
.author-wrap .author-info {
  margin-bottom: 14px;
}
.author-wrap .author-info p {
  font-size: 14px;
  color: #848484;
  line-height: 20px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 20px;
  max-height: 40px;
}
.channel_recommend {
  background: #f1f1f1;
}
.channel_recommend .channel_recommend-list {
  padding: 0 24px;
  font-size: 0;
}
.channel_recommend li {
  display: inline-block;
  margin: 12px 8px 0px 0;
  height: 26px;
  line-height: 26px;
  border: 1px solid #6751A4;
  border-radius: 4px;
}
.channel_recommend li a {
  text-align: center;
  color: #6751A4;
  padding: 0 12px;
  font-size: 14px;
}
/*分享*/
.share_font {
  display: none;
  float: right;
  font-size: 14px;
  color: #a4abb1;
  line-height: 22px;
}
.share_box {
  display: none;
}
.weixin_show {
  background-color: #FFFFFF;
  padding: .3rem;
  position: absolute;
  top: -100px;
  width: 240px;
  left: -61px;
  -webkit-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
}
.weixin_show.current {
  visibility: visible;
  opacity: 1;
}
.weixin_show:before {
  display: block;
  content: '';
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  /* 定位 */
  position: absolute;
  left: 30%;
  top: 100%;
}
.weixin_show .url_pic {
  width: 80px;
  height: 80px;
  float: left;
}
.weixin_show .url_pic img {
  width: 100%;
  height: 100%;
}
.weixin_show .text {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.weixin_show .text p {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #555;
}
/*右侧公司模块化产品*/
.right_module .ad_pic_title {
  width: 274px;
  height: 154px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.right_module .ad_pic_title .title {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 8px;
}
.right_module .ad_pic_title .title h2 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
.right_module .right-item {
  margin-bottom: 20px;
  padding: 0 20px  20px;
}
.right_module .right-Bt {
  margin: 0 0 10px;
}
.right_module .right-Bt img {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.right_module .right-Bt .tuhua_logo {
  padding-left: 30px !important;
}

.right_module .right-Bt .fl_bt {
  font-size: 18px;
  color: #363636;
  position: relative;
  padding-left: 0;
}
.right_module .ad-article li {
  margin-bottom: 8px;
}
.right_module .ad-article li:hover a {
  color: #6751A4;
}

 .right_module .ad-article li i .reds{
  color: #d33a2b !important;
} 
.right_module .ad-article li i {
  font-size: 18px !important;
  font-weight:bolder;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 15px !important;
  margin-top: 15px !important;
  width: 9px;
  color: #666666 !important;
}


.right_module .ad-article li a {
  color: #848484;
  line-height: 22px;
  font-size: 14px;
  display: block;
  float: left;
  width: 258px;
}

.QR-code-list {
  width: 150px;
  text-align: center;
  display: inline-block;
}
.QR-code-list p {
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
}
.QR-code-list img {
  width: 88px;
  height: 88px;
  margin-bottom: 14px;
}
.QR-code-list:last-child {
  background: none;
}
.activity-partner {
  margin-left: 70px;
  font-size: 0;
}
.activity-partner a {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  margin-right: 30px;
  margin-bottom: 18px;
  height: 34px;
  width: 84px;
}
.activity-partner a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.recent-hot-spots .ranking_list li:before {
  border-bottom: 2px solid transparent;
}
.recent-hot-spots .ranking_list li.current:before {
  border-bottom: 2px solid transparent;
}
.article-wrap {
  padding-top: 80px;
}
.article-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.article-wrap {
  zoom: 1;
}
.article-deatil-left {
  width: 744px;
  margin-right: 30px;
  float: left;
  /* margin-bottom: 40px; */
}
.article-deatil-left .article-photo {
  /*height: 418px;*/
  width: 744px;
}
.article-deatil-left .article-photo img {
  width: 100%;
}
.article-deatil-left .article-title-wrap {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 14px;
  padding: 0 2%;
}
.article-deatil-left .article-title-and-type {
  margin: 20px 0 30px 0;
}

/*    @font-face {
            font-family: 'SourceHanSerifCN-Bold';
        src: url('https://mat1.shenchuang.com/index/2018/css/SourceHanSerifCN-Bold.otf');
        }
.article-deatil-left .article-title-and-type .title strong{
  font-family: 'SourceHanSerifCN-Bold'!important;
} */

.article-deatil-left .article-title-and-type .title {
  /* width: 100%; */
  font-size: 35px;
  color: #433d4d;
  vertical-align: middle;
  /* padding-right: 10px; */
  /* display: inline; */
  margin-top: 0;
  font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-weight: 600;
}
.article-deatil-left .classify-name {
  font-size: 14px;
  color: #848484;
  float: left;
  margin-right: 16px;
}
.article-deatil-left .classify_link {
  line-height: 24px;
}
.article-deatil-left .classify_link a {
  font-size: 14px;
  float: left;
  color: #6751A4;
  margin-right: 16px;
}
.article-deatil-left .article-author {
  line-height: 15px;
  font-size: 12px;
  color: #848484;
  float: left;
  margin-right: 16px;
   margin-bottom: 10px;
}
.article-deatil-left .article-date {
  font-size: 12px;
  color: #848484;
  float: left;
  line-height: 15px;
  margin-right: 30px;
}
.article-content-wrap img {
  max-width: 100%;
}
.article-content-wrap .article-note {
  /* background: #f1f1f1;*/
  /* padding: 16px 0px; */
  margin-bottom: 14px;
  position: relative;
}
.article-content-wrap .article-note p {
  color: #848484;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  padding: 14px 26px;
}
.article-content-wrap .article-note p:before {
  content: "";
  background: url(../images/note_l.png) no-repeat;
  background-position: left center;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  position: absolute;
  top: 14px;
  left: 0px;
  width: 24px;
  height: 22px;
}
.article-content-wrap .article-note p:after {
  content: "";
  background: url(../images/note_r.png) no-repeat;
  background-position: left center;
  -webkit-background-size: 22px auto;
  background-size: 24px auto;
  position: absolute;
  bottom: 14px;
  right: 0px;
  width: 24px;
  height: 22px;
}
.article-content-wrap .mixin-article-v3.default {
  margin-top: 24px;
}
.article-content-wrap .mixin-article-v3.default .text {
  color: #333;
  font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  font-size: 17px;
  padding: 0 2%;
}
.article-content-wrap .mixin-article-v3.default .text p {
  margin-bottom: 6px;
  line-height: 1.8;
  white-space: normal;
  text-indent: 2em;
  letter-spacing: 1px;
}

.list-paddingleft-2 p {
  margin-bottom: 6px;
  line-height: 1.8;
  white-space: normal;
  text-indent: 0em !important;
  letter-spacing: 1px;
}

.article-content-wrap .mixin-article-v3.default .text p img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.article-content-wrap .mixin-article-v3.default .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.article-content-wrap .mixin-article-v3.default .text i {
  font-style: oblique !important;
}
.article-content-wrap .mixin-article-v3.default .text blockquote {
  margin: 0;
  position: relative;
}
.article-content-wrap .mixin-article-v3.default .text blockquote p.quotes {
  border-left: 6px solid #d5d5d5;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  margin-left: 0;
  width: 88%;
  padding: 12px 40px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(85, 85, 85, 0.8);
  position: relative;
}
.article-content-wrap .mixin-article-v3.default .text blockquote p.quotes:before {
  content: "";
  background: url(../images/double_l.png) no-repeat;
  background-position: left center;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 22px;
  height: 22px;
}
.article-content-wrap .mixin-article-v3.default .text blockquote p.quotes:after {
  content: "";
  background: url(../images/double_r.png) no-repeat;
  background-position: left center;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
  position: absolute;
  bottom: 6px;
  right: 20px;
  width: 22px;
  height: 22px;
}
.article-content-wrap .mixin-article-v3.default .text blockquote p.smallHead {
  /* border-left: 6px solid #6751a4; */
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  margin-left: 0;
  width: 98%;
  padding: 12px 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
}
.article-content-wrap .note {
  color: #aaa;
  font-size: 14px;
  word-break: break-all;
  border: 1px solid #dadada;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 14px;
}
.article-content-wrap .note .link {
  color: #aaa;
}
.article-content-wrap .label {
  padding: 24px 0;
}
.article-content-wrap .label .label-list li {
  display: inline-block;
  margin: 0px 16px 10px 0;
}
.article-content-wrap .label .label-list li:hover a {
  color: #333;
}
.article-content-wrap .label .label-list li a {
  background-color: #f1f1f1;
  border-radius: 4px;
  color: #AAA;
  padding: 0px 12px;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  display: block;
}
.article-content-wrap .interested-article {
  margin-top: 10px;
  padding: 0 2%;
}
.yd-ad2{-moz-box-shadow: 0px 0px 3px #4068d4; /* 老的 Firefox */
  box-shadow: 0px 0px 3px #4068d4;width:750px !important;}
  .detail-share{border: none !important;}
.article-content-wrap .interested-article .interested-article-list {
  overflow: hidden;
  zoom: 1;
}
.article-content-wrap .interested-article .interested-article-list a {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 17px;
  color: #666666;
}
.article-content-wrap .interested-article .interested-article-list a i {
  width: 7px;
  height: 7px;
  background-color: #848484;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.article-content-wrap .interested-article .interested-article-list a h2 {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-content-wrap .interested-article .interested-article-list a:hover h2 {
  color: #0085ff;}

.article-content-wrap .interested-article .interested-article-list a span {
  position: absolute;
  right: 0;
  top: 0
}
.article-content-wrap .interested-article .interested-article-list a .picture {
  /* width: 242px; */
  height: 20px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article-content-wrap .interested-article .interested-article-list a .interested-title {
  /* background: rgba(0, 0, 0, 0.7);
  padding: 10px 18px; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.article-content-wrap .interested-article .interested-article-list a .interested-title h2 {
  font-size: 14px;
  /* color: #FFFFFF; */
  width: 70%;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-deatil-left {
  margin-top: 35px !important;
}
.article-break{color: #848484;margin-bottom: 10px;font-size: 11px;font-weight: 300;}
.article-break a{color: #848484;font-weight: 300;}
.article-break a:hover {
  color: #007cc3 !important;
}
.article-content-wrap .interested-article .interested-article-list a:last-child {
  margin-right: 0;
}
.right-side-bar {
  width: 314px;
  float: right;
}
.article-module-bt {
  /* display: inline-block; */
  margin-bottom: 16px;
  border-bottom: 1px solid #b5b5b5;
  position: relative;
}
.article-module-bt span{
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 80px;
  height: 3px;
  background-color: #2e75d1;
}
.article-module-bt h2 {
  font-size: 20px;
  color: #2e75d1;
  -webkit-background-size: 6px 3px;
  background-size: 6px 3px;
  display: block;
   font-weight: bold;
   line-height: 50px;
}
.comment-wrapper {
  margin-top: 20px;
}
.comment-wrap {
  overflow: hidden;
  margin-bottom: 16px;
}
.comment-wrap .not-login {
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
  height: 148px;
  line-height: 148px;
  text-align: center;
}
.comment-wrap .not-login .not-login-click {
  font-size: 16px;
  color: #878787;
}
.comment-wrap .not-login .not-login-click a {
  color: #6751A4;
  text-decoration: underline;
}
.comment-wrap .comment-textarea {
  border: 1px solid #e1e1e1;
  height: 76px;
  padding: 10px;
  width: 97%;
  font-size: 14px;
  color: #363636;
}
.comment-wrap .comment-btn {
  margin-top: 10px;
  width: 82px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #6751A4;
  color: #6751A4;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: right;
  cursor: pointer;
}
.comment-item-wrap .comment-list .comment-textarea {
  width: 96%;
  height: 80px;
}
pre {
  white-space: inherit;
  line-height: 24px;
}
.comment-list {
  margin-bottom: 18px;
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e1e1e1;
}
.comment-list:last-child {
  border-bottom: none;
}
.comment-list .user-avatar {
  width: 45px;
  height: 45px;
  overflow: hidden;
  display: block;
  margin-right: 16px;
}
.comment-list .user-avatar .head {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  border: 1px solid #dfdfdf;
}
.comment-list .comment-user {
  width: 672px;
}
.comment-list .comment-info {
  font-size: 14px;
  color: #858585;
  margin-bottom: 6px;
}
.comment-list .comment-info .user-name {
  color: #6751A4;
  margin-right: 6px;
}
.comment-list .comment-info .reply-name {
  margin-left: 6px;
  margin-right: 16px;
}
.comment-list .comment-content {
  font-size: 14px;
  color: #363636;
  margin-bottom: 16px;
}
.comment-list .comment-reply .comment-wrap {
  margin-top: 20px;
  display: none;
}
.comment-list .comment-bottom {
  font-size: 14px;
  color: #c2c2c2;
  text-align: right;
}
.comment-list .comment-bottom .like {
  background: url("../images/like_b.png") no-repeat left center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 30px;
  padding-left: 24px;
  cursor: pointer;
  color: #666666;
  height: 18px;
}
.comment-list .comment-bottom .like.have_like {
  background: url("../images/like_current.png") no-repeat left center;
  color: #6751A4;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}
.comment-list .comment-bottom .reply-click {
  color: #6751A4;
  cursor: pointer;
}
.appendMore {
  width: 120px;
  height: 30px;
  border: 1px solid #6751A4;
  color: #6751A4;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.new_criticism_box {
  margin-bottom: 60px;
}
.new_artical_bottom {
  margin-bottom: 20px;
}
/*文章底部详情分享*/
.detail-bar {
  width: 100%;
}
.detail-bar .video-share {
  width: 530px;
  margin: 0 auto;
}
.detail-bar .video-share .weixin_show {
  left: -30px;
}
.detail-bar .video-share .social a {
  padding-right: 36px;
}
.detail-bar .video-share .QR-box .go-top {
  text-align: inherit;
}
.detail-bar .video-share .QR .QR-code {
  padding: 0 40px;
}
.detail-bar .detail-share {
  width: 704px;
  height: 50px;
  line-height: 50px;
  z-index: 1000;
  /* padding: 0 20px; */
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 745px;
}
.detail-bar .detail-share.current {
  position: relative;
}
.detail-bar .weixin_show {
  background-color: #FFFFFF;
  padding: .3rem;
  position: absolute;
  top: -84px;
  width: 240px;
  left: -50px;
  -webkit-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0 12px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
}
.detail-bar .weixin_show.current {
  visibility: visible;
  opacity: 1;
}
.detail-bar .weixin_show:before {
  display: block;
  content: '';
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  /* 定位 */
  position: absolute;
  left: 30%;
  top: 100%;
}
.detail-bar .weixin_show .url_pic {
  width: 80px;
  height: 80px;
  float: left;
}
.detail-bar .weixin_show .url_pic img {
  width: 100%;
  height: 100%;
}
.detail-bar .weixin_show .text {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.detail-bar .weixin_show .text p {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #555;
}
.detail-bar .wrapW {
  padding-top: 0;
}
.detail-bar .wrapW-small {
  padding-top: 0;
}
.detail-bar .author-head .head {
  width: 28px;
  height: 28px;
  border: 1px solid #dfdfdf;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 14px;
  margin-top: 10px;
  float: left;
}
.detail-bar .author-head .author-name {
  color: #6751A4;
  font-size: 14px;
  font-weight: 300;
  float: left;
}
.detail-bar .social a {
  float: left;
  margin: 0 11px;
}
.detail-bar .social .icon {
  width: 28px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 4px;
  cursor: pointer;
}
.detail-bar .social .num {
  font-size: 14px;
  color: #999;
  float: left;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-top: 18px;
}
.detail-bar .social .num.current {
  color: #6751A4;
}
.detail-bar .social .like .like-number {
  background: url("../images/detail_1.png") no-repeat;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  background-position: center;
  margin-right: 0;
}
.detail-bar .social .like .like-number.like-number_click {
  background: url("../images/detail_s1.png") no-repeat;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  background-position: center;
}
.detail-bar .social .like .like-number:hover {
  background: url("../images/detail_s1.png") no-repeat;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  background-position: center;
}
.detail-bar .social .like .like-number:hover + .num {
  color: #6751A4;
}
.detail-bar .collect {
  background: url("../images/detail_2.png") no-repeat;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  background-position: center;
}
.detail-bar .collect:hover {
  background: url("../images/detail_s2.png") no-repeat;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  background-position: center;
}
.detail-bar .collect.current {
  background: url("../images/detail_s2.png") no-repeat;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  background-position: center;
}
.detail-bar .go-top .QR_code {
  width: 34px;
  height: 34px;
  margin-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #CCCCCC;
}
.detail-bar .comment {
  background: url("../images/detail_3.png") no-repeat;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  background-position: center;
  margin-top: 2px;
}
.detail-bar .comment:hover {
  background: url("../images/detail_s3.png") no-repeat;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  background-position: center;
  margin-top: 2px;
}
.detail-bar .QR-box .go-top {
  text-align: center;
  background-image: url("../images/detail_7.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  width: 22px;
  height: 50px;
}
.detail-bar .QR-box .go-top:hover {
  background-image: url("../images/detail_s7.png");
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
}
.detail-bar .QR {
  position: relative;
}
.detail-bar .QR .QR-code-big {
  border: 1px solid #DADADA;
  width: 140px;
  visibility: hidden;
  position: absolute;
  top: -167px;
  left: -30px;
}
.detail-bar .QR .QR-code-big img {
  width: 100%;
  height: 140px;
}
.detail-bar .QR .QR-code-big span {
  font-size: 14px;
  color: #848484;
  border-top: 1px solid #dadada;
  display: block;
  width: 140px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #FFFFFF;
}
.detail-bar .QR .QR-code-big:hover {
  visibility: visible;
}
.detail-bar .QR .QR-code {
  /* background-image: url("../images/detail_6.png"); */
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 28px 22px;
  background-size: 28px 22px;
  width: 24px;
  height: 24px;
  padding: 0 20px;
  margin-top: 14px;
  border-left: 1px solid #ddd;
}
/* .detail-bar .QR .QR-code:hover {
  background-image: url("../images/detail_s6.png");
} */
.detail-bar .QR:hover .QR-code-big {
  visibility: visible;
}
.detail-bar .share-box {
  float: left;
}
.contribute-wrap {
  position: relative;
}
.contribute-wrap .article-content {
  position: relative;
}
.contribute-wrap .article-content .text {
  top: 20px;
}
.contribute-wrap .preview_result {
  position: absolute;
  top: 120px;
  left: 50%;
  border: 2px solid rgba(255, 0, 0, 0.2);
  padding: 10px 30px;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  /* IE 9 */
  -moz-transform: rotate(-30deg);
  /* Firefox */
  -webkit-transform: rotate(-30deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-30deg);
  /* Opera */
}
.contribute-wrap .preview_result h2 {
  color: rgba(255, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
}
.preview_result_two {
  top: 50% !important;
  left: 40% !important;
}
.preview_result {
  position: absolute;
  top: 120px;
  left: 40%;
  border: 2px solid rgba(255, 0, 0, 0.2);
  padding: 10px 30px;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  /* IE 9 */
  -moz-transform: rotate(-30deg);
  /* Firefox */
  -webkit-transform: rotate(-30deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-30deg);
  /* Opera */
}
.preview_result h2 {
  color: rgba(255, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
}
.share_box_new img {
  height: 20px;
}
.share_box_new .share_hide {
  display: none;
}
.share_box_new_l {
  position: relative;
  margin-left: 8px;
}
.share_box_new_l:before {
  content: '';
  position: absolute;
  height: 28px;
  width: 1px;
  top: 50%;
  margin-top: -12px;
  left: -12px;
  background-color: #ccc;
}
/*弹窗开始*/
.comment_pop_prov_box {
  display: none;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.comment_pop_prov_box.current {
  display: block;
}
.comment_pop_prov_box .comment_pop_prov {
  border-radius: 6px;
  width: 340px;
  height: 250px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -170px;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_tit {
  position: relative;
  margin-bottom: 6px;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_tit h6 {
  color: #333;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #dadada;
  height: 50px;
  line-height: 50px;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_tit span {
  position: absolute;
  top: 16px;
  right: 32px;
  border-radius: 100%;
  color: #fff;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  cursor: pointer;
  overflow: hidden;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_tit span img {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.comment_pop_prov_box .comment_pop_prov .rep_remain_red {
  font-size: 14px;
  color: #b82503;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.comment_pop_prov_box .comment_pop_prov .rep_remain_red span {
  display: none;
}
.comment_pop_prov_box .comment_pop_prov .rep_remain_red.current span {
  display: inline-block;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_bottom_box {
  width: 80%;
  margin: 0 auto;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_bottom_box input {
  border: 1px solid #dadada;
  height: 34px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 4px;
  font-size: 14px;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_bottom_box .sure_prove {
  cursor: pointer;
  color: #6751A4;
  width: 56px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  border: 1px solid #6751A4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  text-align: center;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_bottom {
  margin-bottom: 20px;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_bottom img {
  float: left;
  width: 140px;
  margin-right: 10px;
  height: 45px;
  border: 1px solid #ccc;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_bottom .prove_remain {
  float: left;
  color: #6751A4;
  position: relative;
  width: 119px;
  height: 47px;
}
.comment_pop_prov_box .comment_pop_prov .comment_pop_prov_bottom .prove_remain .prove_remain_in {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  width: 119px;
}



/*分享*/

.am-share {
  font-size: 14px;
  border-radius: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  width: 100%;
  z-index: 9999;
}

.am-modal-active {
  transform: translateY(0px);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.am-modal-out {
  z-index: 1109;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.am-share-title {
  background-color: #f8f8f8;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #555;
  font-weight: 400;

  padding: 10px 0 0;
  text-align: center;
}

.am-share-title::after {
  border-bottom: 1px solid #dfdfdf;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 100%;
}

.am-share-footer {
  box-sizing: border-box;

}

.am-share-footer .share_btn {
  color: #555;
  display: block;
  width: 100%;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.625em 0;
  text-align: center;
  transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "微软雅黑";
}

.am-share-sns {
  background-color: #f8f8f8;
  border-radius: 0 0 2px 2px;

  padding-top: 15px;
  height: auto;
  zoom: 1;
  overflow: auto;
}

.am-share-sns li {
  margin-bottom: 15px;
  display: block;
  float: left;
  height: auto;
  width: 100%;
  display: flex;
}

.social-sh {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 20px;
}

.am-share-sns a {
  color: #555;
  display: block;
  text-decoration: none;
}

.am-share-sns span {
  display: block;
}

.sharebg {

  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9900;
  display: none;
  /* background: url(fenxiang.png) 50% 85% / 76% no-repeat rgba(0, 0, 0, 0.8); */
  background-color: rgba(0, 0, 0, 0.6);
  /* background-size: 100% 100% */
}

/* 浏览器样式 */

.liu-sharebg {

  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9900;
  display: none;
  background: url(../images/fenxiang.png) 50% 85% / 76% no-repeat rgba(0, 0, 0, 0.8);
  /* background-color: rgba(0, 0, 0, 0.6); */
  /* background-size: 100% 100% */
}

/* 微信浏览器样式 */

.wx-sharebg {

  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1100;
  display: none;
  background: url(../images/wx-fenxiang.png) 100% 10% / 76% no-repeat rgba(0, 0, 0, 0.8);
  /* background-color: rgba(0, 0, 0, 0.6); */
  /* background-size: 100% 100% */
}

.sharebg-active {
  opacity: 1;
  display: block;
}

.liu-sharebg-active {
  opacity: 1;
  display: block;
}
.wx-sharebg-active {
  opacity: 1;
  display: block;
}
#share {
    float: left;
    margin-right: 13px;
}

#share a {
    width: 18px;
    height: 50px;
    padding: 0;
    display: block;
    margin: 0;
    opacity: 1;
    float: left;
}

#share a.icon-wechat {

    -webkit-background-size: 28px 22px;
    background-size: 28px 22px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-left: 42px;
}

.fr a i.iconfont:hover {
    color: #6751A4 !important
}

.fr a i.icon-wechat:hover {
    color: #52b02e !important
}

.fr a i.icon-weibo:hover {
    color: #ff0f29 !important
}


#share a.icon-wechat:before {
    content: '';
    position: absolute;
    height: 24px;
    top: 50%;
    margin-top: -11px;
    left: 0px;
    border-left: 1px solid #ddd;
}

#share a.icon-weibo {
    width: 0;

    -webkit-background-size: 28px 22px;
    background-size: 28px 22px;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 28px;
}


@media (max-width: 768px) {
  .detail-bar .social {
    float: right;
  }
  
  .article-content-wrap .mixin-article-v3.default .text {
  font-size: 14px !important;
}
  
  .article-deatil-left .article-title-and-type .title {
    font-size: 20px !important;
}
.article-time{font-size: 12px !important;}
.interested-title h2{color: #666666 !important; font-weight: normal !important; font-size: 18px;}
  .detail-bar .detail-share {
    margin-left: -5px;
    padding-left: 10px;
  }
  .article-content-wrap .interested-article .interested-article-list a i {
    margin-top: 5px;
}
}