﻿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: "Microsoft YaHei", "微软雅黑", "Open Sans", Arial, "Hiragino Sans GB", "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 #4068d4;
	font-size: 16px;
	color: #4068d4;
	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: #4068d4;
}

.btnLightYellow {
	background: #ffcc00;
}

.btnYellow {
	background: #FFB22C;
}

.btnBlue {
	background: #0092ee;
}

.btnPreheat {
	background: #ff0000;
}

.btnGray {
	background: #808080;
}

.btnBanned {
	background: #cdcdcd;
}

.side-Bt {
	font-size: 20px;
	color: #4068d4;
	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 #4068d4;
	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;
}

.success-mask {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: none;
}

@-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;
}

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 20px;
}

.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:  #4068d4;
} */

.items-type-wrap .item-menu-list .arr_icon {
	position: relative;
}

.items-type-wrap .item-menu-list .arr_icon:hover:after {
	display: block;
}


/* .items-type-wrap .item-menu-list .arr_icon:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 14px;
    height: 8px;
    background: url("../images/arr_icon.jpg") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: none;
    z-index: 10000;
} */

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

.move-menu:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	background: url("../img/move.png") no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	right: 7px;
}

.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: #4068d4;
}

.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: 180px;
	height: 41px;
	float: left;
	margin-right: 30px;
	margin-left: 6px;
}

.logo-wrap img {
	width: 100%;
	height: 100%;
}

.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: #4068d4;
	-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 li .item-submitting:hover {
	opacity: 0.9;
	color: #fff;
}

.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: 130px;
	-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: 103px 0 0 0;
}

.item-action .header_ewm .ewm_box .ewm_bottom p {
	text-align: center;
	margin-top: 10px;
}

.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: 54px;
	background: url(../img/logo.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: left center;
	margin-right: 120px;
	float: left;
	line-height: 54px
}

.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("../img/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;
}

.item_box .classify-list {
	width: 100%;
}

.item_box .classify-list li {
	max-width: none !important;
}

.item-classify {
	/*background: #f1f1f1;*/
	display: -webkit-box;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}

.item-classify .classify-list li {
	float: left;
	height: 40px;
	position: relative;
	max-width: 94px;
	margin-right: 21px;
}

.item-classify .classify-list li:last-child {
	margin-right: 0;
}

.item-classify .classify-list li a {
	font-family: "Microsoft Yahei", arial;
	font-size: 16px;
	color: #828a92;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	/*text-align: center;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 8px;
}

#fangchan:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	background: url(../img/move.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	right: -4px;
}

.item-classify .classify-list li.new a:before {
	content: '';
	display: block;
	/* background-image: url(../images/new_classify.png); */
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	width: 28px;
	height: 28px;
	position: absolute;
	right: -20px;
	top: 0px;
	z-index: 9999;
}

.item-classify .classify-list li.current {
	border-bottom: 3px solid #4068d4;
	position: relative;
	margin-bottom: -2px;
}

.item-classify .classify-list li.current a {
	color: #3d464d;
	font-family: "Microsoft Yahei", arial;
	font-weight: 600;
}

.item-classify .last-move-menu {
	width: 12%;
	background: #e7e7e7;
}


/* .item-classify .last-move-menu a {
    color:  #4068d4;
    padding: 0 26px;
    display: block;
    text-align: center;
    background: url("../images/classify_move.png") no-repeat;
    -webkit-background-size: 6px 3px;
    background-size: 6px 3px;
    background-position: 72px center;
} */

.item-classify .last-move-menu .last-move-menu-list {
	display: none;
	position: absolute;
	top: 58px;
	padding-top: 14px;
	background: rgba(103, 81, 164, 0.95);
	left: 0;
	right: 0;
	z-index: 9999;
	line-height: 14px;
	text-align: right;
}

.item-classify .last-move-menu .last-move-menu-list li {
	display: inline-block;
	border-right: 1px solid #FFFFFF;
	margin-bottom: 14px;
}

.item-classify .last-move-menu .last-move-menu-list li a {
	font-size: 14px;
	color: #FFFFFF;
}

.item-classify .last-move-menu .last-move-menu-list li:last-child {
	border-right: none;
}

.article-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.article-list {
	zoom: 1;
}

.recommend-item-main .article-list:last-child {
	border-bottom: 1px solid #d6d6d6;
}

.advert-list .article-photo {
	position: relative;
}

