﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none;

}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1200px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}
@media print {
    .main {
        width: 100% !important;
        background: #fff !important;
        padding: 0 !important;
    }
    .introduce {
        width: 100% !important;
        margin:20px 0 0 !important;
    }
    .explain{
        display: none !important;
    }
    .aside{
        display: none !important;
    }
    .content {
        width: 100% !important;
        margin: 0 !important;
    }
    .viewList {
        width: 100% !important;
        border: none !important;
    }

}
.main {
    width: 100%;
    background: #fafafa;
    padding: 10px 0;
}

.introduce {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border: solid 1px #aed4f5;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
}

.introduce .row .col {
    width: 50%;
    margin-bottom: 20px;
}

.introduce .row .col label {
    font-weight: bold;
}

.wjnr{
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border: solid 1px #aed4f5;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    line-height: 40px;
    font-size: 28px;
}

.wjnr .row .col {
    width: 100%;
}

.wjnr .row .col label {
    font-weight: bold;
}
.zw-info {
    width: 850px;
}

.content {
    width: 1200px;
    margin: 20px auto;
}

.viewList {
    width: 884px;
    border: solid 1px #aed4f5;
    border-radius: 4px;
    background: #ffffff;
}

.viewList.intro{
    width: 1200px;
}

.viewList.intro .zw-info{
    width: 1100px;
}

.viewList.intro .zw{
    width: 1100px;
}

.zw {
    width: 834px;
    margin: 15px auto 50px auto;
    font-size: 16px;
    line-height: 36px;
    color: #424242;
}

.zw p {
    margin-top: 10px;
    line-height: 2em;
    font-size: 16px!important;
    text-align: justify;
}
.zw p span{
    font-size: 16px!important;
}
.zw img {
    display: block;
    max-width: 100%;
    margin: 15px auto !important;
}

.aside {
    width: 280px;
    border: solid 1px #aed4f5;
    border-radius: 4px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 14px;
}
.aside .box{
    margin-bottom: 24px;
}
.aside h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #2e6da1;
    margin-bottom: 3px;
}

.aside ul li {
    line-height: 26px;
    text-align: justify;
    margin-bottom: 6px;
}

.aside ul li span {
    width: 8px;
    height: 8px;
    background: #2e6da1;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 8px;
}

.aside ul li a {
    width: 234px;
}

.aside ul li a:hover {
    color: #2e6da1;
}
.xgjd {
    width: 1200px;
    margin-top: 20px;
}
.xgjd .box {
  margin: 0 auto 40px;
}
.xgjd .box h4 {
  color: #2e6da1;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 14px;
  line-height: 52px;
}
.xgjd .box ul li {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.xgjd .box ul li span {
  display: inline-block;
  margin-right: 16px;
  width: 10px;
  vertical-align: 6px;
  height: 10px;
  background: #2e6da1;
  margin-top: 15px;
  border-radius: 30px;
}
.xgjd .box ul li a {
  width: auto;
  max-width: 1140px;
  display: inline-block;
  text-align: justify;
}

.foot{
    margin-top: 0;
}
