@charset "utf-8";

.eng_event{
	display:block;
	margin:15px 0 10px 15px;
}

.eng_event li{
	display:block;
	list-style-type:none;
	margin-bottom:8px;
clear:both;
}


eng_eventtit{
	font-weight:bold;
margin:10px 0 10px 10px;

}

.event_left{
width:200px;
float:left;
margin-bottom:8px;
}

.event_right{
width:660px;
float:left;
margin-bottom:8px;
}


@media screen and (max-width: 767px) {

	.event_left{
		width: 100%;
		clear: both;
		margin-bottom:8px;
	}
	.event_right{
		width: 100%;
		clear: both;
		margin-bottom:8px;
	}


}