@charset "utf-8";
/* CSS Document */

.box1 {
	padding: 0;
	/* border-top: 1px solid #5e068c; */
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
	background-color: #efefef;
}

.box1 {
	background-image: url(../img/banner_a.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	-webkit-animation: bgMove 5s linear;
	-moz-animation: bgMove 5s linear;
	-ms-animation: bgMove 5s linear;
	-o-animation: bgMove 5s linear;
	animation: bgMove 5s linear;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #5e068c;
	border-color: #5e068c;
}

.list_title {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #5e068c;
	position: relative;
}

.list_title:before {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 20px;
	background-color: #5e068c;
	left: 0px;
	top: 4px;
}
.media{
	border-bottom: 1px solid #ddd;
}
.media-left>a {
	width: 150px;
	height: 0px;
	padding-bottom: 66%;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}
.media-object{
	width:100%;
}
@-webkit-keyframes bgMove {
	from {
		background-position: bottom left;
	}

	to {
		background-position: center;
	}
}

@-moz-keyframes bgMove {
	from {
		background-position: top left;
	}

	to {
		background-position: center;
	}
}

@-ms-keyframes bgMove {
	from {
		background-position: top left;
	}

	to {
		background-position: center;
	}
}

@-o-keyframes bgMove {
	from {
		background-position: top left;
	}

	to {
		background-position: center;
	}
}

@keyframes bgMove {
	from {
		background-position: top center;
	}

	to {
		background-position: center;
	}
}

.box2 {
	margin-top: 30px;
	margin-bottom: 40px;
}

.footerbox {
	border-top: 5px solid #5e068c;
	background-color: #535353;
	padding: 40px;
	color: white;
	text-align: center;
}
@media (max-width:767px) {
	.media-left>a {
		width: 100px;
	}
}
