@charset "utf-8";
/* CSS Document */
body,div,ul,li,h1,h2,h3,h4,h5,h6,img,a,p,span,form,input { margin:0; padding:0}
ul { list-style:none}
a { text-decoration:none}
img { border:none}
html,body { width:100%; overflow-x:hidden;}
body { font-family:"微软雅黑", "宋体"; background:#fff;}
.container { overflow: hidden; background:url("bg.jpg") no-repeat center bottom #fff;}
.main { width: 1280px; min-height:1000px; margin: 0 auto}
@media screen and (max-width:1279px){
  .main { width:100%;}
}

.header { height: 94px; overflow:hidden; padding-top: 24px; margin-bottom: 50px; background: #fff; border-bottom: 5px solid #2398d6;}
.logo { float:left}
.nav { float:right; margin-top:25px; text-align:right; line-height:1.2em; font-size:.6em; color:#4e4e4e; font-family:Arial}
	.nav a { margin:0 0 0 38px; padding-top:20px; font-size:18px; color:#4e4e4e;}
	.nav a:hover { padding-top:18px; border-top:2px solid #dbaf7f}
	.nav a:hover { color:#dbaf7f}

	.crumb { margin:0 auto 24px 30px; line-height:26px; font-size:14px; color:#adadad}
	.crumb a { color:#adadad}
	.crumb a:hover { text-decoration:underline}
	.title { margin:0 auto 25px; line-height:50px; text-align: center; font-size:40px; color:#0a4769; border-bottom: 1px solid #e8e8e8 }
		.title .time { display:block; margin:20px auto 50px; line-height:28px; font-size:14px; color:#adadad; font-weight:normal}
	.content { padding:20px 0 80px; line-height:45px; font-size:20px; color:#202020; text-align:justify;}
		.content img,.content table { display:block; max-width:100%; margin:15px auto}
	
	