/* 全局重置 */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* 基础样式 */
body {
  background: #fff;
  margin: 0 8px 4px;
  color: #000;
  text-align: center;
  font: 14px Arial, sans-serif;
}

ul, li, dl, dt, dd { margin: 0; padding: 0; list-style: none; }
a { color: #36c; text-decoration: none; }
img { border: none; max-width: 100%; }
div, td, th, p, .notice { font: 14px Arial, sans-serif; }
div { text-align: left; }

/* 布局 */
.content, .wrap { width: 970px; margin: 0 auto; max-width: 100%; }

/* 标题 */
h1, h2, h3, h4 { margin: 0; padding: 0; }
h1 {
  padding-left: 10px;
  margin: 10px;
  font: 24px "隶书", serif;
  color: #008000;
}

/* 导航 */
.nav { margin: 14px 0 0; font-size: 0; }
.nav li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #000;
  margin-bottom: 20px;
}
.nav li:last-child { border: none; }
.nav li a {
  color: #4067c5;
  display: block;
  font-size: 14px;
  line-height: 1em;
}

/* 横幅 */
.banner a { display: block; }
.banner img { display: block; width: 100%; }

/* 列表 */
.list { margin-top: 14px; }
.list-hd { height: 25px; background: url("../img/bbg.gif") repeat-x; }
.list-hd a {
  display: inline-block;
  margin-top: 4px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  border-right: 1px solid #fff;
}

.list-bd { font-size: 0; border-bottom: 1px solid #000; }
.list-bd dl { padding: 10px 0; border-bottom: 1px dashed #336699; }
.list-bd dl:last-child { border: none; }

.list-bd dt, .list-bd dd, .list-bd li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.list-bd dt { width: 10%; text-align: center; }
.list-bd dd { width: 90%; }
.list-bd a {
  color: #4067c5;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
}

/* 页脚 */
footer, .footer {
  clear: both;
  padding: 20px 15px 10px;
  margin-top: 10px;
  line-height: 20px;
}
.footer-left { text-align: left; }
.footer .nav { margin-bottom: 0; }
.footer .nav li { padding: 0 5px; margin-bottom: 10px; }

/* 特殊样式 */
.notice { margin: 10px auto; padding: 0; width: 162px; *margin-left: 15px; }
.notice sup { color: red; }
.notice .grn, a.grn:link, a.grn:visited { color: #008800; }

.clear { clear: both; height: 0; line-height: 0; font-size: 0; visibility: visible; }

.table_1 {
  color: #fff;
  padding-right: 14px;
  background: #0080c0 url(images/bbg.gif);
  height: 20px;
}

/* 自定义链接 */
.link_1 a:link { color: #fff; }
.link_1 a:visited { color: #eee; }
.link_1 a:hover, .link_1 a:active { color: #888; }

/* 响应式 */
@media (max-width: 1000px) {
  .content, .wrap { width: 100%; }
}