.text {
    position: relative;
}

.text .text-left {
    position: initial;
}
.text-right .right-title {
    font-size: 24px;
    font-weight: 700;
    color: #151414;
    margin-bottom: 50px;
}

.text-right .cl-list {
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 3px;
    padding-right: 2px;
}

.text-right .list-item {
    width: calc(20% - 15px);
    float: left;
    margin-left: 15px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.text-right .list-item .vir-msg {
    color: #83848E;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 30px;
    background: #fff;
    height: 48px;
}

.text-right .list-item .ent-msg {
    color: #333333;
    padding-bottom: 30px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    height: 48px;
}

.text-right .list-item .item-top {
    height: 100px;
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.text-right .list-item .item-top .one {
    font-size: 16px;
    font-weight: 600;
    padding-top: 28px;
    padding-bottom: 10px
}

.text-right .list-item .item-top .two {
    font-size: 14px;
}

.text-right .list-item .bgcTou {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}

.text-right .list-item .bgcSZ {
    background-color: #A97142;
}

.text-right .list-item .bgcHui {
    background-color: #BEC2CB;
    ;
}

.text-right .list-item .bgcX {
    background-color: #D4AF37;
}

.text-right .list-item .bgcHei {
    background-color: #28282E;
}

.center {
    box-shadow: 0px 19px 47px 7px rgba(106, 104, 104, 0.09);
    text-align: center;
}

.colorSZ {
    border: 1px solid #fff;
}

.colorSZ:hover {
    border: 1px solid #A97142;
    background-color: #A97142;
}

.colorHui {
    border: 1px solid #fff;
}

.colorHui:hover {
    border: 1px solid #bec2cb;
    background-color: #bec2cb;
}

.colorX {
    border: 1px solid #fff;
}

.colorX:hover {
    border: 1px solid #D4AF37;
    background-color: #D4AF37;

}

.colorHei {
    border: 1px solid #fff;
}

.colorHei:hover {
    border: 1px solid #28282E;
    background-color: #28282E;
}

.text-right .table {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    padding-bottom: 60px;
    box-shadow: 0px 19px 47px 7px rgba(106, 104, 104, 0.09);
    margin-bottom: 70px;
}

.text-right .table .table-title {
    color: #00327e;
    font-size: 22px;
}

.text-right .table .table-sub {
    width: 100%;
}

.text-right .table .table-sub table {
    width: 100%;
}

.text-right .table .table-sub table tr th {
    font-size: 12px;
    padding: 0 40px 0 0;
    font-weight: bold;
    color: #83848E;
    vertical-align: middle;
    border: none;
}

.text-right .table .table-sub table tr td {
    padding: 0 40px 0 0;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    color: #83848E
}

.text-right .table .table-sub table tr {
    height: 80px;
}

.text-right .table .table-sub table .trBorder {
    border-bottom: 1px solid #EBEEF1
}

.text-right .special-table {
    width: 100%;

}

.text-right .special-table .item-table {
    width: 100%;
    overflow: hidden;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 19px 47px 7px rgba(106, 104, 104, 0.09);
}


.text-right .special-table .item-table .left-title {
    width: 16%;
    height: 100%;
    background: #BAC0D0;
    color: #F5F5F5;
    float: left;
    position: relative;
}

.text-right .special-table .item-table .left-title .trans-item {
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 20px;
    width: 200px;
    text-align: center;
}

.text-right .special-table .item-table .right-table {
    height: 100%;
    width: 84%;
    display: flex;
    float: right;
    flex-direction: column;
    background-color: #fff;
    justify-content: space-evenly
}

.text-right .special-table .item-table .right-table .table-item {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.text-right .special-table .item-table .right-table .table-item .one {
    font-size: 10px;

    font-weight: 600;
}

.text-right .special-table .item-table .right-table .table-item .two {
    float: right;
    font-size: 22px;
    width: 200px;
    font-size: 10px;
    text-align: center;
}




.huiG {
    width: 16px;
}

.huangG {
    width: 16px;
}

.heiG {
    width: 16px;
}

.bgF5 {
    background-color: #f5f5f5 !important;
}

.bai {
    color: #fff
}