/*公共样式*/
*{-ms-word-break:break-all;word-break:break-all;-ms-word-wrap:break-word;word-wrap:break-word;-webkit-tap-highlight-color:rgba(0,0,0,0)}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,figcaption,figure,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body,button,input,select,textarea{font:12px/25px Lucida Grande,'Microsoft YaHei',"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif}
h1{font-size:18px;font-weight:normal}
h2{font-size:16px;font-weight:normal}
h3{font-size:14px;font-weight:normal}
h4,h5,h6{font-size:100%;font-weight:normal}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp,tt{font-family:"Courier New",Courier,monospace}
small{font-size:12px}
ul,ol,li{list-style:none}
abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help}
q:before,q:after{content:''}
legend{color:#000}
fieldset,img{border:0}
table{border-collapse:collapse;border-spacing:0}
hr{border:0;height:1px}

a{ text-decoration:none; color:#333;  }
a:hover{ color:#FF8400;  }

/*容器*/
.container{width:100%; background-image:url(bg.jpg)}
/*头部*/
.container .header{ width:1000px; margin:0px auto;background-color:#f0ecec;}
/*导航*/
.container .nav{width:1000px;margin:0px auto;}
.container .nav{width:998px;margin:0px auto;background-color:#FCFCFC;border:1px solid #EDEEF0;border-top: 3px solid #ff8500;}

	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.topNav{position:relative; z-index:1; height: 40px; line-height:40px;  border-top: 3px solid #ff8500; border-bottom: 1px solid #EDEEF0;border-left: 1px solid #EDEEF0;border-right: 1px solid #EDEEF0; background-color: #FCFCFC;font-family:"Microsoft YaHei",SimSun; font-size:12px;}
	.topNav-width{ width:1000px; margin:0 auto;   }
	.topNav h3{ font-weight:normal; font-size:100%; }
	.topNav dl{ zoom:1; }
	.topNav dd{ float:left; position:relative;  }
	.topNav dd h3{ float:left;  }
	.topNav dd h3 a{ display:inline-block; *display:inline; zoom:1;font-weight: bold; font-size:14px; height:40px; line-height:40px; width:100px; text-align:center;}
	.topNav dd h3 a:hover,.topNav dd.on h3 a{ background:#EDEEF0; color:#FF8400;}
     /*默认隐藏display:none;*/
	.topNav dd ul{ display:none; position:absolute; width:98px;  top:40px; left:0;  border:1px solid #FECC5B; border-top:0;  background:#fff;-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1); -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1); box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);}
	.topNav dd ul li{ line-height: 38px; border-bottom: 1px solid #FECC5B; text-align:center;}
	.topNav dd ul li a{ display: block; color: #333; padding: 0 15px;}
	.topNav dd ul li a:hover{ background:#FFF5DA; color:#E67902;}
	.topNav dd ul li a span{ color:#FF8400; margin-left:5px;}
/*内容*/
.content{width:998px;margin:15px auto; background-color:#fcfcfc; border:1px solid #EDEEF0;}
/*面包导航*/
.content .bread{padding-left: 15px; height:40px; line-height:40px;border-bottom: 1px solid #EDEEF0;}
/*文章标题*/
.content .title{ text-align:center; min-height:40px; line-height:40px;}
/*文章其它*/
.content .other{ height:40px; line-height:40px;border-bottom: 1px solid #ff8500;margin-left: 15px;margin-right: 15px;}
.content .articleother{ float:left;height:40px; line-height:40px;}
/*文章点击评论数*/
.content .articleclick{ float:right;height:40px; line-height:40px;}
.clicknumber{color:Red;}
/*文章内容*/
.content .detail{word-wrap:break-word; padding:15px; overflow:hidden;}
.content .detail img { display:block; max-width:100%; height:auto; min-width:375px; margin:5px auto;}

/*页脚*/
.footer{ background-color:#f0ecec;width:1000px;margin:0px auto;height: 100px;padding-top: 25px}
.footer td{ font-size:14px; line-height:25px;}
.footer .font2{ color:Red;}