@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1200
 */
/**
 * [Large Screen for PC & Pad]
 * 960~1199
/**
 * [Medium Screen for Pad]
 * 768~959
 */
 @media screen and (max-width: 1199px) {
 .wrapper{}
 .wrapper .inner{width:100%;}
 /**主体开始**/
 #container {}
 #container .inner {width:auto;padding:6px;}
 .head {height:auto;padding:10px 0px;} /**页头部分**/
 .head .sitelogo {
     padding-top: 0px;
     padding-left: 0px;
     text-align: center;
     width: 300px;
     margin-left: 45px;
 }
 .head .sitetitle {
     /* float: none; */
     margin-top: 26px;
     margin-left: 10px;
     font-size: 22px;
 }
 .head .sitelogo a img{width: 100%;max-width:300px; margin:10px auto;}
 .head .sitetitle {
     margin-top: 30px;
     margin-left: 20px;
     font-size: 22px;
 } /**站点名称**/
 .head-right {
     float: right;
     width: 360px;
     margin-right: 10px;
 }
 .nav-pc .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 38px;
    line-height: 44px;
    cursor: pointer;
}
.mod .ml {
    width: 30%;
    float: left;
}
.mod .mc {
    float: left;
    width: 34%;
    margin-left: 4%;
}
.mod .mr {
    width: 29%;
    float: right;
}
.main2 {
    width: 98%;
}
#footer .inner .foot-left {
    position: relative;
    float: left;
    width: 28%;
}
.foot-center {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 10%;
    width: 44%;
}
#footer .inner .foot-right {
    float: right;
    width: 28%;
}
.footer {
    padding: 0 1%;
    width: 98%;
}
}
@media screen and (max-width: 1024px) {
    .banner-list {
        box-sizing: border-box;
        padding: 0px 20px 5px 20px;
    }
    .banner-list .con {
        padding-top: 0px;
    }
    .nav-pc .wp_nav .nav-item a span.item-name {
        display: inline-block;
        padding: 5px 38px;
        line-height: 44px;
        cursor: pointer;
    }
    .banner-left {
        width: 100%;
        float: left;
    }
    .banner-right {
        width: 100%;
        float: right;
    }
    .post-21 li.news span.news_title {
        width: 70%;
    }
}
@media screen and (max-width: 999px) {
.head {
    height: auto;
    padding: 10px 0px;
    background-size: 2000px;
    background-position-x: -920px;
}
    .head-right{
        clear: left
    }
    .nav-pc {
        display: none;
    }
    .nav-mb {
        display: block;
    }
/**slide导航**/
.navi-aside-toggle {display: block;}
.wp-navi .navi-slide-head {display: block;}	
.wp-navi .navbox{width:100%;}
.wp-navi .wp_nav {background:#fff;}
.navbox .wp-menu {display:none;background:#fff;}
.navbox .wp-menu .menu-item {display:block;float:none;position: relative;z-index: 100;width:100%;padding-left:0px;border-bottom:1px solid #eee;}
.navbox .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;}
.navbox .wp-menu .menu-item a.menu-link {display:block;padding: 0 20px;line-height: 40px;color: #343434;font-size: 15px;}
.navbox .wp-menu .menu-item a.menu-link.hover,
.navbox .wp-menu .menu-item a.menu-link.parent{ text-decoration: none; color: #000; background-color: #eee; }
.navbox .sub-menu {display: none;position:relative;left: 0;bottom: 0px;top: 0px;min-width: 0px;z-index: 100;background: #fff;}
.navbox .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; border: 1px solid #eee;}
.navbox .sub-menu .sub-item a { display: block;height: auto;line-height: 43px;padding: 0 44px;font-size: 14px; color: #000; background:none;}
.navbox .sub-menu .sub-item a:hover { display: block;  color: #eee; background-color:#eee;}
.navbox .sub-menu .sub-menu {left:0%;top: 0;z-index: 200;background: #fff;}
.navbox .sub-menu .sub-menu .sub-item a {padding: 0 64px;}
/**首页三列布局**/
.mod {}
.mod .ml {width:100%;float:none;}/**左列**/ 
.mod .mc { width:100%; margin-left:0px; float:none;} /**中间**/
.mod .mr { width:100%; float:none;} /**右列**/

/**自定义新闻列表**/
.news_list li.news {margin:8px 0px;} 
.news_list li.news span.news_title {margin-right:90px;}
.news_list li.news span.news_meta {margin-left:-90px;}
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 820px) {
    .head-right{
        clear: left;
    }
    .banner-left {
        width: 100%;
        float: left;
    }
    .banner-right {
        width: 100%;
        float: right;
    }
    .banner-list {
        box-sizing: border-box;
        padding: 10px 20px 10px 20px;
    }
    .post-41, .post-42 {
        float: left;
        width: 100%;
    }
    .post-42 {
        margin-left: 0;
    }
    #footer .inner .foot-left {
        position: relative;
        float: left;
        width: 100%;
    }
    .foot-center {
        position: relative;
        float: left;
        box-sizing: border-box;
        padding-left: 0;
        width: 100%;
    }
    #footer .inner .foot-right {
        float: left;
        width: 100%;
    }
body,p,a{ font-size: 16px;}
.post .tt .tit {font-size:16px;}/**标题字体**/

.lbanner .column-name {display:block;}
.col_menu {width: 100%;float:none;margin-right:0px;margin-bottom:10px;position:relative;}
.col_menu .col_menu_con{display:none;} 
.column-switch {display:block;}

.col_news {width: 100%;min-height:0px;float:none;} /**栏目新闻**/
.col_news .col_news_box{margin-left: 0px;}
.col_news_head {border:none;}
.col_metas .col_title { display:none; float:none; height:30px; line-height:30px;}  /**当前栏目**/
.col_metas .col_title h2 {display:block;font-size:18px;font-weight: normal;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:none; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;} /**当前位置**/

.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}

.article .entry .read img { max-width:100%;}
#footer .inner .foot-left{
    background: none;
}
.foot-center{
    background: none;
}
.news_imgs img{
    width: 100%;
}
}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
.head {
    width: 100%;
    position: relative;
    padding: 20px 0;
    background: url(images/headbg.png) -1150px bottom no-repeat;
    background-size: 2010px;
}
.searchbox {
    margin-top: 0;
    float: none;
    width: 200px;
    margin: 0 auto;
}
.wp-search .search-input input.search-title {
    padding: 3px 0;
    width: 100%;
    height: 18px;
    outline: 0;
    border: 0;
    background: 0 0;
    color: #313131;
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 18px;
}
.wp-search .search-btn input.search-submit {
    width: 20px;
    height: 20px;
    outline: 0;
    border: 0;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
    background-size: 100%;
}
    .head .sitelogo{
        float:none;
    }
    .head .sitetitle {
        font-size: 24px;
        float: none;
        margin: 10px auto;
        text-align: center;
        font-weight: bold;
    }
    .head-right {
        clear: right;
        margin-top: 15px;
float:none;
width:100%;
    }
    .main2 .news_list li.news span.news_title {
        float: left;
        max-height: 36px;
        min-height: 36px;
        font-size: 14px;
        line-height: 36px;
        overflow: hidden;
    }
    .news_list li.news span.news_meta {
        margin-left: -80px;
    }
    div#footer2 {
        padding: 10px;
        background: #12c0fa;
    }
    div#footer2 {
        padding: 15px 0px;
        background: #12c0fa;
    }
    .topnav {
        float: right;
        display: none;
    }
    .searchbox{
        margin-top: 0;
    }
    .banner-list .news_list li.news span.news_meta {
        color: #fff;
        font-size: 14px;
        line-height: 38px;
        float: none;
        margin-left: -50px;
    }
}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 319px) {
}