* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

.main {
	position: relative;
	width: 100%;
	height: auto;
}

.adbanner {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}
.logo {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	overflow:hidden;
}

.logo_img {
	position: relative;
	width: auto;
	height: 40px;
	float:left;
}

.banner_title {
	position: relative;
	width: 100%;
	height: 40px;
	float: left;
	background-color: #29aae1;
}

.banner_button {
	position: relative;
	width: 100%;
	float: left;
	color: #FFF;
	font-family: "ºÚÌå";
	font-size: 18px;
	top: 10px;
	text-align: center;
}

.banner_button_cube {
	position: relative;
	width: 25%;
	height: 40px;
	float: left;
	background-color: #078fc9;
}

#list {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 2%;
}

.item {
	position: relative;
	width: 96%;
	height: 80px;
	float: left;
	margin-left: 2%;
	margin-bottom: 4%;
}

.item_icon {
	position: absolute;
	width: 120px;
	height: 80px;
	background: #FFF url(../img/null.jpg) center no-repeat;
	background-size: cover;
}

.item_title {
	position: absolute;
	width: 400px;
	height: 60px;
	font-family: "ºÚÌå";
	font-size: 14px;
	top: 4px;
	left: 130px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: auto;
}

.item_date {
	position: absolute;
	color: #969696;
	font-family: "ºÚÌå";
	font-size: 12px;
	right: 10px;
	bottom: 10px;
}