.card01 {
    padding-bottom: 30px;
}

.card01>h1 {
    padding: 60px 0 80px 0;
    text-align: center;
}

.card01>h1 img {
    width: 200px;
}

.card01 ul {
    padding: 0 20px;
}

.card01 li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    height: 368.5px;
}

.card01 li div:nth-child(1) {
    width: 60%;
    text-align: center;
    line-height: 368.5px;
}

.card01 li div img {
    width: 100%;
    max-height: 100%;
}

.card01 li div:last-child {
    width: 40%;
    background: #712e26;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card01 li div:last-child h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.card01 li div:last-child h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.card01 li div:last-child a {
    font-size: 16px;
    padding: 10px 25px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
}

.card01>div {
    text-align: center;
    display: block;
}

.card01>div>a {
    padding: 10px 25px;
    background-color: #712e26;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
}

#demo .layui-flow-more {
    color: #712e26;
}

#demo .layui-flow-more a cite {
    background-color: #712e26;
    color: #fff;
}