.advert-list .advert-title {
	position: absolute;
	top: 0px;
	left: 14px;
	background: rgba(0, 0, 0, 0.45);
	height: 28px;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 10px;
	line-height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.article-list {
	border-bottom: 1px solid #d6d6d6;
	padding: 16px 0;
	display: block;
	color: #363636;
	overflow: hidden;
}

.article-list .original_label {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 48px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
}

.article-list .article-photo {
	position: relative;
	margin-left: 24px;
	float: right;
	overflow: hidden;
}

.article-list .article-photo .article_photo_num {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background-color: rgba(103, 81, 164, 0.6);
	text-align: center;
	line-height: 36px;
	color: #FFFFFF;
	z-index: 1;
}

.article-list .article-photo a {
	width: 270px;
	height: 152px;
	display: block;
}

.article-list .article-photo div {
	width: 100%;
	height: 100%;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
}

.article-list .article-photo div:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.article-list .article-text {
	float: left;
	width: 448px;
	height: 152px;
	position: relative;
}

.article-list .article-text .article-title {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	margin-bottom: 16px;
	min-height: 30px;
	max-height: 60px;
}

.article-list .article-text .article-content {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 40px;
	min-height: 20px;
	color: #848484;
	font-weight: 300;
}

.article-list .article-text .article-data:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.article-list .article-text .article-data {
	zoom: 1;
}

.article-list .article-text .article-data {
	position: absolute;
	bottom: 0;
	line-height: 24px;
}

.article-list .article-text .article-data li {
	float: left;
	font-size: 14px;
	color: #848484;
	margin-right: 14px;
	font-weight: 300;
	cursor: default;
}

.article-list .article-text .article-data li:nth-child(2) {
	margin-right: 0;
}

.article-list .article-text .article-data li a {
	color: #848484;
	font-weight: 300;
}

.article-list .article-text .article-data li a:hover {
	color: #4068d4;
}

.article-list .article-text .article-data li.article-writer {
	max-width: 136px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.article-list .article-text .article-data li.article-time {
	float: right !important;
}


/* .article-list .article-text .article-data li.article-lable {
    background: url("../images/label.png") no-repeat;
    -webkit-background-size: 12px 14px;
    background-size: 12px 14px;
    background-position: left center;
    padding-left: 20px;
    font-weight: 300;
    float: right;
} */

.article-list .article-text .article-data li.article-lable a {
	color: #848484;
	font-weight: 300;
	margin-right: 5px;
	float: left;
	max-width: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.article-list .article-text .article-data li.article-lable a:hover {
	color: #4068d4;
}

.article-list:hover {
	background: #f6f6f6;
}

.article-list .article-title {
	font-weight: 600;
	color: #4068d4;
}

.article-list .article-title a {
	color: #363636;
	font-weight: 600;
}

.article-list .article-title a:hover {
	color: #4068d4;
}

.article-list:last-child {
	border-bottom: none;
}

.load-more {
	border-radius: 4px;
	border: 1px solid #4068d4;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #007cc3;
	cursor: pointer;
	width: 160px;
	margin: 30px auto 10px;
}

.load-more:hover {
	box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
}


/*新闻快讯*/

.news-flash .date {
	width: 64px;
	height: 64px;
	padding: 8px;
	background: #f1f1f1;
	margin-right: 20px;
}

.news-flash .date.current {
	background-color: #007cc3;
}

.news-flash .date.current .day {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.news-flash .date.current .ym {
	color: #FFFFFF;
}

.news-flash .date .day {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	color: #363636;
	border-bottom: 1px solid #363636;
}

.news-flash .date .ym {
	font-size: 14px;
	color: #363636;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.news-flash .text {
	width: 644px;
}

.news-flash .text .item-n {
	border-bottom: 1px solid #dadada;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.news-flash .text .title {
	font-size: 18px;
	color: #363636;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 24px;
	max-height: 48px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-flash .text .news-flash {
	background: #f1f1f1;
	padding: 16px 24px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #848484;
}

.news-flash .text .news-flash a {
	color: #0a90f7;
}

.news-flash .text span {
	font-size: 14px;
	color: #848484;
}

.tab_list_article {
	margin: 0 auto 10px;
	width: 306px;
}

.tab_list_article li {
	overflow: hidden;
	height: 36px;
	float: left;
	width: 100px;
	border: 1px solid #ccc;
	border-right: 0;
}

.tab_list_article li.current a {
	color: #FFFFFF;
	background-color: #007cc3;
}

.tab_list_article li:first-child {
	border-radius: 4px 0 0 4px;
}

.tab_list_article li:last-child {
	border-radius: 0 6px 6px 0;
	border-right: 1px solid #ccc;
}

.tab_list_article li a {
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 36px;
	color: #333;
}

.news-flash-box .side-article-list {
	max-height: 360px;
	overflow-y: scroll;
}

.news-flash-box .side-article-list li {
	border-bottom: 0;
	position: relative;
}

.news-flash-box .side-article-list li:hover a {
	color: #4068d4;
}

.news-flash-box .side-article-list li:hover:before {
	background-color: #4068d4;
}

.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-color: #f7faff;
	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: 13px;
	width: 5px;
	height: 20px;
	background-color: #4068d4;
	left: 0;
}

.right-item .right-Bt .fl_bt {
	font-size: 18px;
	color: #363636;
	position: relative;
	padding-left: 15px;
}

.right-item .right-Bt .more {
	font-size: 12px;
	color: #a09f9f;
	position: relative;
	display: block;
	line-height: 30px;
}

.right-item .right-Bt .more:hover {
	color: #4068d4;
}

.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: #4068d4;
}

.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 #007cc3;
	background: #f1f1f1;
	font-size: 14px;
	color: #007cc3;
	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;
	width: 100%;
}

.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: #4068d4;
}

.hot-tags .hot-tags-list li:hover {
	box-shadow: 0 0 1px 2px rgba(103, 81, 164, 0.2);
	border: 1px solid #4068d4;
}

.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: #4068d4;
}

