﻿body {}

.three-card {
    height: 411px;
    width: 100%;
}

.three-card .card {
    margin: 20px 15px;
    width: 350px;
    float: left;
}

.three-card .card .card-title {
    height: 50px;
    line-height: 50px;
}

.three-card .card .card-body {
    height: 300px;
}

.three-card .card .card-carousel {
    width: 320px;
    height: 142px;
}

.three-card .card .card-news-title {
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-card .card .card-title-big {
    font-size: 1.5em;
}

.three-card .card .card-company-communication {
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.three-card .card .card-news-content {
    color: rgba(0, 0, 0, 0.6);
    width: 320px;
    height: 48px;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*文本溢出省略号*/
}

.three-card .card .card-about-me {
    text-indent: 28px;
    color: rgba(0, 0, 0, 0.6);
}
