* {
    margin: 0;
    padding: 0;
}

.title {
    height: 75px;
    display: flex;
    z-index: 2;
}

.title-img {
    width: 100%;
}

.title-box {
    padding-left: 380px;
    display: flex;
    align-items: center;
}

.title-text {
    padding-left: 20px;
    width: 254px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.header {
    width: 100%;
    background-color: #f5f5f5;
}

main {
    display: flex;
    flex-direction: column;
}

.card-box {
    width: 60%;
    height: 220px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.card-img {
    width: 326px;
    height: 187px;
    padding: 30px;
    border-radius: 10px;
}

.card-title {
    width: 350px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #333333;
}

.card-date {
    margin-top: 10px;
    width: 169px;
    height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.card-left {
    margin-left: 100px;
}

.card-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-center {
    width: 644px;
}

.button {
    width: 165px;
    height: 40px;
    margin: 20px;
    border-radius: 20px;
    border: 0 !important;
}

.card-right a {
    display: block;
    margin: 10px;
}