.ai-title-list-box {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.ai-title-list-box p {
    width: 104px;
    height: 59px;
    border-bottom: 4px solid transparent;
    text-align: center;
    line-height: 59px;
    cursor: pointer;
}

.add-ai-color {
    border-bottom-color: rgb(229, 29, 48) !important;
}

.ai-list-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ai-list {
    width: 352px;
    /* box-shadow: 0 0 20px 0 rgb(29 57 106 / 12%); */
    border: 2px solid #d7e0f2;
    -webkit-animation: showCard_1zr_ .4s ease forwards;
    animation: showCard_1zr_ .4s ease forwards;
    height: 405px;
    margin-bottom: 24px;
    margin-right: 67px;
}

.ai-list:nth-child(3n) {
    margin-right: 0;
}
.ai-list-img{
    width: 348px;
    height: 194px;
}
.ai-list-img img{
    width: 100%;
    height: 100%;
}
.ai-list-content{
    padding: 32px;
    padding-top: 15px;
}
.ai-list-content h3{
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    margin-top: 5px;
}
.ai-list-content p{
    color: #85929a;
    font-size: 14px;
}