article .module {
    margin-bottom: 60px;
}

article  .dl .list {
   display: flex; 
   margin-bottom: 30px;
}

article .dl dt .sup{
    color: var(--primary-color);
    font-size: 30px;
    margin-right: 12px;
}

article  .dl .list .list-content{
    flex: 1;
    margin-right: 20px;
}

article  .dl .list .list-img {
    width: 250px;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

article .dl .list .list-img img {
    width: 100%;
    height: 100%;
}

article .anli {
    margin: 20px 0;
    font-size: 16px;
}

article .mr-tb-60{
    margin: 60px 0;
} 

article .anli p {
    margin-bottom: 20px;
}

article .anli span{
    color: var(--primary-color);
    margin-right: 20px;
}

/* 运输配送 */
article#ysps div.anli {
    margin: 60px 0;
}

article#ysps .tip {
    margin: 30px 0;
}

/* 增值服务 */
article#zzfw .dl>div:nth-of-type(even) {
    margin: 80px 0;
}

/* 保险服务 */
article#bxfw .module ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 80px;
    margin-top: 60px;

}

@media (max-width: 576px) {
    article .dl .list {
        flex-direction: column;
    }
    article#bxfw .module ul {
        grid-template-columns: repeat(2, 1fr);
    }
}