.contents {
	margin: 0.5rem auto;
	padding: 0 1rem;
}

@media ( max-width : 1100px) {
	.contents {
		margin: 0.3rem;
		padding: 0;
	}
}

.publicinfoIndexTit {
	max-width: 1000px;
	margin: -50px auto 25px auto;
	padding: 5px;
	border-bottom: 2px solid #003590;
	font-weight: bold;
	color: #000;
	font-size: 20px;
}

#publicinfoWrap {
	width: 1000px;
	overflow: hidden;
	margin: 0px auto;
}

#publicinfoWrap .itemTitle {
	box-sizing: border-box;
	font-size: 18px;
	color: #003590;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 20px;
}

#publicinfoWrap .itemTitleOne {
	max-width: 100px;
	padding: 5px;
	border-bottom: 2px solid #003590;
	font-weight: bold;
	color: #000;
	font-size: 20px;
}


#publicinfoWrap .itemTitle:before {
	content: "";
	display: inline-block;
	/* background-color: #003590; */
	width: 7px;
	height: 20px;
	margin-bottom: -3px;
	margin-right: 10px;
}

#publicinfoWrap .itemTitle:hover {
	text-decoration: underline;
}

#publicinfoWrap .l50per {
	float: left;
	width: 490px;
	margin-bottom: 40px;
	background-color: #f6f6f6;
	margin-right: 20px;
}

#publicinfoWrap .l50per .h1 {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #003590;
	padding-left: 26px;
	font-weight: bold;
}

#publicinfoWrap .l50per .box {
	color: #6f6f6f;
	padding: 20px 0px 0px 26px;
	line-height: 1.8;
	font-size: 16px;
}

#publicinfoWrap .l50per .box .title {
	color: #6f6f6f;
	font-size: 16px;
	text-decoration: none;
}

#publicinfoWrap .l50per .box .title:hover {
	color: #003590;
}

#publicinfoWrap .mr0 {
	margin-right: 0px;
}

#publicinfoWrap .h200 {
	height: 200px;
}

#publicinfoWrap .h150 {
	height: 150px;
}

#publicinfoWrap .clearfix {
	overflow: hidden;
	*zoom: 1;
}

#publicinfoWrap .clearfix:after {
	display: table;
	content: "";
	clear: both;
}

#publicinfoWrap .clear {
	clear: both;
	height: 0px;
	visibility: hidden;
}

@media ( max-width : 1100px) {
	#publicinfoWrap {
		width: auto;
	}
	#publicinfoWrap .l50per {
		float: none;
		width: auto;
		background-color: #f6f6f6;
		margin: 20px 0;
	}
	#publicinfoWrap .l50per .box {
		padding: 20px 25px;
	}
	#publicinfoWrap .h200 {
		height: auto;
	}
	#publicinfoWrap .h150 {
		height: auto;
	}
}

.publicinfo {
	max-width: 12rem;
	margin: 0.3rem auto;
}

.publicinfoTit {
	padding-left: 0.1rem;
	font-size: 0.18rem;
	color: #003590;
	font-weight: bold;
	border-bottom: 1px solid #003590;
}

.publicinfoList {
	margin-top: 0.2rem;
}

.publicinfoList li {
	position: relative;
	padding: 0 1.3rem 0 0.1rem;
	border-bottom: 1px dashed #dddddd;
}

.publicinfoList a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 2;
}

.publicinfoList span {
	position: absolute;
	right: 0.1rem;
	bottom: 0;
	line-height: 2.5;
	font-size: 0.14rem;
	color: #999;
}

@media ( max-width : 1440px) {
	.publicinfoTit {
		font-size: 18px;
	}
	.publicinfoList span {
		font-size: 14px;
	}
}

.publicinfoBoxOne {
	margin-bottom: 40px;
	padding: 20px 26px;
	background-color: #f6f6f6;
}

.publicinfoBoxOne ul {
	overflow: hidden;
}

.publicinfoBoxOne li {
	float: left;
	width: 50%;
	list-style: none;
}

.publicinfoBoxOne li a {
	color: #6f6f6f;
	font-size: 16px;
	line-height: 1.8;
}

.publicinfoBoxOne li a:hover {
	color: #003590;
}

table {
	background-color: transparent;
	empty-cells: show;
	width: 100%;
}

.table1 td.TH {
	font-weight: bold;
	background-color: #003590;
	color: #fff;
}

.table1 td {
	font-size: 16px;
	vertical-align: middle;
	border: 1px solid #999;
	text-align: center;
	padding: 4px;
	color: #575757;
}