*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
img{
	outline: none;
	border: none;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
}
a:hover{
	color: #0084CB;
}

.container{
	min-height: calc(100vh - 501px);
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	padding-top: 7px;
	padding-bottom: 20px;
}
.container:after{
	display: block;
	clear: both;
	content: "";
}
.clearBox{
	display: block;
	clear: both;
	height: 0;
}
.clearFloat::after{
	display: block;
	clear: both;
	content: "";
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.publicTitle{
	width: 100%;
	height: 27px;
	line-height: 27px;
	background-image: url(../images/in_14.jpg);
	padding-right: 15px;
}
.publicTitle::after{
	display: block;
	content: "";
	clear: both;
}
.publicName{
	display: block;
	float: left;
	width: 87px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/in_12.jpg);
	background-repeat:repeat-x;
}
.publicMore{
	float: right;
	color: #0084cb;
	font-size: 13px;
}
.publicMore:hover{
	color: #0084cb;
	text-decoration: underline;
}
.public_left{
	width: 260px;
	float: left;
}
.public_left .tender{
	width: 100%;
}
.public_left .tender_c{
	width: 250px;
	height: 181px;
	margin: 0 auto;
	padding-top: 25px;
}
.public_left .tender_c li{
	width: 100%;
	position: relative;
	padding-left: 20px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.public_left .tender_c li img{
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 3px;
}
.public_left .tender_c li a{
	display: block;
	font-size: 13px;
	line-height: 26px;
	color: #000000;
}
/* 当前位置 */
.currentLocation{
	width: 100%;
	height: 29px;
	background-image: url(../images/in_33.jpg);
	padding-left: 15px;
}
.currentLocation p{
	font-size: 13px;
	line-height: 29px;
}
.currentLocation p span{
	font-size: 14px;
	color: #0084CB;
	line-height: 29px;
	margin-left: 2px;
}
/* 分页 */
.paging:after{
	display: block;
	clear: both;
	content: "";
}
.paging{
	padding-top: 10px;
	padding-bottom: 24px;
}
.proPaging{
	padding-top: 5px;
	padding-bottom: 5px;
}
.pagingLeft{
	float: left;
	width: 50%;
	text-align: center;
}
.pagingLeft a{
	font-size: 12px;
	margin-right: 10px;
}
.pagingRight{
	float: right;
	font-size: 12px;
	width: 50%;
	text-align: center;
}
