@charset "utf-8";
@font-face {
	font-family: 'pip-common';
	src:url('fonts/pip-common.eot?icz8hv');
	src:url('fonts/pip-common.eot?icz8hv#iefix') format('embedded-opentype'),
		url('fonts/pip-common.ttf?icz8hv') format('truetype'),
		url('fonts/pip-common.woff?icz8hv') format('woff'),
		url('fonts/pip-common.svg?icz8hv#pip-common') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pip-public';
	src:url('fonts/pip-public.eot?sih2cf');
	src:url('fonts/pip-public.eot?sih2cf#iefix') format('embedded-opentype'),
		url('fonts/pip-public.ttf?sih2cf') format('truetype'),
		url('fonts/pip-public.woff?sih2cf') format('woff'),
		url('fonts/pip-public.svg?sih2cf#pip-public') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    background: url(../images/top_bg.jpg) center top no-repeat #e4f1f9;
}

select, input, button, textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}
li {
	list-style-type: none;
}
img {
	border: none;
}
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* 公共样式 */
.l {
    float: left !important;
}

.r {
    float: right !important;
}

.invisible {
    visibility: hidden !important;
}
dt,dl,dd,ul,li,form {
	margin: 0px;
	padding: 0px;
}

.hidden {
	display: none;
}
.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt7 {
    margin-top: 7px;
}

input, button, select {
    font-family: "Microsoft YaHei";
    outline: 0;
}

@media (min-width: 768px) and (max-width: 1140px) {
    html,body {
        overflow-x: hidden;
    }
    .ewb-main-part {
        padding: 10px 0;
        margin: 0 -10px;
    }
}


@media (max-width: 767px) {
    .ewb-mt20 {
        margin-top: 10px;
    }
    .ewb-main-part {
        margin: 0;
        padding: 10px 5px;
    }
}


@media (min-width: 768px) and (max-width: 1140px) {
   
}

@media (max-width: 1140px) {
    
}

@media (max-width: 767px) {
    
}

@media (max-width: 979px) {
}



@media (min-width: 768px) and (max-width: 979px) {
    .ewb-cm-tt,
    .ewb-drop-tt,
    .ewb-sub-tt {
        font-size: 14px;
    }
    .ewb-list-name,
    .ewb-list-date {
        font-size: 13px;
    }
    .ewb-cm-tt,
    .ewb-sub-tt {
        padding: 0 8px;
    }
}

@media (max-width: 767px) {
    .ewb-cm-tt,
    .ewb-drop-tt,
    .ewb-sub-tt,
    .ewb-list-name {
        font-size: 12px;
    }
    .ewb-cm-tt,
    .ewb-sub-tt {
        padding: 0 6px;
    }
    .ewb-list-date {
        font-size: 12px;
    }
}




















.department-list:after {
	content: "";
	display: block;
	clear: both;
}
.department-list>a {
	display: block;
	float: left;
	width: 25%;
	box-sizing: border-box;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 16px;
}
.department-list>a:before {
	content: "'";
	font-family: pip-common;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #015196;
}
002002 {
	color: #aaa;
	content: attr(title);
}
.department-list>a[href]:after {
	color: #444;
}
.department-list>a[href]:hover:after {
	color: red;
}
.icon-buttons>li {
	float: left;
	box-sizing: border-box;
	padding: 5px;
}
.icon-buttons>li>em {
	display: none;
	position: relative;
	font-style: normal;
	right: 0;
}
.icon-buttons>li>em>a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 12px;
	line-height: 32px;
	background-color: #015196;
	color: white;
	text-align: center;
	opacity: 0.8;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.icon-buttons>li>em>a:hover {
	opacity: 1;
}
.icon-buttons>li>em>a:before {
	content: "\e902";
	font-family: pip-common;
}
.icon-buttons>li:hover>em {
	display: block;
}
.icon-buttons>li>em>a:after {
	content: "目录";
}
.icon-buttons>li>a {
	display: block;
	text-align: center;
	background-color: #f3f3f3;
	padding-bottom: 5px;
}
.icon-buttons>li>a:before {
	content: attr(icon);
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-family: pip-public;
	color: #aaa;
	padding-top: 24px;
}
.icon-buttons>li>a[href]:before {
	color: #015196;
}
.icon-buttons>li>a:after {
	/* content: attr(title); */
	color: #999;
	display: block;
	line-height: 1.25em;
	height: 2.5em;
	padding: 5px 5px 0;
	overflow: hidden;
	display:none;/*202201107*/
}
.icon-buttons>li>a[href]:after {
	color: #444;
}
.icon-buttons>li.empty>a:before {
	content: "b";
	color: #ccc;
}

