html,body{padding:0; margin:0;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td,img { margin: 0; padding: 0 ;font-weight: normal}
body, button, input, select, textarea label{ outline:none; }
h1, h2, h3, h4, h5, h6 { font-size: 100% }
address, cite, dfn, em{ font-style: normal }
i{font-style: normal}
ul, ol, dl { list-style: none }
a { text-decoration: none !important; outline: none ;cursor: pointer;}
table { border-collapse: collapse; border-spacing: 0 }
.fl{float: left}
.fr{float: right}
.clear{clear: both}
.clearFix:after{content: "";display: block;height: 0;clear: both;*zoom:1}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*凌驾部分省略号*/
.ellipsis2,.ellipsis3,.ellipsis4,.ellipsis8{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis2{-webkit-line-clamp:2}/*凌驾两行省略号*/
.ellipsis3{-webkit-line-clamp:3}/*凌驾三行省略号*/
.ellipsis4{-webkit-line-clamp:4}/*凌驾四行省略号*/
.ellipsis8{-webkit-line-clamp:8}/*凌驾8行省略号*/
.mt44{margin-top: 44px!important;}
.mt55{margin-top: 55px!important;}
.mb60{margin-bottom: 60px!important;}

body{background:#fff4e4;}
img{border:0; margin:0;}

.header{width:100%; height:400px; text-align:center; background:url("/static/zhuanti/XC_2025/images/bg.jpg") center top no-repeat; display:flex; align-items:center; justify-content:center; flex-direction:column;}

.inner{width:1222px;margin: 0 auto;position: relative; line-height:1.5; padding:30px 0; color:#7b0100;}
.inner h1{font-size: 30px; font-weight: bold; color:#d1000a; margin-bottom:20px; text-align:center;}
.inner p{font-size: 16px; line-height: 30px; text-indent:2em; margin:20px auto}
.inner p.dsz{text-align: right; padding-right:100px;}

.footer{width:100%; height:74px; background:url("/static/zhuanti/XC_2025/images/footer.jpg") center top repeat-x; text-align:center;}

@media only screen and (max-width: 1222px) and (min-width: 0px) {
    .header{height:30vw; background-size:100% 100%;}
    .header img{width:80%;}

    .inner{width:94%; margin:10px auto;  padding:10px 0;}
    .inner p.dsz{text-align: right; padding-right:10px;}

}


<!--耗时1770171988.5183秒-->