.service-list {
    /* margin: 0 -25px; */
    /* background: url(../../images/common/sect5bg.jpg) repeat-y center top; */
    /* padding: 40px 100px; */
}
.service-list .item {
    width: 25%;
    padding: 0 15px;
}
.service-list .box {
    margin: 40px auto 30px;
    line-height: 1.65;
    overflow: hidden;
    box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.27);
    position: relative;
}
.service-list .box:before {
    content: "";
    background: #FF6511;
    width: 40px;
    height: 1px;
    position: absolute;
    left: calc( 50% - 20px);
    bottom: 26px;
    transition: all .3s ease;
}
.service-list .box:hover:before {
    width: 120px;
    left: calc( 50% - 60px);
    transition: all .3s ease;
}
.service-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
}
.service-list .txt{
    background: #fff;
    margin: -113px 0px 0px;
    padding: 113px 0 42px 0;
}
.service-list .name {
    color: #332C2B;
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 29px;
    padding: 0 30px;
    text-align: center;
}
.service-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.service-list.page .description {
    padding: 0 30px;
    margin: 10px 0 0 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    overflow: hidden;
}
.service-list.page .box {
    margin-top: 0;
    margin-bottom: 40px;
}

@media screen and (max-width: 1300px) {
    .service-list {
        padding: 20px 20px;
    }
}
@media screen and (max-width: 800px) {
    .service-list {
        padding: 20px 0px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .service-list {
        margin: 0 -7px;
    }
    .service-list .item {
        float: left;
        width: 50%;
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .service-list .box {
        max-width: 320px;
        text-align: center;
        margin-top: 0;
    }
    .service-list .pic {
        float: none;
        width: auto;
    }
    .service-list .txt {
        /* margin: 5px 0 0; */
        /* padding: 15px 15px 20px; */
    }
    .service-list .name {
        font-size: 20px;
    }
    .service-list .date {
        position: static;
        height: auto;
        font-size: 35px;
        margin: 0 0 6px;
    }
    
}
@media screen and (max-width: 520px) {
    .service-list .item {
        width: 100%;
    }
}