.main-box{
  margin-top: 0.1rem;
}
.top-content-box {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.4rem;
    border: 0.2rem solid #FFFFFF;
    display: flex;
    padding: 2rem;
    gap:3rem
}
.top-content-box .img-box img{
    width: 40rem;
}
.top-content-box .content-box .title-box {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3rem;
}
.top-content-box .content-box .date-address-box{
    margin-top: 2rem;
}

.top-content-box .content-box .desc-box {
    font-size:1.4rem;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 2.4rem;

}
.top-content-box .content-box .date-box{
    display: flex;
    align-items: center;
    gap:0.5rem;
    font-size: 1.4rem;
}
.top-content-box .content-box .date-box .iconfont{
    font-size: 2rem;
}
.top-content-box .content-box .address-box{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap:0.5rem;
    font-size: 1.4rem;
}
.top-content-box .content-box .date-address-box .share-box{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap:0.8rem
}


.bottom-content-box {
    display: flex;
    margin-top: 2.5rem;
    padding-bottom: 4rem;
    gap:2rem;
}
.bottom-content-box>.left-box{
    flex: 1;
}
.bottom-content-box>.left-box .activity-deatail-box {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.4rem;
    border: 0.2rem solid #FFFFFF;
    padding: 20px;
}
.bottom-content-box>.left-box .activity-content-box img {
    max-width: 100%;
    margin: auto;
    display: flex !important;
    justify-content: center;

}
.bottom-content-box>.left-box .activity-page-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid #E3E7EB;
    padding: 1.5rem 0px;
    align-items: center;
    gap: 2rem;
}
.bottom-content-box>.left-box .activity-page-box>div{
    flex: 1;
    font-size: 1.4rem;
    font-weight: 400;
}
.bottom-content-box>.left-box .activity-page-box a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}

.bottom-content-box>.left-box .activity-reading-box .reading-title-box {
    font-size: 1.6rem;
    font-weight: 500;
    line-height:2rem;
    position: relative;
    margin: 1.5rem 0;
}
.bottom-content-box>.left-box .activity-reading-box .reading-content-box .list-box .img-box img {
    width: 20rem;
    height: 10.7rem;
}
.bottom-content-box>.left-box .activity-reading-box .reading-content-box {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
}
.bottom-content-box>.left-box .activity-reading-box .reading-content-box .list-box {
    display: flex;
    gap:1.5rem
}
.bottom-content-box>.left-box .activity-reading-box .reading-content-box .list-box .content-box {
    flex: 1;
}
.bottom-content-box>.left-box .activity-reading-box .reading-content-box .list-box .content-box .title-box {
    font-size: 1.6rem;
    font-weight: 600;
    line-height:2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bottom-content-box>.left-box .activity-reading-box .reading-content-box .list-box .content-box .date-box {
    font-size: 12px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.65);
}
.bottom-content-box>.left-box .activity-reading-box .list-box .content-box .btn-box span {
    width:9rem;
    height:3rem;
    line-height:3rem;
    text-align: center;
    display: inline-block;
    border-radius:0.4rem;
    border: 1px solid #3272F2;
    font-weight: 400;
    color: #2468F2;
    margin-top:0.5rem;
}

.bottom-content-box>.left-box .activity-reading-box .list-box .content-box .btn-box span:hover {
    background: #2468F2;
    color: #fff;
}

.bottom-content-box>.right-box {
    width: 30rem;
}
.bottom-content-box>.right-box .content-box {
    width: -webkit-fill-available;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.4rem;
    border: 0.2rem solid #FFFFFF;
    padding: 2rem;
    margin-bottom: 2rem;

}

.bottom-content-box>.right-box .content-box .title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height:2rem;
    position: relative;
}
.bottom-content-box>.right-box .content-box .new-activity-box {
    margin-top: 2rem;
}

.bottom-content-box>.right-box .content-box .new-activity-box img {
    width: 100%;
    max-height: 137px;
}
.bottom-content-box>.right-box .content-box .new-activity-box .title-box {
    font-weight: 400;
    margin-top: 1rem;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom-content-box>.right-box .content-box .new-activity-box li {
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid #E3E7EB;
    padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
    .top-content-box{
        flex-direction: column;
        padding: 1.2rem;
    }
    .top-content-box .img-box img{
        width: 100%;
    }
    .bottom-content-box>.left-box{
        width: 100%;
    }
    .bottom-content-box>.right-box{
        display: none;
    }
    .bottom-content-box>.left-box .activity-page-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-content-box>.left-box .activity-reading-box .reading-content-box{
        flex-direction: column;
    }
    .bottom-content-box>.left-box .activity-reading-box .reading-content-box .list-box{
        flex-direction: column;
        margin-bottom: 1.6rem;
    }
    .bottom-content-box>.left-box .activity-reading-box .reading-content-box .list-box .img-box img{
        height: unset;
        width: 100%;
    }
    .bottom-content-box>.left-box .activity-reading-box .reading-content-box .list-box .content-box .date-box{
        text-align: right;
    }
    .bottom-content-box>.left-box .activity-reading-box .list-box .content-box .btn-box span{
        display: none;
    }
    .bottom-content-box>.left-box .activity-deatail-box{
        padding: 1.2rem;
    }
}

