/* scModule1 */
.scModule1 .list{
    width: calc((100% - 120px) / 3);
    margin: 0 60px 60px 0;
    background-color: #0086eb;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 10px 0;
}
.scModule1 .list:nth-child(3n){
    margin-right: 0;
}
.scModule1 .list img{
    height: 280px;
    width: 100%;
}
.scModule1 .list div{
    padding: 30px 25px;
    background-color: white;
    margin: 0 2px;
    box-sizing: border-box;
}
.scModule1 .list div span{
    font-size: 24px;
    color: #1b1b1b;
    font-family: aliSemiBold;
    transition: all 0.3s;
}
.scModule1 .list:hover h5,.scModule1 .list:hover p,.scModule1 .list:hover ul li{
    color: #0086eb;
}
.scModule1 .list div:hover span{
    color: #0086eb;
}
.saModule1 h5{
    font-size: 24px;
    color: #1b1b1b;
    font-family: aliHeavy;
    transition: all 0.3s;
    text-align: center;
}
.saModule1 ul li{
    position: relative;
    font-size: 18px;
    color: #666666;
    font-family: aliSemiBold;
    transition: all 0.3s;
    padding: 0 0 0 16px;
    margin: 15px 0 0 0;
}
.saModule1 ul li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #003d6b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.opModule1 h5{
    margin: 0 0 20px 0;
}
.opModule1 p{
    color: #666666;
    font-size: 18px;
    font-family: aliSemiBold;
    text-align: center;
    transition: all 0.3s;
    line-height: 30px;
}
.opModule1 a div{
    min-height: 203px;
}
.auModule3{
    background-image: none;
    min-height: 0;
    padding-bottom: 40px;
}
.auModule3 .content .list{
    /* padding: 0 30px; */
    width: calc((100% - 90px) / 3);
    margin: 0 30px 0 0;
}
.auModule3 .content .list:nth-child(4n){
    margin: 0;
}
.auModule3 .content .list img{
    width: 56px;
    height: 56px;
}
.scModule2.auModule3 .content .list span{
    margin: 30px 0;
}
.auModule3 .content .list i{
    font-size: 18px;
    color: #666666;
    font-family: aliRegular;
}