.banner-mobile2 {
	display: none;
}
.news_list {
	padding: 50px 0;
}
.news_flex {
	display: flex;
	justify-content: space-between;
}
.news_list_left {
	width: 860px;
}
.news_list_right {
	width: 320px;
}
.news_list_left ul li {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
}
.news_list_left ul li a {
	display: flex;
	justify-content: space-between;
}
.news_list_left ul li .news_des {
	width: 600px;
}
.news_list_left ul li .news_des h4 {
	font-size: 18px;
	color: #333;
	margin-bottom: 16px;
}
.news_list_left ul li .news_des h4:hover {
	color: #39A79E;
}
.news_list_left ul li .news_des p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 显示2行，超出省略 */

	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
}
.news_tips {
	display: flex;
}
.news_tips .news_time {
	display: flex;
	font-size: 15px;
	line-height: 1.5;
	margin-right: 100px;
	color: #888;
}
.news_tips .cate {
	font-size: 14px;
	color: #888;
}
.news_tips .icon-shijian2 {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/time_icon.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 6px;
}
.news_list_left ul li .news_pic {
	width: 200px;
	height: 130px;
}
.news_list_left ul li .news_pic img {
	width: 100%;
}
.news_list_rught {
	width: 320px;
}
.hot_news {
	background-color: #fff;
	padding: 16px;
	margin-bottom: 20px;
}
.hot_news .hot_tit {
	margin-bottom: 20px;
}
.hot_news ul li {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}
.hot_news ul li:last-child {
	margin-bottom: 0;
}
.hot_news ul li .hot_pic {
	width: 120px;
	height: 80px;
	margin-right: 10px;
}
.hot_news ul li .hot_pic img {
	width: 100%;
}
.hot_news ul li .hot_h4 {
	width: 70%;
}
.hot_news ul li .hot_h4 h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.hot_news ul li .hot_h4 h4:hover {
	color: #39A79E;
}
.news_cates {
	background-color: #fff;
	padding: 16px;
	margin-bottom: 20px;
}
.n_tit {
	padding-left: 12px;
	position: relative;
	margin-bottom: 20px;
}
.n_tit::after {
	content: '';
	width: 4px;
	height: 20px;
	background-color: #39A79E;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.news_cates_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_cates_list a {
	width: 25%;
	padding: 4px 6px;
	background-color: #f6f6f6;
	color: #666;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_cates_list a:hover {
	background-color: #39A79E;
	color: #fff;
}
.zx_news {
	padding: 16px;
	background-color: #fff;
}
.zx_news ul li {
	margin-bottom: 20px;
	display: flex;
}
.zx_news ul li span {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-right: 8px;
	color: #ff6900;
	;
}
.zx_news ul li a {
	font-size: 14px;
	color: #333;
	display: block;
	width: 240px;
	white-space: nowrap;
	/* 不换行 */

	overflow: hidden;
	/* 超出隐藏 */

	text-overflow: ellipsis;
}
.crumb_nav {
	padding: 14px 0;
	background-color: #fff;
	margin-bottom: 20px;
}
.crumb_nav a {
	font-size: 14px;
	color: #333;
}
.crumb_nav span {
	font-size: 14px;
	color: #333;
}
.news_detail_con {
	background-color: #fff;
	padding: 16px;
	margin-bottom: 30px;
}
.news_detail_con .post-title {
	margin-bottom: 30px;
	padding: 14px 0 30px;
	border-bottom: 1px dashed #e0e0e0;
	text-align: center;
}
.news_detail_con .post-title h1 {
	margin: 0;
	font-size: 26px;
}
.news_detail_con .post-title p {
	margin: 14px 0 0;
	color: #999;
	font-size: 12px;
}
.news_detail_con .post-title p span {
	padding: 0 8px;
}
.news_detail_con .post-body p {
	/*text-indent: 2em;*/
	margin-bottom: 16px;
}
.news_detail_con .post-body p img.aligncenter {
	margin: 0 auto;
	display: block;
}
.previous-next {
	margin: 30px 0;
	padding: 16px;
	background: #fff
}
.previous-next li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	line-height: 32px
}
.previous-next li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.previous-next li span {
	display: inline-block;
	margin-right: 8px;
	padding: 0 16px;
	background-color: #eee;
	color: #000
}
.previous-next li em {
	float: right;
	font-style: normal
}
.post-related {
	padding: 16px;
	background: #fff;
	margin-bottom: 30px;
}
.post-related .related-title {
	margin-bottom: 20px
}
.post-related .related-title h3 {
	position: relative;
	margin: 0;
	font-size: 20px;
	padding-left: 12px;
}
.post-related .related-title h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 26px;
	background-color: #39A79E;
}
.post-related .related-list {
	display: flex;
	width: 100%;
	justify-content: space-between
}
.post-related .related-list ul {
	/* padding-right: 32px;*/

	width: calc(49% - 16px);
	border-right: 1px solid #eee
}
.post-related .related-list ul li {
	position: relative;
	display: flex;
	margin-bottom: 16px;
	width: 100%;
	font-size: 14px;
	line-height: 18px
}
.post-related .related-list ul li a {
	display: -webkit-box;
	overflow: hidden;
	/*width: calc(100% - 60px);*/
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.post-related .related-list ul li a:hover {
	color: #39A79E;
}
.post-related .related-list ul li span {
	margin-left: auto;
	color: #888;
	font-size: 13px
}
.post-related .related-list ul:last-child {
	padding-right: 0;
	border-right: 0
}
.post-related .related-list ul li:last-child {
	margin-bottom: 0
}
.sidebar-widget+.page-main .post-related .list-one.list-two .post-item {
	width: calc(33.33333% - 20px)
}
.page-main .post-related .list-one.list-two .post-item {
	width: calc(25% - 20px)
}
.sidebar-widget+.page-main .post-related .list-one.list-two .post-item:nth-child(n+5) {
	display: block
}
.page-main .post-related .list-one.list-two .post-item:nth-child(n+5) {
	display: none
}
.post-tags {
	display: flex;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
	border-top: 1px dashed #e0e0e0
}
.post-tags strong {
	line-height: 40px;
}
.post-tags a {
	display: inline-block;
	padding: 0px 15px;
	border-radius: 20px;
	background-color: #f6f6f6;
	text-align: center;
	margin-right: 12px;
	line-height: 40px;
}
.post-tags a:hover {
	color: #fff;
	background-color: #39A79E;
}
.post-title .icon-shijian2 {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/time_icon.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 6px;
	margin-top: -1px;
}
.post-title .icon-eye2 {
	width: 16px;
	height: 13px;
	display: inline-block;
	background: url(../img/icon-eye1.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 6px;
	margin-top: 3px;
}
.news_detail_con .post-title p {
	font-size: 14px;
	display: flex;
	justify-content: center;
}
.news_detail_con .post-title p span {
	display: flex;
	line-height: 20px;
}
.related-list ul li .related-pic {
	width: 120px;
	height: 80px;
	margin-right: 20px;
}
.related-list ul li .related-pic img {
	width: 100%;
}
.related-list ul li a {
	display: block;
	margin-bottom: 12px;
}
.news_list_left .news_des .hot {
	position: relative;
	padding-left: 24px;
}
.news_list_left .news_des .hot::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	background: url(../img/hot.png) no-repeat;
	background-size: cover;
}
 @media only screen and (max-width:768px) {
.banner-mobile2 {
	display: block;
	background: url(../img/news_bg22.jpg) no-repeat;
	background-size: 100% 100%;
	height: 160px;
	padding-bottom: 30px;
}
.news_list {
	padding: 0px 0;
}
.news_flex {
	display: block;
}
.news_list_left {
	width: 100%;
}
.news_list_right {
	display: none;
}
.news_tips .news_time {
	margin-right: 20px;
}
.news_list_left ul li .news_des h4 {
	font-size: 14px;
	font-weight: normal
}
.news_list_left ul {
	padding: 10px;
}
.news_list_left ul li .news_pic {
	width: 120px;
	height: auto;
	margin-right: 16px;
}
.news_list_left ul li .news_des {
	width: 70%;
}
.news_list_left ul li .news_des p {
	display: none;
}
.news_list_left ul li .cate {
	display: none;
}
.previous-next {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}
.previous-next li {
	border-bottom: 1px dashed #e0e0e0;
	font-size: 15px;
	line-height: 1.6
}
.previous-next li span {
	margin-right: 0;
	padding: 0;
	background: 0 0;
	font-weight: bold
}
.previous-next li em {
	display: none
}
.post-related {
	padding: 0
}
.post-related .related-list {
	flex-wrap: wrap
}
.post-related .related-list ul {
	padding: 0;
	width: 100%;
	border: none
}
.post-related .related-list ul:last-child {
	display: none
}
.post-related .related-list ul li {
	/* padding-bottom: 16px;*/

	border-bottom: 1px solid #eee;
	font-size: 15px
}
.post-related .related-list ul li:last-child {
	border: none
}
.crumb_nav {
	padding: 10px 16px;
}
.crumb_nav span {
	line-height: 2;
}
.news_detail_con .post-body p img {
	margin: 0 auto;
	width: 100%;
}
.previous-next ul {
	padding: 0 16px;
}
.post-related {
	padding: 10px 16px;
}
.related-list ul li .related-pic {
	width: 180px;
}
.post-related .related-list ul li a {
	width: calc(100% - 10px);
}
}
/* pages */
.pages{padding:20px 0 20px 0;height: 36px;line-height: 36px;text-align:center;font-size:14px;color:#666666;vertical-align: middle;background: #f2f2f2;}
.pages a:link,.pages a:visited,.pages a:active{background:#FFFFFF;padding: 7px;text-decoration:none;}
.pages a:hover{background:#1269d3;color:#FFFFFF;padding:7px;text-decoration:none;}
.pages strong{background:#1269d3;padding:7px;color:#FFFFFF;}
.pages_inp{width:30px;border: 0;color:#666666;padding:7px;text-align:center;font-size: 14px;}
.pages_btn{border: 0;color:#FFFFFF;padding:7px 25px;background:#FF6600;font-weight:bold;font-size: 14px;}
.pages_btn:hover{background:#FF3300;}
.pages label{background:#FFFFFF;border: 1px solid #ebebeb;color:#666666;padding:3px 5px 3px 5px;}
.pages label em{color:red;font-weight:bold;font-style:normal;}
.pages label span{font-weight:bold;}
.pages cite{font-style:normal;}
