﻿@charset "utf-8";
@font-face {
	font-family: 'pip-common';
	src:url('../fonts/pip-common.eot');
	src:url('../fonts/pip-common.eot') format('embedded-opentype'),
		url('../fonts/pip-common.ttf') format('truetype'),
		url('../fonts/pip-common.woff') format('woff'),
		url('../fonts/pip-common.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pip-public';
	src:url('../fonts/pip-public.eot');
	src:url('../fonts/pip-public.eot') format('embedded-opentype'),
		url('../fonts/pip-public.ttf') format('truetype'),
		url('../fonts/pip-public.woff') format('woff'),
		url('../fonts/pip-public.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
body{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, "Microsoft Yahei";
	-webkit-text-size-adjust: none;
	background-color: white;
}
dt,dl,dd,ul,li,form {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
.hidden {
	display: none;
}
.body-wrap {
	background: url(../img/bg.png) no-repeat top;
	min-width: 1100px;
}
.main-wrap {
	margin: 0 auto;
	width: 1100px;
}
.main-head {
	height: 365px;
}
.main-body>.main-wrap {
	background-image: linear-gradient(#f5f5f5, white);
	padding: 36px;
	box-sizing: border-box;
	min-height: 600px;
}
.main-foot {
	background-color: #f2f2f2;
	margin-top: 36px;
}
.main-foot>.main-wrap {
	padding: 36px;
	box-sizing: border-box;
}
.main-head-title {
	padding-top: 32px;
	white-space: nowrap;
}
.logo {
	display: inline-block;
	vertical-align: top;
}
.logo:before {
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	vertical-align: top;
}
.logo:after {
	content: attr(title);
	display: inline-block;
	line-height: 64px;
	font-size: 35px;
	font-weight: bold;
	color: #dd0000;
	padding-left: 6px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.logo:hover:after {
	opacity: 0.9;
}
.title {
	display: block;
	text-align: center;
	padding-top: 72px;
	font-size: 100px;
	line-height: 1em;
	color: white;
	font-weight: bold;
	text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);
	opacity: 0.95;
}
.title:after {
	content: attr(title);
}
.search-bar {
	position: relative;
	height: 218px;
}
.search-bar:before, .search-bar:after {
	content: "";
	display: block;
	position: absolute;
	top: 108px;
	width: 240px;
	border-bottom: 2px solid #ddd;
}
.search-bar:before {
	left: 0;
}
.search-bar:after {
	right: 0;
}
.search-wrap {
	box-sizing: border-box;
	border: 1px solid #2d66a5;
	border-radius: 9px;
	overflow: hidden;
	width: 510px;
	position: absolute;
	top: 84px;
	left: 259px;
}
.search-wrap .search-input {
	vertical-align: top;
	margin-right: 64px;
}
.search-wrap .search-submit {
	float: right;
	width: 64px;
	box-sizing: border-box;
}
.search-wrap .search-input>input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
	background-color: white;
	padding: 8px 12px;
	line-height: 32px;
	height: 50px;
	font-size: 16px;
	outline: none;
}
.search-wrap .search-submit>input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	border: none;
	background-color: white;
font-family: pip-common;
	cursor: pointer;
	color: #2d66a5;
	font-size: 36px;
	outline: none;
}
.search-wrap .search-submit>input:hover {
	background-color: #f6f6f6;
}
.row-main {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.row-main>* {
	display: table-cell;
	vertical-align: top;
}
.box-nav {
	width: 240px;
	padding-right: 18px;
}
.box-nav>li {
	margin-bottom: 15px;
}
.box-nav>li>a {
	display: block;
	border: 1px solid #ddd;
	background-color: white;
	color: #2d66a5;
	font-size: 23px;
	position: relative;
	padding: 0px 60px 0px 80px;
	line-height: 27px;
	cursor: pointer;
}
.box-nav>li>a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;

	font-size: 40px;
	vertical-align: top;
	padding: 0 20px;
	line-height: 68px;
}
.box-nav>li>a:not([href]):after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	content: "y";
	font-size: 22px;
	vertical-align: top;
	padding-right: 15px;
	line-height: 68px;
    font-family: pip-common;
}
.box-nav>li>a:hover, .box-nav>li.focus>a, .box-nav>li.expand>a {
	background-color: #2d66a5;
	border-color: #2d66a5;
	color: white;
}
.box-nav>li>a>span {
	height: 68px;
	font-size: 24px!important;
	display: table-cell;
    vertical-align: middle;
}
.box-nav>li>div {
	display: none;
	background-color: white;
	border: 1px solid #ddd;
	border-top: none;
	padding: 8px 0;
}
.box-nav>li.expand>div {
	display: block;
}
.box-nav>li.expand>a:not([href]):after {
	content: "z";
}
.box-nav>li>div>a {
	display: block;
	line-height: 20px;
	padding: 6px 4px 6px 64px;
	color: #555;
}
.box-nav>li>div>a:before {
	content: "·";
	font-size: 32px;
	vertical-align: top;
	padding-right: 4px;
	margin-left: -0.5em;
}
.box-nav>li>div>a:after {
	content: attr(title);
}
.box-nav>li>div>a:hover, .box-nav>li>div>a.focus {
	color: #2d66a5;
	background-color: #e6feff;
}
.box-nav>li>div>a:hover:after, .box-nav>li>div>a.focus:after {
	font-weight: bold;
}
.box-body {
	background-color: white;
	border: 1px solid #ddd;
}
.box-body-wrap {
	padding: 32px;
}

.box-leader {
	width: 29.4%;
	padding-left: 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
.common-box .box-title {
	border-bottom: 1px solid #bbb;
}
.common-box .box-title .box-title-name {
	display: block;
	padding-bottom: 8px;
	color: #000;
}
.common-box .box-title a.box-title-name:hover {
	color: red;
}
.common-box .box-content {
	padding: 8px 0;
}
.common-list>* {
	display: block;
	padding: 15px 24px;
	line-height: 1.5em;
}
.common-list>*>span {
	color: #444;
}
.common-list>*>em {
	display: inline-block;
	color: #777;
	font-style: normal;
	line-height: 20px;
}
.common-list>*:hover>span {
	color: red;
}
.list-more {
	padding-bottom: 32px;
	text-align: center;
}
a.list-more {
	display: block;
}
a.list-more:before {
	content: "更多";
	display: inline-block;
	width: 100px;
	line-height: 30px;
	background-color: #f2f2f2;
	color: #666;
	font-size: 14px;
}
a.list-more:hover:before {
	color: red;
}
.common-box .box-title.block-title-name .box-title-name {
	padding: 0 15px;
	min-width: 110px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	background-color: #015196;
	color: white;
	position: relative;
}
.common-box .box-title.block-title-name .box-title-name:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	border-bottom: 1px solid #015196;
}
.common-box .box-title.block-title-name.full-block-title .box-title-name {
	display: block;
	text-align: center;
}
.xxgkzn {
	padding: 0 16px;
	padding-bottom: 16px;
}

.xxgkzn>h1 {
	font-size: 32px;
	color: #2d66a5;
	padding: 5px 0;
	text-align: center;
}

.xxgkzn>em {
	display: none;
	font-style: normal;
	text-align: center;
	padding-bottom: 15px;
}

.xxgkzn-scroll {
	max-height: 940px;
	overflow-y: auto;
}

.xxgkzn-scroll::-webkit-scrollbar {
	width: 10px;
	background: #eee;
	border-radius: 10px;
}

.xxgkzn-scroll::-webkit-scrollbar-button {
	width: 10px;
	height: 0;
}

.xxgkzn-scroll::-webkit-scrollbar-thumb {
	background-color: #2d66a5;
	border-radius: 10px;
	height: 80px;
}

.xxgkzn-wrap {
	padding-right: 16px;
	padding: 0 16px;
}

.xxgkzn p {
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
	color: #000;
	text-align: justify;
}

.xxgkzn p.xxgkzn-title {
	font-size: 21px;
	font-weight: bold;
	text-indent: 0;
	line-height: 45px;
}

.xxgkzn p.xxgkzn-title-sub {
	font-size: 18px;
	font-weight: bold;
	text-indent: 0;
	line-height: 45px;
}

.xxgkzn a {
	color: blue;
}

.guizhang-list {
	padding: 32px;
}
.leader-list {
	padding: 16px 64px;
}
.leader-list>dt {
	text-align: center;
}
.leader-list>dd {
	display: inline-block;
	text-align: center;
	width: 155px;
}
.leader-list a {
	display: inline-block;
	padding: 8px 0;
}
.leader-list a>em {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 3px;
}
.leader-list a>em>i {
	display: block;
	width: 120px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.leader-list a>span {
	display: block;
	color: #222;
	line-height: 1.125em;
	height: 2.25em;
}
.leader-list a:hover>span {
	color: red;
}
.leader-list>dd {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 155px;
}
.leader-list>dd a>em>i {
	width: 100px;
	height: 150px;
}


.foot-wrap {
	display: table;
	width: 100%;
}
.foot-wrap>* {
	display: table-cell;
	vertical-align: middle;
}
.foot-wrap>*:last-child {
	text-align: center;
}
.foot-spans a, .foot-spans span {
	display: inline-block;
	color: #888;
	font-size: 0.875em;
	margin-left: 6px;
	line-height: 24px;
}
.foot-spans a:hover {
	color: red;
}
.foot-spans a img, .foot-spans span img {
	vertical-align: sub;
}
.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>img {
	display: block;	
}
.foot-logo-border {
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.page-tile {
	text-align: center;
	padding: 24px 0;
}
.page-tile:after {
	display: block;
	content: "";
	clear: both;
}
.page-tile a {
	color: #888;
	display: inline-block;
	padding: 0 10px;
	min-width: 40px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.875em;
	line-height: 40px;
	height: 40px;
	font-family: Arial;
	background-color: #f0f0f0;
	border-radius: 5px;
	margin: 0 2px;
	vertical-align: top;
}
.page-tile a.prev, .page-tile a.next {
	font-family: Verdana;
}
.page-tile a:before {
	font-size: 1.25em;
}
.page-tile a.more:before {
	content: "\2026"
}
.page-tile a.prev:before {
	content: "\2039"
}
.page-tile a.next:before {
	content: "\203A"
}
.page-tile a.focus {
	background-color: #015196;
	color: white;
	cursor: default;
}
.page-tile a[href]:hover {
	color: #015196;
}
.page-tile em {
	display: block;
	font-style: normal;
	line-height: 40px;
	font-size: 0.875em;
	color: #999;
}
.department-list-body {
	padding: 20px;
}
.department-list {
	display: table;
	width: 100%;
	box-sizing: border-box;
	line-height: 48px;
	margin-top: 32px;
	border: 1px solid #ddd;
	border-bottom: none;
}
.department-list>*:nth-child(odd) {
	background-color: #fafafa;
}
.department-list>dt {
	display: table-caption;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 0 6px;
	font-size: 1.25em;
}
.department-list>dd {
	display: table-row;
}
.department-list>dd>a {
	display: table-cell;
	padding: 0 16px;
	color: #444;
	border-bottom: 1px solid #ddd;
}
.department-list>dt:before, .department-list>dd>a:nth-child(n+2):before {
	content: "#";
	font-size: 1.5em;

	width: 24px;
	color: #015196;
	line-height: 48px;
	vertical-align: middle;
}
.department-list>dd>a:nth-child(n+2) {
	width: 18%;
}
.department-list>dd>a:hover {
	color: red;
}
.year-department-list {
	margin-bottom: 24px;
}
.year-department-list:after {
	content: "";
	display: block;
	clear: both;
}
.year-department-list>a {
	display: block;
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	line-height: 40px;
	padding-left: 8px;
	border-right: 1px solid #ddd;
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.year-department-list>a:hover {
	color: red;
}
.year-department-list>a:nth-child(3n+3) {
	border-right: none;
}
.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: #f2f2f2;
}
.page-list>a {
	display: block;
	padding: 16px 0;
	color: #444;
	border-top: 1px solid #ddd;
}
.page-list>a:first-child {
	border-top: none;
}
.page-list>a>span {
	display: block;
	font-size: 1.125em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 8px 0;
}
.page-list>a:hover>span {
	color: red;
}
.page-list>a>em {
	display: block;
	font-size: 0.875em;
	line-height: 1.5em;
	max-height: 3em;
	overflow: hidden;
	font-style: normal;
	color: #888;
}
.page-list>a>b {
	display: inline-block;
	font-size: 0.875em;
	font-weight: normal;
	color: #888;
	padding-top: 8px;
}
.five-items>li {
	padding: 16px;
}
.five-items>li>a {
	display: block;
	color: #777;
	font-size: 1.25em;
	line-height: 1em;
	padding-bottom: 10px;
}
.five-items>li>a[href] {
	color: #015196;
}
.five-items>li>a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 1em;
    margin-right: 12px;
    vertical-align: top;
    background-color: #6ea5d4;
}
.five-items>li>a[href]:hover {
	color: red;
}
.five-items>li>div {
	padding: 12px 12px 12px 0;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.five-items>li>div:after {
	content: "";
	display: block;
	clear: both;
}
.five-items>li>div>a {
	display: block;
	float: left;
	box-sizing: border-box;
	white-space: nowrap;
	padding-left: 24px;
	color: #999;
	line-height: 2em;
}
.five-items>li>div>a[href] {
	color: #222;
}
.five-items>li>div>a:before {
	content: "·";
	font-family: Simsun;
	font-size: 1.125em;
	vertical-align: top;
}
.five-items>li>div>a[href]:hover {
	color: red;
}

.xiaocms-page span {
    background-color: #015196;
    color: white;
    cursor: default;
    display: inline-block;
    padding: 0 10px;
    min-width: 40px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.875em;
    line-height: 40px;
    height: 40px;
    font-family: Arial;
    border-radius: 5px;
    margin: 0 2px;
    vertical-align: top;
}

.top { width:100%; height:40px; background:#f9f9f9; border-bottom:1px solid #eeeeee; line-height:40px; font-size:13px;}
.top a {font-size:13px; padding:0px 10px;}
.cont { width:1200px; margin:0px auto;}

.ss { width:250px; height:30px; line-height:30px; float:left;}
.an { width:50px; height:34px; background:#dd772d; line-height:34px; font-size:14px; display:block; float:right; color:#FFF; text-align:center;}

.foot { width:100%; background:#efefef; padding:30px 0px; text-align:center; font-size:14px; line-height:26px; color:#666; margin-top: 36px; }
.foot a { padding:0px 10px;}

/*分页*/
.fenye {width:100%;text-align:center; margin:20px 0;}
.fenye .xiaocms-page {display:inline-block;}
.fenye .xiaocms-page a,.fenye .xiaocms-page span {display:inline-block;text-align:center;line-height:40px;margin:0 2px;border:#f0f0f0 solid 1px;overflow:hidden;font-size:0.875em;color:#888;border-radius: 5px;background: #f0f0f0;font-family: Arial;min-width: 40px;}
.fenye .xiaocms-page a:hover {background:#015196;color:#fff!important;border:#015196 solid 1px;}
.fenye .xiaocms-page span {background:#015196;color:#fff;border:#015196 solid 1px;min-width:auto;height: auto;min-width: 40px;}

.line1, .line2, .line3 {
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line2{-webkit-line-clamp: 2;}
.line3{-webkit-line-clamp: 3;}