<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsInfo2206171725 * {
    box-sizing: border-box;
}

.newsInfo2206171725 {
    max-width: 768px;
    margin: 0 auto;
}

.newsInfo2206171725 img {
    display: block;
    max-width: 100%;
    height: 100%;
    border: none;
    width: 100%;
}

.newsInfo2206171725 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.newsInfo2206171725 ul li {
    box-shadow: 0 4px 8px 0 rgb(214 218 240 / 50%);
    margin-bottom: 10px;
    max-height: 70px;
    transition: all 600ms;
    overflow: hidden;
}

.newsInfo2206171725 ul li .title_content {
    width: 100%;
    line-height: 70px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.newsInfo2206171725 ul li .title {
    font-size: 16px;
    color: #000000;
    line-height: 2;
    font-weight: bold;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 1;
    margin-right: 20px;
}

.newsInfo2206171725 ul li .des_content {
    font-size: 12px;
    color: #494d6c;
    line-height: 1.4;
    transition: all 3000ms ease-out 0ms;
    overflow: hidden;
}

.newsInfo2206171725 ul li .des_content:before {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    content: ' ';
    display: block;
}

.newsInfo2206171725 ul li .des_content .des_content_ul {
    padding: 20px;
}

.newsInfo2206171725 ul li .des_content img {
    margin-bottom: 10px;
}

.newsInfo2206171725 ul li .des_content .info_des {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.newsInfo2206171725 ul li .des_content .info_des:last-child {
    margin-bottom: 0;
}

.newsInfo2206171725 ul li .des_content .info_des:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #29b5b6;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 5px;
}

.newsInfo2206171725 ul li .handler_logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.newsInfo2206171725 ul li .handler_icon img {
    width: 12px;
    height: 12px;
}

.newsInfo2206171725 ul li .normal_img {
    display: block;
    transform: rotate(180deg);
}

.newsInfo2206171725 ul li .hover_img {
    display: none;
}

.newsInfo2206171725 ul li._news_item_active .normal_img {
    display: none;
}

.newsInfo2206171725 ul li._news_item_active .hover_img {
    display: block;
}</pre></body></html>