*,
body {
    margin: 0;
    padding: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

a {
    text-decoration: none;
}

.content {
    max-width: 1200px;
    width: 100%;
    margin: 70px auto 35px auto;
}

.white img {
    display: block;
    margin: 0 auto;
}

.Con {
    width: 100%;
    padding: 40px;
    background-color: rgb(135,193,255);
    display: flex;
    justify-content: space-between;
}

/* 头部 */
body>div {
    width: 100%;
    height: 100%;
    background: url(bg.png) no-repeat top center;
}

.rdjy_header {
    position: relative;
    overflow: hidden;
    height: 380px;
}

.ggwh_header,
.ggwh_header>img {
    width: 100%;
}

.logo_tit {
    width: 1200px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
}

.logo_tit .logo {
    float: left;
    width: 297px;
    height: 54px;
}

.gblogo {
    margin: 156px auto 0 auto;
    display: block;
}

.wza,
.old_gh {
    width: 150px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    display: block;
    float: right;
}

.wza {
    margin-right: 30px;
}

/* 声明 */
.gbsm {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    background-color: white;
    padding: 20px 0;
}

.gbsm a {
    font-family: PingFangSC-S0pxibold;
    font-weight: 600;
    font-size: 24px;
    color: #3b6bcf;
    letter-spacing: 0;
}

.warnings {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 36px;
    text-indent: 2rem;
    padding: 20px 0px;
}

/* 内容 */
.Con .left {
    width: 740px;
    background-color: #FFFFFF;
    padding: 20px 30px 40px 30px;
}

.Con .right {
    width: 360px;
}

.Con .gbtit {
    width: 100%;
    font-family: PingFangSC-S0pxibold;
    font-weight: 600;
    font-size: 24px;
    color: #3b6bcf;
    letter-spacing: 0;
    text-align: center;
}

.Con .page {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.Con .number a {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #3b6bcf;
    letter-spacing: 0;
    line-height: 28px;
}

.Con .num {
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
}

.Con .title {
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.Con .title .hr p {
    width: 240px;
    height: 1px;
    background-color: #3b6bcf;
    margin-bottom: 3px;
}

.Con .list li {
    padding-left: 16px;
    display: flex;
    background: url(dian.png) no-repeat 0px 15px;
    background-size: 4px 4px;
    margin-top: 8px;
}

.Con .list li a {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 45px;
    display: block;
}

/* 二维码 */
.Con .ewm {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.Con .ewm .fg {
    width: 160px;
    height: 1px;
    background: #3b6bcf;
    margin-top: 50px;
}

.Con .ewm .cover {
    width: 125px;
}

.Con .ewm .cover .ewmtit {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #3b6bcf;
    letter-spacing: 0;
    text-align: center;
}

.Con .ewm .gbewm,
.Con .ewm .pdf {
    width: 100px;
    height: 100px;
    border: 1px solid #3b6bcf;
    display: block;
    margin: 0 auto 12px auto;
}
.Con .ewm .gbewm img{
    width: 98%;
    height: 98%;
    margin: 1% 0 0 1%;
}
/* 历史公报 */
.Con .lsgb_tit{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 24px;
margin-top:60px;
}
.Con .lsgb_tit span{
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #3b6bcf;
    letter-spacing: 0;
    border-bottom: 4px solid #3b6bcf;
    padding-bottom: 21px;
}
.Con .gblist{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.Con .gblist li{
    width: 124px;
    border: 1px solid #3b6bcf;
    margin-top: 21px;
    margin-right: 15px;
}
.Con .gblist li:nth-child(5n){
margin-right:0;
}
.Con .gblist li a{
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
/* 公报链接 */
.Con .gbhref{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.Con .gbhref li{
    width: 220px;
    border: 1px solid #3b6bcf;
}
.Con .gbhref li a{
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 60px;
    display: block;
    height: 100%;
    text-align: center;
    background: url(icon_03.png)no-repeat center left;
    background-size: 32px 32px;
    margin-left: 30px;
}
/* 查询 */
.right .query{
    background-color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.right .lxwm.query{
margin-bottom:0;
}
.right .query .query_tit{
    width: 360px;
    background: #3b6bcf;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}
.right .query .query_form{
    padding: 20px 20px 0 20px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: right;
    line-height: 40px;
}
.right .query .query_form .form_tit{
    width: 64px;
}
.right .query .query_form input{
    width: 256px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #3b6bcf;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    padding-left:10px;
}
.right .query select,.right .query .query_form input.dinput{
    width: 123px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #3b6bcf;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    margin-right: 10px;
    padding-left:10px;
}
.right .query select.numyear,.right .query .query_form input.dinput.numqi{
    width: 94px;
}
.right .query .query_form input.dinput.left{
        margin-left: 10px;
        padding: 0;
padding-left:10px
}
.right .query .query_form input.dinput.right{
    margin-right: 0;
}
.right .query select.lastsele{
  margin-right: 0;
}
.right .query .query_form input.whinput{
    margin: 20px 0 0 64px;
}
.right .query .button{
    padding-left: 84px;
}
.right .query .button .btn{
    width: 123px;
    line-height: 40px;
    background: #3b6bcf;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: right;
    text-align: center;
    margin-right: 10px;
    padding: 0;
}
.right .query .button .btn[type="reset"]{
    background: #999999;
    border: 0;
    margin-right: 0;
}
/* 赠阅范围 */
.right .query.zyfw .zyfw_con{
    padding: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 32px;
    text-indent: 2rem;
}
/* 联系我们 */
.right .query.lxwm .lxwm_con{
    padding: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 32px;
}
/* 底部 */
.zt_container {
    width: 1200px;
    margin: 0 auto;
}

.zt_footer {
    border-top: 5px solid #3b6bcf !important;
}
/* 手机端 */
@media (max-width:700px) {
    .Con .ewm .cover:first-child{
        display:none;
    }
}

.white {
    background-color: #ffffff;
    padding: 0 40px;
}
