.events a {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	
}
/*==================================== events css ====================================*/

.events {
	width:100%;
}

/* ------- events titles ------- */
.events .titles {
	margin-top:40px;
	padding-bottom:13px;
}
.events .titles .last, .events .titles .next {
	float:left;
	width:60px;
	height:80px;
}
.events .titles .last {
	float:left;
	width:60px;
	height:80px;
	background:url(../images/icons/events-last.png) no-repeat left center;
}
.events .titles .next {
	background:url(../images/icons/events-next.png) no-repeat right center;
}
.events .titles .t {
	float:left;
	width:250px;
	height:35px;
	padding:15px 20px 30px 20px;
	margin:0 10px;
	color:#fff;
	background:#28415c;
	opacity:0.5;
	
}
.events .titles .t.current, .events .titles .t:hover {
	opacity:1;
}
.events .titles .t h4 {
	width:100%;
	margin:0;
	font-size:20px;
	line-height:22px;
}
.events .titles .t .date {
	position:absolute;
	left:20px;
	bottom:10px;
	font-style:italic;
	
	overflow:hidden;
	text-overflow: ellipsis;	
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	/*word-break: break-all; 适合中文，换行所有文字*/
	white-space: nowrap ;
}
.events .titles .arrow-bottom {
	height:0;
	width:0;
	position:absolute;
	bottom:0;
	left:510px;
	z-index:3;
	
	border-top: 15px solid #28415c;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
}

/* ------- events info ------- */
.events .info {
	width:910px;
	height:auto;
	margin:50px auto;
	background:#e7e7e7;
}
.events .info .pic {
	float:left;
	width:415px;
	height:485px;
	overflow:hidden;
	
	background:#333 center;
	background-size:0;
	
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;	
}
.events .info .pic:hover {
	background:#333 url(../images/icons/add.png) no-repeat center;
	background-size: auto;
}
.events .info .pic img {
	width:100%;
	height:auto;
	
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;	
}
.events .info .pic:hover img {
	opacity:0.15;
}

/* events info text */
.events .info .text {
	float:left;
	width:495px;
	padding:20px 0 65px 0;
	min-height:400px;
}
.events .info .text h4 {
	color:#28415c;
	font-size:32px;
	line-height:36px;
	margin:10px 30px;
}
.events .info .text h8 {
	color:#28415c;
	font-size:20px;
	line-height:24px;
	margin:20px 30px;
}
.events .info .text .line-top {
	width:435px;
	height:10px;
	display: inline-block;
	border-top:1px solid #28415c;
	margin:5px 30px 0 30px;
}
.events .info .text p {
	line-height:20px;
	margin:10px 30px;
}
.events .info .text .date {
	position:absolute;
	right:20px;
	bottom:25px;
	font-size:36px;
	color:#bec2c8;
	text-align:right;
	font-style:italic;
}
.events .info .text .invitation {
	position:absolute;
	left:30px;
	bottom:40px;
	color:#28415c;
	font-style:italic;
}
.events .info .text .contact-here {
	position:absolute;
	left:30px;
	bottom:20px;
	color:#28415c;
	font-style:italic;
}
.events .info .text .contact-here a {
}
.events .arrow-left {
	height:0;
	width:0;
	position:absolute;
	top:40px;
	left:403px;
	z-index:3;
	
	border-right: 15px solid #e7e7e7;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 0;
}




/*------- events info photos -------*/
.events .photos {
	width:926px;
	margin:25px auto;
}
.events .photos a {
	width:215px;
	height:155px;
	overflow:hidden;
	float:left;
	margin:8px;
	background:#ccc url(../images/icons/add.png) no-repeat center;
	background-size:0;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;	
}
.events .photos a:hover {
	background:#333 url(../images/icons/add.png) no-repeat center;
	background-size: auto;
}
.events .photos a img {
	width:215px;
	height:auto;
	min-height:155px;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;	
}
.events .photos a:hover img {
	opacity:0.15;
}







/* Mobile */
@media screen and (max-width: 767px) {

.events .titles .t {
	display:none;
	width:435px;
	margin:0 50px;
	text-align:center;
	min-height:45px;
}
.events .titles .last {
	margin-left:25px;
}
.events .titles .t.current {
	display: block;
}
.events .titles .arrow-bottom {
	left:360px;
}
.events .titles .t h4 {
	line-height:30px;
}
.events .titles .t .date {
	width:90%;
	padding:0;
	bottom:15px;
}
.events .arrow-left {
	display:none;
}


.events .info {
	width:700px;
	text-align:center;
	background: none;
}
.events .info .pic {
	float:none;
	width:470px;
	height: auto;
	margin:0 auto;
}
.events .info .text {
	float: none;
	width:95%;
	height: auto;
	margin:0 auto;
	min-height: inherit;
	padding:20px 0 80px 0;
}
.events .info .text h4 {
	width:90%;
	margin:10px auto;
}
.events .info .text h8 {
	width:90%;
	margin:30px auto;
}
.events .info .text p {
	margin:20px auto;
}
.events .info .text .date {
	right:0;
	bottom:20px;
}
.events .info .text .invitation {
	left:0;
	bottom:50px;
}
.events .info .text .contact-here {
	left:0;
	bottom:10px;
}
.events .info .text .contact-here a {
	background:#28415c;
	color:#fff;
	margin:0 10px;
	padding:5px;
}
.events .info .text .contact-here a:hover {
	background:#666;
}

.events .photos {
	width:700px;
	margin:25px auto;
}


}
