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;
}
sub, sup {
	vertical-align: baseline;
}
img {
	border: 0;
	vertical-align: middle;
}
a img, img {
	-ms-interpolation-mode: bicubic;
}
.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 .success-hint {
	background: url("../image/success.png") no-repeat;
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
	background-position: 8% center;
	color: #19BD9B;
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
}
.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;
}
.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: 130px;
	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-search {
	background: url("../image/search.png") no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	background-position: left center;
	padding-left: 24px;
}
.item-action li .item-announcement {
	background: url("../image/tips.png") no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	background-position: left center;
	padding-left: 30px;
}
.item-action li .item-submitting:hover {
	opacity: 0.9;
	color: #fff;
}
.item-action li .item-about {
	background: url("../image/about.png") no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	background-position: left center;
	padding-left: 24px;
}
.item-action li .item-login {
	background: url("../image/login.png") no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	background-position: left center;
	padding-left: 24px;
}
.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: 130px;
	height: 55px;
	background: url(../image/logo_i.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("../image/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("../image/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 .tab_logo:before {
	content: '';
	background-image: url("../image/tab_logo.png");
}
.right-item .right-Bt .classify_logo:before {
	content: '';
	background-image: url("../image/classify_logo.png");
}
.right-item .right-Bt .original_logo:before {
	content: '';
	background-image: url("../image/original_logo.png");
}
.right-item .right-Bt .author_logo:before {
	content: '';
	background-image: url("../image/author_logo.png");
}
.right-item .right-Bt .news_bt:before {
	content: '';
	background-image: url("../image/news_logo.png");
}
.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(../image/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("../image/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("../image/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("../image/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 .tuhua_logo:before {
	content: '';
	background-image: url("../image/tuhua_logo.png");
}
.right_module .right-Bt .special_logo {
	padding-left: 30px !important;
}
.right_module .right-Bt .special_logo:before {
	content: '';
	background-image: url("../image/special_icon.png");
}
.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:hover i {
	background-color: #6751A4;
}
.right_module .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_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;
}
.article-deatil-left .article-title-and-type {
	margin-bottom: 14px;
}
.article-deatil-left .article-title-and-type .title {
	font-size: 24px;
	color: #433d4d;
	line-height: 30px;
	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: 24px;
	font-size: 14px;
	color: #848484;
	float: left;
	margin-right: 16px;
}
.article-deatil-left .editors {
	line-height: 24px;
	font-size: 14px;
	color: #848484;
	float: left;
	margin-right: 16px;
}
.article-deatil-left .editors a, .article-deatil-left .source a {
	color:#848484
}
.article-deatil-left .article-date {
	font-size: 14px;
	color: #848484;
	float: left;
	line-height: 24px;
}
.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(../image/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(../image/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: 16px;
}
.article-content-wrap .mixin-article-v3.default .text p {
	margin-bottom: 16px;
	line-height: 1.8;
	white-space: normal;
}
.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 {
}
.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(../image/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(../image/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: 94%;
	padding: 12px 20px;
	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;
	margin-top:30px;
}
.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: 20px 0 28px 0;
}
.article-content-wrap .interested-article .interested-article-list {
	overflow: hidden;
	zoom: 1;
}
.article-content-wrap .interested-article .interested-article-list a {
	width: 242px;
	height: 136px;
	margin-right: 8px;
	float: left;
	position: relative;
}
.article-content-wrap .interested-article .interested-article-list a .picture {
	width: 242px;
	height: 136px;
	-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;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.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;
}
.article-module-bt h2 {
	font-size: 16px;
	color: #363636;
	background: url("../image/classify_move.png") no-repeat;
	-webkit-background-size: 6px 3px;
	background-size: 6px 3px;
	background-position: right center;
	padding-right: 14px;
}
.comment-wrapper {
}
.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;
}
.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 {
	height: 60px;
	width: 100%;
	padding-top:30px;
}
.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 {
	z-index: 99990;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
}
.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: #848484;
	font-size: 14px;
	font-weight: 300;
	float: left;
}
.detail-bar .social a {
	float: left;
	padding-right: 22px;
}
.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("../image/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("../image/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("../image/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("../image/detail_2.png") no-repeat;
	-webkit-background-size: 28px 22px;
	background-size: 28px 22px;
	background-position: center;
}
.detail-bar .collect:hover {
	background: url("../image/detail_s2.png") no-repeat;
	-webkit-background-size: 28px 22px;
	background-size: 28px 22px;
	background-position: center;
}
.detail-bar .collect.current {
	background: url("../image/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("../image/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("../image/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("../image/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("../image/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("../image/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("../image/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;
}
.share {
	float:left;
	margin-top:8px;
	padding-right:10px;
}
.cmstopVideo {
}
.comment-form textarea {
	padding: 10px 15px;
	width: 100%;
	height: 80px;
	font-size: 13px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background-color: hsla(0, 0%, 71%, .1);
	resize: none;
	display: inline-block;
	vertical-align: top;
	outline-style: none;
}
.article-comment .title {
	border-bottom: 1px solid #CCC;
	padding: 15px 0px 13px 0px;
	margin:0px;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.article-comment .title .comments {
	color:#F00
}
.article-comment .title .words {
	font-size: 18px;
	color: #363636;
	position: relative;
	padding-left: 28px;
	line-height:40px
}
.article-comment .title .words:before {
	content: '';
	background-image: url(../image/pinglun.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: absolute;
	left: 0px;
	width: 30px;
	height: 32px;
}
.m-head .f-r {
	float:right;
	position: relative;
	display: block;
	line-height:40px;
	font-size: 12px;
	color: #a09f9f;
}
/*评论登陆和提交*/
.comment-form {
	background-color: #f4f4f4;
	margin-top: 20px;
}
.comment-form .c-inner {
}
.comment-form .textarea-wrap {
	position: relative;
	resize: none;
}
.comment-form .textarea-wrap .textarea {
	border: none;
	background-color: #fff;
	overflow: hidden;
	zoom:1;
	resize: none;
}
.comment-form .textarea-wrap .login-warn {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 150px;
	top: 0;
	left: 0;
	color: #666;
}
.comment-form .textarea-wrap .login-warn .info {
	line-height: 150px;
	text-align: center;
}
.comment-form .btn-post {
	float: right;
	margin: 10px 0;
	padding: 8px 18px;
	font-size: 16px;
	border: none;
	border-radius: 20px;
	color: #fff!important;
	background-color: #c00;
	cursor: pointer;
	outline: none;
	display: block;
}
.comment-form .btn-post:hover {
}
.comment-form .loginform-user-info {
	margin-top: 10px;
	height: 26px;
	line-height: 22px;
	float: left;
	color: #333;
	width: 510px;
	overflow: hidden;
	zoom:1;
}
.loginform-user-info .username-area {
	float: left;
	_display: inline;
}
.loginform-user-info .username-area a {
	color:#c00;
	padding:0 10px
}
.loginform-user-info .seccode-area {
	_display: inline;
	float: right;
}
.loginform-user-info .share-area {
	_display: inline;
	float: right;
	margin-left: 6px;
}
.loginform-user-info .share-area img {
	vertical-align: middle;
}
.seccode-area img {
	vertical-align: middle;
}
.comment-form .loginform-user-info a {
	color: #333;
}
.comment-form .loginform-user-info a:hover {
	color: #c00;
}
.comment-form .loginform-user-info span {
	color: #333;
}
.comment-checking {
	padding: 6px;
	border-width: 1px;
	border-color: #cccccc;
	margin-bottom: 10px;
}
.comment-checking div, .comment-checking span {
	color: #999;
}
.comment-checking legend {
	color: #FF0000;
}
.comment-postweibo {
	cursor: pointer;
	vertical-align: middle;
	margin: 0 4px;
}
.interested-article {
	overflow:hidden;
	padding-top:20px;
	width:100%;
}
.comment-list .postime, .comment-list .floor-nums {
	float: right;
	_display: inline;
	color: #666666;
	font-size:12px;
}
.comment-list .username {
	float: left;
	_display: inline;
	color: #666666;
	font-size:12px;
}
.comment-list .comment-content {
	padding:10px 20px;
	overflow:hidden
}
.comment-list .comment-info {
	padding:5px;
	overflow:hidden;
}
.article-content-show {
	padding-bottom:30px;
}
.author-name {
	color:#666;
	float:right;
	display:none
}
.botton #scinfo {
	float: left;
	margin-top: 10px;
	padding: 8px 0;
	width: 100px;
	font-size: 16px;
	border-color: #42c02e;
	border-radius: 40px;
	color: #fff;
	background-color: #42c02e;
	text-align:center;
	overflow:hidden;
	cursor:pointer
}
.botton #dyinfo {
	float: left;
	margin-top: 10px;
	padding: 8px 0;
	width: 100px;
	font-size: 16px;
	border-color: #EA6F5A;
	border-radius: 40px;
	color: #fff;
	background-color: #EA6F5A;
	text-align:center;
	margin-left:20px;
	overflow:hidden;
	cursor:pointer
}
.addon-vote .vote-title {
	font-size:18px;
	line-height:45px;
	color:#333
}
/*投票样式*/
.addon-vote {
	width:100% !important
}
.vote-thumb .row {
	width:19%
}
.vote-thumb .row {
	background: #FFF;
	list-style: none;
	float: left;
	overflow: hidden;
	margin: 5px 10px !important;
	padding: 9px 10px;
	border: solid 1px #D2D2D2;
	position: relative;
	width: 19%;
}
.interested-article-list .article-data {
	overflow:hidden;
}
.interested-article-list .article-data 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;
}
.interested-article-list .article-data li {
	font-size: 14px;
	padding: 0px 20px 0px 46px;
	margin: 10px 0 12px 0;
	position: relative;
}
.interested-article-list .article-data li a {
    color: rgb(54, 54, 54);
    line-height: 22px;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    min-height: 22px;
    
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    overflow: hidden;
}
.interested-article-list .article-data li span {
    color: #a09f9f;
    font-weight: 300;
}