.cont-6 {
    width: 100%;
    height: 170px;
    margin-top: 50px;
    background: url(../images/new-hz-pc-index-cont-6-back.png) no-repeat center center;
    padding-top: 34px;
    box-sizing: border-box;
}

.cont-6-box {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-6-box .wenti {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding-left: 128px;
    box-sizing: border-box;
}

.cont-6-box .xuqiu {
    width: 472px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont-6-box .xuqiu a {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.cont-6-box a:hover {
    cursor: pointer;
    opacity: 0.9;
}

.cont-6-box .xuqiu .fabu {
    background: #00A4E8;
}

.cont-6-box .xuqiu .chushou {
    background: #7B40EA;
}

.cont-6-box .xuqiu span {
    display: block;
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
}

.cont-6-box .yujian {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.cont-6-box .yujian a {
    display: block;
    width: 180px;
    height: 40px;
    background: #E80000;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}