<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ–°é—»ä¸­å¿ƒ */
.news-list-container{
    width: calc(100% - 11.5rem - 11.5rem);
    padding: 9.6875rem 11.5rem;
}
.news-list-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-list-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
    color: #000000;
}
.news-list{
    width: 100%;
    padding-top: 4.0625rem;
}
.news-big-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2.25rem;
}
.news-big{
    width: calc(50% - 1.125rem);
    margin-right: 2.25rem;
    height: 35.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
}
.news-big:last-of-type{
    margin-right: 0;
}
.news-big-poster{
    width: 100%;
    height: 35.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-big-poster-img{
    width: 100%;
    height: 35.375rem;
    object-fit: cover;
}
.news-big-info{
    width: calc(100% - 3.9375rem - 3.9375rem);
    height: calc(35.375rem - 4.8125rem - 4.8125rem);
    padding: 4.8125rem 3.9375rem;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.news-big-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #FFFFFF;
}
.news-big:hover .news-big-title{
    color: #104482;
}
.news-big-actions{
    width: 100%;
    padding-top: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.news-big-action{
    font-size: 0.9375rem;
    color: #FFFFFF;
    margin-right: 1.875rem;
}
.news-big-action:last-of-type{
    margin-right: 0;
}
.news-big-action:hover{
    color: #104482;
}
.news-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.6875rem;
}
.news-group:last-of-type{
    margin-bottom: 0;
}
.news{
    width: calc(100% / 3 - 1.125rem);
    margin-right: 1.6875rem;
    height: 23.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.news:last-of-type{
    margin-right: 0;
}
.news-poster{
    width: 100%;
    height: 23.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-poster-img{
    width: 100%;
    height: 23.4375rem;
    object-fit: cover;
}
.news-info{
    width: calc(100% - 3.625rem - 3.625rem);
    height: calc(23.4375rem - 3.3125rem - 3.3125rem);
    padding: 3.3125rem 3.625rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0));
}
.news-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #FFFFFF;
}
.news:hover .news-title{
    color: #104482;
}
.news-actions{
    width: 100%;
    padding-top: 1.375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.news-action{
    font-size: 0.9375rem;
    color: #FFFFFF;
    margin-right: 1.875rem;
}
.news-action:last-of-type{
    margin-right: 0;
}
.news-action:hover{
    color: #104482;
}</pre></body></html>