html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* Hide from IE Mac \*/
.clearfix {
	display: block;
} /* End hide from IE Mac */
.none {
	display: none;
} /* End Clearfix */
/* General Setup
/*-----------------------------------------------------------------------------------*/

body {
	font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 12px;
	margin: 0 auto;
	color: #fff;
	background-color: #FFF;
}
body#page {
	height: auto;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #8A50C1;
}
img {
	width: 100%;
	display: block;
}
/* Structure
/*------------------------------------------*/
#container {
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: auto;
	background-size: 100%;
	height: 100%;
}
/*pic swipe style*/
.header {
	width: 90%;
	margin: 0 auto;
	padding-top: 4%;
}
#SwipeTarget {
	width: 100%;
	position: relative;
	max-width: 800px;
}
.logo {
	width: 40%;
	float: left;
}
.searchs {
	width: 50%;
	float: right;
	background: url(../images/public/list_search.png) no-repeat;
	background-size: 100%;
	height: 25px;
	padding-left: 6%;
	margin: 0;
	margin-top: 2%;
}
.searchs #sea {
	border: none;
	float: left;
	width: 75%;
	background: none;
}
#closes {
	float: right;
	line-height: 190%;
	padding-right: 5%;
	display: none;
}
#closes a {
	color: #44474c;
}
#content {
	display: block;
}
#searchlist {
	display: none;
	overflow-y: auto;
}
#content ul, #searchlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul li, #searchlist ul li {
	width: 100%;
	background-size: 100%;
}
.listlogo {
	width: 100%;
	overflow: hidden;
	padding-left: 0%;
	padding-top: 5%;
}
.listlogo img{ width:100%;}

.listr {
	width:94%;
	margin-left: 3%;
	margin-top:10%;
}
.listr img{ width:100%;}

.page_img1{
	width:100%;
	overflow:hidden;
	padding-top:10%;
	}
.page_img1 img{ width:100%;}

.page_img2{
	width:100%;
	overflow:hidden;
	padding-top:30%;
	}
.page_img2 img{ width:100%;}

.listdate {
	font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif, serif;
	font-size: 110%;
	color: #68959b;
	line-height: 120%;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-top: 4%;
}
.listtitle {
	line-height: 260%;
	font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif, serif;
	font-size: 160%;
	text-align: left;
}
.listtitle a {
	color: #44474c;
}
.yinwen {
	display: none;
}
/* CSS Media Queries
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
#container {
	width: 100%;
	height: auto;
}
#Indicators {
	width: 100%;
}
#pagecontainer {
	width: 100%;
	height: 100%;
}
#bottom_nav {
	width: 100%;
}
