﻿
.dList{
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    margin-top: 1em;
}
.title_left{
    width: 120px;
    height: 40px;
    background-image: linear-gradient(to right,#3d78fa, #dfe0e9);
    margin: 20px;
    border-radius: 4px;
}
.title_left div{
    width: 100%;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.dList .list-main{
    text-align: center;
    width: 100%;
}
.dList .list-item{
    width: 42%;
    margin-left: 5%;
    display: inline-block;
    text-align: center;
    margin-top: 7em;
    box-shadow:    0px -2px 2px 2px #efe8e8, -2px 0px 2px 2px #efe8e8, 2px 0px 2px 2px #efe8e8, 0px 2px 2px 2px #efe8e8;
}
.dList .img{
    width: 140px;
    height: 140px;
    margin-top: -70px;
    border: 6px solid #6cebcb;
    border-radius: 50%;
}
.dList .name{
    font-size: 18px;
    color: #000;
    padding: 0.5em 0 0 0;
}
.dList .technical{
    color: #8f8b8b;
    padding: 6px 0 0.5em 0;
    font-size: 12px;
    height: 46px;
}
.dList .good_at{
    font-size: 12px;
    color: #554c4c;
    padding: 2px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}