<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*/
body{/*min-width:1100px;*/font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
.maauto{
    margin: 0 auto;
}
input{font-family:微软雅黑;}
.clearfix {zoom: 1;}
.clearfix:after {content: "020";height: 0px;display: block;overflow: hidden;clear: both;}
.head{
    width: 100%;
    height: 1.04rem;
    line-height: 1.04rem;
    font-size: 0.35rem;
    color: #0c4f8e;
    text-align: center;
    border-bottom: 0.01rem solid #dcdcdc;
    padding: 0 0.29rem;
    display: flex;
    align-items: center;
    display: none;
}
.head a{
    display: inline-block;
    float: left;
    width: 0.1799rem;
    height: 1.04rem;
    background: url(wjwjt_03.png) no-repeat 0 center;
}
.head span{
    width: 100%;
}
.Centralarticlebox{
    padding: 0 0.29rem;
}
.Centralarticlebox .title{
    font-size: 0.31rem;
    line-height: 0.55rem;
    padding: 0.19rem 0;
    color: #333333;
    font-weight: 700;
}
.Releasedate{
    font-size: 0.27rem;
    line-height: 0.27rem;
    padding: 0.1rem 0;
}
.source{
    font-size: 0.27rem;
    line-height: 0.27rem;
    padding: 0.1rem 0;
}
.main-txt{
    font-size: 0.27rem;
    margin-top: 0.19rem;
}
/* @media only screen and (max-width:768px) {
    .main-txt p{
        text-indent:0;
    }
    img{width:100%;}
} */







.xysfooter{
    width: 100%;
    height: 0.99rem;
    background-color: rgb(0, 0, 0,0.3);
    font-size: 0.23rem;
    color: #ffffff;
    text-align: center;
    padding-top: 0.19rem;
    display: none;
}
.xysfooter a{
    font-size: 0.23rem;
    color: #ffffff;
}
.xysfooter p{
    line-height: 0.39rem;
}
</pre></body></html>