﻿.slider__item {
    height: 395px;
}

.service .box_content:hover {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
}


.service .box_content {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    transition: all ease .3s;
    position: relative;
    border-radius: 5px;
    margin-bottom: 15px;
}


.service .servicename {
    color: #191919;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.problem .box {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.problem .content {
    border-radius: 5px;
    display: table;
    width: 100%
}

    .problem .content:hover {
        box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
    }

.problem .title {
    color: #34a309;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: -webkit-box;
    line-height: 1;
}

    .problem .title a {
        color: #34a309;
    }

    .problem .desc {
    color: #757575;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: -webkit-box;
    line-height: 23px;
}

.problem .leftcontent {
    width: 90px;
    display: table-cell;
    border-radius: 5px 0 0 5px;
    background-image: linear-gradient(to bottom,#a1e18a, #4ce3b8);
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.problem .rightcontent {
    display: table-cell;
    background: #eef3ec;
    border: 1px solid #d1f6dd;
    border-radius: 0 5px 5px 0;
    padding: 10px;
    vertical-align: top;
}

.problem .month {
    font-size: 18px;
    color: white;
}

.problem .day {
    font-size: 30px;
    color: white;
    line-height: 1;
    font-weight: 600;
}


@media (min-width: 992px) {
    .md-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.btn {
    border-radius: 18px;
    height: 35px;
    line-height: 35px;
}

.service .more {
    color: #8b8b8b;
    border-color: #cbcbcb;
    background-color: white;
    font-weight: normal;
}

    .service .more:hover {
        color: white;
        background-color: #49ac1b;
        border-color: #49ac1b;
    }

/***列表页***/
.iconbox__description {
    font-size: 15px;
    color: gray;
}

.slider__content .container {
    background-color: transparent;
    text-align: left;
}

.slider__content .title {
    color: #49ac1b;
    font-size: 34px;
    letter-spacing: 3px;
}

.slider__content .desc {
    color: #141414;
    font-size: 23px;
    letter-spacing: 1px;
}

.servicelist .box .row {
    border-radius: 5px;
    padding: 10px 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

    .servicelist .box .row:hover {
        box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
        border-top: 1px solid #e9e9e9;
    }

.servicelist .box_content {
    padding: 0 10px;
}

.servicelist .title {
    color: #222;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: -webkit-box;
    margin-bottom: 10px;
    line-height: 1;
}

.servicelist .title-01 {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .servicelist {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .page-wrap {
        padding-top: 70px;
    }

    .header__style-02 {
        background-color: #ffffff;
    }
}

.servicelist .desc {
    color: #727272;
    line-height: 21px;
    margin-bottom: 10px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: -webkit-box;
}

.servicelist .btn {
    border-radius: 18px;
    height: 35px;
    line-height: 35px;
}

.servicelist .servicenav {
    height: 50px;
    font-size: 15px;
}

    .servicelist .servicenav a {
        padding: 8px 15px;
        border-radius: 18px;
        border: 1px solid #ddd;
        margin-right: 5px;
    }

    .servicelist .servicenav .on {
        color: white;
        background-color: #49ac1b;
        border: 1px solid #49ac1b;
    }

    .servicelist .servicenav a:hover {
        color: white;
        background-color: #49ac1b;
        border: 1px solid #49ac1b;
    }

.servicelist .more {
    color: #8b8b8b;
    border-color: #cbcbcb;
    background-color: white;
    font-weight: normal;
    float: right;
    margin-right: 10px;
}

    .more:hover {
        color: white;
        background-color: #49ac1b;
        border-color: #49ac1b;
    }

    /***详情页***/
.servicedetail .title {
    font-size: 22px;
    color: #242222;
    line-height: 35px;
    margin-bottom: 20px;
}

.servicedetail .date {
    margin-bottom: 20px;
    font-size: 15px;
}

.servicedetail .content {
    margin: 20px 0 40px 0;
}

.servicedetail .mainnav {
    font-size: 18px;
    color: #1c1c1c;
    margin-bottom: 5px;
    margin-top: 5px;
}

.servicedetail .rightnav {
    margin: 10px 0 10px 15px;
    padding: 0px 0px 20px 0;
}

.servicedetail .serviceitem {
    display: table;
    width: 100%;
    color: #6a6a6a;
}

    .servicedetail .serviceitem .icon {
        width: 5%;
        padding: 0 5px;
    }

    .servicedetail .serviceitem .title {
        display: table-cell;
        width: 80%;
        font-size: 15px;
        line-height: 22px;
        padding: 2px 5px 2px 0;
    }

        .servicedetail .serviceitem .title a {
            color: #6a6a6a;
        }

            .servicedetail .serviceitem .title a:hover {
                color: #49ac1b;
            }

    .servicedetail .serviceitem .date {
        display: table-cell;
        width: 20%;
        text-align: center;
    }

@media (min-width: 1200px) {
    .servicedetail .md-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}
