@charset "utf-8"; 
/**
 * [xLarge Screen for PC]
 * >=1200
 */
@media screen and (max-width: 1399px) {
	.main-nav-panel .wp-menu .menu-item a.menu-link {padding: 0 60px;}
	.wp-header .wp-inner { margin: 0 6px;}
	.wp-header .head-top { padding: 15px 0;}
	.wp-container.box1 .wp-inner { margin: 0 6px;}
	.wp-container.box2 .wp-inner { margin: 0 6px;}


	.focus-pagination { right: 20px; margin-right: 0;}
	.focus-title-bar {right: auto;left: 0;padding: 10px;width: 50% !important;}
    .focus-title { line-height: 38px; color: #fff; font-size: 24px; font-weight: normal;}
}

/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */
@media screen and (max-width: 1199px) {
	.main-nav-panel .wp-menu .menu-item a.menu-link { padding: 0 24px;}
	.wp-wrapper .wp-inner { margin: 0 6px;}
	.wp-navi .wp-inner { margin: 0 auto;}
	.wp-focus .wp-inner { margin: 0 auto;}
	.wp-footer .wp-inner .footer .foot-t { padding-left: 0; background: none;}
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 959px) { 
	.main-nav-panel .wp-menu .menu-item a.menu-link {padding: 0 22px;}
	.focus-navigation { visibility: hidden;}
	/**栏目列表**/
	.wp-column-menu { width: 100%; float: none; margin: 0;}
	.wp-column-news { float: none;}
	.wp-column-news .column-news-box { margin: 0 6px;}
	.column-head .column-anchor { padding: 6px;}
	.column-head .column-anchor .column-switch { display: block;}
	.column-head .column-anchor h3.anchor-title { font-size: 16px;}
	.column-list-wrap li a { background-position: 10px 14px;}
	.column-list-wrap li a, .column-list-wrap li.selected a.selected { background-position: 10px 14px;}
	.column-list-wrap li a span { padding-top: 6px; padding-bottom: 6px;}
	.column-body { display: none;}
	.list-meta .column-title { font-size: 16px;}
	.info-box { margin: 0 14px;}
	.article { padding: 10px 0;}
	.article h1.arti-title { padding: 5px 0;}
	
	/**主体布局**/
	.wp-header { position: relative !important;}
	.top-nav-panel,.search-panel { display: none;}
	
	.wp-footer .wp-inner .footer .foot-t .wp-post.post-9 { padding-left: 0; background: none;}
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) { 
	body, p { font-size: 14px;}
	a {}
	.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;}
	.wp-header .logo-panel { position: relative;}
	.wp-header .navi-aside-toggle-show { display: block;}
	.logo-window { width: auto; margin: 0 30px; padding: 15px 0; text-align: center;}
	.logo-window img {width: auto;max-width: 100%;}
	.lang-panel, .top-nav-panel { display: none;}
	.wp-header .search-panel { display: block;}
	.wp-info-page .top-nav-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;}
	
	.focus-title {line-height: 24px;}
	.focus-title-bar { width: 50% !important;}

	.post-4 .news_list li.news .news_box .link_icon .icon img { height: 250px;}
	.wp-post.post-14 .post-news .news-item .meta-title {line-height: 30px;padding:25px 0;padding-left: 15px;}
	.wp-post.post-14 .post-news .news-item .meta-title a { font-size: 20px;}
	.wp-post.post-7,.wp-post.post-17 { width: 100%; float: none;}

	.wp-post.post-17 .post-news .news-item .meta-picture { width: 35%;}
	.wp-post.post-17 .post-news .news-item .meta-words { width: 62%;}
}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) { 
	.info-box { margin: 0 6px;}
	.focus-title-bar {display: none !important;}
	.wp-post.post-7 .post-head { margin-bottom: 10px;}
	.wp-post.post-7 .post-news .news-item { padding-top: 10px;}
	.wp-post.post-17 .post-head { margin-bottom: 10px;}
	.wp-post.post-17 .post-news .news-item { padding-top: 10px;}
	.wp-post.post-9 .wp-menu .menu-item { width: 32%; height: auto; margin-left: 1.33%;}
	.wp-post.post-9 .wp-menu .menu-item a.menu-link { width: 96%; padding: 60px 2% 0;}

}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 339px) { 
	.top-nav-panel .wp-menu .menu-item a.menu-link { font-size: 14px; height: 28px; line-height: 28px;}
}
