﻿/*----------------content--------------------*/
#content {
	margin: 0 auto;
	overflow-x: hidden;
	min-height: 300px;
}

#content .content-wrap {
	padding: 15px;
	background: #fff;
}

#content .bt {
	font-size: 20px;
	text-align: center;
	color: #e5221c;
	line-height: 40px;
	word-break: normal;
	word-wrap: break-word;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content .time {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #9C9C9C;
	margin: auto 0;
	padding: 0;
}

#content .line_nr {
	width: 100%;
	height: 1px;
	text-align: center;
	margin: 10px 0;
	border-bottom: 1px dashed #cbc6c0;
}

#content .artical {
	margin: 15px 5px;
	word-wrap: break-word;
	line-height: 30px;
	min-height: 300px;
	overflow-x: scroll;
}

/*---------------- 导航 ----------------*/
.crumb{
	padding: 15px 15px 0 15px;
	height: 45px;
	line-height: 30px;
	font-size: 14px;
	background-color: #fff;
  }
  .postion-bg{
	background-color: #f7f7f7;
  }
  .postion{
	background: url(http://www.njymyy.com/images/m/postion.svg) left center no-repeat;
	padding-left: 30px;
  }
/*----------------content xxgk--------------------*/

.detail {
	padding: 15px;
	background-color: #fff;
}

.meta-main {
	font-size: 0.875rem;
}

.meta-data {
	position: relative;
	background: #fff;
	border-top: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

.meta-data dl dd.addWidth {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	border-bottom: solid #d5d5d5 1px;
}

.meta-data dl dd label {
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	text-align: right;
	background-color: #f7f7f7;
	border-right: solid #d5d5d5 1px;
	border-left: solid #d5d5d5 1px;
	cursor: default;
}


.meta-data dl dd label font {
	display: block;
	padding: 5px 10px;
	line-height: 24px;
	text-align: center;
}

.meta-data dl dd .display-block {
	margin-left: 102px;
	padding: 5px 10px;
	min-height: 34px;
	line-height: 24px;
	word-wrap: break-word;
	word-break: break-all;
}

/* ----------------关联阅读---------------- */
.xgyd {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin: 15px 0;
	font-family: "仿宋";
}

.xgyd .title {
	line-height: 24px ;
	font-weight: bold;
	background: none;
	color: #333;
	font-size: 14px;
}

.xgyd .xgyd-list ul li {
	line-height: 24px;
}

.xgyd .xgyd-list ul li a {
	font-size: 14px;
	color: #333;
	text-align: left;
	line-height: 24px;
	font-family: "仿宋";
	background: url(http://www.njymyy.com/images/zjha-26.gif) no-repeat left center;
	padding-left: 8px;
}

/* 正文内容强制样式控制 */
#artical img{
	max-width: 100% !important;
	height: auto !important;
}
#artical table{
	max-width: 100% !important;
	height: auto !important;
}
#artical #video1{
	max-width: 100% !important;
	height: auto !important;
}