#purce{position: relative;}
#purce .feeebox{
    display: flex;
}
#purce .eimg{
    display: flex;
    flex-direction: column;
    width: 40%;
}
#purce .eimg img{
    height: 658px;
    object-fit: cover;
}
#purce .tentext{
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    border: #ecececa8 1px solid;
}
#purce .tentext h2{
    font-size: 24px;
    color: #4c2d27;
}
#purce .tentext:before{
    content:"";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 40px;
    top: 0;
    background: #f6f6f6;
}
#purce .greeen{
    font-size: 30px;
    line-height: 180%;
    color: #4CAF50;
    font-weight: 600;
    margin: 0px 0 15px;
}

#purce .lanlist{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
#purce .labox{
    width: calc(33.3% - 50px);
    padding: 20px 10px;
    background: #f6f6f6;
    margin: 5px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}
#purce .labox span{
    font-size: 22px;
}
@media screen and (max-width: 980px) {
	#purce .feeebox{
        display: flex;
        flex-direction: column;
    }
    #purce .eimg{
        width: 100%;
    }
    #purce .eimg img{
    height: 360px;
}
    #purce .tentext{
        width: calc(100% - 20px);
        padding: 10px 10px;
    }
}
@media screen and (max-width: 640px) {
    #purce .labox{
    width: calc(50% - 16px);
    margin-right: 0;
    margin: 5px 5px;
    padding: 10px 3px;
}
}