@charset "utf-8";
/* CSS reset */
/* @font-face{
　　font-family: "PingFang SC";
　　src: url('../fonts/pingfang regular.ttf'),
		url('../fonts/pingfang extralight.ttf'),
		url('../fonts/pingfang heavy.ttf'),
		url('../fonts/pingfang light.ttf'),
		url('../fonts/pingfang medium.ttf'),
		url('../fonts/pingfang bold.ttf')
	;} */
html{
	font-size:14px;
	font-family: "PingFang SC" , "Microsoft YaHei",Helvetica,  Arial,sans-serif;
	font-weight:400;
	background:#fff;
	color:#666;
	/*font-family:  PingFangSC-Thin, sans-serif;*/
	/*font-family: PingFangSC-Regular, sans-serif;*/
	/* font-family: PingFangSC-Light, sans-serif; */
	/*font-family: PingFangSC-Medium, sans-serif;*/
	/*font-family: PingFangSC-Semibold, sans-serif;*/
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
 
ol,
ul {
	list-style:none;
}
 
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
a{ text-decoration:none; cursor:pointer;}

@font-face {
  font-family: 'iconfont';  /* project id 1613161 */
  src: url('../fonts/font_1613161_tn1dbcw1qg.eot');
  src: url('../fonts/font_1613161_tn1dbcw1qg.eot') format('embedded-opentype'),
  url('../fonts/font_1613161_tn1dbcw1qg.woff2') format('woff2'),
  url('../fonts/font_1613161_tn1dbcw1qg.woff') format('woff'),
  url('../fonts/font_1613161_tn1dbcw1qg.ttf') format('truetype'),
  url('../fonts/font_1613161_tn1dbcw1qg.svg#iconfont') format('svg');
}

@font-face {
  font-family: 'iconfont';  /* project id 1613161 */
  src: url('../fonts/font_1613161_tn1dbcw1qg.eot');
  src: url('../fonts/font_1613161_tn1dbcw1qg.eot') format('embedded-opentype'),
  url('../fonts/font_1613161_tn1dbcw1qg.woff2') format('woff2'),
  url('../fonts/font_1613161_tn1dbcw1qg.woff') format('woff'),
  url('../fonts/font_1613161_tn1dbcw1qg.ttf') format('truetype'),
  url('../fonts/font_1613161_tn1dbcw1qg.svg') format('svg');
}

.iconfont{
	font-family:"iconfont"!important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale; 

}


.no-data{
	text-align: center;
	margin:50px 0;
}
.no-data-image{
	width:120px;
	height: auto;
	display:block;
	margin:0 auto;
}
.no-data-text{
	font-size:20px;
	color:#999;
	margin-top:10px;
}

	.lists_focus li a{        text-overflow: ellipsis;}
