#section2 article{
	max-width:100%;
	margin:0 auto 80px;
}
#section2 article:after{
	content:"";
	display:block;
	clear:both;
}
.event_info{
	border:2px solid #777777;
	padding:20px 40px;
	box-sizing:border-box;
	border-radius:10px;
	margin:0 auto 40px;
}
.event_info time{
	color:#eb6877;
	display:block;
}
.event_info time strong{
	font-weight:normal;
}
.event_title{
	font-weight:700;
	font-size:120%;
}
.event_body{
	max-width:1040px;
	margin:0 auto;
}

.cat_name{
	background:#448aca;
	line-height:30px;
	border-radius:15px;
	text-align:center;
	color:#fff;
	margin:0 0 15px;
	padding:0 15px;
}
.cat38 .cat_name,
.cat46 .cat_name{
	background:#f48185 !important;
}