.service-list {
    margin: 0 -25px;
    background: url(../../images/common/sect5bg.jpg) repeat-y center top;
    padding: 40px 100px;
}
.service-list .item {
    width: 33.33%;
    padding: 0 25px;
}
.service-list .box {
    margin: 40px auto 30px;
    line-height: 1.65;
    overflow: hidden;
}
.service-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 100%;
    max-width: 160px;
    border: 4px solid #fff;
    box-shadow: 0px 5px 5px rgba(0,0,0,.1);
}
.service-list .txt{
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
    background: #fff;
    margin: -95px 10px 10px;
    padding: 90px 0 15px 0;
}
.service-list .box:hover .pic:before {
    opacity:1;
}
.service-list .box:hover .txt {
    background: #F2FAF6;
}
.service-list .name {
    color: #70AC92;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 29px;
    border-bottom: 1px solid #70AC92;
    padding: 0 30px;
    text-align: left;
}
.service-list a:hover .name {
    color: #4D8C83;
}
.service-list .description {
    padding: 0 30px;
    margin: 10px 0 0 0 ;
    text-align: left;
}
@media screen and (max-width: 1300px) {
    .service-list {
        padding: 20px 20px;
    }
}
@media screen and (max-width: 800px) {
    .service-list {
        padding: 20px 0px;
    }
    .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;
    }
    .service-list .pic {
        float: none;
        width: auto;
    }
    .service-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 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%;
    }
}