/* body {
	background-color: #F5F5F5;
} */
body {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url('http://www.jinan.gov.cn/images/11633/bg.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.main_box {
	width: 1200px;
	padding: 16px 50px;
	margin: 0 auto;
	background-color: #fff;
}

.wip_local {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 52px;
	color: #666666;
	font-size: 14px;
	background: url(local.png) no-repeat left center;
	padding-left: 30px;
	color: #666666;
	font-size: 14px;
	line-height: 52px;
	margin-bottom: 20px;
}

.wip_local a {
	color: #666666;
	font-size: 14px;
	line-height: 52px;
}

.xxgk table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #d5daed;
	border-top: 1px solid #d5daed;
}

.xxgk table tr {
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	height: 40px;
}

.xxgk table tr th {
	text-align: center;
	width: 120px;
	height: 40px;
	background: #ecf0fb;
	/* color: #4a66a7; */
	padding-left: 10px !important;
}

.xxgk table tr th,
.xxgk table tr td {
	border-right: 1px solid #d5daed;
	border-bottom: 1px solid #d5daed;
	padding-left: 20px;
	font-weight: 400;
}

.xxgk table tr td {
	width: 461px;
	max-width: 461px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yxx {
	color: #DA5445;
}

.content {
	width: 100%;
	padding: 40px 0;
}

.content-left {
	width: 760px;
	float: left;
}

.content-right {
	width: 300px;
	float: right;
	background: #f6f6f6;
	padding: 24px 16px;
}

.pdfyl {
	width: 100%;
	height: 476px;
	background-color: #b5b5b5;
	margin-bottom: 50px;
	position: relative;
	background-size: 100% 100%;
}

.yulan {
	display: block;
	width: 130px;
	height: 33px;
	line-height: 33px;
	border-radius: 8px;
	background: #245399;
	color: #fff;
	position: absolute;
	bottom: 90px;
	left: 71px;
	text-align: center;
}

.download {
	width: 240px;
	height: 50px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #245399;
	position: absolute;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #245399;
	bottom: 20px;
	left: 16px;
	line-height: 50px;
}

.download img {
	padding-right: 16px;
	vertical-align: sub;
}

.xgbd {
	width: 300px;
	height: auto;
	margin-bottom: 40px;
}

.list_title {
	height: 24px;
	border-bottom: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	color: #245399;
	padding-left: 0;
	position: relative;
	margin-bottom: 16px;
}

.list_title::after {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	top: 2px;
	width: 8px;
	height: 25px;
	background: #da5445;
}

.list ul li {
	font-weight: 400;
	font-size: 16px;
	position: relative;
	line-height: 1.75;
	text-align: left;
	color: #333;
	padding-left: 14px;
}

.list ul li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #666;
}

.list ul li a {
    color: #333;
}

.main_content {
	margin-bottom: 40px;
}

.main_content p,.main_content span{
	white-space:normal !important;
}

.sys {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #999;
	margin-bottom: 10px;
}

.erweima {
	width: 168px;
	height: 168px;
	background: #fff;
	margin: 0 auto 40px;
}

.erweima img {
	width: 100%;
	height: 100%;
}

.zrbj {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 20px;
}

.sxp {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #333;
}

.sxp a {
	color: #333;
}
.phone_banner{
    display: none;
}
.pnone_foot{
    display: none;
    background-color: #757575;
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 1.125rem;
    line-height: 36px;
    color: #fff;
}
.pnone_foot a{
    color: #fff;
}

@media screen and (max-width: 1199px) {
	body{
        min-width: auto !important;
    }
}