<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿.header{
    background: url(../images/ed44d38f9c3914842cb2fdeaafdc968.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.header-top{
    height: 340px;
    text-align: center;

}


.header-nav{
    background-color: #df2100;
}
.header-nav ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.header-nav ul li{
    flex: 1;
}
.header-nav ul li a{
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: block;
}
.header-nav ul li a:hover{
    background-color:#f03717;
}
/*end */
.site-wrap{
    width: 1200px;
    margin: 0 auto;
}
.articleContent {
    overflow: hidden;
    text-align: left;
    padding: 40px;
}
.articleContent .title {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
}
.articleContent .articleInfo {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 16px 10px;
    text-align: center;
    color: #777;
    border-bottom: 1px dashed #ddd;
}
.articleContent .articleInfo span {
    padding: 0 5px;
}
.articleContent .contentTxt {
    color: #333;
    font-size: 18px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.contentTxt p {
    line-height: 50px;
    text-indent:2em;
}


.footer{
    background: #f1f1f1;
    margin-top: 20px;
    border-top: 5px solid #c12125;
    text-align: center;
}
.footer p{
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 14px;
}
.footer p span{
    margin-right: 10px;
}</pre></body></html>