
.l{
    float: left;
    margin-top: 30px;
    margin-left: 2%;
}
.r{
    float: right;
    width: 400px;
    min-height: 300px;
    margin-top: 30px;
    margin-right: 3%;
}
.r h3{
    font-size: 24px;
    color: #07773f;
    line-height: 40px;
}
#mask{
	display: none;
	width: 100%;
	height: 100%;
	/* background-color: #0c0c0c80; */
	top: 0;
	left: 0;
	z-index: 9;
	position: fixed;
	padding: 8% 0 0 30%;
}
.white_content {
    position: relative;
    width: 490px;
    height: 350px;
    padding: 20px;
    border: 1px solid gainsboro;
    background-color: white;
    z-index: 9;
    margin-left: 5%;
	margin-top:5%;
}

.icon img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.white_content label {
    width: 80px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
    margin-top: 30px;
    margin-left: 80px;
}

.white_content input {
    color: #d2d2d2;
    line-height: 30px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
    margin-top: 30px;
    padding: 0 5px;

}

button {
    margin-left: 170px;
    border: none;
    color: #fff;
    background: #ff5e25;
    font-size: 14px;
    padding: 8px 28px;
    margin-top: 30px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.white_content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;

}
.r img{
    width: 200px;
    height: 50px;
}
.xiang {
    height: 40px;
    line-height: 40px;
    background: #ebeced;
    /*margin-top: 40px;*/
    margin: 40px 0 10px 0;
}

.xiang h3 {
    padding: 0 25px;
    height: 100%;
    line-height: 40px;
    background: #07773f;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}


.right .r p.desc{ padding: 10px 0; color: #666666;}
.right .r p.desc span:first-child{ display: block; font-weight: 600;  margin: 0 0 10px 0; }
.right .r p.desc span:last-child{ width: 400px; max-height: 65px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
