<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form, table,label { margin:0; padding:0; border:0; list-style:none;white-space: normal;}
img {border:none;}
ul, ol ,li{list-style:none; padding:0; margin:0;}
input, select, textarea{outline:none;border:0;}
input,label { margin:0; padding:0; }
a,area{blr:expression(this.onFocus=this.blur())}
textarea {resize:none;}
input::-ms-clear{display:none;}
em,i{ font-style:normal;}
a {text-decoration:none; }
.clearfix:after {content:"";display:block;clear:both;}
.clearfix {zoom:1}
.fl_all{ float: left; }
.fr_all{ float: right;}

.width100{ width: 100%;}
.width1170{  width: 1170px; margin: 0 auto;}
.width1680{  width: 1680px; margin: 0 auto;}



/*头部*/
.banner {
    width: 100%;
    height: 500px;
    background: url(wzqh_banner.jpg) center center no-repeat;
    background-size: cover;
}

/*导航栏*/
.nav {
    background-color: #C11419;
    height: 60px;
}
.nav li {
    float: left;
    margin: 14px 52px;
}
.nav ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
}

/*底部*/
.footer {
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #C11419;
    padding: 20px 0;
    margin-top: 40px;
    color: #ffffff;
}

/*首页*/
.padtp20 {
    padding-top: 20px;
    padding-bottom: 35px;
}

/*内容*/
/*大标题*/
.piece1 h2,
.piece2 h2,
.piece3 h2,
.piece4 h2,
.piece5 h2{
    width: 100%;
    height: 60px;
    margin: 30px 0;   
}
.piece1 h2{
    background: url(wzqh_tit1.png) center no-repeat;
    background-size: auto 60px;
}
.piece2 h2{
    background: url(wzqh_tit2.png) center no-repeat;
    background-size: auto 60px;
}
.piece3 h2{
    background: url(wzqh_tit3.png) center no-repeat;
    background-size: auto 60px;
}
.piece4 h2{
    background: url(wzqh_tit4.png) center no-repeat;
    background-size: auto 60px;
}
.piece5 h2{
    background: url(wzqh_tit5.png) center no-repeat;
    background-size: auto 60px;
}
/*列表文字*/
.pie_li li a{
    color: #333333;
    line-height: 40px;
    font-size: 16px;
}
/*日期*/
.pie_li span{
    color: #999;
    float: right;
    margin-left: 16px;
    line-height: 40px;
}
/*更多*/
.more{
    margin: 30px auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #C11419;
    text-align: center;
}
.more a{
    display: block;
    color: #C11419;
}

/*第一部分*/
.piece1_le {
    float: left;
    width: 650px;
}

.piece1_le li{
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.piece1_le li span{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("wzqh_li.png")  center no-repeat;
    background-size: auto;
    margin-right: 10px;
}
.piece1_ri {
    float: right;
    width:500px;
    text-align:center;
    position: relative;
}
.piece1_ri img{
    height:350px;
}
.piece1_ri span{
    display: block;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 450px;
    height: 55px;
    line-height: 55px;
    background: url(czb_bgtext.png) left top repeat;
    color: #fff;
    text-indent: 1em;
    margin-left: 25px;
}

/*第二块*/
.piece2_le,
.piece2_ri
{
    width: 570px;
}

/*第三块*/
.piece3_bg{
    width: 1170px;
    height: 400px;
    background: url("wzqh_bg.png") center no-repeat;
    padding-top: 100px;
}
.piece3 h2{
    margin-bottom: 0px;
}
.piece3_cen{
    margin: 0 50px;
}
.piece3_le,
.piece3_ri
{
    width: 520px;
}
/*第四、五块*/
.piece4_le,
.piece5_le{
    width: 450px;
}
.piece4_ri,
.piece5_ri{
    width: 650px;
    margin: 30px 0;
}

/*轮播样式*/
.slideBoxsamll{ 
    width:450px; 
    height:300px; 
    float: left; 
    overflow:hidden; 
    position:relative; 
}
.slideBoxsamll .bd{ 
    height:300px; 
    width:100%; 
    position:relative;
}
.slideBoxsamll .bd li{ 
    zoom:1; 
    vertical-align:middle; 
    position:relative; 
}
.slideBoxsamll .bd img{ 
    width:450px; 
    height: 300px; 
    display:block; 
 }
.slideBoxsamll .bd li span{ 
    display:block; 
    font-size:16px;
    position:absolute; 
    bottom:0; 
    width:100%;  
    height:55px;
    line-height:55px; 
    background:url(czb_bgtext.png) left top repeat; 
    color:#fff; 
    text-indent:1em;
}
.prev,
.next{
     position:absolute;
     width:40px;
     height:74px;
     background: url(prev_next.png) no-repeat;
    }
.prev{
    top: 50%;
    margin-top: -37px; 
    left: 0;
    background-position:0 -74px; 
    cursor:pointer; 
}  
.next{
    top: 50%;
    margin-top: -37px; 
    right: 0;  
    background-position:-40px -74px;  
    cursor:pointer;
}  
.prev:hover{  background-position:0 0; }  
.next:hover{  background-position:-40px 0;}



/*列表页*/
.main_list{
    margin: 30px auto; 
}
.main_list li{
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
.main_list li a{
    color: #333;
}
.main_list li span{
    float: right;
    color: #999;
}


/*详情页*/
.publicity_list_details{
    padding-bottom: 15px;
}
.titleBox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    border-bottom: 1px dotted #cccccc;
    clear: both;
}
.titleBox h2 {
    font-size: 20px;
    text-align: center;
    line-height: 150%;
    padding-bottom: 10px;
}
.titleBox p {
    text-align: center;
    text-indent: 2em;
}
.xilancon {
    width: 95%;
    margin: 0 auto;
    line-height: 200%;
    font-size: 16px;
    padding-top: 20px;
}
</pre></body></html>