.newsletter{
	width: 100%;
	padding-top: 98px;
	padding-bottom: 99px;
	background: #FFFFFF;
	z-index: 2;
}
.event_items
{
	margin-top: 68px;
}
.event_item
{
	margin-bottom: 56px;
}
.event_item:last-child
{
	margin-bottom: 0px;
}
.event_date
{
	width: 100%;
	height: 131px;
	border: solid 2px #009688;
	margin-bottom: 18px;
	margin-top: 5px;
}
.event_day
{
	font-size: 48px;
	font-weight: 700;
	color: #009688;
	margin-bottom: 1px;
	line-height: 1;
	
}
.event_month
{
	font-size: 16px;
	font-weight: 700;
	color: #009688;
}
.event_name a
{
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
}
.event_name a:hover
{
	color: #009688;
}
.event_location
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 2px;
}
.event_content p
{
	font-weight: 500;
	color: #a5a5a5;
	margin-top: 21px;
	margin-bottom: 13px;
}

.event_image img
{
	width: 100%;
}




/* 分类标签 */

.portfolio-categ li {
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 25px;
    font-weight: 600;
	border-radius: 30px;
	font-size: 1.1em;
	margin: 0 0.1em;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.portfolio-categ li a {
	color: #333;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.image-block {
	display: block;
	position: relative;
}

.portfolio-item2 {
	float: left;
    list-style-type: none;
    overflow: hidden;
    margin:0 7px;
}

.home-portfolio-text {
	margin-top: 10px;
}

.portfolio-categ li.active {
	background: #009688;
	color: #fff;
}

.portfolio-categ li.active a {
	color: #fff;
}

/* 分类标签 */