/* 
* @Author: wzl
* @Date:   2019-02-22 11:27:13
* @Last Modified by:   wzl
* @Last Modified time: 2019-02-26 15:08:33
*/
@charset "utf-8";
.aboutme-container {
    margin: 70px 0 0 0;
}

.aboutme-container .content {
    text-align: center;
    margin-bottom: 70px;
}

.aboutme-container .content h1 {
    font-size: 36px;
    color: #008aff;
    margin-bottom: 20px;
}

.aboutme-container .content h2 {
    font-size: 36px;
    color: #666;
    margin-bottom: 30px;
}

.aboutme-container .content p {
    text-indent: 2em;
    text-align: left;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 5px;
    color: #000;
}

.aboutme-container .content .lists {
    height: 114px;
    margin: 0 auto;
    margin-top: 50px;
    width: 80%;
}

.aboutme-container .content .lists .card {
    float: left;
    width: 25%;
    height: 114px;
    text-align: center;
}

.aboutme-container .content .lists .card:hover img {
    transform: scale(1.4);
}

.aboutme-container .content .lists .card:hover h1 {
    font-size: 24px;
}

.aboutme-container .content .lists .card:hover h2 {
    font-size: 16px;
}

.card img,.card h1,.card h2 {
    transition: all 0.2s;
}

.aboutme-container .content .lists .card h1 {
    font-size: 20px;
    color: #333;
    margin-top: 18px;
    margin-bottom: 18px;
}

.aboutme-container .content .lists .card h2 {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    margin-bottom: 0;
}