@charset "UTF-8"; 
/**
 * [xLarge Screen for PC]
 * >=1200
 */
@media screen and (min-width: 1200) {}

/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */
@media screen and (max-width: 1099px) {
	.main-nav-panel .wp-menu .menu-item a.menu-link {padding: 0 48px;}
	.wp-wrapper .wp-inner { margin: 0 6px;}
	.wp-navi .wp-inner { margin: 0 auto;}
	.wp-focus .wp-inner { margin: 0 auto;}
	.search-panel { width: 20%;}
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 959px) { 

    .lang-panel,.search-panel {display: none;}
	.main-nav-panel .wp-menu .menu-item a.menu-link { padding: 0 36px;}
	.focus-navigation { visibility: hidden;}
	/**栏目列表**/
	.wp-column-menu {width: 100%;float: none;margin: 0;min-height: 50px;}
	.wp-column-news { float: none;}
	.wp-column-news .column-news-box {margin: 10px 0 0 0;min-height: 320px;}
	.column-head .column-anchor {padding: 0;}
	.column-head .column-anchor .column-switch { display: block;}
	.column-head .column-anchor h3.anchor-title { font-size: 16px;}
	.column-body { display: none;}
	.column-news-cons { padding-top: 8px;}
	.list-meta .column-title { font-size: 16px;}
	.info-box {}
	.article { padding: 10px 0;}
	.article h1.arti-title { padding: 5px 0;}
	
	.wp_articlecontent table { width: 100%!important;}
	
	.wp-post.post-37 .post-news .news-item .meta-title { margin-left: 75px;}
	.wp-post.post-47 .post-body { padding: 0 2px;}
	.wp-post.post-47 .post-news .news-item .meta-title a { padding-left: 8px;}

	/**主体布局**/	
	.wp-footer .wp-inner .footer p { line-height: 24px;}
	
	.wp-column-page .wp-container { background: none !important;}
	.wp-column-page .wp-container .wp-inner {background: none !important;padding: 15px 0 !important;}
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) { 
	body, p { font-size: 14px;}
	a { font-size: 14px;}
	.wp-post .post-head .post-title { font-size: 18px; font-weight: bold;}
	.post-news .news-item { line-height: 24px;}
	.post-news .news-item .meta-title, .column-news-list .column-news-item .column-news-title { margin-right: 0;}
	.post-news .news-item .news-date-hide, .column-news-list .column-news-item .news-date-hide { display: none;}
	.wp-header { padding: 0;}
	.wp-navi { display: none;}
	.wp-navi-slide { display: none; background-color: #eee;}
	.wp-navi-slide .navi-slide-head { display: block;}
	.wp-navi-slide .wp-menu { display: none;}
	.main-nav-panel .wp-menu .menu-item { display: block; float: none; border-top: 1px solid #ddd; overflow: hidden;}
	.main-nav-panel .wp-menu .menu-item a.menu-link { display: block; height: 39px; line-height: 39px; padding: 0 18px; color: #222; font-size: 15px; background-color: #fff;}
	.main-nav-panel .wp-menu .menu-item a.menu-link:hover { text-decoration: none; color: #fff; background-color: #0C3C74}
	.wp-main-page .content .cbox-left, .wp-main-page .content .cbox-right { width: 100%; float: none;}
	.wp-header .wp-panel { margin: 0; float: none; clear: both; width: auto;}
	.wp-header .search-panel {margin-bottom: 10px;background: #fff;}
	.wp-header .logo-panel { position: relative;}
	.wp-header .navi-aside-toggle-show { display: block;}
	.logo-window {width: auto;margin: 0 5px 0 30px;padding: 5px 0;text-align: center;}
	.logo-window img {width: auto;max-width: 100%;}
	.lang-panel, .top-nav-panel {display: none;}
	.wp-info-page .top-nav-panel, .wp-column-page .search-panel, .wp-column-page .top-nav-panel { display: none;}
	.wp-banner { border-top: 1px solid #DFBA5D}
	.wp-banner .column-name { display: block;}
	.list-meta .column-path, .list-meta .column-title { float: none;}
	.list-meta .column-title { display: none;}
	.list-meta .column-path { padding-left: 24px; background: url(img/sitemap-icon.png) no-repeat 0 4px;}
	.list-meta .column-path .path-name { display: none;}
	.wp_paging .pages_count, .wp_paging .page_jump { display: none;}
	.info-box { margin: 0 10px;}
	.article { padding: 6px 0;}
	.article .arti-metas span { font-size: 14px;}
	.article .arti-metas .read-options { display: inline-block;}
	.wp_entry, .wp_entry p, .article .entry, .article .entry p { font-size: 14px;}

	.wp-container.box1 { background: #fff; padding: 10px 0;}
	.wp-post.post-7 { width: 100%; float: none;}
	.wp-post.post-17 { width: 100%; float: none;}
	.wp-post.post-17 .post-news .news-item { width: 100%;}
	.wp-post.post-27 {width: 100%;float: none;margin: 0;padding: 0;min-height: 180px;}
    .wp-post.post-27 .post-news .news-item { line-height: 44px;}
	.wp-post.post-27 .post-news .news-item .meta-title {display: block;margin-right: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.wp-post.post-37 {width: 100%;float: left;margin-right: 0;padding-top: 10px;min-height: 180px;}
	.wp-post.post-47 {width: 100%;float: left;margin-right: 0;padding: 0;min-height: 180px;background: #fff;}

}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) { 
	.info-box {}
	.wp-post.post-7 .post-body { padding: 0; padding-top: 5px;}
	.wp-post.post-17 .post-body { padding: 0; padding-top: 5px;}
	.wp-footer { padding: 12px 0;}
}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 339px) { 
}
