<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ‰¶è´«åˆ—è¡¨åˆ‡æ¢èœå•*/
.poverty-content-tab-ul {
    margin-bottom: 30px;
}
.poverty-content-tab-ul li {
    float: left;
}
.poverty-content-tab-ul li a {
    width: 295px;
    height: 49px;
    line-height: 49px;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333;
    background-color: #f8f8f8;
    border-top: 2px solid #d50000;
}
.news-content-tab-left .poverty-content-tab-ul .active {
    background-color: #d50000;
    color: #fff;
}
.poverty-left {
    margin-bottom: 47px;
}
/*æ‰¶è´«é¡¹ç›®å³ä¾§æŒ‚ä»¶*/
.poverty-item-wrapper {
    width: 282px;
    overflow: unset;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 40px;
    border: 1px solid #ededed;
    position: relative;
}
.poverty-item-wrapper .red-line {
    border-top: 2px solid #d50000;
    width: 284px;
    height: 0;
    margin-left: -1px;
    display: block;
}
.poverty-item-wrapper .list-right-title {
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    margin-top: 16px;
}
.poverty-item-wrapper .poverty_items_news {
    margin: 10px 20px;
    overflow: hidden;
}
.poverty-item-wrapper .poverty_news_list_item {
    width: 242px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.poverty-item-wrapper .poverty_news_list_item a{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 }
.poverty-item-wrapper .poverty_news_list_item a:hover {
    color:#d50000;
}
.poverty-item-wrapper .poverty-position {
    position: relative;
}
.poverty-item-wrapper .poverty-more {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 6px;
}
.poverty-item-wrapper .poverty-more:hover {
    color:#d50000;
}</pre></body></html>