@media screen and (min-width: 1440px) {
    .content {
        width: 100%;
        margin-top: 50px;

    }
    .recruitment_mod {
        width: 1250px;
        margin: 0 auto;
    }

    .title {
        font-size: 24px;
        color: #020202;
        font-family: "Microsoft YaHeiLight";
        margin-bottom: 60px;
        text-align: center;
        line-height: 60px;
    }

    .list table {
        text-align: center;
    }

    .list table th {
        font-size: 24px;
        color: #020202;
        line-height: 60px;
        font-family: "Microsoft YaHeiLight";
        font-weight: bold;
    }

    .list table td {
        font-size: 18px;
        color: #020202;
        line-height: 60px;
        font-family: "Microsoft YaHeiLight";
    }

    .detail table {

        border-collapse: separate;
        border-spacing: 10px;
    }

    .detail table th {
        background-color: #F7F7F7;
        font-size: 18px;
        color: #000;
        line-height: 60px;
        font-family: "Microsoft YaHeiLight";
        font-weight: bold;
        text-align: center;
    }

    .detail table td {
        padding-left: 20px;
        background-color: #F7F7F7;
        font-size: 18px;
        color: #181310;
        line-height: 40px;
        font-family: "Microsoft YaHeiLight";
    }
}

@media screen and (max-width: 1440px) {
    .content {
        width: 100%;
        margin-top: 50px;

    }
    .recruitment_mod {
        width: 78%;
        margin: 0 auto;
    }

    .title {
        font-size: 24px;
        color: #020202;
        font-family: "Microsoft YaHeiLight";
        margin-bottom: 60px;
        text-align: center;
        line-height: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .list table {
        text-align: center;
    }

    .list table th {
        font-size: 24px;
        color: #020202;
        line-height: 60px;
        font-family: "Microsoft YaHeiLight";
        font-weight: bold;
    }

    .list table td {
        font-size: 18px;
        color: #020202;
        line-height: 60px;
        font-family: "Microsoft YaHeiLight";
    }

    .detail table {

        border-collapse: separate;
        border-spacing: 10px;
    }

    .detail table th {
        background-color: #F7F7F7;
        font-size: 18px;
        color: #000;
        line-height: 60px;
        font-family: "Microsoft YaHeiLight";
        font-weight: bold;
        text-align: center;
    }

    .detail table td {
        padding-left: 20px;
        background-color: #F7F7F7;
        font-size: 18px;
        color: #181310;
        line-height: 40px;
        font-family: "Microsoft YaHeiLight";
    }
}