.part1{
    margin-bottom: 20px;
}

.part2_sb .yongtu .box .content {
    min-height: 100px;
}
.part5 .box ul li {
    margin: 10px 2%;
    width: 29.3%;
}
.part5 .box ul li .text {
    height: 160px;
}
.part18 .box ul li{
    width: 29.3%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .part5 .box ul li {
        width: 96%;
    }
    .part5 .box ul li .text {
        height: 120px;
    }
    .part2 .yongtu .box .content {
        min-height: auto;
    }
    .part18 .box ul li{
        width: 96%;
        padding: 35px 30px;
        margin: 5px auto;
    }
}