@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1200
 */

/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */
@media screen and (max-width: 1399px) {
    .wrapper .inner {
        width: 100%;
    }

    #nyheader .nyhead-right {
        padding-right: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .post-news1 li {
        float: left;
        width: 16.5%;
    }

}

@media screen and (max-width: 1200px) {
    .wrapper .inner {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper .inner .mod {
        width: auto;
        padding: 0 8px;
    }

    #header .sitelogo img {
        width: 280px;
    }

    .post-news1 li {
        float: left;
        width: 25%;
    }

    .post-news3 ul {
        margin: 0 auto;
        width: 100%;
    }

    .post-news5 li {
        margin-bottom: 20px;
        width: calc(50% - 15px);
    }

    /**
 * [Medium Screen for Pad]
 * 768~959
 */
    @media screen and (max-width: 999px) {
        .navi-aside-toggle {
            margin-top: 0;
        }

        .navi-aside-toggle,
        .navi-aside-search {
            display: block;
        }

        .searchbox {
            width: 100%;
        }

        .wp-search {
            width: 100%;
        }

        #banner {
            min-height: 300px;
            background: url(images/top_banner.jpg) left top no-repeat;
            background-size: auto 140%;
        }

        #banner .inner {
            display: none;
        }

        .l-banner img {
            width: 100%;
            height: 100%;
        }

        .l-banner {
            height: 300px;
            background-size: auto 100%;
        }

        .wrapper .inner .mod {
            width: auto;
            padding: 0 12px;
        }

        #header {
            height: auto;
            padding-bottom: 20px;
            background-size: auto 100%;
            background-position: left bottom;
        }

        #header .sitetitle {
            width: auto;
            margin-top: 12px;
            margin-left: 20px;
        }

        #header .sitelogo img {
            width: 280px;
        }

        .head-left {
            width: 100%;
text-align: center;
        }

        .part {
            padding: 80px 0;
        }

        .post-news1 li {
            float: left;
            width: 33%;
        }

        .post-news5 li {
            margin-bottom: 20px;
            width: 100%;
        }




        #footer .foot_top {
            padding-top: 24px;
        }

        #footer .copyright {
            padding: 8px;
            text-align: center;
        }



        #nav {
            display: none;
        }

        .wp-menu.nowrap {
            -webkit-flex-wrap: wrap;
            -webkit-box-lines: single;
            -moz-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .wp-navi-aside .navi-aside-wrap li {
            width: 100%;
        }

        /*导航样式：后台绑定时也可以定义配置*/
        .wp-navi .wp-menu {
            display: none;
        }

        .wp-navi-slide .navi-slide-head {
            display: block;
            padding: 0 10px;
            height: 40px;
        }

        .wp-navi-slide .wp-menu {
            background: #fff;
        }

        .wp-navi-slide .wp-menu .menu-item {
            display: inline-block;
            float: none;
            position: relative;
            z-index: 100;
            width: 100%;
            padding-left: 0px;
            text-align: left;
            border-bottom: 1px solid #eee
        }

        .wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
            display: block;
            width: 38px;
            height: 38px;
            position: absolute;
            right: 6px;
            top: 1px;
            background: url(css/img/icons.png) no-repeat 10px -116px;
        }

        .wp-navi-slide .wp-menu .menu-item a.menu-link {
            display: block;
            padding: 0 20px;
            line-height: 40px;
            color: #343434;
            font-size: 14px;
        }

        .wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
        .wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
        .wp-navi-slide .sub-menu .sub-item.hover>a,
        .wp-navi-slide .sub-menu .sub-item a:hover {
            text-decoration: none;
            color: #000;
            background-color: #eee;
        }

        .wp-navi-slide .sub-menu {
            display: none;
            position: relative;
            left: 0;
            bottom: 0px;
            top: 0px;
            min-width: 0px;
            z-index: 100;
            background: #fff;
            opacity: 0.8;
        }

        .wp-navi-slide .sub-menu .sub-item {
            position: relative;
            white-space: nowrap;
            vertical-align: top;
            border-bottom: 1px solid #eee;
        }

        .wp-navi-slide .sub-menu .sub-item a {
            display: block;
            color: #000;
            height: auto;
            line-height: 40px;
            padding: 0 36px;
            font-size: 14px;
            background: none;
        }

        .wp-navi-slide .sub-menu .sub-item a:hover {
            color: #000;
            background-color: #eee;
            display: block;
        }

        .wp-navi-slide .sub-menu .sub-menu {
            left: 0;
            top: 0;
        }

        .wp-navi-slide .sub-menu .sub-menu .sub-item a {
            padding: 0 52px;
        }

    }

    @media screen and (max-width: 860px) {

        #nyheader .nyhead-left,
        #nyheader .sitelogo {
            float: none;
        }

        #nyheader .nyhead-left,
        #nyheader .sitelogo {
            height: 120px;
        }

        #nyheader .nyhead-right {
            padding-top: 120px;
            padding-right: 0;
            left: 0;
        }

        .nav-expand {
            display: block;
        }

        .rtss .searchbox {
            background: #eee;
            position: relative;
            padding: 10px;
            display: none;
        }

        .rtss .searchbox:before {
            content: " ";
            width: 0;
            height: 0;
            border-width: 10px 8px;
            border-style: solid;
            border-color: transparent transparent #eee;
            position: absolute;
            right: 21px;
            top: -20px;
        }

        .rtss .wp-search {
            background: #036eb7;
        }

        #header {
            background: #036eb7;
            padding-bottom: 0;
        }

        #header .mod {
            position: relative;
            padding: 24px;
        }

        #header .head-left {
            padding-top: 0;
            height: 120px;
        }

        #header .sitelogo,
        #header .sitelogo .clearfix {
       text-align: center;
        }

        #header .head-sousuo {
            position: absolute;
            margin-top: 0;
            right: 0;
            top: 0;
            padding-top: 120px;
            padding-right: 0;
            left: 0;
        }

        #header .sitetitle {
            margin-top: 0;
            margin-left: 20px;
            margin-top: 4px;
        }

        #header .sitelogo img {
            width: 200px;
        }

        #header .sitetitle img {
            width: 270px;
        }

        .fixright {
            position: fixed;
            top: auto;
            bottom: 40px;
            width: 60px;
        }

        .fixright .btn {
            width: 60px;
            height: 60px;
            padding: 10px 0;
        }

        .fixright .btn i {
            width: 20px;
            height: 20px;
        }

        .fixright .btn .wz {
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            font-weight: 600;
        }

    }

    /**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
    @media screen and (max-width: 767px) {
        /*栏目图片*/

        .column-switch {
            display: block;
        }

        .col_menu {
            padding-top: 0;
        }

        .fixed.col_menu {
            position: relative;
            float: none;
            top: auto;
            height: auto;
        }

        .col_menu .col_menu_head {
            padding-top: 6px;
        }

        .col_menu .col_menu_head h3.col_name {
            height: auto;
        }

        .col_menu .col_menu_head h3.col_name .col_name_text {
            display: block;
            line-height: 30px;
            padding: 5px 0 0 0;
            font-size: 17px;
        }

        /**栏目名称图标**/
        .col_name2,
        .col_part {
            margin-top: 0;
        }

        .col_menu {
            width: 100%;
            float: none;
            margin-right: 0px;
            position: relative;
        }

        .col_menu .col_menu_con {
            display: none;
            border-top: 1px solid #e4e4e4;
            padding-bottom: 0;
            padding-top: 0;
        }

        .col_list .wp_listcolumn .wp_column {
            margin-top: 0;
            border-bottom: 1px solid #fff;
        }

        .col_list .wp_listcolumn .wp_column a {
            border-top: 1px solid #ececec;
        }

        .col_list .wp_listcolumn .wp_column a:hover:before,
        .col_list .wp_listcolumn .wp_column a.selected:before,
        .col_list .wp_listcolumn .wp_column a.parent:before {
            top: 22px;
            left: 10px;
            width: 26px;
        }

        .col_list .wp_listcolumn .wp_column a .column-name {
            line-height: 30px;
            padding: 10px 0;
        }

        .col_list .wp_listcolumn .sub_list {
            padding-top: 0;
        }

        .col_metas .col_title h2 {
            font-size: 18px;
        }

        /**当前栏目名称**/

        .col_news {
            width: 100%;
            min-height: 0px;
            float: none;
        }

        /**栏目新闻**/
        .col_news .col_news_box {
            margin-left: 10px;
            margin-right: 10px;
            padding-top: 10px;
        }

        .col_news_con {
            padding: 5px 0px 10px 0px;
            margin: 0 0px;
        }

        .col_news_list {
            margin-top: 0;
        }

        .wp_paging li.pages_count,
        .wp_paging li.page_jump {
            display: none;
        }



        .col_news_list .wp_entry img,
        .article .entry .read img {
            max-width: 100%;
            height: auto !important;
        }

        /**文章阅读部分图片大小限制**/

        .post-news0 li {
            width: calc(50% - 25px);
            margin-bottom: 20px;
        }

        #footer {
            height: auto;
        }

        .sitetitle {
            margin-left: 10px;
        }

        .part {
            padding: 50px 0;
        }

        .post-news3 ul li {
            width: 100%;
        }

