.e-wrap{
    padding: 20px;
    background: #ffffff;
    margin: 20px auto;
}

.title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.title h3 {
    font-size: 26px;
    font-weight: 400;
    color: #222121;
    text-align: center;
    line-height: 40px;
    margin: 0;
}

.e-list {
    width: 100%;
    margin-top: 10px;
}

.e-list .e-list_title {
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-list .e-list_title h4 {
    font-size: 24px;
    font-weight: 400;
    color: #222121;
    text-align: center;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    line-height: 30px;
    margin: 0;
}

.e-list ul {
    list-style: none;
    flex: 1;
    border-top: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    margin: 0 0 0 0;
}

.e-list ul li {
    float: left;
    width: 20%;
    height: 150px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
}

.e-list ul li:nth-child(4n){
    border-right: 1px solid #F2F2F2;
}


.e-list ul li a {
    display: block;
    width: 100%;
    max-height: 100%;
}

.e-list ul li img {
    width: 100%;
    height: auto;
    max-height: 100%;
}