.content {
    margin: 60px 0;
}

.title {
    font-size: 40px;
    font-family: FZLTCHK;
    font-weight: normal;
    color: #333333;
    line-height: 29px;
}

.content_text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin: 40px 0;
}

.bigImg {
    margin-top: 30px;
}

.animalCard {
    display: flex;
    justify-content: space-between;
    margin-top: 73px;
    margin-bottom: 89px;
}

.animalCard_left {
    width: 48%;
    height: 76px;
    background: #e6e7e9;
    font-size: 14px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 76px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor:pointer;
}

.animalCard_right {
    width: 48%;
    height: 76px;
    background: #e6e7e9;
    font-size: 14px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 76px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor:pointer;
}