/* 有侧导航时把所有内容右移 */
.page-all-content {
    width: 83%;
    position: relative;
    left: 21%;
}

/* 标题背景图 */
.bg-hero {
    background-color: #FEF8D9;
    background-image: url('https://static.igem.wiki/teams/4632/wiki/wiki/cover/team-cover.png');
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: 170%;
}

/* 手机：内容居中 */
@media (max-width:830px) {
    .page-all-content {
        width: 90%;
        left: 4%
    }
    /* 背景图手机位置 */
    .bg-hero {
        background-size: 70% auto;
        background-position: 170% 30%;
        height: 18rem;
    }
}

@media (max-width:450px) {
    /* 背景图手机位置 */
    .bg-hero {
        background-position: 170% 130%;
    }
}

.page .title3 {
    /* text-align: center;
    color: rgb(70 67 151);
    font-size: 20px; */
    /* margin-top: 0; */
}

.content-img{
    width: 100%;
}