@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1200
 */

/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */
@media screen and (max-width: 1300px) {
.wrapper .inner { width:100%; margin:0 auto;}
.wp-menu .menu-item {/* width: 15%; */}
.wp-menu .menu-item a.menu-link {padding: 0 17px;}

.wrapper .inner .mod {width:auto; padding:0 8px;}
.main1 .inner{padding: 12px 0px 10px;}

.post-11{left:auto; right:20px;width:540px;}

}

@media screen and (max-width: 1099px) {
.wrapper .inner { width:1000px; margin:0 auto;}
.wp-menu .menu-item {}
.wp-menu .menu-item a.menu-link {padding: 0px 6px;}

.focus .focus-title-bar { margin-left: -500px;}
.main1 .inner{padding: 12px 0px 10px;}
.main1 .ml{ width:26%;}
.main1 .mll{ width:22%;margin-left:20px;}
.main1 .mc{ width:23%; margin-left:20px;}
.main1 .mr{;width:230px;}

.focus .focus-title-bar { bottom: 24px;height: 40px;}
.focus .focus-title {height: 40px; line-height: 40px;}
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
html.main{overflow:auto;}
.wrapper .inner { width:100%; margin:0 auto;}
#header .inner{padding:10px 0px;height: auto;position:relative;background:none;}
.head .head-left{ float:none;display:inline-block; width:100%; height:auto; text-align:center;}

.head .head-main{display:none;}
.head .head-right{ float:none; width:100%;margin-top:20px;}
.head .head-right .searchbox{margin:0px 0px;}

.head .sitelogo a{display:block;width:100%;position:relative;left:0px;top: 6px; bottom:0px;}
.head .sitelogo a img{float:none;}
#nav .inner .wp-panel{position:relative;left:0;right:0;top:0;bottom:0;z-index:100;height: 40px;text-align:center;}/*导航*/
#nav .inner .wp-panel .wp-window{position:absolute;left:0;right:0;top:0;bottom:0; width:auto;}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}

.focus .focus-title-bar {display:none!important;}
.focus .focus-navigation {width: 40px;height: 40px;margin-top: -20px;background-size:200% 100%;}
.focus .focus-prev { left:10px;}
.focus .focus-next { right:10px;}

.baside{display:none;}

.wp-navi .navi-slide-head {display: block;padding: 0 0px;height: 40px;}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {display:none;background:#fff;}
.wp-menu .menu-item {display: inline-block;float:none; position: relative; z-index: 100;width:100%;padding-left:0px;border-bottom:1px solid #eee;text-align:left;}
.wp-menu .menu-item.i1 { background:none;}
.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-menu .menu-item a.menu-link {display:block;padding: 0 20px;line-height: 40px;color: #343434;font-size: 15px; }
.wp-menu .menu-item a.menu-link.hover,.wp-menu .menu-item.hover{ text-decoration: none; color: #000; background-color: #eee; }
.sub-menu {display: none;position:relative;left: 0;bottom: 0px;top: 0px;min-width: 0px;z-index: 100;background: #fff;opacity: 0.8\9;background: #444343\9;filter:alpha(opacity=90);}
.sub-menu .sub-item {position: relative;white-space: nowrap;vertical-align: top;_zoom:1;/* float: left; */border-bottom: 1px solid #eee;}
.sub-menu .sub-item a { display: block;color: #000000;height: auto;line-height: 43px;padding: 0 44px;font-size: 14px; background:none;}
.sub-menu .sub-item a:hover { color: #eee; background-color:#444343; display: block; }
.sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background: rgba(11, 102, 244, 0.8); opacity: 0.8\9; background: #444343\9; filter:alpha(opacity=90); }

.wrapper .inner .mod{width:auto;padding: 0px 10px;margin:0 auto;}

.post-11{padding:10px 10px 0px;position:relative;z-index:1000;bottom:auto;left:0%;width:auto;border-top:4px solid #a40005;}
.main #footer {position:relative;}

.l-banner{height: 240px;}

.col_news .col_news_box{margin-left: 271px;margin-right: 10px;}
.col_news .news_list li.news .news_title{width: 80%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;} 
.head .head-left .sitelogo {
    margin-top: 0px;
}
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) {
.col_news_con .tu_text .news_list li.news .news_imgs {
    float: left;
    height: 170px;margin-right: 0;
}
.tu_text .news_list li.news:nth-child(2n-1) .news_wz .news_con {
    margin-left: 0;
    margin-right: 0;
}
.tu_text .news_list li.news .news_wz {
    padding: 0;
}
.tu_text .news_list li.news .news_wz {
    float: left;
    width: 100%;
}
.tu_text .news_list li.news:nth-child(2n-1) .news_wz {
    float: left;
    margin-right: 0;
}
.tu_text .news_list li.news .news_con {
    margin-left: 0;
}
.post-11 .news_list li.news .news_title{
    width: 72%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;} 
#header .inner{height: auto;}
.head .sitelogo a img{max-width: 52%;margin:0px 0px;}
.head .sitelogo .sitename{margin-left:10px;padding-left:10px;margin-top:3%;font-size:22px;text-align:left;}

.wp-search {position: relative;padding: 2px 0px;border:1px solid #d37174;background:transparent;border-radius:0px;}
.wp-search .search-btn {right: 0px;}

.post-11 .tt .tit{ font-size:20px;}

#footer .inner {padding: 17px 0px;}
#footer .inner .goTop{display:none;}
#footer .inner p{text-align:center;}

.mbanner .focus-pagination {display:none;}
/*栏目图片*/
.l-banner{height: 180px;}
#l-container .inner {padding:0px 0px;}
#d-container .inner {padding:0px 0px;}
.l-banner img{display:none;width:100%;height:100%;}

.column-switch {display:block;}

.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:40px;padding: 0px 5px 0px 12px; font-size:16px;}  /**栏目名称图标**/
.col_news_head {border-bottom: 1px solid #ccc;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;font-family:"Microsoft yahei";font-weight: normal;/* color: #90010B; *//* border-bottom: 1px solid #90010B; */}   /**当前栏目名称**/
.col_menu .col_menu_con{display:none;border:0px solid #e4e4e4;}

.col_menu {width: 100%;float:none;margin-right:0px; margin-left:0px; position:relative;} 
.col_news {width: 100%;min-height:0px;float:none;} /**栏目新闻**/
.col_news .col_news_box{margin-left: 10px;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_con  .news_list li.news {line-height:24px;padding:4px 0px;background:none;border-bottom:1px dashed #dfdfdf;padding-left:0px;}
.col_news_con  .news_list li.news span.news_title {line-height:24px;margin-right:100px;width:auto;display:inherit;}/*标题*/
.col_news_con  .news_list li.news span.news_meta {margin-left:-100px;}/*属性*/
.wp_paging li.pages_count,.wp_paging li.page_jump{display:none;}

.infobox { width:auto; margin:0 10px; }
}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
.head .sitelogo a img{max-width: 66%;margin:0px 0px;}
.head .sitelogo .sitename{line-height:26px;margin-left:10px;padding-left:0px;margin-top:1%;font-size:18px;text-align:left;border-left:none;}
.head .sitelogo .siten{font-size:12px;}
.site-lang{margin-right:10px;}

.col_news_list .list3 li.news{width:50%;}

#footer .inner p.copyright span{display:block;}
}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 319px) {
    
}