@charset "utf-8";

.solvelist{
	margin:40px 0 40px -30px;
}
.solveinner{
	float:left;
	margin-bottom:45px;
	margin-left:30px;
	cursor:pointer;
	display:block;
        width: 45%;
}
.solveimg{
	position:relative;
	width:100%;
	height:236px;
	margin:0 auto;
}
.solveimg img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.solvepopup{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	z-index:10px;
	transition:all 1s;
}
.solvepopup p{
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	line-height:236px;
	letter-spacing: 15px;
}
.solvetext{
	width: 100%;
	height:60px;
	position:relative;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
		transition:all 1s;
		text-align: center;
}
.solvetext p{
	padding:0 20px;
	line-height:30px;
	color:#333;
	font-size:14px;
	padding-top:15px;
    transition:all 1s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.solvetext span{
	position:absolute;
	right:20px;
	bottom:16px;
	color:#aaa;
		transition:all 1s;
}
.solvelocation{
	margin-top:50px;
}
.solvestext{
	margin-left:40px;
	width: 580px;
}
.solvestext h3{
	font-size:26px;
	color:#333;
	font-weight:bold;
	margin-bottom:40px;
}
.solvestextname{
	margin-bottom:5px;
}
.solvestextname label{
	font-size:16px;
	color:#333;
	font-weight: normal;
}
.solvestextname p{
	color:#666;
	font-size:16px;
}