*{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei","Times New Roman","宋体",serif;
    font-size: 14px;
    color:#333;
    background:#eff3f6;
}
select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #2576d1;
}
.a {
  color: #436400;
}

.a:hover {
  color: #F39800;
}
img {
  border: 0;
  vertical-align: middle;
}
.lf{
    float:left;
}
.rt{
    float: right;
}
.clear:after{
    display: block;
    content:'';
    clear:both;
}
.padt20 {
  padding: 20px 0;
}

.padt10 {
  padding-top: 10px;
}
.w1190 {
  width: 1190px;
  margin: 0 auto;
}
.box {
  border: 1px solid #E8E8E8;
}
.btn {
  border: none;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background-color: #2576d1;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
}

.btn:hover {
  background-color: #5191da;
}

.btn-gray {
  background-color: gray;
}

.btn-gray:hover {
  background-color: gray;
}
.header{
  background:#fff;
}

.logo{
  width:202px;
  height:79px;
  line-height: 58px;
  background:url('http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/picture/0/s2201131502097651958.png') no-repeat center;
  float: left;
}
.hzyh {
  width: 250px;
  height: 58px;
  line-height: 58px;
  background:url('hzyh.png') no-repeat center;
  float: right;
}

.nav {
  width: 100%;
  height: 46px;
  background-color: #2576d1;
}

div.nav div.w1190 ul li:nth-child(5){display:none;}

.orion-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  float: right;
  list-style: none;
  font-family: "微软雅黑";
}

.orion-menu li {
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 20px;
  position: relative;
}

.orion-menu li a {
  padding: 13px 29px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  -o-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

.orion-menu li:hover>a{
  background-color: #1860b1;
}
.orion-menu li.active>a {
  background-color: #1860b1;
  font-weight: bold;
}

.orion-menu>li>a {
  text-transform: uppercase;
}


.breadCrumb{
  padding:20px 10px 10px 10px;
  color:#666;
}
.breadCrumb a{
  color:#666;
  margin-right:3px;
}

.breadCrumb a:hover{
  color:#2576d1;
}
.viewBox {
  background: #fff;
  padding: 40px 60px;
  min-height: calc(100% - 130px);
  margin-bottom: 20px;
}
p.ggTitle{
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding-bottom:20px;
  border-bottom: 1px dashed #ddd;
}
p.ggTime {
  text-align: center;
  font-size: 16px;
  padding:10px 0 20px 0;
}