charset "utf-8";
form { 	display: inline }
ul,ol { list - style: none }
a {	text - decoration: none; color: #000 }
a: hover { color: #1c5aa2;  text - decoration: none }
button, input, select, textarea { font-size: 100 % ; vertical-align: middle; outline: 0 }
textarea {resize: none}
button, input[type = "button"], input[type = "reset"], input[type = "submit"] { cursor: pointer; -webkit-appearance: button; -moz-appearance: button
}
input: focus: -moz-placeholder,input: focus: :-webkit-input-placeholder { color: transparent }
button: :-moz-focus-inner,input: :-moz-focus-inner { padding: 0; border: 0 }
table {	border - collapse: collapse; border - spacing: 0}
.fl {
	float: left
}
.fr {
	float: right
}
.hide {
	display: none
}
.show {
	display: block
}
.ellipsis {
	white - space: nowrap;
	text - overflow: ellipsis;
	overflow: hidden
}
.break {
	word -
	break: break - all;
	word - wrap: break - word
}
header, footer, article, section, nav, menu, hgroup {display: block; clear: all }
.swipe {
	overflow: hidden;
	height: 180px;
	position: relative;
	margin: 0 auto;
	margin - bottom: 10px ! important
}
.swipe-wrap {
	overflow: hidden;
	position: relative; - webkit - backface - visibility: hidden; - moz - backface - visibility: hidden; - ms - backface - visibility: hidden; - o - backface - visibility: hidden;
	backface - visibility: hidden;
	z - index: 99
}
.swipe-wrap>div {
	float: left;
	width: 100 % ;
	position: relative
}
.swipe_pic {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 180px;
	background-color: #efefef;
	background-image: url(images/sina_ico.png) ;
	background-position: center center;
	background-size: 60px auto;
	background-repeat: no-repeat
}
.error: :after {
	content: "图片加载失败";
	font-size: 14px;
	color: #999;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 110px;
	top: 100px
}
.timeout: :after {
	content: "图片请求超时";
	font-size: 14px;
	color: #999;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 110px;
	top: 100px
}
.loading: :after {
	content: "图片加载中";
	font-size: 14px;
	color: #999;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 110px;
	top: 100px
}
.swipe_pic a {
	display: block
}
.swipe_pic img {
	width: 100%;
	height: 180px
}
.swipe_h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 14px;
	font-size: 14px;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.6);
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px 0#000
}
.swipe_num {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 100;
	font-size: 14px;
	color: #fff;
	height: 26px;
	line-height: 26px
}
.swipe_num span {
	color: #48d2ff
}