.list-con {
	width:92%;
	margin:20px auto;
}
.list-con .details-con {
	width:100%;
	margin:10px auto 20px;
	padding-bottom:20px;
	text-align:left;
	border-bottom:1px dashed #CCCCCC;
}
.list-con .details-con a {
	background: url(../../images/pc/icon-label.png) no-repeat 3px center;
	padding-left:20px;	
	font-size:18px;
	line-height:24px;
	color:#005cbb;
}
.list-con .details-con a:hover {
	text-decoration:underline;
}
.list-con .details-con b {
	display:inline-block;
	padding:4px 8px;
	text-align:center;
	border-radius:5px;
	background:#005cbb;
	color:#fff;
	font-size:14px;
	line-height:18px;
	margin-left:10px;
}
.list-con .details-con .time {
	background:url(../../images/pc/icon-time.png) no-repeat left center;
	background-size:16px;
	padding-left:20px;
	font-size:16px;
	color:#333;
	margin-top:3px;
}
.list-con .details-con .address {
	background:url(../../images/pc/icon-address.png) no-repeat left center;
	background-size:16px;
	padding-left:20px;
	font-size:16px;
	color:#333;
	margin-top:3px;
}

.info-title-con {
	width:90%;
	margin:10px auto 20px;
	text-align:center;
}
.info-title-con span {
	margin:20px auto;
	display:block;
	font-size:22px;
	line-height:24px;
	color:#005cbb;
}
.info-title-con b {
	margin-top:30px;
	font-weight:normal;
	display:block;
	font-size:16px;
	line-height:16px;
	color:#333;
}
.info-staff-con {
	width:96%;
	margin:10px auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	
}
.info-staff-con .staff-con {
	background:#fff;
	width:95%;
	margin:10px auto;
	display:flex;
	justify-content:space-between;
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
}
.info-staff-con .staff-con .unit {
	background:url(../../images/pc/icon-staff.png) left center no-repeat;
	background-size:16px;
	padding-left:22px;
	font-size:16px;
	color:#005cbb;
}
.info-staff-con .staff-con .unit span {
	font-size:16px;
	color:#666;
	margin-right:10px;
}
.info-staff-con .staff-con .name {
	font-size:16px;
	color:#333;

}
.info-staff-con .staff-con .name span {
	display:inline-block;
	margin-right:15px;
}
.info-staff-con .link-con a {
	display:block;
	margin:10px 0 20px 30px;
	background: url(../../images/pc/icon-link.png) left center no-repeat;
	background-size:16px;
	padding-left:22px;
	font-size:16px;
	color:#005cbb;
}
.info-staff-con .link-con a:hover {
	text-decoration:underline;
}
.info-staff-con .file-con a {
	display:block;
	margin:10px 0 20px 30px;
	background: url(../../images/pc/icon-file.png) left center no-repeat;
	background-size:16px;
	line-height:20px;
	text-align:left;
	padding-left:22px;
	font-size:16px;
	color:#005cbb;
}
.info-staff-con .file-con a:hover {
	text-decoration:underline;
}


.list-con .txt-con {
	font-weight:normal;
	width:94%;
	margin:20px auto;
	font-size:16px;
	line-height:22px;
	color:#333;
	text-align: center;
	}
.list-con .txt-con p {
	color:#000;
	margin:20px auto;
	text-align:left;
	text-indent:2em;
}
.list-con .txt-con img {
	width:50%;
	margin:10px auto;
	text-align:center;
}
.list-con .info-tt {
	font-weight:normal;
	width:100%;
	padding:10px;
	border-bottom:1px solid #bbe1f0;
	font-size:16px;
	color:#333;
	margin-bottom:5px;
}
.list-con .info-tt i {
	display:inline-block;
	width:3px;
	height:12px;
	background:#666;
	border-radius:10px;
	margin-right:6px;
}

/* 页码 */
.page-con {
	width:600px;
	margin:0px auto;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
	margin-bottom:10px;
}
.page-con a {
	color:#005cbb;
	cursor:pointer;
	padding:6px 12px;
	border-radius:6px;
}
.page-con .txt {
	border:1px solid #fff;
	color:#005cbb;
}
.page-con .non {
	color:#999;
	cursor: pointer;
}

.page-con .txt:hover {
	border:1px solid #fff;
	background:#caefff;
	color:#005cbb;
}
.page-con .non:hover {
	background:#fff;
	color:#999;
}
.page-con .nb {
	border:1px solid #fff;
	color:#005cbb;
}
.page-con .nb:hover {
	border:1px solid #fff;
	background:#caefff;
	color:#005cbb;
}
.page-con .active {
	border:1px solid #005cbb;
	background:#fff;
	color:#005cbb;
}