
.sub_nav{
	border-bottom: 1px solid #D6D6D6;
}
.sub_nav >*{
	float: left;
	width: 25%;
	text-align: center;
	padding: 15px 0;
}
.sub_nav a{
	color: #9B9B9B;
	font-size: 12px;
	line-height: 26px;
}
.sub_nav a.active{
	color: #F13A39;
	font-weight: 600;
	border-bottom: 2px solid #F13A39;
}

.detail-top{
	margin-top: 76px;
}
.detail-top .tit{
	width:96px;
	height:33px;
	font-size:24px;
	font-weight:600;
	color:rgba(0,0,0,1);
	line-height:33px;
}
.detail-top .sub_tit{
	height:17px;
	font-size:12px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:17px;
}


.noticeBox{
	margin-top: 50px;
}
.item{
	border-bottom: 1px solid #ccc;
}
.inner .head{
	overflow: hidden;
	margin-top: 24px;
}
.inner .head .title{
	height:22px;
	font-size:16px;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:22px;
	float: left;

}
.inner .head .title span{
	height:20px;
	font-size:14px;
	font-weight:600;
	color:rgba(241,58,57,1);
	line-height:20px;
}
.inner .head .time{
	float: right;
	color: #9B9B9B;
	height: 22px;
}
.textContent{
	width: 65%;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	margin-top: 16px;
	margin-bottom: 24px;
}


.empty-result{
  font-weight: 300;
  display: none;
}
.empty-result h5{
  font-size: 24px;
  font-weight: 300;
  margin: 80px 0 24px;
}