<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 18px!important;
    background: #FFFFFF;
}
a:hover {
    text-decoration: none;
}

.de-title {
    display: flex;
    margin: 40px 0 15px 0;
    width: 100%;
    height: 50px;
    align-items: center;
}
.title-left {
    width: 80%;
    font-size: 1.5em;
    font-weight: bold;
}
.title-more {
    font-size: 14px;
    color: #8F8F8F;
    width: 20%;
    text-align: right;
}
.area-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.area-half {
    width: 48%;
}
.area-half&gt;img {
    width: 100%;
}
.area-half&gt;p {
    font-size: 16px;
    color: #3F3F3F;
    line-height: 1.5em;
}
.area-2-ele {
    width: 32%;
}
.area-2-ele&gt;img {
    width: 100%;
}
.area-3-ele {
    width: 22.5%;
    height: 360px;
    padding: 30px 20px;
    box-shadow: 0 0 10px 0 #cecece;
}
.area-3-c-1-div{
    height: 25%;
}
.area-3-c-1 {
    font-size: 17px;
    line-height: 1.5em;
    text-align: center;
}
.area-3-c-2-div {
    height: 45%;
    color: #0b5fb3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.area-3-c-2 {
    font-size: 2em;
}
.area-3-c-3 {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}
.area-3-c-4 {
    font-size: 16px;
    line-height: 1.7em;
    text-align: center;
}
.area-3-c-4&gt;span {
    font-size: 1.7em;
    font-weight: bold;
}
@media (min-width: 1024px) {
    .area-2-ele&gt;p {
        font-size: 15px;
        line-height: 1.5em;
        border: solid 1px #BFBFBF;
        border-top: 0;
        height: 130px;
        margin-top: -7px;
        padding: 15px 20px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 768px) {
    .area-content {
        display: block;
    }
    .area-half {
        width: 100%;
        margin-top: 10px;
    }
    .area-2-ele {
        width: 100%;
        margin-top: 15px;
    }
    .area-2-ele&gt;p {
        height: auto;
        font-size: 15px;
        line-height: 1.5em;
        border: solid 1px #BFBFBF;
        border-top: 0;
        margin-top: -7px;
        padding: 15px 20px;
        text-align: justify;
    }
    .area-3-ele {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .area-3-c-4 {
        text-align: center;
    }
}</pre></body></html>