/*后来修改*/
#citys p, #citys {
    display: inline;
}

.nav a span {
    color: #fff;
}

#citywap, #citywap div {
    display: inline-block;
}

.column .list a span {
    color: #fff;
}

/*顶部广告位*/
.top_adv {
    height: 100px;
    margin-bottom: 16px;
}

.top_adv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*头部*/
.header {
    width: 100%;
    /*margin-top: 16px;*/
    position: relative;
}

.header .logo {
    width: 172px;
    height: 84px;
    background: #fff;
    position: absolute;
}

.header .logo img {
    width: 80%;
    /*height: 100%;*/
    position: absolute;
    left: 10%;
    top: 7%;
}

.header .header_top {
    height: 34px;
    background: #072846;
}

.header_top .adress {
    /*width: calc(1200px - 190px);*/
    width: 84%;
    height: 34px;
    line-height: 34px;
    /*background-color: #777777;*/
}

.header_top .adress .location {
    width: 14px;
    vertical-align: middle;
}

.header_top .adress .adress_single {
    /*font-family: FZLTHK--GBK1-0;*/
    font-size: 14px;
    color: #CDD4DA;
    cursor: pointer;
}

.header_top .adress .mg10px {
    margin: 0 6px;
    color: #CDD4DA;
}

.adress .right_li {
    position: absolute;
    right: 0;
    padding: 0;
}

/*繁简切换开关*/
.right_li .switch {
    /*width: 80px;*/
    /*height: 25px;*/
    display: inline-block;
    border-radius: 25px;
    background-color: #fff;
    margin-top: 4.5px;
    color: #0B5497;
    line-height: 25px;
    padding: 1px;
}

.right_li .switch label {
    width: 40px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
}

.right_li .switch .swich_radio {
    display: none;
}

/*简繁体选中*/
.right_li .switch .on {
    background-color: #0b5497;
    border-radius: 12.5px;
    color: #fff;
}

.right_li .fs12px {
    font-size: 12px;
    color: #c6ced4;
    /*font-family: FZLTHK--GBK1-0;*/
    /*height: 34px;
    line-height: 34px;*/
    display: inline-block;
    margin: 0 15px 0 5px;
}

/*时政分类部分*/
.header .header_bottom {
    height: 50px;
    background: #072846;
}

.nav_bar {
    width: 85%;
    /*width: calc(1200px - 190px);*/
}

.nav_bar .nav {
    /*width: 70px;*/
    /*text-align: center;*/
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin-right: 25px;
}

.nav_bar .nav:first-of-type {
    margin-left: 10px;
}

.nav_bar .nav span {
    padding: 5px 0;
    cursor: pointer;
}

.nav_bar .nav span:hover, .nav_bar .nav span.active {
    border-bottom: 3px solid #EE2D39;
}

/*右侧搜索*/
.search {
    width: 165px;
    height: 28px;
    margin-top: 11px;
    margin-left: 15px;
    display: inline-block !important;
    /*2022-1-5 搜索框在导航栏的位置*/
    position: absolute;
    top: -9px;
    right: calc(50vw - 600px + 90px);
}

.znss {
    width: 165px;
    height: 27px;
    border-radius: 28px;
    background-color: #203d58;
    padding-left: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.80);
}

.submit_btn {
    /*height: 27px;*/
    width: 22px;
    border-radius: 27px;
    position: absolute;
    top: 2px;
    left: 4px;
    cursor: pointer;
    background-color: #203d58;
}

.submit_btn img {
    width: 50%;
    margin-top: 11px;
}

/*友情链接*/
.friendLink {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.friendLink .web {
    border-bottom: 1px solid #1c60d7;
    margin-left: 10px;
    cursor: pointer;
    color: #1c60d7;
}

.copyright {
    padding-top: 15px;
    background: #072846;
    margin-top: 10px;
    padding-bottom: 15px;
}

.copyright .about {
    width: 100%;
    text-align: center;
    font-size: 18px;

}

.copyright .about span {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
    /*border-right: 1px solid #fff;*/
}

.copyright .reserve {
    font-size: 13px;
    color: #C9E2FF;
    text-align: center;
    margin-top: 25px;
}

.about_wap {
    display: none;
}

@media (min-width: 1200px) {
    .header_wap {
        display: none;
    }

    .header {
        display: block;
    }

}

@media (max-width: 1200px) {
    .top_adv, .header, .advertising {
        display: none;
    }

    .adress_wap {
        width: 100%;
        background-color: #E8E8E8;
        overflow-x: auto;
        white-space: nowrap;
        padding: 5px 15px;
    }

    /* 隐藏下方的滚动条 */
    .adress_wap::-webkit-scrollbar {
        display: none;
    }

    .adress_wap .location {
        vertical-align: middle;
    }

    .adress_wap .adress_single {
        color: #4A4A4A;
        padding: 0 10px;
    }

    .bg_wap {
        background-color: #fff;
        padding: 5px 15px;
    }

    .bg_wap .bg_img_wap {
        width: 136px;
    }

    .right_li .switch {
        border: 1px solid #0B5497;
    }

    .right_li .switch label {
        line-height: 23px;
    }

    .sou_wap {
        width: 72px;
        margin-top: 3px;
        display: block !important;
        /*display: none;*/
    }
    /*.sou_wap .znss {*/
    /*    width: 100%;*/
    /*    color: #fff;*/
    /*}*/
    .sou_wap input{
        height: 28px;
        line-height: 28px;
        width: 85px;
        text-align: center;
        color: #d2d8de;
        font-size: 12px;
    }
    /* 搜素框*/
    #submit_btnwap{
        height: 28px;
        width: 28px;
        line-height: 28px;
        border-radius: 50px;
        /*width: 85px;*/
        top: 0px;
        color: #d2d8de;
        font-size: 12px;
    }
    #submit_btnwap img {
        width: 18px;
        height: 18px;
        /* top: 5px; */
        margin-top: 5px;
    }



    .sou_wap .znss::-webkit-input-placeholder {
        color: #fff;
    }

    /*栏目列表*/
    .column {
        background-color: #013564;
        padding: 0 15px;
        font-size: 16px;
        color: #fff;
    }

    .column .list {
        width: 30%;
        text-align: center;
        margin: 7px 0;
    }

    .column .list .cla {
        color: #fff;
    }

    .column .list .cla.active {
        border-bottom: 3px solid #EE2D39;
        padding-bottom: 2px;
    }
}

@media (max-width: 980px) {
    .w1200 {
        width: 100%;
    }

    .friendLink, .copyright {
        padding: 0 25px 10px 25px;
    }

    .about {
        display: none;
    }

    .about_wap {
        display: block;
        padding-top: 10px;
    }

    .about_wap .whole {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        /*margin-top: 10px;*/
    }

    .about_wap .whole:last-of-type {
        margin-top: 7px;
    }

    .about_wap .whole span {
        padding: 0 10px;
        color: #fff;
    }
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}


input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

input:-o-input-placeholder,
textarea:-o-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.header_top .adress .left img, .header_top .adress .left span {
    display: none;
}

.header_top .adress .right_li {
    width: 100%;
}

.adress .right_li .switch {
    float: right;
}

.adress .right_li .fs12px {
    float: left;
}

.adress_wap {
    display: none;
}
/*wap导航栏 修改为单行滚动 2021-12-29*/
@media (max-width: 756px) {
    .column {
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #013564;
        padding: 0;
        overflow: auto;
    }

    .column .list{
        width: auto;
        text-align: center;
        margin: 7px 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        color: white;
        padding: 0 15px;
    }
}
