@charset "utf-8";
@font-face  /*特粗*/
{
font-family: pf_HEAVY;
src:url(../../css/PINGFANG HEAVY.TTF);
}
@font-face  /*细体*/
{
font-family: pf_LIGHT;
src:url(../../css/PINGFANG LIGHT.TTF);
}
@font-face  /*常规*/
{
font-family: pf_REGULAR;
src:url(../../css/PINGFANG REGULAR.TTF);
}
@font-face  /*粗体*/
{
font-family: pf_BOLD;
src:url(../../css/PINGFANG BOLD.TTF);
}
@font-face  /*特细*/
{
font-family: pf_EXTRALIGHT;
src:url(../../css/PINGFANG EXTRALIGHT.TTF);
}

@font-face  /*中等*/
{
font-family: pf_MEDIUM;
src:url(../../css/PINGFANG MEDIUM.TTF);
}

/*reset css*/
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, 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,article, aside, canvas, details, embed,figure, figcaption,.footer, .header,  footer, header, menu, nav, output, ruby, section, summary,time, mark, audio, video{margin: 0;padding: 0;border: 0;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,.footer, .header, footer, header,  menu, nav, section {display: block;}
/*html{font-size: 100px;}*/
html{font-size: 100%;}
body{
    width: 100%;
    max-width: 750px;
    font-size: 0.48rem;
    color: #333;
    position: relative; 
	margin:0 auto;
	color:#333;
    font-family:'pf_MEDIUM',PingFangSC-Medium, sans-serif,"微软雅黑"; 
	background: #f8f8f7;
}
ol, ul {list-style: none;}
blockquote,q {quotes: none;}
a{text-decoration: none;display: inline-block;color:#333;outline: none;}
*{outline: none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline: none;}
a:focus,a:active,a:link,a:visited,a:hover{outline: none;text-decoration: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}

table {border-collapse: collapse;border-spacing: 0;}
textarea,input,button{resize: none; outline: none;-webkit-appearance: none;font-family:'pf_MEDIUM',PingFangSC-Medium, sans-serif,"微软雅黑";}
::-webkit-input-placeholder { color: #ccc;}
.tixian_input::-webkit-input-placeholder { line-height: 120px;}
del{text-decoration: line-through;}
/*清除浮动*/
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.cf{*zoom:1;}
.block{ display: block;}
.none{display:none;}


img{
    max-width: 100%;
	vertical-align: middle;
}

.head{
	position: relative;
	height: 2rem;
	line-height: 2rem;
	background: #fff;
	color: #fff;
}
.head .left{
	position: absolute;
	left: 0.6rem;
	width: 0.5rem;
}
.head .left img{
	width: 100%;
}
.head .center{
	text-align: center;
	font-size: 0.72rem;
}
.liebiao_head .home {
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem;
    margin-right: 0.4rem;
}

/*内容*/
.liebiao ul{
	padding: 0.8rem;
}
.liebiao li{
	background: #fff;
	border-radius: 0.2rem;
	padding: 0.4rem;
	overflow: hidden;
	font-size: 0.56rem;
	margin-bottom: 0.6rem;
}
.liebiao li h3{
	font-size: 0.72rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.liebiao li span{
	float: right;
	color: #ccc;
}
.liebiao li p{
	float: left;
	color: #449cff;
}

.liebiao_xiangqing{
	padding: 0.8rem;
}
.liebiao_xiangqing h3{
	font-size: 0.84rem;
	font-weight: bold;
	line-height: 1.2rem;
}
.liebiao_xiangqing div{
	overflow: hidden;
	line-height: 0.8rem;
	margin-bottom: 0.4rem;
	margin-top: 0.4rem;
}
.liebiao_xiangqing div a{
	display:inline;
}
.liebiao_xiangqing .liebiao_shijian p{
	float: left;
}
.liebiao_xiangqing .liebiao_shijian span{
	float: right;
}
.liebiao_xiangqing h4{
	line-height: 1rem;
	font-size: 0.56rem;	
}
.liebiao_xiangqing>p{
	text-indent: 4em;
	line-height: 1rem;
	font-size: 0.56rem;
}

.liebiao_shijian{
	color: #ccc;
}






