/* 招聘信息 */
.content{
    color: rgba(95, 100, 100, 1);
    text-align: left;
    padding: .3rem 0;
    box-sizing: border-box;
}
.content:nth-child(even){
    background-color: #F7F7F7;
}
.content h2{
    color: rgba(5, 18, 30, 1);
    font-size: .22rem;
}
.content h2{
    font-size: .2rem;
}
.content p{
    font-size: .16rem;
    font-weight: 600;
}
.content ul li:first-child{
    font-weight: 600;
}
.content ul li{
    line-height: .4rem;
}
.content h1,.content h2,.content p,.content ul {
    max-width: 12rem;
    margin: 0 auto;
}
.content:last-child{
    padding-bottom: .5rem;
    box-sizing: border-box;
}