<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; 
 body{ background: url(../images/dzx_header_bg.png) repeat-x; }
@media (min-width: 1200px){.container { width: 1200px;}}
 .header{ position:relative; margin-bottom:15px; }  
 .header .container{ position:relative; bottom:0; padding: 0; }
 .header img{ width:100%; } 
 .header .dzx_header_title{ width:auto; position: absolute; top: 170px; left: 50%; margin-left: -282px;}
 /*顶部格式*/
 .dzx_nav{ width: 100%; display: flex; background-color: #ae0c2b; color:#fff; margin-bottom: 15px;}
 .dzx_nav li{ flex: 1; line-height: 50px; text-align: center;}
 .dzx_nav li.active{ background-color: #8d0c24;}
 .dzx_nav li a{ color:#fff; font-size: 16px; text-align: center; line-height: 50px;}
 .dzx_nav&gt;li:focus, .dzx_nav&gt;li:hover{ background-color: #8d0c24;}
 .dzx_nav&gt;li&gt;a:hover, .dzx_nav&gt;li&gt;a:focus, .dzx_nav&gt;li&gt;a:visited { text-decoration: none!important;}

 .head_word { background-color: #f6f6f6;}
 .head_word .col-sm-6{ background-color: #f6f6f6; }
 .head_word .col-sm-6 img{ width: 100%; margin: 15px 0; }
 .head_word .col-sm-6 li{ padding: 15px; border-top: 2px #fff solid; }
 .head_word .col-sm-6 h4{ font-size: 16px; color:#333; line-height: 40px;}
 .head_word .col-sm-6 h4 a{ color:#333;}
 .head_word .col-sm-6 p{ color:#999; font-size: 13px; line-height: 22px; }
 .head_more p { background-color: #e9e9e9; font-size: 13px; text-align: center; line-height: 28px; width: 90px;float: right;} 
  .head_more p a { color:#999; }
 
	@media (max-width: 1199px){   
		.dzx_nav&gt;li&gt;a { padding: 15px 14px; }
}
	@media (max-width: 991px){  
		.header{  margin-bottom:28px;}
		.dzx_nav&gt;li&gt;a{ padding:15px 0px; } 
		.navbar&gt;.container-fluid .navbar-brand{ padding-left:20px;}
}
	@media (max-width: 767px){  
		.header{ margin-bottom:12px;} 
} 

		
 </pre></body></html>