html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,html {
	/*font-family:PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;*/
	font-weight: 500;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd {
	margin: 0;
	font-weight: 500;
}

h1,h2,h3,h4,h5,h6 {
	/*font-size: 14px;*/
	font-weight: normal;
	font-weight: 500;

}

em,i {
	font-style: normal;
	font-weight: 500;
}

strong {
	font-weight: normal;
	font-weight: 500;
}

ul,ol {
	padding: 0;
	list-style: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}
/* body {background-color: #f6f8fc;} */


section {
	width: 1100px;
	margin: 30px auto 30px;
}

section>div {
	background: white;
}

.z_news_list {
	width: 790px;
	float: left;
}

.z_news_list>div {
	width: 750px;
	margin: auto;
}

.z_news_label {
	width: 300px;
	float: right;
}

.z_news_label>div {
	width: 280px;
	margin: auto;
}

.z_news_list .z_news_list_header {
	border-bottom: 1px solid #f6f6f6;
	height: 60px;
	line-height: 60px;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333333;
}

.z_news_list .z_news_list_header img {
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 10px;
}

.z_news_label .z_news_list_header {
	font-weight: 600;
	border-bottom: 1px solid #f1f3f7;
;height: 50px;
	line-height: 50px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
}

.z_news_label .z_news_list_header img {
	width: 17px;
	height: 17px;
	display: block;
	margin-right: 10px;
}

.z_news_list_content li {
	height: 120px;
	padding: 20px 0;
	border-bottom: 1px solid #f6f6f6;
	width: 750px;
	margin: auto;
}

.z_news_list_content li section {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.z_news_list_content section .z_news_img {
	width: 200px;
	float: left;
	height: 100%;
}

.z_news_list_content li section .z_news_img img {
	width: 180px;
	height: 100%;
}

.z_news_list_content li section .z_news_content {
	width: 540px;
	float: left;
	height: 100%;
}

.z_news_list_content li section .z_news_content h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
;font-size: 18px;
	/*font-family: "微软雅黑";*/
	height: 30px;
	font-weight: 600;
}

.z_news_list_content li section .z_news_content p {
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 15px;
}

.z_news_list_content li section .z_news_content>div {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}

.z_news_list_content li section .z_news_content>div div {
	float: left;
	color: #999999;
}

.z_news_list_content li section .z_news_content>div div:nth-child(1) span:nth-child(1) {
	color: #555555;
	font-weight: 500;
}

.z_news_list_content li section .z_news_content>div div:nth-child(1) b {
	margin-left: 10px;
	margin-right: 10px;
}

.z_news_list_content li section .z_news_content>div div:nth-child(2) {
	float: right;
	display: flex;
}

.z_news_list_content li section .z_news_content>div div img {
	display: flex;
	width: 25px;
	height: 25px;
	margin-left: 5px;
}
/*.z_news_list_page{height: 85px;}*/
.z_news_label_content ul {
	margin-top: 20px;
}

.z_news_label_content ul li {
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f5f7f8;
	border-radius: 15px;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
}

.z_news_label_content ul li a {
	color: #80858c;
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 15px;
}

.z_news_label_content .z_news_label_content_choose {
	background: #ff7213;
}

.z_news_label_content .z_news_label_content_choose a {
	color: white;
}

.z_news_nav {
	width: 180px;
	float: left;
}

.z_news_nav ul li {
	height: 48px;
	line-height: 48px;
	text-indent: 30px;
	font-size: 16px;
	color: #333333;
}

.z_news_nav .z_news_nav_choose {
	background: #ff7214;
	color: white;
}

.z_news_show {
	float: right;
	width: 900px;
}

.z_news_show .z_news_list_content li {
	width: 850px;
}

.z_news_show .z_news_list_content li .z_news_content {
	width: 640px;
}

.z_news_msg {
	width: 760px;
	float: left;
	padding: 0px 15px
}

.z_news_msg nav {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #f1f3f7;
}

.z_news_msg nav a {
	color: #0b1732;
}

.z_news_msg nav a:nth-child(2) {
	color: #717377;
}

.z_news_msg h1 {
	font-size: 28px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
}

.a_news_share {
	height: 60px;
	line-height: 60px;
	background: #f9fafb;
	width: 100%;
	border-left: 4px solid #e6e9ef;
}

.a_news_share div {
	float: left;
	display: flex;
	align-items: center;
	text-indent: 10px;
	color: #b0b2b7;
}

.a_news_share div:nth-child(2) {
	text-align: right;
	width: 25%;
	float: right;
}

.a_news_share div img {
	width: 25px;
	height: 25px;
	margin-left: 10px;
	float: left;
	margin-top: -2px;
}

.a_news_share span:nth-child(1) {
	color: #343434;
}

.a_news_share b {
	margin-right: 10px;
}

.z_news_ad {
	height: 100px;
}

.z_news_ad img {
	width: 100%;
	height: 100%;
}

/*.z_news_msg p {*/
	/*font-size: 14px;*/
	/*line-height: 30px;*/
	/*color: #4a4a4a;*/
	/*margin: 30px 0 0;*/
/*}*/
/* .z_news_bq{height: 70px;} */
.z_news_bq div {
	width: 75%;
	float: left;
}

.z_news_bq div:nth-child(2) {
	width: 25%;
	float: right;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #343434;
	height: 70px;
}

.z_news_bq div ul li {
	display: inline-block;
}

.z_news_bq div ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: #f5f7f8;
	font-size: 14px;
	border-radius: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

.z_news_bq div:nth-child(2) img {
	margin-left: 10px;
}

.z_news_zan {
	text-align: center;
	clear: both;
}

.z_news_zan button {
	width: 145px;
	height: 45px;
	background: #FFF;
	border:1px solid #ff7214;
	outline: none;
	border-radius: 45px;
}
.z_news_zan .zanbtn{
	background: #ff7214;
}
.z_news_zan .zanbtn span{
	color: #fff;
}
.z_news_zan .zanbtn img{
	transform: rotateX(180deg);
}
.z_news_zan .caibtn{
	background: #999;
	border:none;
}
.z_news_zan .caibtn span{
	color: #fff!important;
}
.z_news_zan button img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.z_news_zan span {
	color: #ff7214;
	font-size: 16px;
	font-weight: 500;
}

.z_news_about {
	padding-bottom: 20px;
}

.z_news_about .z_news_about_title {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #edeff3;
	margin-top: 20px;
}

.z_news_about .z_news_about_content ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
;height: 50px;
	line-height: 50px;
	margin-top: 15px;
	background: #f9fafb;
	text-indent: 20px;
	font-size: 14px;
	color: #333333;
}

