#teams-banner {
    height: 340px;
    width: 100%;
    background: url("../images/teams-banner.jpg") no-repeat;
}

.team-name {
    font-size: 30px;;
    text-align: center;
}

.card-title {
    text-align: center;
    color: #006e3f;
}

.team-tag {
    background-color: #e6f4ef;
    border-radius: 30px;
    max-width: 150px;
    margin: 0 auto;
}

#team-btn button {
    width: 180px;
    height: 55px;
    border: solid 1px #e5e5e5;
    background-color: #FFFFFF;
    color: #0f0f0f;
    margin-right: 20px;
    /*border-radius: 0;*/
}

#team-btn button:hover, #team-btn button.select {
    background-color: #006e3f;
    color: #fffffe;
}

.team-title {
    margin-bottom: 50px;
}

.team-desc {
    font-size: 16px;
    color: #006e3f;
    text-align: left;
    height: 140px;
}

.team-line {
    height: 1px;
    background-color: #666666;
}

.team-detail {
    width: 365px;
}

.card-text {
    height: 45px;
}
.teacher-text{
    height: 120px;
}
.card .news-more{
    left: 170px;
}

/*手机端*/
@media screen and (max-width: 767px) {
    #team-btn button {
        margin-bottom: 10px;
        width: 140px;
    }

    #teams-banner {
        font-size: 40px;
    }

    .team-detail{
        width: 100%;
    }
    .team-desc{
        height: 110px;
    }
    #team-desc-3{
        height: 160px;
    }
    .card .news-more{
        left: 120px;
    }

}