body {
    padding-top: 6.25rem;
}

.footerOne::before {
    background: #fff;
}

.Details {
    padding: 2rem 0 10rem;
    background: #fff;
}

.Details .Details_cen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Details .Details_cen .Details_left {
    width: 66.67%;
}

.Details .Details_title {
    font-size: 2.25rem;
    line-height: 1;
    font-family: "Gotham_Medium";
    font-weight: bold;
    color: #262629;
}

.Details .Details_time {
    font-size: 1.125rem;
    line-height: 4rem;
    font-family: "Gotham_Rounded";
    color: #999999;
}

.Details .Details_content {
    width: 100%;
    padding-top: 1.5rem;
    border-top: 1px solid #e6e6e6;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Gotham_Rounded";
    color: #4c4c4c;
    padding-bottom: 2.75rem;
    border-bottom: 1px solid #e6e6e6;
}

.Details .Details_content img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
}

.Details .Details_share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #4c4c4c;
    font-family: "Gotham_Rounded";
    padding-top: 1.25rem;
}

.Details .Details_share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #ececec;
    font-size: 1.5rem;
    color: #242933;
    transition: all 0.3s ease;
    margin-left: .875rem;
}

.Details .Details_share a:hover {
    background: #00b7ee;
    color: #fff;
}

.Details .Details_share a .iconfont {
    font-size: 1.5rem;
}

.Details .Details_cen .Details_right {
    width: 30%;
}

.Details_right .Details_right_title {
    font-size: 2.25rem;
    line-height: 1;
    font-family: "Gotham_Medium";
    font-weight: bold;
    color: #262629;
}

.Details_right .Details_box {
    margin-top: 1rem;
}

.Details_right .Details_box a .Details_box_prc {
    aspect-ratio: 5/3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    overflow: hidden;
    width: 100%;
}

.Details_right .Details_box a .Details_box_prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.Details_right .Details_box a:hover .Details_box_prc img {
    transform: scale(1.1);
}

.Details_right .Details_box .Details_box_name {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-family: "Gotham_Rounded";
    color: #262629;
}

.Details_right .Details_box .Details_box_more {
    color: #262629;
    font-family: "Gotham_Rounded";
    font-size: 1.125rem;
    transition: all 0.3s ease;
}

.Details_right .Details_box:hover .Details_box_more {
    color: #00b7ee;
}

.Details_right .news_box:first-child {}

.Details_right .news_box {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 1.75rem;
    margin-top: 2rem;
}

.Details_right .news_box a .news_title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Gotham_Book";
    color: #4c4c4c;
    transition: all 0.3s ease;
}

.Details_right .news_box a:hover .news_title {
    color: #00b7ee;
}

.Details_right .news_box a .news_time {
    font-size: 1.125rem;
    line-height: 1;
    font-family: "Poppins_Light";
    color: #666666;
    margin-top: 1rem;
}

@media (max-width: 1300px) {
    .Details {
        padding: 2rem 0 5rem;
    }

    .Details .Details_title {
        font-size: 2rem;
    }

    .Details_right .Details_right_title {
        font-size: 2rem;
    }

    .Details .Details_time {
        line-height: 3rem;
    }

    .Details .Details_content {
        font-size: 1.125rem;
        line-height: 1.5;
        padding-bottom: 2rem;
    }

    .Details_right .news_box {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }

    .Details_right .news_box a .news_title {
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .Details_right .news_box a .news_time {
        font-size: 1rem;
    }

    .Details_right .Details_box .Details_box_name {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .Details_right .Details_box .Details_box_more {
        font-size: 1rem;
    }
}

@media (max-width: 999px) {
    .Details {
        padding: 2rem 0 3rem;
    }

    .Details .Details_content {
        padding-top: 1rem;
        font-size: 1rem;
    }

    .Details_right .news_box {
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .Details_right .news_box a .news_title {
        font-size: 1rem;
    }

    .Details_right .news_box a .news_time {
        font-size: .875rem;
        margin-top: 0.5rem;
    }

    .Details_right .Details_right_title {
        font-size: 1.75rem;
    }

    .Details .Details_title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .Details .Details_cen {
        flex-direction: column;
    }

    .Details .Details_cen .Details_left {
        width: 100%;
    }

    .Details .Details_title {
        font-size: 1.5rem;
    }

    .Details {
        padding: 1rem 0 2rem;
    }

    .Details .Details_cen .Details_right {
        width: 100%;
        margin-top: 1.5rem;
    }

    .Details_right .Details_right_title {
        font-size: 1.5rem;
        text-align: center;
    }

    .Details_right .Details_box a .Details_box_prc {
        max-height: 15.625rem;
    }

    .Details_right .Details_box .Details_box_name {
        font-size: 1.125rem;
    }
}