/*公共样式*/
*{-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.gif);}
/*头部*/
.container .header{ width:1000px; margin:0px auto;background-color:#f0ecec;}
/*导航*/
.container .nav{width:998px;margin:0px auto;background-color:#FCFCFC;border: 1px solid #BBDEFB;border-top: 3px solid #3B649C;}

/*内容*/
.content{width:1000px;margin:15px auto; background-color:#fcfcfc; border:1px solid #BBDEFB;}
/*面包导航*/
.content .bread{padding-left: 15px; height:40px; line-height:40px;border-bottom: 1px solid #BBDEFB;}
/*文章标题*/
.content .title{ text-align:center; min-height:40px; line-height:40px;}
/*文章其它*/
.content .other{ height:40px; line-height:40px;border-bottom:5px solid #3B649C;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:#fcfcfc;width:1000px;margin:0px auto;height: 100px;padding-top: 25px; border:solid 1px #BBDEFB;}
.footer td{ font-size:14px; line-height:25px;}
.footer .font2{ color:Red;}