<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-news{
    position: relative;
    width: calc(100% - 410px);
    height: 280px;
    float: right;
    top: 15px;
}

.top-news{
    width: 100%;
    height: 90px;
    border-bottom: 1px dashed #999999;
}
.top-news div{
    float: left;
}
.top-news-date{
    position: relative;
    width: 100px;
    height: 100px;
    background: #2F85DA;
}
.top-news-date .date-d{
    width: 100%;
    height: 60px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
    font-size: 44px;
}
.top-news-date .date-Ym{
    width: 100%;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.top-news-content{
    position: relative;
    top: 0;
    width: 100%;
}
.top-news-title{
    width: 100%;
    font-size: 20px;
    text-overflow: ellipsis;
    height: 30px;
    overflow: hidden;
    color: #296D8A;
}
.top-new-intro{
    width: 100%;
    height: 60px;
    line-height: 25px;
    color: #888888;
    text-overflow: ellipsis;
}
.title{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #999999;
    color: #2F85DA;
}
.title a{
    color: #296D8A;
}
.title a:hover{
    color: #00b0ff;
}
.title .column-en{
    font-size: 14px;
    margin-left: 5px;
    padding-right: 20px;
}

.colorful{
    background: #2F85DA;
    color: #FFFFFF;
    padding: 5px 15px;
    border:none;
}

.colorful a{
    color: #FFFFFF;
}
.colorful a:hover{
    color: #00b0ff;
}

.index-left{
    float: left;
}
.index-right{
    float: right;
}

.hot-menu{
    height: 90px;
}
.hot-menu-title{
    z-index: 3;
    position: absolute;
    width: 200px;
    line-height: 90px;
    text-align: center;
    color: #FFFFFF;
}
.hot-mask{
    z-index: 2;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 200px;
    height: 90px;
    display: none;
}
.hot{
    position: relative;
    width: 200px;
    height: 90px;
    margin-top: 13px;
}
.hot-bg{
    position: absolute;
    width: 200px;
    height: 90px;
}

.link-img{
    width: auto;
    float: left;
    margin-right: 30px;
}
.link-img img{
    height: 110px;
}

.footer_copyright{
    width: 100%;
    text-align: center;
    background: #2F85DA;
    color: #FFFFFF;
    height: 70px;
    line-height: 70px;
}</pre></body></html>