.post-news3 .n1 {
    width: 100%;
}
#header {padding-bottom: 65px;}

.weizhi {
bottom: -55px;
    width: 100%;
}
.dangqian::before {
top: 30%;}

    }

    @media screen and (max-width: 706px) {}

    @media screen and (max-width: 680px) {
        #header .sitelogo img {
            width: 220px;
        }

        .sitetitle {
            margin-top: 14px;
        }

        #nyheader .sitelogo img {
            width: 220px;
        }

    }

    /**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
    @media screen and (max-width: 550px) {
        #header .sitelogo img {
            width: 200px;
        }

        #header .sitetitle img {
            width: 180px;
        }

        #nyheader .sitelogo img {
            width: 200px;
        }

        #nyheader .sitetitle img {
            width: 180px;
        }
    }

    @media screen and (max-width: 479px) {

        #nyheader .sitelogo.f_middle,
        #nyheader .sitelogo .f_middle {
            display: flex;
            display: -webkit-flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-flex-direction: column;
            flex-direction: column;
            justify-content: center;
            -webkit-justify-content: center;
            -webkit-align-items: center;
            align-items: center;
        }

        #nyheader .sitetitle {
            margin-left: 20px;
            width: auto;
        }

        #nyheader .sitelogo img {
            width: 220px;
        }

        #nyheader .sitetitle img {
            height: 32px;
            width: auto;
        }

        #header .sitelogo,
        #header .sitelogo .clearfix {
     text-align: center;
        }

        #header .sitelogo img {
            width: 220px;
        }

        #header .sitetitle img {
            height: 32px;
            width: auto;
        }

        .post-news1 li {
            width: 50%;
        }

        .article h1.arti_title {
            line-height: 28px;
            font-size: 18px;
        }

        .article h2.arti_title {
            line-height: 28px;
            font-size: 16px;
        }

        .post-news0 li {
            width: 100%;
        }
.col_menu_head {
    font-size: 25px;
  
    
}
.container {
    padding: 70px 0px 40px 0px;}

.wp_paging{
padding-top: 0px;}

.dangqian {    font-size: 10px;
    color: #fff !important;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 28px;
    line-height: 28px;
    position: relative;}
#header {padding-bottom: 60px;}

.weizhi {
bottom: -55px;
    width: 100%;
}
.dangqian::before {
top: 4%;}
    }




    @media screen and (max-width: 375px) {}

    /**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
    @media screen and (max-width: 340px) {}