.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;
    text-decoration: none;
    cursor: pointer;
}

.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: 360px;
    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: 106px;
    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: center;
    gap: 10px;
    background-color: #b6cce2;
    min-height: 148px;
    padding: 12px;
    /* border: 1px solid #96643c; */
    border-radius: 0.4rem;
}
.why-ils span {
    word-break: break-word;
    font-size: 18px;
    color: #475a73;
    font-weight: 400;
}
.why-ils span b {
    font-weight: 600;
    font-size: 18px;
}
.choise-detail div {
    margin-bottom: 30px;
}
p.why-ils {
    padding-top: 28px;
}

/* 投资策略 */
.investment-strategy {
    display: flex;
    flex-direction: column;
    justify-content: top;
    gap: 10px;
    min-height: 128px;
    padding: 12px;
    border-right: 1px solid #96643c;
    /* border-radius: 0.4rem; */
}

.investment-strategy span {
    word-break: break-word;
    font-size: 18px;
    font-weight: 200;
}
.investment-strategy span:first-child {
    font-weight: 600;
}
.choise-detail > div:last-child .investment-strategy {
    border-right: none;
}

/*小屏幕*/
@media (max-width: 763) , (max-width: 992px){
    .choise-detail div {
        margin-bottom: 5px;
    }
    p.investment-strategy {
        min-height: auto;
        padding: 2px;
    }
    .prduct-title h2 {
        margin-bottom: 20px;
    }
}