.teamChoose li img {
    width: 28px;
    vertical-align: bottom;
}

.teamChoose li a {
    font-size: 14px;
}

#team .row>div>.thumbnail {
    height: 370px;
    padding: 0;
}

#team .caption {
    padding-left: 31px;
    padding-right: 35px;
}

#team .caption h2 {
    border-bottom: 3px solid #000;
    padding-bottom: 25px;
    word-break: break-all;
    font-size: 24px;
}

#team .caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 43px;
    line-height: 24px;
    font-size: 14px;
}

.img-wrapper img {
    height: 165px !important;
    width: 100%;
}

.chooseList {
    list-style: none;
    text-align: center;
    margin-bottom: 75px;
}

.chooseList li {
    /*float: left;*/
    display: inline;
    margin-right: 50px;
}

.chooseList li{
    font-size: 28px;
    color: #000;
    position: relative;
}

.chooseList .listChoosed {
    color: #d39c42;
    padding-bottom: 3px;
    border-bottom: 3px solid #d39c42;
}
.service-top .chooseList li a {
    font-size: 28px;
}

.img-wrapper img {
    padding:15px;
    border-radius: 8px;
}
.right_desc h2 {
    margin-top: 0;
}

.right_desc>ul {
    list-style: none;
    padding-left: 0;
    margin-top: 32px;
}

.right_desc>ul>li {
    font-size: 16px;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .service-content {
        margin-top: 30px;
    }
    .chooseList {
        margin-bottom: 30px;
        padding-left: 0;
    }
    .chooseList li {
        margin-right: 20px;
    }
    .chooseList li a {
        font-size: 24px !important;
    }
    .left_desc {
        padding: 20px;
        margin-bottom: 30px;
    }
    .left_desc .caption {
        text-align: justify;
    }
    .right_desc>ul {
        margin-top: 30px;
    }
    .right_desc>ul>li {
        margin-bottom: 20px;
    }

    .teamChoose li {
        width: 50%;
        float: left;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .teamChoose li a {
        font-size: 18px !important;
    }
    #team>div.row img {
        width: 100%;
    }
    #team .caption h2 {
        border-bottom: 2px solid #000;
    }
}

@media screen and (min-width: 768px) {
    .chooseList li a {
        font-size: 14px;
    }



@media screen and (min-width: 1200px) {}