.z_news_about .z_news_about_content ul li a {
	color: #333333;
}

.z_news_about .z_news_about_content ul li span {
	color: #4f82d5
}

.z_news_article_content ul li {
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}

.z_news_article_content ul li section {
	padding: 0;
	margin: 0;
	width: 100%
}

.z_news_article_content ul li section div {
	height: 60px;
}

.z_news_article_content ul li section div:nth-child(1) {
	width: 100px;
	float: left;
}

.z_news_article_content ul li section div:nth-child(2) {
	width: 180px;
	float: left;
}

.z_news_article_content ul li section div img {
	height: 100%;
	width: 90px;
}

.z_news_article_content ul li section h3 {
	height: 35px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.z_news_article_content ul li section p {
	font-size: 12px;
	color: #999999;
}
.z_content{
	margin-top: 24px;
 /*font-family:PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;*/
}
.z_content p,span{
	/*font-family:PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;*/
}
.z_content p{
	line-height: 1.8;
	margin-top: 24px;
	letter-spacing: 0.5px;
	color: #333;
}
.z_content p:first-child{
	margin-top: 0;
}
.z_content img {
	width: 100%;
	display: block;
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
}
/*分页样式*/
.page {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page a:hover {
	background-color: #f6f6f6;
}

.page li {
	list-style-type: none;
}

.page li a {
	color: black
}

.page_top {
	width: 100px;
	height: 30px;
	border: solid 1px #e6e6e6;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	float: left;
}

.page_next {
	width: 100px;
	height: 30px;
	border: solid 1px #e6e6e6;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	float: left;
}

.page_number {
	width: 40px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	color: #555;
	float: left;
	border: solid 1px #e6e6e6;
	border-left: none;
}

.livechat-girl {
	display: none;
}

.z_news_zan div {
	height: 30px;
	color: red;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	top: 0px;
	opacity: 0;
}
