@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: 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;}
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 959px) { 
	.main-nav-panel .wp-menu .menu-item a.menu-link { padding: 0 8px;}
	.focus-navigation { visibility: hidden;}
	/**栏目列表**/
	.wp-column-menu { width: 100%; float: none; margin: 0; min-height: auto;}
	.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: 14px;}
	.info-box { margin: 0 14px;}
	.article { padding: 10px 0;}
	.article h1.arti-title { padding: 5px 0;}
	/**主体布局**/
	.wp-main-page .cbox-left { width: 100%; float: left;}
	.wp-main-page .cbox-right { width: 100%; float: left; margin-top: 20px;}
	.wp-post.post-17 .post-body { padding-bottom: 0px;}
	.wp-post.post-18 .post-news .news-item { padding-bottom: 8px; width: 33.3%; float: left;}
	.wp-post.post-27 .post-news .news-item .meta-picture img { width: 100%; height: auto;}
	.wp-post.post-18 .post-news .news-item .meta-picture img { width: 100%; height: auto;}
	.wp-main-page .zbox-left { width: 100%; float: none;}
	.wp-main-page .sbox-right { width: 100%; float: none;}
	.wp-post.post-9 { width: 100%; float: none; margin-bottom: 0;}
	.wp-post.post-19 { width: 100%; float: none; margin-bottom: 0;}
	.share { display: none;}
	.wp-footer .wp-inner .footer p { line-height: 24px;}
	.wp-footer .wp-inner .footer a { line-height: 24px;}
	.cc {
    width: 100%;
}
.mlink.botlinks.cq {
    width: 100%;
}
}

/**
 * [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;}
	.wp-header .logo-panel { position: relative;}
	.wp-header .navi-aside-toggle-show { display: block;}
	.logo-window { width: auto; margin: 0 0 0 30px; padding: 15px 0; text-align: center;}
	.logo-window img { width: auto; max-width: 300px;}
	.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 {}
	.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-post.post-17 {}
	.wp-post.post-17 .post-body { padding-bottom: 18px;}
	.wp-post.post-27 {}
	.wp-post.post-37 {}
	.wp-post.post-47 {}
	.wp-post.post-8 {}
	.wp-post.post-9 {}
	.wp-post.post-19 {}
	.wp-post.post-10 {}
	.column-news-con { padding: 0;}
	.wp-info-page .wp-column-menu { display: none;}
}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) { 
	body, p { font-size: 13px;}
	a { font-size: 13px;}
	.info-box { margin: 0 6px;}
	.wp-post.post-19 .post-news .news-item .item-time { width: 75px; left: 10px;}
	.wp-post.post-19 .post-news .news-item .item-title { margin-left: 90px;}
	.logo-window img { display: block; width: auto; max-width: 330px;}
	.logo-window .sitetitle { display: block; color: #ffffff; font-size: 30px; padding-top: 10px;}
	.focus-title-bar { height: 30px;}
	.focus-title { display: inline-block; white-space: nowrap; height: 30px; line-height: 30px; padding-left: 10px; color: #fff; font-size: 16px; position: absolute; left: 0; top: 0; z-index: 50; font-family: '\5b8b\4f53';}
	.wp-post.post-7 { width: 100%; float: none; padding-bottom: 8px;}
	.wp-post.post-17 { width: 100%; float: none;}
	.wp-post.post-37 { width: 100%; float: none;}
	.wp-post.post-47 { width: 100%; float: none;}
	.wp-post.post-18 .post-news .news-item { padding-bottom: 8px; width: 100%; float: none;}
	.wp-footer .wp-inner .footer .foot_l { background: none; margin-right: 85px; padding: 20px 0px 20px; padding-left: 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;}
	.wp-footer .wp-inner .footer .address, .wp-footer .wp-inner .footer .zipcode { display: inline;}
	.wp-footer .wp-inner .footer .icp { display: block;}
	.wp-post.post-18 .wp-menu .menu-item { width: 100%; margin-left: 0;}
	.wp-post.post-9 .wp-menu .menu-item a.menu-link { padding: 20px 2px;}
}
