/*---------------
	news
---------------*/
.top-news-box {
	width: 90%;
	overflow: hidden;
}

.top-news {
	width: 45%;
	float: left;
	text-align: center;
	margin: 10px;
	overflow: hidden;
}

.top-news-box img {
	height: 200px;
}

.list-news-box {
	width: 100%;
	padding: 10px;
	margin: 10px;
	float: left;
	list-style: none;
}

.list-news-img {
	width: 35%;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}

.list-news-text {
	width: 65%;
	height: 100%;
	float: left;
	padding: 0 0 0 15px;
}

.list-news-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: -2px;
	font-size: 1.3em;
	font-weight: bold;
	color: rgba(50, 54, 59, 1);
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	border-bottom: none;
}

.list-news-con {
	width: 100%;
	height: 6rem;
	display: block;
	font-size: 1em;
	color: rgba(135, 142, 166, 1);
	text-align: left;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.price-text {
	color: red;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 3rem;
}

.price-original {
	text-decoration: line-through;
	color: gray;
}

.fixTop50 {
	position: fixed;
	top: 260px;
}

.page {
	margin-top: 20px;
	text-align: center;
}

.page a {
	display: inline-block;
	background: #fff url() 0 0 no-repeat;
	color: #888;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
}

.page span {
	display: inline-block;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
	margin-right: 5px;
}

.page div a {
	margin-right: 5px;
	display: inline-block;
}

.page span.current {
	display: inline-block;
	background: rgba(46, 167, 207, 1) url() 0 0 no-repeat;
	color: #fff;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #009688;
}

.page .pagination li {
	display: inline-block;
	text-align: center;
	display: inline-block;
}

.page .pagination li.active span {
	background: #009688 url() 0 0 no-repeat;
	color: #fff;
	border: 1px solid #009688;
}

/*------- AD --------*/
.news_banner {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.news_banner img {
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.news_banner img:hover {
	transform: scale(1.07);
}

.news_right_ad {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	margin: 15px 0 0 0;
}

.news_right_ad img {
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.news_right_ad img:hover {
	transform: scale(1.07);
}

/*--- news list ----*/
.news_con {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	border-top: 1px solid rgba(230, 232, 235, 1);
}

.news_con li {
	border-bottom: 1px solid rgba(230, 232, 235, 1);
	padding: 25px 0 25px 0;
	position: relative;
	display: inline-block;
	margin-top: -4px;
}

.news_con li:hover {
	background: rgba(246, 246, 246, 1);
}

.news_con li .news_img_con {
	width: 35%;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}

.news_con li .news_img_con span {
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	background: rgba(0, 0, 0, .7);
	color: rgba(255, 255, 255, 1);
	font-size: .9em;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 98;
}

.news_con li .news_img_con img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	position: relative;
	z-index: 88;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	cursor: pointer;
}

.news_con li:hover .news_img_con img {
	transform: scale(1.07);
}

.news_text_con {
	width: 65%;
	height: 100%;
	float: left;
	padding: 0 0 0 15px;
}

.news_text_con .news-caption {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: -3px;
	font-size: 1.3em;
	font-weight: bold;
	color: rgba(50, 54, 59, 1);
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	border-bottom: none;
}

.news_text_con .news-caption:hover {
	color: rgba(38, 159, 209, 1);
}

.news_text_con .news-subtitle {
	width: 100%;
	max-height: 60px;
	display: block;
	font-size: 1.1em;
	color: rgba(102, 102, 102, 1);
	text-align: left;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.news_text_con .news-bottom {
	width: 65%;
	position: absolute;
	right: 0px;
	bottom: 25px;
}

.news_text_con .news-time {
	width: 60%;
	float: left;
	text-align: left;
	padding-left: 15px;
}

.news_text_con .news-time .text-from {
	display: inline-block;
	color: rgba(210, 210, 210, 1);
}

.news_text_con .news-time .text-from span:first-of-type {
	color: rgba(38, 159, 209, 1);
	padding-right: 3px;
}

.news_text_con .news-time .text-from span:last-of-type {
	color: rgba(38, 159, 209, 1);
	padding-left: 3px;
}

.news_text_con .news-time .news-time-con {
	color: rgba(210, 210, 210, 1);
	padding-left: 15px;
}

.news_text_con .news-time .news-time-con i {
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(../img/hr_tach@2x.png) -168px -75px no-repeat;
	background-size: 200px auto;
	vertical-align: middle;
	margin-right: 4px;
}

.news_right {
	border-top: 3px solid rgba(38, 159, 209, 1);
	border-left: 1px solid rgba(243, 243, 243, 1);
	border-right: 1px solid rgba(243, 243, 243, 1);
	border-bottom: 1px solid rgba(243, 243, 243, 1);
	overflow: hidden;
}

.news_right_title {
	width: 100%;
	padding: 12px 15px 0px 15px;
}

.news_right_title span {
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
}

.news_right_con {
	width: 100%;
	padding: 0px 15px !important;
	margin: 0px;
	list-style: none;
	box-sizing: border-box;
	overflow: hidden;
}

.news_right_con li {
	border-bottom: 1px solid rgba(230, 232, 235, 1);
	padding: 12px 0;
}

.news_right_con li:last-child {
	border-bottom: none;
}

.news_right_con li i {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	background: rgba(190, 190, 190, 1);
}

.news_right_con li a {
	max-height: 40px;
	font-size: 1em;
	color: rgba(34, 34, 34, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: -16px;
	padding-left: 14px;
	-webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

.news_right_con li a:hover {
	color: rgba(39, 159, 209, 1);
}

.news_right_con li span {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 1.1em;
	color: rgba(153, 153, 153, 1);
	padding-left: 14px;
	margin-top: 4px;
}

.right_news_hot {
	width: 100%;
	padding: 0px 15px;
	margin: 0px;
	list-style: none;
	box-sizing: border-box;
}

.right_news_hot li {
	border-bottom: 1px solid rgba(230, 232, 235, 1);
	padding: 20px 0;
	position: relative;
}

.right_news_hot li:last-child {
	border-bottom: none;
}

.right_news_hot li .news-img {
	width: 35%;
	height: 60px;
	float: left;
	position: relative;
	overflow: hidden;
}

.right_news_hot li .news-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	position: relative;
	z-index: 90;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	cursor: pointer;
	overflow: hidden;
}

.right_news_hot li:hover .news-img img {
	transform: scale(1.07);
	overflow: hidden;
}

.right_news_hot .news-text {
	width: 65%;
	height: 100%;
	float: left;
	padding-left: 15px;
	box-sizing: border-box;
}

.right_news_hot .news-text a {
	font-size: 1em;
	max-height: 40px;
	color: rgba(34, 34, 34, 1);
	text-align: left;
	-webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.right_news_hot .news-text a:hover {
	color: rgba(39, 159, 209, 1);
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.right_news_hot .news-text span {
	width: 100%;
	display: inline-block;
	text-align: left;
	font-size: 1em;
	color: rgba(195, 191, 191, 1);
	position: absolute;
	bottom: 18px;
}

.news_right_qrcode {
	background: rgba(242, 242, 242, 1);
	padding: 25px 0;
	text-align: center;
}

.news_right_qrcode img {
	width: 60%;
}

.news_right_qrcode span {
	display: block;
	text-align: center;
	font-size: 1em;
	color: rgba(50, 54, 59, 1);
	margin-top: 7px;
}

/*--- news detail ----*/
.news_detail_title {
	text-align: left;
}

.news_detail_title h2 {
	color: rgba(34, 34, 34, 1);
	font-weight: bold;
	font-size: 2em;
}

.news_detail_operate {
	padding: 10px 0;
}

.news_detail_author {
	width: 45%;
	float: left;
	text-align: left;
}

.news_detail_author span:nth-of-type(1) {
	font-size: 1.1em;
	color: rgba(195, 191, 191, 1);
	display: inline-block;
	margin-right: 15px;
}

.news_detail_author span:nth-of-type(2) {
	font-size: 1.1em;
	color: rgba(195, 191, 191, 1);
	display: inline-block;
}

.news_detail_share {
	width: 55%;
	float: left;
	text-align: right;
}

.news_detail_con {
	padding: 10px 0 35px 0;
	box-sizing: border-box;
	text-align: left;
	color: rgba(51, 51, 51, 1) !important;
	font-size: 1.2em !important;
	line-height: 1.6em;
	font-family: font-family : Microsoft YaHei !important;
}

.news_detail_con p {
	text-align: left;
	padding-bottom: 5px;
	display: inline-block;
}

.news_detail_con img {
	width: 100% !important;
	height: auto !important;
	margin: 0 0 10px 0;
}

news_detail_con a img {
	width: 100% !important;
	height: auto !important;
	margin: 0 0 10px 0;
}

.news_detail_AD {
	width: 100%;
	overflow: hidden;
	display: inline-block;
}

.news_detail_AD img {
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.news_detail_AD img:hover {
	transform: scale(1.07);
}

.news_detail_label {
	padding: 25px 0;
}

.news_detail_label a:link {
	height: 30px;
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 15px;
	margin-right: 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-size: 1.1em;
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(201, 201, 201, 1);
	-webkit-transition: border 0.4s ease, color 0.4s ease, background 0.4s ease;
	-moz-transition: border 0.4s ease, color 0.4s ease, background 0.4s ease;
	-o-transition: border 0.4s ease, color 0.4s ease, background 0.4s ease;
	transition: border 0.4s ease, color 0.4s ease, background 0.4s ease;
}

.news_detail_label a:visited {
	height: 30px;
}

.news_detail_label a:hover {
	height: 30px;
	text-decoration: none;
	background: rgba(38, 159, 209, 1);
	border: 1px solid rgba(38, 159, 209, 1);
	color: rgba(255, 255, 255, 1);
}

.news_detail_label a:active {
	height: 30px;
}

.news_detail_interest_title {
	font-size: 1.8em;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	display: inline-block;
	margin-top: 25px;
}

.news_detail_interest {
	padding: 15px 0;
}

.news_detail_interest a:nth-of-type(1) {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
}

.news_detail_interest a:nth-of-type(1) img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.news_detail_interest a:nth-of-type(1) img:hover {
	transform: scale(1.07);
}

.news_detail_interest a:nth-of-type(2):link {
	max-height: 46px;
	margin-top: 10px;
	font-size: 1.2em;
	color: rgba(102, 102, 102, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_detail_interest a:nth-of-type(2):visited {
	font-size: 1.2em;
	color: rgba(102, 102, 102, 1);
}

.news_detail_interest a:nth-of-type(2):hover {
	font-size: 1.2em;
	color: rgba(102, 102, 102, 1);
}

.news_detail_interest a:nth-of-type(2):active {
	font-size: 1.2em;
	color: rgba(102, 102, 102, 1);
}

.news_detail_interest span {
	display: block;
	text-align: left;
	color: rgba(195, 191, 191, 1);
	font-size: 1.1em;
	margin-top: 8px;
}

/*-----------------
  max-width:768px
------------------*/
@media screen and (max-width: 768px) {
	/*--- news list ----*/
	.news_right_con {
		overflow: hidden;
		padding-left: 0px;
		box-sizing: border-box;
	}
	.news_detail_con img {
		width: 100% !important;
		height: auto !important;
		margin: 0 0 10px 0;
	}
	.news_detail_con a img {
		width: 100% !important;
		height: auto !important;
		margin: 0 0 10px 0;
	}
	.news_con li .news_img_con {
		width: 100%;
	}
}