﻿@media print {
	.main-head {
	display: none;
	}
	.main-foot {
	display: none;
	}
}
@media screen and (max-width: 768px) {
	.body-wrap {
		background: none;
		min-width: auto;
	}
	.main-wrap {
		width: auto;
	}
	.main-head {
		background: none;
		height: auto;
		padding: 16px;
		background: url(../image/bg.png) no-repeat center top;
		background-size: cover;
	}
	.main-head-title {
		text-align: center;
		padding-top: 0;
	}
	.logo:before {
		width: 24px;
		height: 24px;
		background-size: contain;
	}
	.logo:after {
		line-height: 24px;
		font-size: 20px;
	}
	.title {
		padding-top: 8px;
		font-size: 36px;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
	}
	.main-body>.main-wrap {
		padding: 0;
		min-height: auto;
		background-color: white;
	}
	.main-foot {
		margin-top: 0;
	}
	.main-foot>.main-wrap {
		padding: 0;
	}
	.foot-wrap {
		display: block;
		width: auto;
		text-align: center;
		padding: 16px;
	}
	.foot-wrap>* {
		display: block;;
		vertical-align: middle;
	}
	.foot-wrap>*:last-child {
		text-align: center;
	}
	.search-bar {
		height: auto;
		padding: 8px;
		border-bottom: 1px solid #ccc;
	}
	.search-bar:before, .search-bar:after {
		content: none;
	}
	.search-wrap {
		position: static;
		width: auto;
		border-color: #eee;
	}
	.search-wrap .search-submit {
		width: 48px;
	}
	.search-wrap .search-submit>input {
		height: 36px;
		font-size: 24px;
	}
	.search-wrap .search-input {
		margin-right: 48px;
	}
	.search-wrap .search-input>input {
		height: 36px;
	}
	.row-main {
		display: block;
	}
	.row-main>* {
		display: block;
	}
	.box-nav {
		white-space: nowrap;
		overflow-x: auto;
		min-width: 100%;
		padding-right: 0;
		border-bottom: 1px solid #ccc;
		background-color: #fafafa;
	}
	.box-nav>li {
		display: inline-block;
		width: 120px;
		white-space: normal;
		margin-bottom: 0;
	}
	.box-nav>li>a {
		padding: 10px 6px 10px 42px;
		font-size: 16px;
		line-height: 1em;
		border: none;
		color: #444;
		background-color: #fafafa;
	}
	.box-nav>li>a:before {
		font-size: 24px;
		padding: 0 0 0 12px;
		line-height: 52px;
	}
	.box-nav>li>a:after {
		content: none !important;
	}
	.box-nav>li>a:hover, .box-nav>li.focus>a, .box-nav>li.expand>a {
		background-color: transparent;
		border-color: transparent;
		color: #444;
	}
	.box-nav>li.focus>a {
		color: #2d66a5;
		border-bottom: 1px solid #2d66a5;
	}
	.box-nav>li.taped>a {
		border-bottom: 1px solid #2d66a5;
	}
	.box-nav>li>div {
	    position: absolute;
		border: none;
		border-top: 1px solid #ccc;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		background-color: #fafafa;
		z-index: 1;
		left: 0;
		right: 0;
	}
	.box-nav>li.focus>div, .box-nav>li.expand>div {
		display: none;
	}
	.box-nav>li.taped>div {
		display: block;
	}
	.box-nav>li>div>a {
		padding: 10px 16px 10px 64px;
	}
	.box-nav>li>div>a:hover, .box-nav>li>div>a.focus {
		background-color: transparent;
	}
	.box-nav>li>div>a:hover:after, .box-nav>li>div>a.focus:after {
		font-weight: normal;
	}
	.box-body {
		background-color: transparent;
		border: none;
		padding: 16px 0;
	}
	.common-box .box-title.block-title-name .box-title-name {
		color: #2d66a5;
		background-color: transparent;
	}
	.leader-list {
		padding: 0;
		text-align: center;
	}
	.leader-list>dd {
		width: 110px;
	}
	.department-list-body {
		padding: 0;
	}
	.department-list {
		display: block;
		width: auto;
		border: none;
	}
	.department-list>*:nth-child(odd) {
		background-color: transparent;
	}
	.department-list>dt {
		display: block;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ddd;
		font-size: 18px;
		background-color: #fafafa !important;
		color: #015196;
	}
	.department-list>dd {
		display: block;
	}
	.department-list>dd:after {
		content: "";
		display: block;
		clear: both;
	}
	.department-list>dd>a {
		display: block;
	}
	.department-list>dd>a:first-child {
	}
	.department-list>dd>a:nth-child(n+2) {
		float: left;
		width: 50%;
		box-sizing: border-box;
		background-color: #fafafa;
	}
	.department-list>dt:before, .department-list>dd>a:nth-child(n+2):before {
		content: "#";
		font-size: 1.5em;
		font-family: pip-common;
		width: 24px;
		color: #015196;
		line-height: 48px;
		vertical-align: middle;
	}
	.department-list>dd>a:hover {
		color: red;
	}
	.year-department-list>a {
		width: 50%;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.year-department-list>a:nth-child(6n+1), .year-department-list>a:nth-child(6n+2), .year-department-list>a:nth-child(6n+3) {
		background-color: transparent;
	}
	.year-department-list>a:nth-child(2n+1) {
		border-right: 1px solid #ddd;
	}
	.five-items>li>div {
		overflow: auto;
	}
	.five-items>li>div>a {
		padding-left: 12px;
	}
	.xxgkzn-scroll {
		max-height: none !important;
	}
	.xxgkzn-wrap {
		padding-right: 0 !important;
	}
}
