@charset "utf-8";

.event{
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.event div{
	width: 820px;
    height: 140px;
    float: left;
    overflow: hidden;
}
.event .photo{
	float: left;
	margin: 26px 10px 10px 15px;
	box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
.box{
	padding-bottom: 100px !important;
}
.photo span{
	width:252px;
	height:182px;
	vertical-align:middle;
	display:table-cell;
	line-height: 1px;
}
.title{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid #eeeeee;
	padding-bottom: 5px;
	margin-bottom: 15px;
	width: 810px;
}
#main .event .day{
	font-size: 12px;
	font-weight: bold;
	color: #A5A5A5;
	margin-top: 2px;
}
.text{
	font-size: 14px;
	word-wrap:break-word;
	width: 550px;
}
.link{
	text-align: right;
	height: 1px;
	position: absolute;
    right: 10px;
    bottom: 50px;
}
/*.link a img{
	position: relative;
	bottom: 52px;
	right: 15px;
}*/
.pagination{
	margin: 20px auto 0;
	text-align: center;
	float: none;
}
.pagination a{
	border: none;
	border-top: 1px solid #E9E9E9;
	border-bottom: 4px solid #E9E9E9;
	color:#118fa8;
	font-weight: bold;
	border-radius: 0; 
	text-decoration: none;
	padding: 5px 10px;

}
.pagination .inactive{
	border-bottom: 4px solid #118fa8;
	background: none;
	color: #585551;
}
.event_list_detail .list_event{
	display: none;
}
