﻿@charset "utf-8";
/*Css Document*/


/*定位导航*/
.fix_head_tit {
	width: 100%;
	background: #fff;
	box-shadow: 0 0px 15px 0 #b1b1b1;
	-webkit-box-shadow: 0 0px 15px 0 #b1b1b1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: none;
}
.fix_head {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
.fht_box {
	width: 1160px;
	margin: 0 auto;
}
.fht_tit{
	width: 70%;
}
.fht_tit h1 {
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	font-weight: bold;
	color: #000016;
}
.fht_right {
	width: 300px;
}
.fixsearch {
	width: 180px;
	height: 30px;
	margin-top: 18px;
	background: #e5e5e5;
	border-radius: 18px;
	position: relative;
}
.fixsearch input {
	width: 135px;
	height: 24px;
	display: block;
	font-size: 12px;
	color: #909090;
	background: #e5e5e5;
	border: 0px;
	position: absolute;
	top: 2px;
	left: 17px;
	outline: none;
}

.fixsearch .submitBtn {
	width: 25px;
	height: 30px;
	cursor: pointer;
	background: url(img/xq_Search.png) 0px 6px no-repeat;
	padding-left: 0px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}

.dianzan {
	width: 80px;
	padding-left: 40px;
	position: relative;
}

.dianzan:before {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #e5e5e5;
	position: absolute;
	top: 30px;
	left: 25px;
}

.dianzan span {
	display: inline-block;
}

.dianzan .dztb {
	background: url(img/xq_dz.png) 0 0 no-repeat;
	width: 26px;
	height: 25px;
	margin: 20px 16px 0 10px;
	float: left;
}

.dianzan .num {
	color: #aaa;
	height: 25px;
	line-height: 25px;
	margin-top: 22px;
}


/*详情*/

.zgmpw_second_detail {
	width: 100%;
	padding-top: 10px;
}


/*左侧内容*/

.zgmpw_second_detail .news-info,
.zgmpw_second_detail .det_right {
	float: left;
}

.zgmpw_second_detail .news-info {
	padding-top: 40px;
	padding-right: 10px;
	width: 150px;
}

.zgmpw_second_detail .news_fix {
	position: fixed;
	top: 90px;
}


/*详情面包屑*/

.news-info .det_breadnav {
	padding-left: 20px;
}

.det_breadnav a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.det_breadnav a.bn_mp {
	color: #999;
	margin-right: 5px;
}

.det_breadnav a.bn_zw {
	color: #333;
	margin-left: 5px;
}

.mc_title {
	display: none;
}


/*左侧时间*/

.bhs-Date {
	padding-top: 40px;
}

.bhs-Date #PublishTime {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.bhs-Date #PublishTime b {
	font-weight: normal;
}

.bhs-Date #PublishTime b:first-child,.bhs-Date #PublishTime b:last-child {
	display: block;
	font-weight: 100;
}

.bhs-Date #PublishTime b:first-child {
	padding-bottom: 5px;
}

.bhs-Date #PublishTime b:last-child {
	padding-top: 8px;
}

.bhs-Date #PublishTime b:nth-of-type(2) {
	display: block;
	font-size: 36px;
	font-weight: 300;
	color: #333;
}
.mcbhs-Date{
	display: none;
}

/*左侧来源*/

.news-info .bhs-Source {
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

.bhs-Source span {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}


/*左侧分享*/

.news-info .share {
	padding-top: 25px;
	position: relative;
}

.s-item {
	text-align: center;
	color: #808080;
	width: 108px;
	height: 42px;
	margin: 0 auto 16px;
	line-height: 42px;
	cursor: pointer;
	font-size: 16px;
}

.s-item a {
	display: block;
	width: 42px;
	height: 42px;
	float: left;
	margin-bottom: 10px;
	transition: all .4s;
	-moz-transition: all .4s;
	/* Firefox 4 */
	-webkit-transition: all .4s;
	/* Safari Ã¥â€™Å’ Chrome */
	-o-transition: all .4s;
	/* Opera */
}

.s-item div {
	float: left;
	width: 48px;
	height: 42px;
	line-height: 42px;
}

.s-wb {
	background-image: url(img/n-wb.png);
}

.s-q {
	background-image: url(img/n-q.png);
}

.s-wx {
	background-image: url(img/n-wx.png);
}

.s-item.hover a {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	/* Safari and Chrome */
	-moz-transform: rotateY(360deg);
	/* Firefox */
}

.wx-ewm {
	margin-bottom: 24px;
	width: 130px;
	height: 130px;
	background-color: #348CEC;
	color: #808080;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 70px;
	display: none;
}

.wx-ewm table {
	display: block;
	width: 123px!important;
	height: 123px!important;
	margin: 3.6px auto;
}


/*右侧文章内容*/

.zgmpw_second_detail .det_right {
	width: 749px;
	padding: 0 45px;
	border-left: 1px solid #ccc;
}

.zgmpw_second_detail .ml160 {
	margin-left: 160px;
}

.det_right .zgmpw_xq_title {
	width: 100%;
}

.zgmpw_xq_title h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 45px;
	padding-bottom: 30px;
	font-family:Arial,"microsoft yahei";
}

.det_right .zhaoyao {
	width: 100%;
	line-height: 32px;
	color: #C90500;
	font-weight: bold;
	font-size: 14px;
	font-family: simhei;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 16px;
	margin-bottom: 20px;
}

#Description {
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: normal;
	color: #888;
}

.det_right .#Content {
	width: 100%;
}

#Content p {
	font-size: 18px;
	color: #404040;
	line-height: 36px;
	margin-bottom: 15px;
	
	text-align: justify;
}

#Content img {
	display: block;
	width: auto;
	margin: 0 auto;
	max-width: 700px;
}
.text_center{
	text-align: center;
}
.bhs-Author {
	width: 100%;
	text-align: right;
	line-height: 36px;
	font-size: 18px;
	color: #333;
}

.zgmpw_xq_zz {
	display: inline-block;
	font-size:12px;
}

#AuthorFirst{font-size:12px;}

/*关键词*/

.news_gjc_box {
display:none;
	padding: 30px 0;
	line-height: 32px;
	font-size: 18px;
	color: #333;
}

.zgmpw_xq_gjc {
	display: inline-block;
}


/*点赞*/

.dz {
	width: 101px;
	margin: 0 auto;
	height: 101px;
	position: relative;
	cursor: pointer;
}

.dz img {
	display: block;
	width: 100%;
	height: 100%;
}

.likes {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.fd {
	animation: mymove 1s ease-in-out;
	-moz-animation: mymove 1s ease-in-out;
	/* Firefox */
	-webkit-animation: mymove 1s ease-in-out;
	/* Safari and Chrome */
	-o-animation: mymove 1s ease-in-out;
	/* Opera */
	transition: 1s ease-in-out;
}

@keyframes mymove {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes mymove {
	/* Firefox */
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes mymove {
	/* Safari 和 Chrome */
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes mymove {
	/* Opera */
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
	}
}

/*视频*/
.v_box{
	width: 100%;
	height: 500px;
    margin-bottom: 15px;
}
.v_box video{
	display: block;
	width: 100%;
	height: 100%;
	/*object-fit: fill;*/
}