.right-ad .right-ad-list .ad-article li:hover i {
	background-color: #4068d4;
}

.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: 31px;
}

.recent-hot-spots .ranking_list li.current {
	color: #007cc3;
}

.recent-hot-spots .ranking_list li.current:before {
	border-bottom: 2px solid #007cc3;
}

.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 #007cc3;
	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: #007cc3;
	margin-bottom: 6px;
}

.author-wrap .author-name-type {
	font-size: 14px;
	color: #007cc3;
	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 #007cc3;
	border-radius: 4px;
}

.channel_recommend li a {
	text-align: center;
	color: #007cc3;
	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 img {
	width: 100%;
	height: 100%;
}

.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 .fl_bt {
	font-size: 18px;
	color: #363636;
	position: relative;
	padding-left: 15px;
}

.right_module .ad-article li {
	margin-bottom: 8px;
	border-bottom: 1px dashed #c2c2c2;
}

.right_module .ad-article li:hover a {
	color: #4068d4;
}

.right_module .ad-article li i .reds {
	color: #4068d4 !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: 2px !important;
	margin-top: 15px !important;
	width: 25px;
	color: #666666 !important;
}

.right_module .ad-article li a {
	color: #848484;
	line-height: 55px;
	font-size: 14px;
	display: block;
	float: left;
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.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;
}

.content-wrap {
	margin-bottom: 40px;
}

.item-classify {
	margin-bottom: 2px;
}

.content-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.content-wrap {
	zoom: 1;
}

.article-list-wrap {
	width: 780px;
	/*margin-right: 62px;*/
	float: left;
}

.right-side-bar {
	width: 314px;
	float: right;
}

.article-swiper {
	margin-bottom: 10px;
}

.article-swiper .swiper-container {
	margin-bottom: 10px !important;
	overflow: hidden;
	height: 318px;
	width: 498px;
}

.article-swiper .swiper-container:hover {
	/*.swiper-pic{
                transition: all 2.5s;
                animation: animate_scale 2s normal;
                -moz-animation: animate_scale 2s normal;
                -webkit-animation: animate_scale 2s normal;
                -o-animation: animate_scale 2s normal;
                -ms-animation: animate_scale 2s normal;
                animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                -webkit-animation-fill-mode: forwards;
            }*/
}

.article-swiper .swiper-container:hover .swiper-button-next,
.article-swiper .swiper-container:hover .swiper-button-prev {
	visibility: visible;
}

.article-swiper .swiper-slide {
	width: 744px;
	height: 318px;
	position: relative;
	overflow: hidden;
	display: block;
}

.article-swiper .swiper-slide .swiper-pic {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.article-swiper .swiper-slide .swiper-pic img {
	width: 100%;
	height: 100%;
}

.article-swiper .swiper-button-next,
.article-swiper .swiper-button-prev {
	visibility: hidden;
	width: 27px;
	height: 30px;
	-moz-background-size: 27px 30px;
	-webkit-background-size: 27px 30px;
	background-size: 27px 30px;
}

.special_carousel .swiper-container:hover .swiper-button-next,
.special_carousel .swiper-container:hover .swiper-button-prev {
	visibility: visible;
}

.special_carousel .swiper-button-next,
.special_carousel .swiper-button-prev {
	visibility: hidden;
	width: 25px;
	height: 28px;
	-moz-background-size: 25px 28px;
	-webkit-background-size: 25px 28px;
	background-size: 25px 28px;
	margin-top: -10px;
}

@keyframes animate_scale {
	from {
		transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
	}
	to {
		transform: scale(1.05);
		-o-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
}

@-moz-keyframes animate_scale {
	/* Firefox */
	from {
		transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
	}
	to {
		transform: scale(1.05);
		-o-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
}

@-webkit-keyframes animate_scale {
	/* Safari 和 Chrome */
	from {
		transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
	}
	to {
		transform: scale(1.05);
		-o-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
}

@-o-keyframes animate_scale {
	/* Opera */
	from {
		transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
	}
	to {
		transform: scale(1.05);
		-o-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
}

@-ms-keyframes animate_scale {
	/* Opera */
	from {
		transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
	}
	to {
		transform: scale(1.05);
		-o-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
}

.swiper-container .article-swiper-title {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

.swiper-container .article-swiper-title h2 {
	color: #FFFFFF;
	font-size: 16px;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiper-container .swiper-pagination-clickable {
	right: 6% !important;
	left: auto !important;
	bottom: 14px !important;
	width: auto !important;
}

.swiper-container .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
	margin: 0 2px !important;
}

.swiper-container .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
}

.article-other .article-other-list a {
	height: 157px;
	width: 241px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}

.article-other .article-other-list a .other-list-pic {
	-webkit-transition: all 2s;
	transition: all 2s;
	width: 100%;
	height: 100%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	object-fit: cover
}

.article-other .article-other-list a .other-list-pic:hover {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.article-other .article-other-list a:last-child {
	margin-right: 0;
}

.article-other .article-other-list .name {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 13px;
	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;
}

.article-other .article-other-list .name h2 {
	font-size: 12px;
	color: #FFFFFF;
}

.article-other .article-other-list .other-list-title {
	padding: 6px 20px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	z-index: 999;
	left: 0;
	right: 0;
}

.article-other .article-other-list .other-list-title h2 {
	line-height: 18px;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 18px;
	max-height: 36px;
}

.article-other .article-other-list .type-name {
	position: absolute;
	left: 10px;
	background: #007cc3;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	width: 36px;
	text-align: center;
	font-size: 12px;
	z-index: 999;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}


/* .video span {
    background: url(../images/video.png) no-repeat;
    -webkit-background-size: 34px 34px;
    background-size: 34px 34px;
    background-position: center;
    width: 266px;
    height: 150px;
    display: block;
} */

.content-ad .swiper-container {
	height: 176px;
	margin-top: -1px;
	margin-bottom: 0 !important;
}

.content-ad .swiper-slide {
	position: relative;
}

.content-ad .swiper-slide div {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 176px;
	width: 744px;
}

.detailName {
	height: 154px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 100%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.detailName .side-Bt {
	font-size: 30px;
	color: #FFFFFF;
	padding: 0 0 12px 50px;
	position: relative;
	top: 50%;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

.detailName .side-Bt:before {
	content: "";
	position: absolute;
	width: 36px;
	border-bottom: 2px solid #FFFFFF;
	bottom: 0;
}

.categoryBt {
	position: relative;
	overflow: hidden;
}

.categoryBt .second_nav_icon {
	position: absolute;
	left: 45px;
	top: 20px;
	z-index: 1;
	width: 68px;
	height: 68px;
	border-radius: 100%;
}

.categoryBt .second_nav_icon img {
	width: 35px;
}

.categoryBt .circle_icon {
	position: absolute;
	top: 10px;
	left: 45px;
}

.categoryBt .tag_name {
	position: absolute;
	left: 91px;
	top: 20px;
	color: #007cc3;
	font-size: 18px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px;
	z-index: 1;
}


/* .labelBg {
    background: url("../images/banner_tag.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 154px;
    position: relative;
    overflow: hidden;
} */


/* .labelBg .tag_name {
    position: absolute;
    left: 25px;
    top: 20px;
    color:  #007cc3;
    font-size: 18px;
    min-width: 140px;
    height: 75px;
    border-radius: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 0 59px;
    background: url("../images/tag_icon.png") no-repeat 24px center rgba(255, 255, 255, 0.85);
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
} */

.news-flash-bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 154px;
	margin-bottom: 30px;
}

.news-flash-bg .side-Bt {
	font-size: 30px;
	color: #FFFFFF;
	padding: 40px 0 12px 50px;
	position: relative;
}

.news-flash-bg .side-Bt:before {
	content: "";
	position: absolute;
	width: 36px;
	border-bottom: 2px solid #FFFFFF;
	bottom: 0;
}


/* .hot-article-bg {
    background: url("../images/hotbg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 154px;
    margin-bottom: 30px;
    text-align: center;
} */

.hot-article-bg h2 {
	font-size: 30px;
	color: #363636;
	height: 40px;
	padding-top: 6%;
}

.hot-article-bg span {
	font-size: 14px;
	color: #848484;
}

.flex_box {
	/** 各种版本兼容**/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
}

.midCenter {
	/** 垂直居中核心**/
	-moz-box-pack: center;
	-moz-box-align: center;
	box-align: center;
	box-pack: center;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	justify-content: center;
	/* 09版 */
	-webkit-box-pack: center;
	/* 12版 */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	/* 09版 */
	-webkit-box-align: center;
	/* 12版 */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
}


/*途画商业*/

.painting-con .classify-list {
	margin: 0 auto 30px;
}

.painting-con .classify-list li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #007cc3;
	float: left;
	height: 34px;
	line-height: 34px;
	width: 120px;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #007cc3;
	text-align: center;
	margin-left: -2px;
}

.painting-con .classify-list li.current {
	background-color: #007cc3;
	color: #FFFFFF;
}

.painting-con .classify-list li:nth-child(1) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.painting-con .classify-list li:nth-child(2) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.painting-con .item-p {
	width: 265px;
	height: 165px;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 30px;
}

.painting-con .item-p:nth-child(4n) {
	margin-right: 0;
}

.painting-con .item-p:hover .title {
	color: #4068d4;
	background-position: -275px 0;
	text-decoration: none;
}

.painting-con .item-p .pic {
	width: 265px;
	height: 165px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}


/* .painting-con .item-p .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: url("../images/hover.png") no-repeat;
    background-position: 0 0;
    transition: background-position 0.2s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
} */


/*新闻快讯详情页*/

.sp_detail_p {
	margin-bottom: .3rem;
	line-height: 22px;
	font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	color: #848484;
	font-size: 15px;
}

.relevant_detail {
	color: #3b97d7;
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

.share_font_detail {
	font-size: 14px;
	color: #848484;
	line-height: 22px;
	float: right;
}

.news-detail {
	margin-bottom: 40px;
}

.news-detail .article-module-bt h2 {
	font-weight: bold;
}

.news-detail .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;
	margin-bottom: 14px;
	display: block;
}

.news-detail .news-time {
	color: #848484;
	line-height: 34px;
}

.news-detail .content-detail {
	/*margin-top:24px;*/
}

.news-detail .content-detail .text pre {
	font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	line-height: 1.8;
	font-size: 16px;
	color: #333;
	white-space: pre-wrap;
}

.news-detail .content-detail .text a {
	color: #00a0e9;
	float: left;
	font-size: 16px;
}

.news-detail .check_move_news {
	text-align: center;
	margin: 40px 0;
}

.news-detail .check_move_news a {
	font-size: 16px;
	color: #007cc3;
	text-decoration: underline;
}

.news-detail .top {
	padding-bottom: 20px;
}

.news-detail .next_message {
	margin: 20px 0 30px 0;
}

.news-detail .next_message .next_title {
	font-size: 16px;
	color: #363636;
	margin-bottom: 16px;
	font-weight: bold;
}

.news-detail .next_message .next_list a {
	font-size: 16px;
	color: #000000;
	display: block;
}

.news-detail .next_message .next_list a:hover {
	color: #4068d4;
}


/*专栏作者列表页*/

.author-wrapper .author-list {
	width: 204px;
	height: 208px;
	background-color: #f4f4f4;
	padding: 20px;
	float: left;
	margin: 40px 42px 40px 0;
	position: relative;
}

.author-wrapper .author-list:hover {
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
	/* Chrome, Safari, Opera */
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}

.author-wrapper .author-list:nth-child(4n) {
	margin-right: 0;
}

.author-wrapper .author-list .head {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
	width: 88px;
	height: 88px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -62px auto 0;
	position: relative;
}

.author-wrapper .author-list h4 {
	margin-top: 32px;
	font-size: 18px;
	color: #363636;
	margin-bottom: 16px;
	text-align: center;
}

.author-wrapper .author-list p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.author-wrapper .author-list .check_detail {
	position: absolute;
	bottom: 18px;
	text-align: center;
	font-size: 16px;
	color: #007cc3;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


/*专题作者列表页*/

.special_bg {
	width: 1120px;
	height: 272px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.special_bg .text {
	padding: 0 40px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 272px;
}

.special_bg .text h2 {
	padding-top: 80px;
	font-size: 26px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 500px;
}

.special_bg .text p {
	width: 600px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
}

.subject_list .item_list {
	padding: 20px 0;
	border-bottom: 1px dashed #d8d8d8;
}

.subject_list .article_pic {
	width: 460px;
	background-color: #eeeeee;
	padding: 20px;
	float: left;
}

.subject_list .bg_img {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 240px;
	width: 460px;
	display: block;
}

.subject_list .bg_img:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.subject_list .text {
	width: 570px;
	padding: 20px 0 20px 50px;
	float: left;
	position: relative;
	height: 240px;
}

.subject_list .text .title {
	font-size: 22px;
	color: #000000;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.subject_list .article-data {
	font-size: 14px;
	color: #848484;
	display: block;
	margin-bottom: 24px;
	line-height: 20px;
}

.subject_list .article-data .onlineTime {
	margin-left: 20px;
}

.subject_list p {
	font-size: 14px;
	line-height: 20px;
	color: #848484;
	font-weight: 300;
}

.subject_list .view_detail {
	font-size: 14px;
	width: 90px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #007cc3;
	color: #007cc3;
}


/*右侧临时添加文件*/

.activity_right_banner {
	width: 314px;
	height: 134px;
	margin-bottom: 22px;
}

.activity_right_banner a {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
}


/*首页右侧添加专题轮播*/

.special_carousel {
	width: 314px;
	margin-bottom: 22px;
}

.special_carousel .swiper-wrapper {
	width: 314px;
}

.special_carousel .swiper-slide {
	width: 314px;
	height: 176px;
	display: block;
}

.special_carousel .swiper-slide .swiper-pic {
	width: 314px;
	height: 176px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}


/* 弹窗 */

.black_overlay {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translateZ(1px);
	transform: translateZ(1px);
	/* opacity: 0; */
}

.black_overlay {
	visibility: hidden
}

.black_overlay.show {
	visibility: visible;
}

.white_content {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 50px;
	background: #fff;
	border-radius: 6px;
	opacity: 0;
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.black_overlay.show .white_content {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.white_content a {
	text-align: center;
	color: #fff;
	background-color: #d7b33b;
	border-radius: 15px
}

.article-swiper {
	box-sizing: border-box
}

header {
	height: 52px;
	width: 100%;
	border-bottom: 1px solid #cecece;
	position: fixed;
	background: #d6d6d6;
	z-index: 9000;
}

header .header-top {
	width: 1120px;
	margin: 0 auto;
	line-height: 52px;
}

header a {
	font-family: "Microsoft Yahei", arial;
	font-weight: 300;
	display: block;
	font-size: 14px;
	color: #ffffff;
}

.item-action .header_ewm {
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.items-type-wrap .item-menu-list li {
	display: inline-block;
	padding: 0 10px;
}

.right_module .right-Bt .fl_bt {
	font-size: 20px;
	color: #4068d4;
	position: relative;
	padding-left: 15px;
	font-weight: bold;
}

body {
	/* background-image: url(//mat1.shenchuang.com/index/2018/images/sbj.gif); */
	background-repeat: repeat-x;
	background-position: 20px 3em;
}

.right-fixed2 {
	position: fixed;
	top: 10%;
	right: 1%;
	display: block;
	display: none;
	z-index: 10000;
}

.right-fixed3 {
	position: fixed;
	top: 10%;
	left: 1%;
	display: block;
	display: none;
	z-index: 10000;
}

header {
	position: static;
}

.wrapW {
	padding-top:10px;
	position: relative;
}

.item-classify.current .classify-list {
	/*  position: fixed;
          top: 0;*/
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 9999;
	width: 744px;
	border-bottom: 1px solid #e6e8eb;
}

#navs .nav-lis {
	/*display: none;*/
}

#content ul {
	display: none;
}

.article-swiper .swiper-container {
	width: 420px;
}

.article-other {
	width: 340px;
	font-size: 16px;
}

.article-other-list h2 {
	font-size: 24px;
	margin: 10px 0;
	font-weight: 900;
	overflow: hidden;
}

.article-other .article-other-list {
	text-align: center;
}

.line-mg {
	display: inline-block;
	color: #acacac;
}

.toutiao1,
.toutiao2 {
	padding: 0 0 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e1e1;
	/* margin-bottom: 10px */
}

.toutiao1 ul li {
	height: 21px;
	overflow: hidden;
	text-align: left;
}

.toutiao3 {
	text-align: left;
	box-sizing: border-box;
}

.toutiao3 .top_news_ul3 li {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.toutiao3 .top_news_ul3 li:before {
	content: "●";
	color: #666;
}

.article-other .article-other-list a {
	color: #363636;
}

.article-other .article-other-list a:hover {
	color: #4068d4;
}

.article-other .article-other-list a {
	height: 0px;
	width: 0px;
	float: none;
	margin-right: 0px;
	overflow: visible;
	position: static;
}

.items-action-wrap {
	position: relative;
}

.items-action-wrap .search {
	float: right;
	margin-top: 10px;
	background: #fff;
	position: absolute;
	right: 0;
	border-radius: 15px;
}

.items-action-wrap div.search {
	/*padding: 10px 0;*/
}

.items-action-wrap form {
	padding: 0 25px 0 8px;
	width: 100px;
	height: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 15px;
	border: 1px solid #ccc;
	background: url(../img/sear.png) no-repeat 90% 5px;
	position: relative;
}


}
input,
button {
	border: none;
	outline: none;
}
.items-action-wrap .bar6 input {
	height: 29px;
	border: none;
	outline: none;
	width: 90%;
	vertical-align: top;
	border-radius: 15px;
}
.items-action-wrap .bar6 button {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 0;
	top: 0;
	cursor: pointer;
	background: none;
	border: none;
}
.items-action-wrap .bar6 button:active {
	outline: none;
}
input::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
input::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
input:-moz-placeholder {
	color: #999;
	font-size: 13px;
}
input:-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
.content-ajax article {
	border-bottom: 1px solid #d6d6d6;
	padding: 15px 0;
	overflow: hidden;
}
.content-ajax article:hover {
	background: #f6f6f6;
}
.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.no_img .entry-img {
	display: none;
}
.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}
.entry-title {
	font-size: 18px;
	font-weight: 600;
	color: #363636;
}
.entry-img {
	float: right;
	position: relative;
	overflow: hidden;
	padding-left: 15px;
}
.entry-img img {
	width: 270px;
	height: 150px;
}
.entry-site {
	line-height: 26px;
	font-size: 14px;
	padding-top: 10px;
	line-height: 24px;
	font-weight: 400;
	color: #888;
}
article:hover p {
	color: #333;
}
.entry-content .time {
	color: #bbbbbb;
	font-size: 14PX;
	line-height: 25PX;
	margin-right: 18px;
	padding-top: 10px;
}
.focus-right {
	width: 153px;
	height: 20px;
	float: right;
	overflow: hidden;
}
.focus-right ul li a {
	width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #848484;
	font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.news-flash-box .yuanchuang li {
	border-bottom: 0;
	position: relative;
}
.yuanchuang li {
	font-size: 14px;
	padding: 0px 20px 0px 46px;
	margin: 10px 0 12px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.news-flash-box .yuanchuang 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;
}
.yuanchuang 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: "Microsoft YaHei", "微软雅黑", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.yuanchuang li span {
	color: #a09f9f;
	font-weight: 300;
}
.yuanchuang li {
	font-size: 14px;
	padding: 0px 20px 0px 46px;
	margin: 10px 0 12px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}

/*底部*/
.footbgs {
	padding: 20px 0;
	background: #f7f8fa;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}
.footer {
	padding: 20px 0;
	margin-top: 10px;
	color: #333;
	overflow: hidden;
	margin: auto;
	box-sizing: border-box;
}
.wrap {
	margin-bottom: 40px;
}
.footer a {
	color: #333;
}
.youq {
	overflow: hidden;
	padding-bottom: 20px;
}
.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}
.links {
	overflow: hidden;
}
.links ul.youq {
	width: 1020px;
	float: left;
}
.links .lian {
	float: left;
	width: 100px;
}
#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}
#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}
#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}
#link_896a3aee.links em {
	clear: both;
	display: block;
}
#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}
#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}
#link_896a3aee.links .on {
	font-weight: bold;
}
.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(../img/top.png) no-repeat center center #fff;
	text-indent: -999em;
	background-size: 60%;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #4068d4;
	border-radius: 10%;
	z-index: 999;
	cursor: pointer;
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 80px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}
.beian {
	font-size: 14px;
	text-align: center;
}
.gaoList {
	margin-top: 20px !important;
}
.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 20px auto;
}
.guangao img.guang {
	width: 100%;
	height: 90px;
}
.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}
.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}
.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.tuijian {
	margin-top: 30px;
}
.tuijian .about {
	margin-bottom: 20px;
}
.tuijian .about ul {
	overflow: hidden;
}
.tuijian .about ul li {
	width: 48%;
	float: left;
	line-height: 22px;
	padding-top: 10px;
}
.tuijian .about ul li:nth-child(2n) {
	float: right;
}
.tuijian .about ul li a {
	display: inline-block;
	font-size: 16px;
	color: #444;
	display: inline-block;
	width: 100%;
}
.tuijian .floor-pic-list {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.tuijian .floor-pic-list dd {
	margin: 15px 20px 0 0;
	width: 180px;
	float: left;
}
.tuijian .floor-pic-list dl dd:nth-child(4n) {
	margin-right: 0;
}
.tuijian .floor-pic-list .picbox {
	width: 190px;
	height: 140px;
	overflow: hidden;
}
.picbox img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.floor-pic-list .titlebox {
	width: 100%;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	color: #222;
	font-size: 15px;
	line-height: 30px;
}
.inr-panel-head {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	height: 36px;
	line-height: 36px;
}
.inr-panel-head>h3 {
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 2px solid #2e75d1;
	line-height: 36px;
	font-size: 18px;
	margin: 0;
	padding: 0 3px;
	color: #2e75d1;
	font-weight: bold;
}
.pages {
	text-align: center;
	font-size: 14px;
	margin: 40px 0;
	width: 100%;
	background: #f0f0f0;
}
.pages a {
	background: #f0f0f0;
	padding: 8px 15px;
	display: inline-block;
	color: #333;
}
.pages a:first-child {
	border-radius: 5px 0 0 5px;
}
.pages a:last-child {
	border-radius: 0 5px 5px 0;
}
.pages span {
	background: #4068d4;
	padding: 8px 15px;
	color: #fff;
	display: inline-block;
}
.newsnav {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
.newsnav a {
	color: #404040;
	font-size: 14px !important;
}
.detail_top {
	width: 100%;
	text-align: center;
}
.title_xq h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 35px;
}
.userCreateTime {
	padding: 15px 0 20px 0;
	font-size: 14px;
	margin-bottom: 20px;
}
.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}
.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
}
.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}
.content_tex img {
	display: block;
	margin: 10px auto;
	max-width: 600px;
}
.post-navigation {
	overflow: hidden;
	margin-bottom: 25px;
}
.post-navigation>div {
	width: 48%;
	float: left;
}
.post-navigation>div:nth-of-type(2) {
	float: right;
}
.post-navigation>div a {
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ddd;
	color: #888;
	font-size: 15px;
	width: 100%;
}
.post-navigation>div a:hover {
	color: #4068d4;
	border-color: #4068d4;
}
.newsnav {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.newsnav a {
	color: #404040;
	font-size: 14px !important;
}
.label {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.label a {
	font-size: 14px;
	margin: 0 5px;
	color: #fff;
	color: #666;
}

/*======*/
.toutiao3 .top_news_ul3 li,
.hot-tags .hot-tags-list li,
.right_module .ad_pic_title .title h2,
.tuijian .about ul li a,
.post-navigation>div a {
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.entry-site,
.side-article-list li a {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}