.cont{
	height: calc(100% - 47px);
	padding-top: 17px;
}

.cont .cont_scroll{
	height: 100%;
	overflow: auto;
}

.cont .cont_item{
	margin-top: 21px;
	border-bottom: 1px solid #ced2d4;
	padding-bottom: 19px;
	cursor: pointer;
}

.cont .cont_item:first-child{
	margin-top: 0;
}

.cont .cont_item:last-child{
	border-bottom: 0;
}

.cont .cont_item_head{
	display: flex;
	align-items: center;
}

.cont .cont_item_head:hover .cont_item_head_title{
	color: #548235;
}

.cont .cont_item_head_round{
	width: 12px;
	height: 12px;
	background: #ffffff;
	border: 1px solid #5e813f;
	border-radius: 50%;
	margin-right: 8px;
}

.cont .cont_item_head_title{
	flex: 1;
	width: 0;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #222222;
}

.cont .cont_item_date{
	margin: 8px 0 0 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #222222;
}

/* 移动端公共样式 */
@media screen and (max-width: 768px) {
	.cont{
		height: auto;
	}
}