﻿.foreshow{
	margin-bottom: 25px;
}
.listTitle{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	background: url(../../images/project/listTitle.png) no-repeat 0 25px;
}
.listTitle h2{
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
}
.listTitle span{
	font-size: 14px;
	line-height:25px;
	color: #cacaca;
	letter-spacing: 3px;
}
.searchBox{
	width: 1200px;
	height: 40px;
	margin: 30px auto;
}
.find{
	height: 40px;
}
.searchSelect{
	width: 108px;
	height: 38px;
	float: left;
	border:1px solid #e6e6e6;
	z-index: 99999;
	border-radius: 2px;
	margin-right: 12px;
	position: relative;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 14px;
	line-height: 38px;
	color: #666666;
	text-indent: 12px;
}
.searchSelectTop i{
	display: block;
	position: absolute;
	width: 10px;
	height: 6px;
	top: 16px;
	left: 88px;
	background:url(../../images/project/project.png) no-repeat 0 -260px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot{
	position: absolute;
	width: 108px;
	border:1px solid #e6e6e6;
	left: -1px;
	top: 38px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 12px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #DCDCDC;
}
.find input{
	width: 417px;
	height: 38px;
	border: 1px solid #e6e6e6;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	border-right:none;
	font-family: "microsoft yahei";
	border-radius: 3px 0 0 3px;
}
.find button{
	width: 64px;
	height: 40px;
	border:none;
	background: url(../../images/project/project.png) no-repeat 20px -275px #ffb600;
	cursor: pointer;
	outline: none;
	float: left;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 3px 3px 0;
}
.find a.advanced{
	width: 90px;
	height: 38px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background: #fafafa;
	float: right;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	text-align: center;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.content table tr{
	height: 60px;
	border-bottom: 1px dashed #e6e6e6;
}
.content table tr.topBg{
	border-bottom: 1px solid #e6e6e6;
	background: url(../../images/project/table.png) no-repeat;
}
.content table tr td{
	font-size: 14px;
	line-height: 60px;
	color: #333;
	text-align: center;
}
.content table tr td span{
	color: #FFB600;
}
.content table tr td a{
	color: #333;
}
.content table tr td a:hover{
	color: #76A246;
}
.content table tr td div {
	height: 60px;
	overflow: hidden;
}

.page{ margin-top: 40px;padding-bottom: 10px;text-align: center;}
.page a{ width: 40px; height: 38px; display: inline-block; border:1px solid #e6e6e6;background: #fff; border-left: 0; text-align: center; font:normal 14px/38px "Tahoma"; color: #666666; vertical-align: middle; }
.page a:hover{color: #333333 !important; text-decoration: none;}
.page a.ft{width: 58px; border-left: 1px solid #e6e6e6;border-right:0;background: url(../../images/project/page.png) no-repeat -1px -1px;}
.page a.next{width: 59px; margin-right:15px;background: #fff url(../../images/project/page.png) no-repeat -408px -1px;}
.page a.prev{ width: 75px; background: #fff url(../../images/project/page.png) no-repeat -60px -1px; border-left: 1px solid #e6e6e6; }
.page a.lt{ width: 76px; background: #fff url(../../images/project/page.png) no-repeat -331px -1px; }
.page a.on{ background: #FFB600; border:1px solid #FFB600; border-left: 0; color: #fff; font-weight: bold; }
.page a.on:hover{ color: #fff !important;text-decoration: none; }
.page i{color: #ffb600;font-style: normal;}
.page input{ width: 58px; height: 38px; display: inline-block; text-align: center; border: 1px solid #e6e6e6; font:normal 12px/38px "Tahoma"; margin: 0 10px; vertical-align: middle; }
.page button{ width: 52px; height: 40px;font:normal 14px/40px "Tahoma"; vertical-align: middle; cursor: pointer; background: #FFB600; border: none;color: #fff;border-radius: 2px;}
