﻿@media print {
	.main-head {
		display: none;
	}
	.main-foot {
		display: none;
	}
}

@media screen and (min-width: 1921px) {
	.main-head-title {
		background-size: cover;
		background-position: bottom;
	}
}

@media screen and (max-width: 768px) {
	body {
		background: white;
	}
	.m-hidden {
		display: none;
	}
	.m-display {
		display: block;
	}
	.hidden.m-shown {
		display: block !important;
	}
	.mb-common {
		margin-bottom: 16px;
	}
	.body-wrap, .main-wrap {
		min-width: auto;
	}
	.main-wrap {
		width: auto;
		padding-top: 6px;
		background: #0b67b2;
	}
	.main-head-nav {
		padding: 0;
	}
	.main-head-title {
		display: none;
	}
	.main-body {
		margin-top: 0;
	}
	.main-body>.main-wrap, .main-foot>.main-wrap {
		padding: 0;
	}
	.main-foot>.main-wrap {
		border-top: none;
	}
	.top-link {
		padding: 3px 6px 3px;
		top: 3px !important;
		right: 3px !important;
		border-radius: 3px;
	}
	.logo {
		float: none;
		display: block;
		padding: 24px 16px;
		background: url(../image/bg_title.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.logo:before {
		width: 32px;
		height: 32px;
		background-size: contain;
	}
	.logo:after {
		line-height: 20px;
		font-size: 20px;
		margin-top: 0;
		line-height: 32px;
		color: white;
		opacity: 0.95;
	}
	.nav {
		display: block;
	}
	.nav .location {
		display: none;
	}
	.nav .location-m {
		display: table;
		width: 100%;
		table-layout: fixed;
		line-height: 48px;
		margin-top: 0;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		background-color: white;
		border-bottom: 1px solid #eee;
	}
	.nav .location-m:before {
		content: attr(title);
		display: table-cell;
		padding-left: 16px;
		font-size: 18px;
		vertical-align: top;
	}
	.nav .location-m:after {
		font-family: pip-common;
		content: ",";
		color: #f52f3e;
		font-size: 30px;
		display: table-cell;
		width: 48px;
		padding-left: 0;
		text-align: center;
		border-left: 1px solid #eee;
	}
	.nav .sub {
		padding-top: 0;
	}
	.nav.focus .sub {
		display: none;
	}
	.nav.toggled .sub {
		display: block;
	}
	.nav .sub .sites {
		border-top: none;
		line-height: 48px;
		font-size: 15px;
	}
	.nav .sub .sites>.main-wrap {
		display: block;
	}
	.nav .sub .sites>.main-wrap:after {
		content: "";
		display: block;
		clear: both;
	}
	.nav .sub .sites>.main-wrap>a {
		display: block;
		float: left;
		width: 25%;
		box-sizing: border-box;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.nav .sub .sites>.main-wrap>a:nth-child(4n+1):nth-last-child(-n+4), .nav .sub .sites>.main-wrap>a:nth-child(4n+1):nth-last-child(-n+4) 
		 ~ a {
		border-bottom: none;
	}
	.nav .sub .sites>.main-wrap>a:nth-child(4n) {
		border-right: none;
	}
	.nav .sub .sites>.main-wrap>a.focus:after {
		content: none;
	}
	.nav .sub .sites>.main-wrap>a:hover {
		color: red;
	}
	.nav .sub .groups {
		background-color: white;;
		line-height: 56px;
		font-size: 14px;
		text-align: center;
	}
	.nav .sub .groups .main-wrap {
		border-bottom: 1px solid #eee;
	}
	.nav .sub .groups .main-wrap>span {
		margin: 0 5px;
	}
	.nav .sub .groups .main-wrap>span.focus {
		position: relative;
		color: red;
	}
	.nav .sub .departments {
		background-color: white;;
		line-height: 36px;
		font-size: 15px;
	}
	.nav .sub .departments .main-wrap {
		padding: 0;
	}
	.nav .sub .departments .main-wrap a {
		width: 33.3333%;
		text-align: center;
		box-sizing: border-box;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.nav .sub .departments .main-wrap a:nth-child(3n+1):nth-last-child(-n+3),
		.nav .sub .departments .main-wrap a:nth-child(3n+1):nth-last-child(-n+3) 
		 ~ a {
		border-bottom: none;
	}
	.nav .sub .departments .main-wrap a:nth-child(3n) {
		border-right: none;
	}
	.nav .sub .departments .main-wrap a:before {
		content: none;
	}
	.search {
		margin-top: 0;
		text-align: center;
		background-color: #f6f6f6;
		padding: 6px 12px;
		border-bottom: 1px solid #eee;
		width: auto;
		float: none;
	}
	.search-wrap {
		border-radius: 34px !important;
	}
	.search-wrap .search-submit {
		width: 36px;
		border-left: none;
	}
	.search-wrap .search-input {
		width: calc(100% - 36px);
	}
	.search-wrap .search-submit>input {
		line-height: 24px;
		height: 34px;
		font-size: 16px;
		color: #999;
		background-color: white;
	}
	.search-wrap .search-input>input {
		padding: 4px 12px;
		line-height: 24px;
		height: 34px;
		font-size: 14px;
	}
	.common-box .box-title {
		border-bottom-color: #ddd;
		margin-top: 0;
		padding: 12px 0;
	}
	.common-box .box-title .box-title-name {
		font-size: 18px;
		padding-left: 16px;
	}
	.common-box .box-title .box-title-more.box-title-dir-download {
		background-color: transparent;
		color: #015196;
		opacity: 1;
	}
	.common-box .box-title .box-title-more.box-title-dir-download:after {
		display: none;
	}
	.common-box .box-content {
		padding: 0;
	}
	.common-list>* {
		padding-left: 16px;
		padding-right: 16px;
		border-bottom: 1px solid #f3f3f3;
	}
	.common-list.list-indicator>* {
		padding-left: 16px;
	}
	.common-list.list-indicator>*:before {
		display: none;
	}
	.common-list>*>span {
		font-size: 16px;
		line-height: 32px;
	}
	.common-list.list-suffix-b>*>b {
		float: none;
		font-size: 12px;
		margin-top: auto;
		line-height: inherit;
		display: inline-block;
	}
	.common-list.list-suffix-b>*>em {
		display: inline-block;
	}
	.common-list.list-suffix-b>*>span {
		margin-right: auto;
	}
	.icon-buttons {
		background-color: #f3f3f3;
	}
	.icon-buttons>li {
		float: left;
		box-sizing: border-box;
		padding: 0 !important;
		width: 33.3333% !important;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.icon-buttons>li>* {
		display: block;
		text-align: center;
		background-color: #f3f3f3;
	}
	.icon-buttons>li>*:after {
		font-size: 15px;
	}
	.icon-buttons>li:nth-of-type(3n+3) {
		border-right: none;
	}
	.icon-buttons>li:nth-of-type(3n+1):nth-last-of-type(-n+3), .icon-buttons>li:nth-of-type(3n+1):nth-last-of-type(-n+3) 
		 ~ li {
		border-bottom: none;
	}
	.icon-buttons>li.empty {
		display: none;
	}
	.icon-buttons>li>em {
		display: block;
	}
	.icon-buttons>li>em>a:after {
		display: none;
	}
	.icon-buttons.circle-buttons>li {
		padding-top: 0;
	}
	.icon-buttons.circle-buttons>li>a:before {
		display: block;
		padding: 0;
		font-size: 32px;
		line-height: 32px;
		border: none;
		padding-top: 24px;
	}
	.row-common {
		display: block;
	}
	.row-common>* {
		display: block;
	}
	.row-common>*:first-child {
		width: 100%;
		padding-right: 0;
	}
	.row-common .menu-box {
		display: none;
	}
	.row-common.extend .menu-box {
		display: block;
	}
	.row-common.extend>*:last-child {
		display: none;
	}
	.menu-box>em {
		display: none;
	}
	.menu-box>ul {
		border: none;
	}
	.menu-box>ul>li {
		border-color: #ddd;
	}
	.menu-box>ul>li>em {
		background-color: #fafafa;
		border-color: #ddd;
	}
	.menu-box>ul>li>a {
		background-color: transparent;
		border-color: #ddd;
	}
	.menu-box>ul>li>ul {
		border-color: #ddd;
	}
	.menu-box>ul>li>ul>li>em {
		border-color: #ddd;
		background-color: #fcfcfc;
	}
	.menu-box>ul>li>ul>li>ul {
		border-color: #ddd;
	}
	.menu-trigger {
		height: 48px;
		line-height: 48px;
		border-bottom: 1px solid #eee;
		text-align: center;
		font-size: 1.25em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.menu-trigger:before {
		content: "\e900";
		font-family: pip-common;
		display: block;
		float: right;
		width: 48px;
		border-left: 1px solid #eee;
		text-align: center;
	}
	.menu-trigger:after {
		content: attr(title);
	}
	.row-common.extend .menu-trigger:before {
		background-color: #fafafa;
	}
	.jiceng-card span {
		min-width: auto;
		padding-right: 16px;
	}
	.major-channels>li>a {
		font-size: 1.125em;
	}
	.major-channels>li>div>a {
		float: none;
		min-width: auto;
		white-space: normal;
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 1.125em;
	}
	.major-content-title {
		padding: 16px;
		text-align: center;
		font-size: 1.125em;
		background-color: white;
		border: none;
		border-bottom: 1px solid #ddd;
		border-radius: 0;
		margin-bottom: 0;
	}
	.content-wrap .jiceng-card span {
		width: auto;
	}
	.content-wrap .content-body {
		padding: 0 8px;
	}
	.content-wrap.has-content-nav .content-nav-wrap {
		display: none;
	}
	.content-wrap.has-content-nav .content-body {
		margin-left: 0;
		border-left: none;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.foot-wrap {
		display: block;
		width: auto;
		text-align: center;
		padding: 16px;
		background-color: #f6f6f6;
	}
	.foot-wrap>* {
		display: block;;
		vertical-align: middle;
	}
	.foot-wrap>*:last-child {
		text-align: center;
	}
	.foot-spans a, .foot-spans span {
		display: inline-block;
		color: #888;
		font-size: 14px;
		margin-left: 6px;
		line-height: 28px;
	}
	.foot-spans a:hover {
		color: red;
	}
	.foot-spans a:first-child, .foot-spans span:first-child {
		padding-left: 0;
		margin-left: 0;
	}
	.foot-links a:before {
		content: "";
		display: inline-block;
		height: 14px;
		padding-right: 9px;
		vertical-align: middle;
		border-left: 1px solid #ddd;
	}
	.foot-links a:first-child:before {
		content: none;
	}
	.foot-logo {
		vertical-align: middle;
	}
	.foot-logo-border {
		border: 1px solid #ddd;
		border-radius: 6px;
		overflow: hidden;
	}
	.page-tile a, .page-tile em {
		display: none;
	}
	.page-tile a.next {
		display: block;
		margin: 0 16px;
		line-height: 48px;
		height: 48px;
		color: #015196;
	}
	.page-tile a.next:before {
		content: "下一页 >";
		font-size: 16px;
	}
	.department-list {
		padding: 0 12px;
	}
	.department-list>a {
		width: 50%;
	}
	.page-list>a {
		padding: 8px 16px;
	}
	.page-list>a>span {
		font-weight: normal;
	}
	.page-list .pubinfo-card {
		display: none;
	}
	.content-wrap {
		padding: 8px;
	}
	.content-wrap .content-title {
		font-size: 20px;
		padding: 16px 0;
	}
}