body {
    background: #F6F6F6;
}

.jobInfoBox {
    width: 100%;
    background: url(/cn/images/internshipDetail/bn.png) no-repeat;
    background-size: cover;
}

.leftTitle {
    width: 1200px;
    margin: 0 auto;
    height: 82px;
    line-height: 82px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.leftTitle a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.jobInfo {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    padding-bottom: 45px;
}

.jobLogo {
    width: 255px;
    height: 121px;
    overflow: hidden;
    margin-right: 30px;
}

.jobLogo img {
    width: 100%;
}

.jobInfoRight {
    width: calc(100% - 285px);
}

.jobCompany {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.jobIntro {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
    margin-bottom: 25px;
}

.jobDetail {
    display: flex;
}

.jobDetail>div {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jobDetail>div img {
    margin-right: 8px;
}

.jobDetail .buyIt {
    flex: 0.6;
}

.buyIt a {
    display: block;
    width: 129px;
    height: 34px;
    background: rgba(255, 255, 255, 1);
    border-radius: 17px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(132, 84, 204, 1);
    text-align: center;
    line-height: 34px;
}

.detailsContent {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
    margin-top: 19px;
}

.conetentLeft {
    width: 895px;
    background: rgba(255, 255, 255, 1);
    padding: 30px 27px;
    box-sizing: border-box;
}

.conetentLeft /deep/ img {
    max-width: 100% !important;
}

.conetentRight {
    width: 282px;
    max-height: 628px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    padding: 0px 20px;
    box-sizing: border-box;
    border-top: 1px solid #ffffff;
}

.newTitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(249, 143, 30, 1);
    margin-top: 19px;
    margin-bottom: 25px;
}

.square {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 244px;
    height: 127px;
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.09);
    margin-bottom: 14px;
}

.leftImg {
    width: 164px;
    height: 50px;
    overflow: hidden;
    background: #ccc;
}

.leftImg img {
    width: 100%;
}

.squareW {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    text-align: center;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0px;
}

.squareJob {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}