/*头部分页*/
.topPagination{
	line-height: 46px;
	height: 46px;
	margin-bottom: 20px;
	background: #f0f0f0;
}
.topPagination span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 23px;
}
.topPagination span .thisPageIndex{
	color: #ff8517;
}
.topPagination span .allPageIndex{
	margin-right: 23px;
}
.topPagination a{
	display: inline-block;
	width:50px;
	height: 22px;
	border: 1px solid #dddddd;
	vertical-align: middle;
}
.topPagination a.noBorderLeft{
	border-left: 0;
}
.topPagination a.prevBtn{
	background: #ffffff url(../../images/icons/newsListPrevBtn.png) no-repeat center center;
}
.topPagination a.prevBtn:hover{
	background: #F0F0F0 url(../../images/icons/newsListPrevBtn.png) no-repeat center center;
}
.topPagination a.nextBtn{
	width:47px;
	background: #ffffff url(../../images/icons/newsListNextBtn.png) no-repeat center center;
}
.topPagination a.nextBtn:hover{
	background: #F0F0F0 url(../../images/icons/newsListNextBtn.png) no-repeat center center;
}
/*screenBox*/
.screenBox{
	width: 1183px;
	height: 58px;
	border: 1px solid #ddd;
	padding-left: 15px;
}
.searchBox{
	width: 565px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin:10px 15px 0 0px;
}
.searchBox input{
	width: 485px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
}
.searchBox .btn{
	width: 67px;
	height: 34px;
	line-height: 34px;
	background: #308bd8;
}
.screenBox .dates{
	height: 58px;
	border-left: 1px solid #ddd;
}
.screenBox .dates p{
	height: 58px;
	line-height: 58px;
    font-size:15px;
}
.screenBox .dates select{
	width: 174px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ddd;
	color: #999;
}
/*项目列表*/
.tbl{
	width: 1200px;
}
.tbl tr .td1{
	width: 530px;
	text-indent: 20px;
}
.tbl tr .td2{
	width: 175px;
}
.tbl tr .td3{
	width: 192px;
}
.tbl tr .td4{
	width: 160px;
}
.tbl tr .td5{
	width: 143px;
}
.tbl tr.title{
	height: 56px;
	line-height: 56px;
	background: #308BD8;
	border: 1px solid #308BD8;
}
.tbl tr.list{
	height: 49px;
	border-bottom: 1px dashed #ddd;
}
.tbl tr.list .td1 .txt{
	width: 500px;
}
#listinfo div input.dateInput{
    margin-top:11px;
	line-height: 26px;
	margin-left: 15px;
	color:#999;
	border: 1px solid #dddddd;
	/*vertical-align: middle;*/
	text-indent: 10px;
	background: url(../../images/ZctImages/icons/dateInputIcon.jpg) no-repeat 123px ;
    height:32px;
    width:152px;
}
