/**新闻详情**/
body {
	background: #F0F2F5;
}
.header  {
	background: #030303;
}
.news-detail-content {
	margin-top: 96px;
}
.news-detail-content .news-detail-content-fl {
	background: #fff;
	padding: 30px 40px;
	width: 710px;
    position: relative;
}

.news-detail-content .news-detail-content-fl h1 {
	color: #030303;
	font-size: 24px;
	line-height:34px;
	font-weight: normal;
}
.read{
	margin-top: 20px;
}
.news-detail-content .news-detail-content-fl p.news-detail-time {
	color: #8F8E94;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #F0F2F5;
	margin-bottom: 40px;
	padding: 10px 0;
}
.news-detail-content .news-detail-content-fl p.news-detail-time span:first-child{
	margin-right: 20px;
}
.news-detail-content .news-detail-content-fl p.news-detail-time a{
	width:56px;
	font-size:14px;
	color:rgba(255,91,41,1);
	margin-left: 8px;
}
.news-detail-content .news-detail-content-fl .news-detail-words p {
	color: #444349;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 30px;
}
.news-detail-content .news-detail-content-fl .news-detail-words img {
	width: 100%!important;
	height: 100%!important;
}
.news-detail-content .news-detail-content-fl .news-post-link a{
	color: #030303;
	font-size: 16px;
}
.news-detail-content .news-detail-content-fl p.news-prev {
	padding-bottom: 20px;
    padding-top: 40px;
}
.news-detail-content .news-detail-content-fl .news-post-link a:hover {
	color: #FF5B29;
	text-decoration-line: underline;
}
/**新闻右侧**/
.news-detail-content .news-detail-content-fr .news-moduld {
	width: 350px;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}
.news-detail-content .news-detail-content-fr .news-moduld .news-moduld-title {
	height: 33px;
	border-bottom: 1px solid #C8C7CC;
}
.news-detail-content .news-detail-content-fr .news-moduld.news-moduld-title-fl{
	width: 710px;
	padding: 30px 40px 30px;
}

.news-detail-content .news-detail-content-fr .news-moduld .news-moduld-title h2{
	color: #FF5B29;
	font-size: 18px;
	display: inline-block;
	height: 32px;
	border-bottom: 1px solid #FF5B29;
}
.news-detail-content .news-detail-content-fr .news-moduld ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-right: 18px;
}
.news-detail-content .news-detail-content-fr .news-moduld ul li {
	position: relative;
	width: 320px;
}
.news-detail-content .news-detail-content-fr .news-moduld ul li a {
	display: block;
	color: #030303;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-detail-content .news-detail-content-fr .news-moduld ul li a:hover {
	color: #FF5B29;
}
.keyword-link {
	display: flex;
	width: 710px;
	background: rgba(247,248,250,1);
	border-radius: 4px;
	border: 1px solid rgba(240,242,245,1);
	box-sizing: border-box;
	margin-top: 40px;
	padding: 20px;
	flex-wrap: wrap;
	align-items: flex-start;
}
.keyword-link .keyword-list{
	width: 596px;
}
.keyword-link .keyword-img{
	display: flex;
	align-items: center;
	margin-right: 10px;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFangSC;
	color:rgba(143,142,148,1);
	line-height:20px;
}
.keyword-link .keyword-img img{
	margin-right: 4px;
}
.keyword-link a{
	margin-right: 10px;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFangSC;
	color:rgba(255,91,41,1);
	line-height:20px;
	display: inline-block;
}
.news-detail-content .news-detail-content-fr .news-moduld ul li:after {
    position: absolute;
    content: "";
    top: 26px;
    left: 0px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #8F8E94;
}
.news-detail-content .news-detail-content-fr .news-moduld-case a{
	display: inline-block;
	width:112px;
	height:34px;
	text-align: center;
	line-height: 34px;
	color: #030303;
	font-size: 14px;
	margin-top: 20px;
	position: relative;
}
.news-detail-content .news-detail-content-fr .news-moduld-case a.center:after{
	position: absolute;
	height: 20px;
	width: 1px;
	content:"";
	left: 0;
	top:10px;
	background: #EEEEEE
}
.news-detail-content .news-detail-content-fr .news-moduld-case a.center:before{
	position: absolute;
	height: 20px;
	width: 1px;
	content:"";
	right: 0;
	top:10px;
	background: #EEEEEE
}
.news-detail-content .news-detail-content-fr .news-moduld dl {
	clear: both;
	margin-top: 20px;
	height: 80px;
}
.news-detail-content .news-detail-content-fr .news-moduld dl dt {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.news-detail-content .news-detail-content-fr .news-moduld dl dt img {
	width: 80px;
	height: 80px;
}
.news-detail-content .news-detail-content-fr .news-moduld dl dd{
	color: #8F8E94;
	font-size: 16px;
}
.news-detail-content .news-detail-content-fr .news-moduld dl dd.top{
	color: #030303;
	font-size: 18px;
	padding: 20px 0px 10px 0px;
}
.second-page-footer{
	margin-top: 90px;
	background:url(../img/second-page-footer-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	height: 240px;
}
.second-page-footer p {
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 100px;
}
.news-moduld .info-link{
	display: block;
	position: relative;
	width: 390px;
	height: 180px;
	border-radius: 4px;
}
.news-moduld .info-link.info-qyzb {
	background:url(../img/qyzb-link.png?size=390x180) no-repeat center top;
	background-size: cover;
}
.news-moduld .info-link.info-hdzb {
	background:url(../img/hdzb-link.png?size=390x180) no-repeat center top;
	background-size: cover;
}
.news-detail-content .news-detail-content-fr .news-moduld.info-news-moduld{
	padding: 0;
	width: 390px;
	height: 180px;
}
.news-moduld .info-link span{
	height:42px;
	font-size:30px;
	font-weight:900;
	color:rgba(255,255,255,1);
	line-height:42px;
	position: absolute;
	top: 65px;
	left: 30px;
}
.news-detail-content-fl .news-mark {
    height: 150px;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
    margin-top: -150px;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    bottom: 0;
	display: none;
}
.news-detail-content-fl .news-mark p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FA6137;
    background: url(../img/new_more_icon.png) no-repeat right 6px;
    background-size: 17px 10px;
    padding-right: 26px;
    padding-bottom: 40px;
    width: 78px;
	margin: auto;
    margin-top: 16px;
}
