.main-head-nav{
	display:none;
}
.portal-department-list:after {
	content: "";
	display: block;
	clear: both;
}
.portal-department-list>a {
	display: block;
	float: left;
	width: 25%;
	box-sizing: border-box;
	line-height: 60px;
	background-color: #f3f3f3;
	border: 5px solid white;
	border-radius: 10px;
	padding: 0 16px;
}
.portal-department-list>a:nth-child(4n+1) {
	border-left-width: 0;
}
.portal-department-list>a:nth-child(4n+4) {
	border-right-width: 0;
}
.portal-department-list>a:before {
	float: right;
	content: "'";
	font-family: pip-common;
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	font-weight: bold;
	color: #015196;
}
.portal-department-list>a:after {
	color: #aaa;
	content: attr(title);
}
.portal-department-list>a[href]:after {
	color: #444;
}
.portal-department-list>a[href]:hover:after {
	color: red;
}
.resize-indicator {
	display: none;
}
.field-guide-content{
	color: #444;
	line-height: 1.875em;
	padding: 10px 20px;
}
.field-guide-content .doc-number{
	text-align: center!important;
	margin: 0!important;
}
.field-guide-content .first-title{
	text-align: center!important;
	text-indent:0!important;
	font-size: 30px;
	line-height: 1.75em;
}
.field-guide-content p{
	text-indent:2em;
	text-align: justify!important;
}
.field-guide-content p.no-indent{
	text-indent:0!important;
}
.field-guide-content p.right{
	text-align:right!important;
}
@media screen and (max-width: 768px) {
	.main-head-nav {
		display: block;
	}
	.portal-department-list {
		padding: 5px;
	}
	.portal-department-list>a {
		width: 50%;
		border-width: 5px !important;
	}
	.icon-buttons>li {
		border: none;
	}
	.icon-buttons>li>a:before {
		padding-top: 16px;
	}
	.icon-buttons.button-stripe>li:nth-child(n+13) {
		display: none;
	}
	.resize-indicator {
		display: block;
	}
	.resize-indicator {
		float: left;
		width: 100%;
		text-align: center;
		color: #015196;
		line-height: 32px;
		padding-bottom: 8px;
	}
	.resize-indicator:before {
		content: "展开全部";
		font-size: 14px;
	}
	.resize-indicator:after {
		content: "&";
		font-family: pip-common;
		vertical-align: bottom;
		font-size: 18px;
		font-weight: bold;
	}
	.main-foot {
		background-color: #015196;
	}
	.foot-wrap {
		background-color: transparent;
	}
	.foot-spans span {
		color: white;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.field-guide-content .first-title{
		font-size:22px;
	}
	.field-guide-content p{
		margin: 5px 0;
	}
}

.ewb-article {
    padding: 23px 20px 26px 20px;
    min-height: 700px;
}

.ewb-article-tt {
    line-height: 46px;
    text-align: center;
    font-family: "宋体";
    font-size: 28px;
    color: #454545;
}

.ewb-info-source {
    margin-top: 25px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #545454;
    background-color: #f0f0f0;
}

.ewb-info-source a {
    color: #545454;
}

.ewb-article-content {
    padding: 5px 20px 0 20px;
    overflow: auto;
}

 /*.ewb-article-content p {
   margin-top: 28px;
    line-height: 30px;
    font-size: 16px;
	
}

.ewb-article-img {
    padding: 32px 0 15px 0;
}

.ewb-article-img img {
    display: block;
    margin: 0 auto;
}
*/


/*20221104*/
.jiceng-card span {
	display: inline-block;
	min-width: 360px;
	color: #888;
	font-size: 0.9375em;
	line-height: 2em;
	 width: 49%;
}
.jiceng-card span.single-row {
	display: inline-block;
	min-width: 100%;
	color: #888;
	font-size: 0.9375em;
	line-height: 2em;
}
.jiceng-card span:before {
	content: attr(label) "：";
}
.jiceng-card {
	border: 1px solid #E2EBF6;
	background-color: #F8FCFE;
	padding: 12px 24px;
	margin-bottom: 30px;
}