.wrapper-content3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wrapper-content3-left {
    width: 517px;
    height: 108px;
    font-size: 30px;
    font-weight: bold;
    text-indent: 68px;
    text-align: center;
    /* line-height: 90px; */
    line-height: 108px;
    margin-right: 20px;
}

.wrapper-content3-left a {
    color: #154c87;
}

.wrapper-content3-right {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 1060px;
    height: 104px;
    background-color: #fff;
    margin-left: 3px;
    box-shadow: 4px 4px 0 rgba(98, 161, 255, 0.24);
}

.react-qrcode {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.react-qrcode img {
    width: 78px;
    height: 78px;
    margin-right: 16px;
}

.react-qrcode p {
    font-size: 16px;
    color: #154c87;
    font-weight: bold;
    line-height: 24px;
}

.wrapper-content3-list {
    width: 493px;
    background-color: #fff;
    box-shadow: 0 5px 7px rgba(240, 240, 240, 0.75);
    padding: 10px 12px 0;
}

.wrapper-content3-title {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 66px;
    color: #0962be;
    margin-bottom: 22px;
}

.wrapper-content3-title::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 57px;
    height: 5px;
    background-color: #0962be;
}

.wrapper-content3-unlist li a {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrapper-content3-unlist li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

.wrapper-content3-unlist li::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
    width: 4px;
    height: 4px;
    background-color: #b9d1ee;
    border-radius: 2px;
}

.wrapper-content3-unlistbox {
    display: flex;
    flex-direction: row;
}

.wrapper-content3-unlist3 li {
    border-bottom: 2px dashed #c4c4c4;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.wrapper-content3-unlist3 li:last-child {
    border: none;
}

.wrapper-content3-unlist3 h5 {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
    padding-left: 55px;
}

.wrapper-content3-unlist3 p {
    font-size: 14px;
    color: #888;
    line-height: 32px;
    text-indent: 28px;
}

.wrapper-content3-btn1 {
    display: block;
    width: 283px;
    height: 44px;
    background-color: #e9f5ff;
    border-radius: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #006cc9;
    line-height: 44px;
    text-align: center;
    letter-spacing: 8px;
    margin: 25px auto 0;
}

.wrapper-content3-links {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.wrapper-content3-links a {
    display: block;
    width: 307px;
    height: 105px;
}

.wrapper-content3-links a img {
    width: 307px;
    height: 105px;
}

.wrapper-content3 {
    margin: 55px 0 -25px;
}

.wrapper-content3-unlistbox .wrapper-content3-unlist li:nth-child(odd) {
    width: 240px;
}

.wrapper-content3-unlistbox .wrapper-content3-unlist li:nth-child(even) {
    width: 200px;
}