.evlist-wrap {
	padding: 30px;
	background-color: #fff;
}

.evlist-wrap .title {
	position: relative;
	border-bottom: 1px #d9d9d9 solid;
	padding-bottom: 2px;
}
.evlist-wrap .title .title-text {
	display: inline-block;
	font-size: 20px;
	color: #000;
	vertical-align: bottom;
	margin-right: 20px;
}
.evlist-wrap .title .title-desc {
	display: inline-block;
	font-size: 13px;
	color: #08f;
	vertical-align: bottom;
	padding-bottom: 7px;
}
.evlist-wrap .title .arrows {
	position: absolute;
	right: 0;
	bottom: 3px;
}
.evlist-wrap .title .arrows .arrow {
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	border: 1px #999 solid;
	color: #999;
	cursor: pointer;
}
.evlist-wrap .title .arrows .arrow:first-child {
	border-right: 0;
}
.evlist-wrap .title .arrows .arrow:hover {
	background-color: #f5f5f5;
}

.evlist-wrap .evlist {
	margin-top: 40px;
}


.evitem {    cursor: pointer;
	
	margin: 0 20px;
}
.evitem .evitemimg {
	width: auto;
	height: 380px;
	background-size: contain;
	border: 1px #ccc solid;
}

.evitem .ev-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 10px 0;
}
.evitem .ev-desc {
	font-size: 14px;
	color: #929292;
}

@media only screen and (max-width: 1080px) {
	.evitem .evitemimg{    height: 300px;}

}
@media only screen and (max-width: 930px) {
	.evitem .evitemimg{    height: 284px;}

}

@media only screen and (max-width: 750px) {
	.evitem .evitemimg{    height: 320px;}

}
@media only screen and (max-width: 580px) {
	.evitem .evitemimg{    height: 250px;}

}
@media only screen and (max-width: 500px) {
.evitem {
	margin: 0 5px;
}
	.evitem .evitemimg{    height: 260px;}
}