﻿/*____/ 初始化 css Reset \__________________________________________*/

body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,blockquote,p,form,fieldset,legend{
 margin:0; padding:0;
 }
fieldset,img,button{border:none;}
li{list-style:none;}
q:before, q:after {content:'';}
a {text-decoration:none;}

body{font:12px Tahoma,Arial,SimSun; background:#ff9c00 url(../images/bg_top.jpg) repeat-x center top;}
select{height:20px;}
input,select,button{font-size:100%;}



.clearfloat{
  clear:both;
  font-size: 0px;
  line-height: 0px;
}

.txtNone{font-size:0; text-indent:-5555px;}

topLink{}
.topLink{}
.topLink a{}


.topTitle{position:absolute; top:90px; left:70px; z-index:10;}


#container{width:1002px; margin:0 auto; position:relative;}

.content{height:860px;  margin:0px 20px 10px 0; padding-top:30px; overflow:hidden;}
.content li{clear:both; padding:20px 0; font-weight:bold; border-top:1px dashed #ccc;}
.content li .conTxt{font-size:14px; color:#3d3d36;}
.content li .author{float:right; color:#dc0313;}

#footer{position:relative; margin-top:-22px; background:url(../images/bg_footer.png) repeat-x;}

