/*结合传统母婴痛点，对症下药 start*/
.section-1 .list {
    width: 1200px;
    margin-top: 80px;
    margin-left: 43px;
    height: 250px;
}

.section-1 .list li {
    float: left;
    width: 380px;
    margin-right: 20px;
    text-align: left;
    background: #ffff;
    padding: 30px 20px;
}


.section-1 .list li h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #ffffff;
    opacity: 1;
    margin-top: 20px;
}

.section-1 .list li p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 24px;
}
/*结合传统母婴痛点，对症下药 end*/


/*安菲推荐搭配 start*/
.section-2 .list {
    margin-right: -30px;
    width: 1200px;
    height: 180px;
    margin-top: 40px;
}
.section-2 li {
    float: left;
    width: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    height: 100px;
    border: 1px solid #DCDCDC;
    position: relative;
}
.section-2 .list li .img {
    float: left;
    margin: 30px 0 0 30px;
    width: 40px;
    height: 59px;
}
.section-2 .list li .text {
    font-size: 14px;
    padding: 15px 0 0 89px;
}
.section-2 .list li .text h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #021940;
    opacity: 1;
}
.section-2 .list li .text p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8591A3;
    opacity: 1;
    margin-top: -10px;
}
.red {
    color: #FF6E00;
}
/*安菲推荐搭配 end*/