body {
	margin: 0;
	background-color: azure;
	//overflow: -Scroll;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

a:active {
	color: #FFFFFF;
}


/*欢迎字条*/

.headerMarquee {
	height: 20px;
	font-size: 15px;
	height: 20px;
	font-size: 13px;
	color: dimgrey;
}

.title {
	width: 100%;
	width: 109%;
	width: 1070px;
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.title span {
	//color: #A9A9A9;
	color: rgba(44, 204, 35, 0.88);
	font-size: 25px;
	font-size: 40px;
	letter-spacing: 5px;
	font-family: cursive;
}

.title span tt {
	color: darkgrey;
	font-size: 15px;
	letter-spacing: 5px;
	font-family: cursive;
	float: right;
	padding-bottom: -11px;
	padding-top: 30px;
}


/*.title img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	//float: right;
	    float: right;
}*/

.content_container {
	width: 100%;
	width: 109%;
	width: 1070px;
	width: 1200px;
	overflow: hidden;
	margin: auto;
}

.content_container .content {
	width: 100%;
	width: 109%;
	width: 1070px;
	width: 1200px;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.06);
}

.content_container ul {
	overflow: hidden;
	padding-top: 25px;
}

.content_container ul li {
	margin: 3px;
	float: left;
	display: block;
	padding: 5px 5px 6px 5px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.content_container ul li:hover {
	margin: 3px;
	float: left;
	display: block;
	padding: 5px 5px 6px 5px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
}

.content_container li img {
	width: 300px;
	height: 220px;
	background: rgba(178, 244, 246, 0.46);
	padding: 4px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}

.content_container li span {
	color: #F1F0EE;
	display: block;
	text-align: center;
	margin-top: 5px;
	width: 315px;
	text-overflow: ellipsis;
	height: 14px
}