section {
    background-color: #fff;
    padding: 20px 0;
    padding-bottom: 0;
}

.bxj {
    padding: 20px;
}

.bxj-full {
    padding: 10px 0;
}

.bxj h2 {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.bxj .h2-dec {
    display: block;
    font-size: 24px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
}

.bxj ul {
    padding-top: 1rem;
}

.bxj-1 {
    font-size: 22px;
    line-height: 1.8em;
    color: #666;
    text-align: center;
}

.bxj-2 .bxj-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}

.bxj-2 .bxj-content ul li {
    margin-bottom: 1.5rem;
}

.bxj-4 .bxj-content ul li {
    margin-bottom: 1.5rem;
}

.bxj-4 .bxj-content ul li img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.bxj-5 .bxj-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}

.bxj-5 .bxj-content ul li .thumb {
    width: 50%;
    text-align: center;
}

.bxj-5 .bxj-content ul li .thumb img {
    display: block;
    margin: auto;
}

.bxj-5 .bxj-content ul li .text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 3rem;
}

.bxj-5 .bxj-content ul li:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 3rem;
    text-align: right;
}

.bxj-5 .bxj-content ul li .text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.bxj-5 .bxj-content ul li .text p {
    font-size: 22px;
    line-height: 1.8em;
    color: #666;
    margin-bottom: 1rem;
}

.bxj-6 ul li {
    margin-bottom: 1.5rem;
}

.bxj-6 ul li img {
    display: block;
    width: 100%;
    border-radius: 50px;
}

.bxj-7 .bxj-content {
    text-align: center;
    padding: 1.5rem 0;
}

.bxj-7 .bxj-content img {
    display: block;
    margin: auto;
}