.con_title {
    font-size: 30px !important;
    font-weight: 700 !important;
    padding-bottom: 30px !important;
}

.con_con {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.con_con table {
    width: 100% !important;
    border: 0 !important;
}

.con_con table tr {
    border: 0 !important;
    height: 40px !important;
}

.con_con table tr:first-child {
    text-align: center !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    height: 50px !important;
    background-color: #478eff !important;
    background: linear-gradient(to bottom, #1667fe, #4f94ff) !important;
}

.con_con table tr:first-child td {
    color: #fff !important;
}

.con_con table tr:nth-child(2n) {
    background-color: #f0f5fc !important;
}

.con_con table td {
    border: 0 !important;
    text-align: center !important;
}

.con_con table tr td:nth-child(2) {
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    text-align: left !important;
    padding-left: 30px !important;
}

.con_con table tr td:nth-child(1) {
    width: 125px;
}

.con_con table tr td:nth-child(3) {
    width: 200px;
}

.con_con table,
.con_con table tr,
.con_con table td,
.con_con table tr td,
.con_con table p,
.con_con table label,
.con_con table span {
    font-family: '微软雅黑' !important;
}

@media (max-width: 991px) {
    .con_con table tr td:nth-child(1) {
        width: 3em;
    }
    
    .con_con table tr td:nth-child(3) {
        width: 4em;
    }
}