@charset "utf-8";
body {
	background-image: url("//gdee.gd.gov.cn/images/index_v1/2022doc_bg.jpg");
	background-repeat: no-repeat;
	background-position-x: center;
	background-color: rgb(246, 246, 246);
}
.banner {
	height: 118px;
	position: relative;
}
.banner .img {
	background: url("/images/gdep_domain.png");
	left: 37px;
	width: 550px;
	height: 78px;
	position: absolute;
}
.banner .menu {
	top: 55px;
	width: 520px;
	right: 0px;
	position: absolute;
	_display: none;
}
.banner .menu > ul {
	padding: 0px;
	width: 100%;
}
.banner .menu > ul > li {
	background: url("/images/transparent_bg1.png");
	list-style: none;
	width: 80px;
	height: 26px;
	text-align: center;
	line-height: 28px;
	display: inline-block;
}
.banner .menu > ul > li a {
	color: rgb(0, 15, 47);
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.banner .menu > ul > li > div {
	top: 21px;
	width: 80px;
	visibility: hidden;
	position: absolute;
	cursor: default;
}
.banner .menu > ul > li > div > div {
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgb(84, 108, 146);
	margin: 0px auto;
	width: 0px;
	height: 0px;
}
.banner .menu > ul > li > table {
	background: rgb(84, 108, 146);
	top: 21px;
	margin-top: 10px;
	visibility: hidden;
	border-collapse: collapse;
	position: absolute;
	z-index: 99;
}
.banner .menu > ul > li > table td {
	border: 1px solid rgb(113, 132, 163);
	border-image: none;
	height: 36px;
	text-align: left;
	text-indent: 0.5em;
	cursor: default;
}
.banner .menu > ul > li > table td a {
	color: rgb(255, 255, 255);
	font-size: 13px;
	font-weight: normal;
	text-shadow: 2px 2px #364b71;
}
.banner .menu > ul > li > table td a:hover {
	text-decoration: underline;
}
.banner .menu > ul > li:hover {
	background: rgb(84, 108, 146);
	cursor: pointer;
}
.banner .menu > ul > li:hover > a {
	color: rgb(255, 255, 255);
}
.banner .menu > ul > li:hover div {
	visibility: visible;
}
.banner .menu > ul > li:hover table {
	visibility: visible;
}
.content {
	background: rgb(255, 255, 255);
	padding: 1px;
	border: 2px solid rgb(221, 221, 221);
	border-image: none;
	margin-bottom: 30px;
}
.content .nav-gradient {
	background: linear-gradient(rgb(213, 222, 229), rgb(255, 255, 255));
	border-radius: 5px;
	height: 36px;
	color: rgb(142, 143, 146);
	line-height: 36px;
	text-indent: 3em;
	font-size: 12px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.content .nav-gradient a {
	color: rgb(142, 143, 146);
}
.content .holder .breadcrumb {
	background: #1A5284;
	font: bold 16px/normal "Microsoft YaHei";
	color: rgb(255, 255, 255);
	margin-bottom: 20px;
	font-size-adjust: none;
	font-stretch: normal;
}
.content .holder .breadcrumb a {
	padding: 0px 5px;
	color: rgb(255, 255, 255);
	display: inline-block;
}
.content .holder .headline {
	font: 24px/normal "微软雅黑";
	text-align: center;
	color: rgb(0, 15, 47);
	margin-bottom: 12px;
	border-bottom-color: rgb(181, 181, 181);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size-adjust: none;
	font-stretch: normal;
}
.content .holder .source {
	color: rgb(153, 153, 153);
	padding-bottom: 10px;
	font-size: 13px;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.content .holder .article {
	line-height: 2em;
	font-size: 16px;
	font-family: "宋体";
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 10px;
	border-bottom-color: rgb(181, 181, 181);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	-ms-overflow-x: auto;
}
.content .holder .article_hpsp { 
line-height: 23px;
font-size: 14px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 10px;
	border-bottom-color: rgb(181, 181, 181);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	-ms-overflow-x: auto;
}
.content .holder .article .TRS_Editor p {
	margin: 0px;
}
.content .holder .related {
	padding: 0px 0px 20px;
}
.content .holder .related .breadcrumb {
	background: rgb(237, 237, 236);
	font: bold 16px/normal "Microsoft YaHei";
	margin: 0px;
	color: rgb(0, 44, 117);
	text-indent: 0.5em;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 50px;
}
.content .holder .related .table {
	font-size: 14px;
	line-height: 28px;
	margin-top: 1px;
}
.content .holder .related .table tr:first-child td {
	background: linear-gradient(rgb(247, 247, 246), rgb(255, 255, 255));
	margin-top: 1px;
	border-top-color: currentColor;
	border-top-width: 0px;
	border-top-style: none;
}
.content .holder .related .table tr:first-child td:last-child {
	width: 100px;
}
.content .holder .related .table tr:first-child td > span {
	color: rgb(132, 132, 132);
}
.content .holder .related .table tr a {
	color: rgb(38, 38, 38);
}
.content .holder .button-bar {
	height: 40px;
}
.content .holder .button-bar > .pull-right a {
	margin: 0px -2px;
	border-radius: 5px;
	border: 1px solid rgb(173, 173, 173);
	border-image: none;
	width: 84px;
	height: 20px;
	color: rgb(0, 0, 0);
	display: inline-block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.content .holder .button-bar > .pull-right a > span {
	width: 100%;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	border-bottom-color: rgb(222, 222, 222);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: inline-block;
	position: absolute;
}

@media all and (max-width:991px) {
body {
	background: 0px;
}
.content {
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
}
.content .holder .headline {
	border: 0px currentColor;
	border-image: none;
	text-align: left;
	margin-bottom: 0px;
}
.content .holder .article {
	border: 0px currentColor;
	border-image: none;
	padding-bottom: 30px;
}
.content .holder .article .TRS_Editor {
	font-size: larger;
}
}

@media all and (min-width:992px) {
body {
	background-position: center 0px, 0px 0px;
	background-image: url("//gdee.gd.gov.cn/images/index_v1/2022doc_bg.jpg");
	background-repeat: no-repeat;
}
.container {
	width: 1000px;
}
.content {
	border-radius: 5px;
	box-shadow: 2px 2px 20px #e2e4e6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
}

@media screen and (max-width:580px) {
.content .holder .article img {
	margin: 0px auto;
	width: 100% !important;
	height: auto !important;
	text-indent: 0px;
}
}
