.boxdata dd {
	width: 823px;
}

.rightNav ul{
	width: 150px;
}

/* 2020/12/01 */
.v-center{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.infobox{
	display: flex;
	color: #3c3737;
	background-color: #fff;
	padding: 20px 0;
	align-items: center;
	margin-bottom: 25px;
}
.infobox:hover{
	color: #fff;
	background-color: #4e526c;
}
.infobox .date{
	flex: 0 0 135px;
	font-size: 12px;
    padding: 0 20px;
}
.infobox .date span{
	font-size: 30px;
    font-weight: bold;
	line-height: 32px;
}
.infobox .name{
	flex: 0 0 160px;
    font-size: 15px;
	font-weight: 600;
    padding: 0 20px;
	border-left: 1px #cecdcd solid;
	height: 95px;
}
.infobox .text{
	flex: 1;
	font-size: 21px;
	font-weight: 600;
    padding: 0 5px;
}
.infobox .btn{
	flex: 0 0 160px;
}
.infobox .btn a{
	font-weight: 600;
}
.infobox:hover .btn a{
	color: #fff;
}