.card{
    display: flex;
    width: 310px;
    height: 200px;
    border-radius: 8px;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin: 10px;
}
.banner_top{
	position: relative;
}
.banner_top img{
	width: 100%;
}
.banner_top_text{
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(50% - 20px);
	text-align: center;
	font-size: 40px;
	font-family: Microsoft YaHei;
	color: #FEFEFE;
}
.card-title{
    color: #292929;
    margin-top: 31px;
    font-size:14px;
    font-weight: 700;
}
.card img{
    width: 44px;
    height: 50px;
}

.net-point{
    display: flex;
    width: 400px;
    flex-direction: row;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #efefef;
}

.net-point img{
    width: 80px;
    height: 80px;
    margin-left: 30px;
}

.point-title{
    font-size: 14px;
    color: #292929;
    font-weight: 700;
    margin-bottom: 10px;
}

.net-point .text{
    font-size: 14px;
    color: #292929 ;
    padding-left: 20px;
    line-height: 25px;
    line-height: 25px;
}
.net-point .text img{
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 0;
    margin-right: 5px;
}
.net-point .text-content{
    flex: 1;
    text-align: left;
}

.point-list{
    position: absolute;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 6px 10px 17px 3px rgba(29, 42, 54, 0.12);
    z-index: 2;
    background-color: #ffffff;
    height: 500px;
    overflow: auto;
}
<!--0.0003349781036377-->