﻿@charset "utf-8";
.surveyproject{
	margin-bottom: 10px;
	position: relative;
	display: block;
}
.surveyproject .more{
	position: absolute;
    right: 10px;
    line-height: 38px;
    top: 0;
    font-size: 12px;
    color: #999;
    transition: all .3s ease;
}

.surveyproject .more:hover{
    color: #0026ff;
}

.surveyproject .more:visited{
    color: #4800ff;
}
.surveyproject h4{
	/* text-align: center; */
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dcd7d7;
	background: url('../images/surveyproject/00.png') no-repeat 5px top;
}

/*.surveyproject h4{
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #244c73;
}*/

.surveylist{
	margin-bottom: 20px;
	height: 242px;
	overflow: hidden;
	padding: 10px;
}
.guodu{
	/* background: #fff; */
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.guodu:hover{
	box-shadow: 0 15px 20px rgba(0,0,0,0.1);
	transform:translate(0, -5px);
}
.surveylist li{
	width: 264px;
	height: 220px;
	box-shadow: 0px 0px 10px #aaa;
	transition: all 0.5s; 
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px; 
}
.surveylist .picli_r{
	margin-right: 0;
}
.surveylist li h5{
	width: 270px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #363f50;
	text-align: center;
	overflow: hidden;
}
.surveylist li img{
	width: 255px;
	height: 180px;
	margin: 5px 0;
}
.surveylist li p{
	font-size: 14px;
	line-height: 24px;
	color: #989898;
	width: 410px;
	height: 75px;
	overflow: hidden;
}
