body{
	margin: 0;
	padding: 0;
	font-family:微软雅黑, Tahoma, Helvetica, Arial, 宋体, sans-serif;
}
a{
	color: #000;
	text-decoration: none
}

@media screen and (max-width: 749px){
	.widthzhiwei{
	width: 98%;
	margin: 0 auto;
}
.sousuo{
	width: 100%;
}
.sousuo div{
	width: 96%;
	/*! float: left; */
	margin: 2%;
	font-size: 0;
}
.sousuo input,button{
	height: 40px;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	padding:0 3%;
}
.inputwidth1{
	width: 92%;
}
.inputwidth2{
	width: 43%;
	margin-left: 0;
}
.sousuojieguobox{
	/*! float: left; */
	margin: 2%;
	padding: 1%;
	/*border:1px solid #d1d1d1;*/
	width: 92%;
}
.zongji{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
}
.zongji span{
	color: #ff9600;
}
.zongji2{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
.zongji2 span{
	color: #ff9600;
}
.zhiweibox{
	padding: 2%;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.zhiweibox img{
	width: 100px;
	height: 100px;
}
.zhiweibox-wenzi{
	/*! float: right; */
	width: 100%;
	color: #606060;
}
.zhiweibox-wenzi span{
	font-size: 14px;
	margin-right: 10px;
}
.zhiweibox-wenzi p{
	font-size: 16px;
	margin: 10px 0;
	text-overflow: ellipsis;
 	overflow: hidden;
 	word-wrap: nowrap;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient:vertical;
 	height: 40px;
 	line-height: 20px;
}
.zhiweibox-wenzi button{
	height: 40px;
	width: 150px;
	background-color: #ff9600;
	border: 0;
	/*! float: right; */
	margin-top: -25px;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.page{
 	text-align: center;
 	margin-right: 20px;
 	margin-top: 20px;
 	float: right;
}
.page a{
 	text-decoration: none;
 	border: 1px solid #dcdcdc;
 	cursor: pointer;
 	padding: 5px 7px;
 	margin: 0;
 	color: #000;
 	background-color: #fff;
 }
.page a:hover{
 	text-decoration: none;
 	border: 1px solid #dcdcdc;
 	cursor: pointer;
 	padding: 5px 7px;
 	margin: 0;
 	color: #fff;
 	background-color: #008cd6;
}
.tuijianzhiwei{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	padding: 3%;
	/*border:1px solid #d1d1d1;*/
	width: 94%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.tuijianbiaoti{
	border-bottom: 1px solid #dcdcdc;
	line-height: 30px;
	height: 30px;
	font-size: 18px;
}
.tuijianzhiweibox{
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #dcdcdc;
	color: #606060;
}
.tuijianzhiweibox span{
	color: #ff9600;
	float: right;
	font-weight: bolder;
}
.buttonwidth{
	width: 98%;
}
.ifheight{
			height:1060px;
		}
}





@media screen and (min-width:750px) and (max-width: 969px){
	.widthzhiwei{
	width: 750px;
	margin: 0 auto;
}
.sousuo{
	width: 100%;
}
.sousuo div{
	width: 355px;
	float: left;
	margin: 10px;
	font-size: 0;
}
.sousuo input,button{
	height: 50px;
	border: 1px solid #c9c9c9;
	font-size: 16px;
	padding:0 20px;
}
.inputwidth1{
	width: 318px;
}
.inputwidth2{
	width: 135px;
	margin-left: 0;
}
.sousuojieguobox{
	float: left;
	margin: 10px;
	padding: 10px;
	/*border:1px solid #d1d1d1;*/
	width: 710px;
}
.zongji{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ededed;
	font-size: 18px;
}
.zongji span{
	color: #ff9600;
}
.zongji2{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
.zongji2 span{
	color: #ff9600;
}
.zhiweibox{
	padding: 20px;
	border-bottom: 1px solid #eee;
}
.zhiweibox img{
	width: 100px;
	height: 100px;
}
.zhiweibox-wenzi{
	float: right;
	width: 550px;
	color: #606060;
}
.zhiweibox-wenzi span{
	font-size: 14px;
	margin-right: 10px;
}
.zhiweibox-wenzi p{
	font-size: 16px;
	margin: 10px 0;
	text-overflow: ellipsis;
 	overflow: hidden;
 	word-wrap: nowrap;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient:vertical;
 	height: 40px;
 	line-height: 20px;
}
.zhiweibox-wenzi button{
	height: 40px;
	width: 150px;
	background-color: #ff9600;
	border: 0;
	float: right;
	margin-top: -25px;
	font-size: 14px;
	color: #fff;
}
.page{
 	text-align: center;
 	margin-right: 20px;
 	margin-top: 20px;
 	float: right;
}
.page a{
 	text-decoration: none;
 	border: 1px solid #dcdcdc;
 	cursor: pointer;
 	padding: 5px 7px;
 	margin: 0;
 	color: #000;
 	background-color: #fff;
 }
.page a:hover{
 	text-decoration: none;
 	border: 1px solid #dcdcdc;
 	cursor: pointer;
 	padding: 5px 7px;
 	margin: 0;
 	color: #fff;
 	background-color: #008cd6;
}
.tuijianzhiwei{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	/*border:1px solid #d1d1d1;*/
	width: 710px;
	margin-bottom: 40px;
}
.tuijianbiaoti{
	border-bottom: 1px solid #dcdcdc;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
}
.tuijianzhiweibox{
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #dcdcdc;
	color: #606060;
}
.tuijianzhiweibox span{
	color: #ff9600;
	float: right;
	font-weight: bolder;
}
.buttonwidth{
	width: 360px;
}
.ifheight{
			height:420px;
		}
}





@media screen and (min-width: 970px) and (max-width: 1199px){
	.widthzhiwei{
	width: 970px;
	margin: 0 auto;
}
.sousuo{
	width: 100%;
}
.sousuo div{
	width: 303px;
	float: left;
	margin: 10px;
	font-size: 0;
}
.sousuo input,button{
	height: 50px;
	border: 1px solid #c9c9c9;
	font-size: 16px;
	padding:0 5px;
	/*! width: 100%; */
}
.inputwidth1{
	width: 100%;
}
.inputwidth2{
	width: 45%;
	margin-left: 0;
}
.sousuojieguobox{
	float: left;
	margin: 10px;
	padding: 20px;
	/*border:1px solid #d1d1d1;*/
	width: 590px;
}
.zongji{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ededed;
	font-size: 18px;
}
.zongji span{
	color: #ff9600;
}
.zongji2{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
.zongji2 span{
	color: #ff9600;
}
.zhiweibox{
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.zhiweibox img{
	width: 100px;
	height: 100px;
}
.zhiweibox-wenzi{
	float: right;
	width: 450px;
	color: #606060;
}
.zhiweibox-wenzi span{
	font-size: 14px;
	margin-right: 10px;
}
.zhiweibox-wenzi p{
	font-size: 16px;
	margin: 10px 0;
	text-overflow: ellipsis;
 	overflow: hidden;
 	word-wrap: nowrap;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient:vertical;
 	height: 40px;
 	line-height: 20px;
}
.zhiweibox-wenzi button{
	height: 40px;
	width: 150px;
	background-color: #ff9600;
	border: 0;
	float: right;
	margin-top: -25px;
	font-size: 14px;
	color: #fff;
}
.page{
 	text-align: center;
 	margin-right: 20px;
 	margin-top: 20px;
 	float: right;
}
.page a{
 	text-decoration: none;
 	border: 1px solid #dcdcdc;
 	cursor: pointer;
 	padding: 5px 7px;
 	margin: 0;
 	color: #000;
 	background-color: #fff;
 }
.page a:hover{
 	text-decoration: none;
 	border: 1px solid #dcdcdc;
 	cursor: pointer;
 	padding: 5px 7px;
 	margin: 0;
 	color: #fff;
 	background-color: #008cd6;
}
.tuijianzhiwei{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	padding: 20px;
	/*border:1px solid #d1d1d1;*/
	width: 260px;
}
.tuijianbiaoti{
	border-bottom: 1px solid #dcdcdc;
	line-height: 30px;
	height: 30px;
	font-size: 18px;
}
.tuijianzhiweibox{
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #dcdcdc;
	color: #606060;
}
.tuijianzhiweibox span{
	color: #ff9600;
	float: right;
	font-weight: bolder;
}
.buttonwidth{
	width: 303px;
}
.ifheight{
			height:420px;
		}
}






@media screen and (min-width: 1200px){
	.widthzhiwei{
	width: 1200px;
	margin: 0 auto;
}
.sousuo{
	width: 100%;
}
.sousuo div{
	width: 380px;
	float: left;
	margin: 10px;
	font-size: 0;
}
.sousuo input,button{
	height: 50px;
	border: 1px solid #c9c9c9;
	font-size: 16px;
	padding:0 20px;
}
.inputwidth1{
	width: 340px;
}
.inputwidth2{
	width: 148px;
	margin-left: 0;
}
.sousuojieguobox{
	float: left;
	margin: 10px;
	padding: 20px;
	/*border:1px solid #d1d1d1;*/
	width: 738px;
}
.zongji{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ededed;
	font-size: 18px;
}
.zongji span{
	color: #ff9600;
}
.zongji2{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
.zongji2 span{
	color: #ff9600;
}
.zhiweibox{
	padding: 20px;
	border-bottom: 1px solid #eee;
}
.zhiweibox img{
	width: 100px;
	height: 100px;
}
.zhiweibox-wenzi{
	float: right;
	width: 580px;
	color: #606060;
}
.zhiweibox-wenzi span{
	font-size: 14px;
	margin-right: 10px;
}
.zhiweibox-wenzi p{
	font-size: 16px;
	margin: 10px 0;
	text-overflow: ellipsis;
 	overflow: hidden;
 	word-wrap: nowrap;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient:vertical;
 	height: 40px;
 	line-height: 20px;
}
.zhiweibox-wenzi button{
	height: 40px;
	width: 150px;
	background-color: #ff9600;
	border: 0;
	float: right;
	margin-top: -25px;
	font-size: 14px;
	color: #fff;
}
.page{
 	text-align: center;
 	margin-right: 20px;
 	margin-top: 20px;
 	float: right;
}
.page a{
 	text-decoration: none;
 	border: 1px solid #dcdcdc;
 	cursor: pointer;
 	padding: 5px 7px;
 	margin: 0;
 	color: #000;
 	background-color: #fff;
 }
.page a:hover{
 	text-decoration: none;
 	border: 1px solid #dcdcdc;
 	cursor: pointer;
 	padding: 5px 7px;
 	margin: 0;
 	color: #fff;
 	background-color: #008cd6;
}
.tuijianzhiwei{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	padding: 20px;
	/*border:1px solid #d1d1d1;*/
	width: 340px;
}
.tuijianbiaoti{
	border-bottom: 1px solid #dcdcdc;
	line-height: 30px;
	height: 30px;
	font-size: 18px;
}
.tuijianzhiweibox{
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #dcdcdc;
	color: #606060;
}
.tuijianzhiweibox span{
	color: #ff9600;
	float: right;
	font-weight: bolder;
}
.buttonwidth{
	width: 380px;
}
.ifheight{
			height:420px;
		}
}

