﻿* {
  line-height: 1.8em;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  font-family: "微软雅黑",Arial,Tahoma,"微软雅黑","宋体";
  font-size: 12px;
}

.bg {
  background: none repeat scroll 0 0 #C6C6C6;
}

.wrapper {
  background-color:#FFFFFF;
  color: #003E84;
  margin: 0 auto;
  min-height: 72px;
  width: 1002px;
  overflow:hidden;
  position:relative;
}

.topnav {
    position:absolute;
    right:5px;
    top:5px;
}

.wrapper .logo img {
  max-width: 978px;
}

.search {
  height: 35px;
  padding: 10px;
}

.search input {
  vertical-align: middle;
  color:gray;
}

.search span {
  margin: 0 5px;
}

.search span input {
  margin: 0 5px 0 2px;
}

.logo {
  padding: 12px 0 12px 10px;
}

a {
  text-decoration: none;
}

img{
  border-width: 0;
}

.menubg {
  background-color: #606060;
  height: 2px;
}

.bg {
  background: none repeat scroll 0 0 #C6C6C6;
}

.righttitle {
  background-color: #5B708D;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0 0 0 25px;
}

.box {
  min-height: 500px;
  padding: 20px 58px;
}

.centertitle {
  color: #333333;
  display: inline-block;
  float: left;
  font: 30px "Microsoft YaHei";
  margin-bottom: 25px;
  margin-right: 10px;
}

.clear {
  clear: both;
  line-height: 0;
}

.contents ul {
  list-style: none outside none;
}

.contents li {
  margin-bottom: 15px;
}

.contents h3 {
   background: url("img/cion02.gif") no-repeat scroll 10px 11px #333;
  line-height: 27px;
  padding: 0 20px;
  display:inline-block;
  _display:inline;
  _zoom:1;
  color:#FFF;
}

.contents ul ul {
  margin: 6px auto;
}

.contents ul ul li {
  float: left;
  margin: 0 8px;
}

.contents ul ul li a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}

#footercolor {
  background: none repeat scroll 0 0 #333333;
}

#footer {
  color: #FFFFFF;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 1002px;
}

#footer a {
  color: #FFFFFF;
  margin: 0 8px;
}