.about-handle {
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 80px;
    overflow: hidden;
}
.about-handle-item {
    display: block;
    text-decoration: none;
}
.about-handle-item p {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.about-handle-item img {
    width: 300px;
}
.crumbs-block {
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.crumbs-block li {
    color: #96643c;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
.crumbs-block li a {
    font-size: 14px;
    color: #96643c;
}

.news-banner {
    height: 30vh;
    min-height: 200px;
    overflow: hidden;
}

.news-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

.news-title {
    padding-top: 40px;
    /* padding-bottom: 40px; */
    text-align: center;
    border-bottom: 1px solid #96643c;
    margin-bottom: 30px;
}
/* 产品标题 */
.news-title h1 {
    font-size: 38px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 18px;
}
/* 分章节 */
.prduct-title h2 {
    font-size: 20px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 33px;
    border: 1px solid #96643c;
    padding: 12px;
    width: 430px;
    color: #ffffff;
    background-color: #96643c;
    border-radius: 3px;
}

.news-title p {
    margin-bottom: 0px;
}

.details {
    border-bottom: 1px solid #96643c;
}

.details img {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.det-pages {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.det-pages .left {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.det-pages .right {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.det-pages a {
    font-size: 16px;
}

@media (min-width: 992px) {
    .det-pages .right {
        text-align: right;
    }
}
/* 为什么投资巨灾 */
.why-choise {
    text-align: center;
    padding: 2rem;
    border: 1px solid #96643c;
    border-radius: 0.8rem;
    font-size: 16px;
    font-weight: 200;

    width: 100%;
    min-height: 86px;
    box-sizing: border-box;
    align-items: center;

    word-wrap: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}
.choise-detail {
    /* padding-bottom: 54px; */
}

/* 为什么选择Tenax ILS Fund? */
.why-ils {
    display: flex;
    flex-direction: column;
    justify-content: top;
    gap: 10px;
    background-color: #b6cce2;
    min-height: 155px;
    padding: 12px;
    /* border: 1px solid #96643c; */
    border-radius: 0.4rem;
}
.why-ils span {
    word-break: break-word;
    font-size: 18px;
    color: #475a73;
    font-weight: 600;
}
.choise-detail div {
    margin-bottom: 30px;
}
p.why-ils {
    padding-top: 28px;
}
p.why-ils img {
    width: 100%;
}

.why-ils[style*="background-color: unset;"] {
    padding: unset;
    background-color: unset;
    align-items: center; /* 垂直居中 */
    justify-content: top; /* 水平居中 */
    height: 100%; /* 确保容器有高度 */
}
/*小屏幕*/
@media (max-width: 763) , (max-width: 992px){
    .prduct-title h2 {
        width: auto;
        margin-bottom: 20px;
    }
    .choise-detail div {
        margin-bottom: 20px;
    }
    p.why-ils {
        padding-top: 15px;
    }
}
