
.classify-container .label{
	font-size: 16px;
	color: #333333;
}
.classify-container .classify-item{
	width: 150px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #0c4fa5;
	color: #ffffff;
	cursor: pointer;
	opacity: 0.5;
}

.classify-container .classify-item.active{
	opacity: 1;
	
}
.notice-item {
	padding: 0 30px;
	height: 45px;
	/* background-color: #f1f4fa; */
	border: 1px solid rgba(43, 123, 199, 0.5);
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
}
/* .notice-item:after{
	position: absolute;
	content: '';
	width: 4px;
	height: 45px;
	background: #0C4FA5;
	border-radius: 0px 0px 0px 0px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
} */
.notice-item:hover .title,
.notice-item:hover .time {
	color: #0C4FA5;
}
.notice-item:hover .title{
	font-weight: bold;
}

.notice-item .title {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.notice-item .time {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-size: 16px;
	color: #666666;
}

.detail-container .title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
	color: #333333;
	text-align: center;
}

.detail-container .time {
	font-size: 12px;
	color: #999999;
	margin-right: 30px;
}

.detail-container .time+.time {
	padding-left: 30px;
	/* border-left: 1px solid #e5e5e5; */
}

.detail-container .line {
	width: 100%;
	height: 1px;
	background: rgba(43,123,199,0.2);
}
