/* 文章内容详情 */
.nr_xq h2 {
	font-size: 1.25rem;
	color: #015293;
	margin-bottom: 1.25rem;
	line-height: 2.3rem;
}
.nr_xq h5 {
        color: #666666;
        font-size: 0.75rem;
        margin-bottom: 1.25rem;
}

.nr_xq ul {
	text-align: center;
	margin: 1.25rem 0;
	padding-bottom: 1.25rem;
	border-bottom: 1px #b0b0b0 dotted;
}

.nr_xq li {
	font-size: 0.625rem;
	color: #666666;
	
	justify-content: center;
}

.nr_xq li p:nth-child(1) {
	margin-right: 1rem;
}

.nr_xq .nrxq_nr {
	font-size: 1rem;
	color: #333333;
	line-height: 2.3rem;
}
.nrxq_nr p,.nrxq_nr span{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 2.3rem !important;
	font-family: "微软雅黑" !important;
	font-size: 1rem !important;
}
.nr_xq li p:nth-child(1) {
  display: inline-block;
}
.nr_xq li p:nth-child(2) {
  display: inline-block;
}

/* 表格统一样式 */
.nr_xq table{
  border-top: 1px solid #afafaf !important;
 border-left: 1px solid #afafaf !important;
 }
.nr_xq table td{
   border-bottom: 1px solid #afafaf !important;
   border-right: 1px solid #afafaf !important;
   font-size: 14px;
   line-height: 20px;
 }
.nr_xq table td *{
   font-size: 14px !important;
   line-height: 20px !important;
 }