.recruit{position: relative; padding-top: 60px;}
.recruit .pin{position: absolute; top: -90px; right: -50px; z-index: 1; width: 156px;}
.recruit .pin img{width: 100%;}
.recruit .tit{font-size: 75px; font-weight: bold; color: #003b80; position: relative;}
.recruit .tit::after{content: ""; width: 166px; height: 8px; background: #0098b5; display: block;}
.recruit .con{display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 30px;}
.recruit .con .item{padding-bottom: 80px;}
.recruit .con .item .name{font-weight: bold; font-size: 32px; background: #003b80; color: #ffffff; padding: 15px 30px; display: inline-block;}
.recruit .con .item .money{font-weight: bold; font-size: 44px; color: #606060; padding-top: 20px;}
.recruit .con .item .desc{font-size: 32px; color: #606060; padding-right: 60px;}