.s-home-8 .s_desc {
    margin-bottom: 15px;
}
.s-home-8 .s_info {
    margin-bottom: 30px;
}
.s-home-8 .s_info li {
    margin-bottom: 5px;
}
.s-home-8 .s_info span {
    font-weight: 500;
}

.s-commit-3 .s_block {
    display: flex;
    align-items: center;
    margin: 0 0 70px;
}

.s-commit-3 .s_block .s_content {
    border: 1px solid #b22d30;
    border-radius: 10px;
    width: 50%;
    position: relative;
    transform: translateX(-35px);
    z-index: 9;
    background-color: #fff;
}
.s-commit-3 .s_block .s_content .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #b22d30;
    color: #fff;
    padding: 15px 15px;
    border-radius: 10px;
}
.s-commit-3 .s_block .s_content .info div:first-child {
    font-weight: bold;
    font-size: 50px;
    color: #ffffff75;
}
.s-commit-3 .s_block .s_content .info div:last-child {
    font-weight: bold;
    font-size: 30px;
    width: 60%;
    text-align: right;
    line-height: 35px;
}
.s-commit-3 .s_block .s_content .ht-format-detail {
    padding: 20px;
    color: #04454b;
}
.s-commit-3 .s_block .s_thumb {
    width: 50%;
}
.s-commit-3 .s_block .s_thumb img {
    border-radius: 10px;
}
.s-commit-3 .s_block:nth-child(even) {
    flex-direction: row-reverse;
}
.s-commit-3 .s_block:nth-child(even) .s_content {
    transform: translateX(35px);
}
.s-partner-1 {
    margin: 50px 0;
}
.b-card-33 {
    border: 2px solid #eee;
    padding: 8px;
    margin-bottom: 30px;
    transition: 0.5s
}
.b-card-33:hover {
    transform: translateY(-10px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.s-gallery-1 {
    background: linear-gradient(to bottom, rgb(255 255 255 / 80%) 0%, rgb(255 255 255 / 90%) 150%), url(/images/bgs/bg-18.jpg) no-repeat;
    background-size: cover;
    padding: 25px 0 70px;
}
.s-gallery-1 .s_box {
    border: 5px solid #b22d30;
    border-radius: 20px;
    padding: 45px 45px 0;
    background-color: #ffffffa3;
}
.s-gallery-1 .s_card {
    border-radius: 15px;
    margin-bottom: 46px;
    border: 10px solid #fff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    cursor: pointer;
    display: block;
}
.s-gallery-1 .s_card img {
    border-radius: 15px;
}
.s-gallery-1 .s_card .s_line {
    position: relative;
}
.s-gallery-1 .s_card .s_line span {
    position: absolute;
    bottom: -19px;
    background-color: #b22d30;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 9;
}
.s-gallery-1 .s_card .s_line span::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 45px;
    background-color: #b22d3026;
    bottom: 29px;
    left: 2px;
}
.s-gallery-1 .s_card .s_line span:first-child {
    left: 30px;
}
.s-gallery-1 .s_card .s_line span:last-child {
    right: 30px;
}