<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{font:16px "pingfang", "Microsoft YaHei","Arial Narrow"; background:url("./image/bg_content.jpg") repeat-y top center / 100%; -webkit-text-size-adjust:100%; color: #666}

video{border:0;vertical-align:middle;width: 100%;height: auto;}
.news-container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: center;
    text-align: right;
}

.news-container img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.news-container h4 {
    /* margin-right: 300px; */
    font-size: 35px;
    margin: 20px;
    color: white;
    font-weight: bolder;
}

.news-container div h4:nth-child(2) {
    color: rebeccapurple;
}

.no-top-space {
    color: gainsboro;
    font-weight: bolder;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 25px;
}

.no-top-space::before{
    content: "| ";
    font-weight: bolder;
    color: gainsboro;
}

.sidebar-categories li a{
    color: gainsboro;
    font-size: 17px;
}

.line_news {
    background: gray;
    height: 1px;
    /* margin-right: 200px; */
}

/************/
.news_title {
    font-weight: bolder;
    font-size: 26px;
    text-align: center;
}

.news_date {
    text-align: right; 
    margin: 0 50px;
}

.news_content_line {
    height: 1px; width: 100; background: gainsboro; margin: 0 50px;
}

.html-str {
    margin: 0 50px;
}
    .html-str img{
        max-width:100%;
        margin-left:10%;
    }

    .html-str img:first-child{
        max-width:100%;
		height: auto;
        margin-left:0px;
    }

    .news_page {
		width: 90%;
        margin: 0 50px;
        display: flex;
        justify-content: space-between;
        color: gainsboro;
        margin-top: 20px;
        margin-bottom: 30px;
    }

.news_page a{
    color: gainsboro;
}

@media screen and (max-width: 768px){
	.html-str {margin: 0 10px;}
	}
</pre></body></html>