.flexDiv.column {
    flex-direction: column;
}
.content3 {
    padding: 80px 0;
}
.bg-white {
    background-color: #FFFFFF;
}
.flexDiv {
    display: flex;
    align-items: center;
}
.content-title {
    font-size: 38px;
    font-weight: bold;
    color: #414042;
}
.smallTitle {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 60px;
    max-width: 1200px;
}
.f16 {
    font-size: 16px;
}
.labelfont {
    color: #909090;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 22px;
    grid-auto-flow: row;
}
.cdyy_box {
    width: 570px;
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 0 20px;
    cursor: pointer;
}
.flexDiv {
    display: flex;
    align-items: center;
}
a {
    text-decoration: none;
    color: #505050;
}
.ml15 {
    margin-left: 15px;
}
.f20 {
    font-size: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
p {
    margin: 0;
        margin-bottom: 0px;
}
.labelfont {
    color: #909090;
}
p {
    margin: 0;
}