.common-box .box-title {
	border-bottom: 1px solid #015196;
	padding: 8px 0 16px;
}
.common-box .box-title-name {
	display: block;
	font-size: 1.5em;
	line-height: 24px;
	color: #015196;
}
.common-box .box-title-name:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 24px;
	margin-right: 16px;
	vertical-align: top;
	background-color: #015196;
}
.common-box a.box-title-name:hover {
	color: red;
}
.common-box .box-title-more {
	display: block;
	float: right;
}
.common-box .box-title-more.box-title-dir-download {
	padding: 0 12px;
	line-height: 32px;
	background-color: #015196;
	color: white;
	text-align: center;
	opacity: 0.8;
}
.common-box .box-title-more.box-title-dir-download:hover {
	opacity: 1;
}
.common-box .box-title-more.box-title-dir-download:before {
	content: "\e902";
	font-family: pip-common;
}
.common-box .box-title-more.box-title-dir-download:after {
	content: "目录";
}
 @keyframes circle {
 0% {
transform: rotate(0);
}
 100% {
transform: rotate(360deg);
}
}
.common-box .box-content {
	padding: 8px 0;
}
.common-list>* {
	display: block;
	padding: 9px 0;
}
.common-list>*>span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-size: 1.0625em;
	line-height: 32px;
}
.common-list>*>em {
	display: block;
	color: #777;
	font-style: normal;
	font-size: 0.8125em;
	line-height: 20px;
}
.common-list>*:hover>span {
	color: red;
}

.body-wrap, .main-wrap {
	min-width: 1263px;
}
.main-wrap {
	margin: 0 auto;
	width: 75%;
}
.main-body {
	/*margin-top: -72px;*/
	margin-top: 173px;/*20221014*/
}
.main-body>.main-wrap {
	background-color: white;
	padding: 24px;
	box-sizing: border-box;
}
.main-foot {
	background-color: #1348A4;
}
.main-foot>.main-wrap {
	padding: 24px;
	box-sizing: border-box;
}
.main-head-nav {
	padding: 24px 0;
	background-color: white;
	white-space: nowrap;
}
.logo {
	display: inline-block;
	vertical-align: top;
}
.logo:before {
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
}
.logo:after {
	content: attr(title);
	display: inline-block;
	line-height: 64px;
	font-size: 2em;
	font-weight: bold;
	color: #4c4c4c;
	padding-left: 6px;
}
.common-box .box-title {
	border-bottom: 1px solid #015196;
	padding: 8px 0 16px;
}
.common-box .box-title .box-title-name {
	display: block;
	font-size: 1.5em;
	line-height: 24px;
	color: #015196;
}
.common-box .box-title .box-title-name:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 24px;
	margin-right: 16px;
	vertical-align: top;
	background-color: #015196;
}
.common-box .box-title a.box-title-name:hover {
	color: red;
}
.common-box .box-title .box-title-more {
	display: block;
	float: right;
}
.common-box .box-title .box-title-more.box-title-dir-download {
	padding: 0 12px;
	line-height: 32px;
	background-color: #015196;
	color: white;
	text-align: center;
	opacity: 0.8;
}
.common-box .box-title .box-title-more.box-title-dir-download:hover {
	opacity: 1;
}
.common-box .box-title .box-title-more.box-title-dir-download:before {
	content: "\e902";
	font-family: pip-common;
}
.common-box .box-title .box-title-more.box-title-dir-download:after {
	content: "目录";
}
.common-box .box-content {
	padding: 8px 0;
}
.common-list>* {
	display: block;
	padding: 9px 0;
}
.common-list>*>span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-size: 1.0625em;
	line-height: 32px;
}
.common-list>*>em {
	display: block;
	color: #777;
	font-style: normal;
	font-size: 0.8125em;
	line-height: 20px;
}
.common-list>*:hover>span {
	color: red;
}
.common-list.list-indicator>* {
	position: relative;
	padding-left: 10px;
}

.department-list:after {
	content: "";
	display: block;
	clear: both;
}
.department-list>a {
	display: block;
	float: left;
	width: 25%;
	box-sizing: border-box;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 16px;
}

/*20221126*/
.box-title-dir-download {
    line-height: 32px;
    background-color: #015196;
    color: white;
    float: right;
    background: url(/images/jczwgk/downicon_03.png) 10px center no-repeat #3474ab;
    width: 60px;
    padding-left: 10px;
}