@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑","宋体";
	list-style-type: none;
	font-size: 13px;
	color:#999999;
} 
body{background:#f8f8f8 url(bg.jpg) left top repeat;}
/************** html5 **************/
header{background:url(newlogo12.png) center no-repeat; margin:0 auto; width:900px; height:10px; text-align:center;}
.content{background:#fafafa; width:900px; height:480px; margin:0 auto; text-align:center; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0px 0px 4px #cccccc; -webkit-box-shadow:0px 0px 4px #cccccc; box-shadow:0px 0px 4px #cccccc;}
.content p:first-child{border-bottom:1px solid #ccc; color:#5e5e5e; font-size:24px; width:839px; margin:0 auto; padding:45px 0px 20px;}
.content p{padding-top:12px;}
.tips{font-size:18px; margin:55px 0px 40px;}
.time{background:#fafafa url(date_bg.jpg) center no-repeat; margin:0 auto; height:130px; width:839px; overflow:hidden;}
.time span{float:left;line-height:25px;height:87px;overflow:hidden;}
.time span.danwei_first{padding-left:36px;}
.time span.danwei{padding-right:125px;}
.clear{height:0;clear:both;overflow:hidden;}
footer p{ margin:0 auto;font-famliy:Arial, Helvetica, sans-serif; font-size:11px; width:900px; text-align:right; line-height:25px; margin-top:10px;}
