@media screen and (max-width: 1360px) {
    body .content .recruit-nav {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    body .product-compontent-nav-content-right {
        display: flex;
        align-items: center;
    }
    
    body .product-compontent-nav-content-right span:first-child {
        font-size: 1rem;
        color: #0084ce;
        margin-right: .5rem;
    }
    
    body .product-compontent-nav-content-right a {
        color: #888888;
        font-size: 1rem;
        cursor: pointer;
        transition: all .3s;
    }
    body .product-compontent-nav-content-right a:hover{
        color: #0084ce;
    }
    
    body .product-compontent-nav-content-right span {
        margin: 0 1rem;
        font-size: 1rem;
        color: #888888;
    }
    body .content .container {
        width: 100%;
        background-color: #ffffff;
        box-shadow: 1px 10px 60px 0px rgba(6, 97, 145, 0.1);
        padding: 0 1rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }
    body .content .container .title{
        width: 100%;
        margin-top: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 2rem;
    }
    body .content .container .title h2{
        color: #000000;
        font-size: 1.2rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }
    body .content .container .title span{
        color: #888888;
        font-size: 1rem;
    }
    
    body .content .container .text{
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    body .content .container .text h3{
        border-left: .2rem solid #0084ce;
        height: 1.2rem;
        color: #444444;
        font-size: 1.2rem;
        line-height: 1.2rem;
        text-indent: .5rem;
        margin-bottom: 1rem;
    }
    body .content .container .text .txt{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
        grid-column-gap: 1rem;
    }
    body  .content .container .text .txt p{
        text-indent: .8rem;
        font-size: 1rem;
        color: #444444;
    }
    body .content .container .text .p-li{
        display: flex;
        flex-direction: column;
    }
    body .content .container .text .p-li p{
        text-indent: .8rem;
        font-size: 1rem;
        color: #444444;
        margin-bottom: 20px;
    }
    
    body .content .container .bottom{
        border-top: 1px solid #cccccc;
        padding-top: 2rem;
        margin-bottom: 4rem;
        text-indent: .8rem;
        color: #444444;
        font-size: 1rem;
    }
    body .content .container .bottom a{
        color: #0084ce;
        font-size: 1rem;
        cursor: pointer;
    }
}
.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1f9fc;
}

.content .recruit-nav {
    width: 1200px;
    margin-top: 44px;
    margin-bottom: 30px;
}

.product-compontent-nav-content-right {
    display: flex;
    align-items: center;
}

.product-compontent-nav-content-right span:first-child {
    font-size: 16px;
    color: #0084ce;
    margin-right: 7px;
}

.product-compontent-nav-content-right a {
    color: #888888;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.product-compontent-nav-content-right a:hover{
    color: #0084ce;
}

.product-compontent-nav-content-right span {
    margin: 0 14px;
    font-size: 14px;
    color: #888888;
}

.content .container {
    width: 1200px;
    background-color: #ffffff;
    box-shadow: 1px 10px 60px 0px rgba(6, 97, 145, 0.1);
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.content .container .title{
    width: 100%;
    margin-top: 54px;
    padding-bottom: 26px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 35px;
}
.content .container .title h2{
    color: #000000;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}
.content .container .title span{
    color: #888888;
    font-size: 14px;
}

.content .container .text{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.content .container .text h3{
    border-left: 4px solid #0084ce;
    height: 20px;
    color: #444444;
    font-size: 16px;
    line-height: 20px;
    text-indent: 10px;
    margin-bottom: 20px;
}
.content .container .text .txt{
    width: 900px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
.content .container .text .txt p{
    text-indent: 14px;
    font-size: 14px;
    color: #444444;
}
.content .container .text .p-li{
    display: flex;
    flex-direction: column;
}
.content .container .text .p-li p{
    text-indent: 14px;
    font-size: 14px;
    color: #444444;
    margin-bottom: 20px;
}

.content .container .bottom{
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    margin-bottom: 100px;
    text-indent: 14px;
    color: #444444;
    font-size: 14px;
}
.content .container .bottom a{
    color: #0084ce;
    font-size: 14px;
    cursor: pointer;
}