<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 */
/*CSS重置*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
    font-family: '微软雅黑';
}

html,body{
    color:#333;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
a{text-decoration: none;
    cursor:pointer;
    outline-style:none;
    color:#333;}
a img{border: none;}
h1,h2,h3,h4,h5{margin:0;font-weight:normal;}
input{border:none; outline:none;}
ul li{list-style: none;}
.mr0{margin-right:0!important;}
.fl{float:left;}
.fr{float:right;}
.clear{overflow: hidden;}
.border{border:1px solid red;}
.w100{width:100%;}

/*固定内边距*/
.fix_head input,.fix_head .l_nav,.fix_head .l_nav ul,.fix_head .l_nav ul li,.fix_head .l_nav ul a,.fix_head .head_box,:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container{
  max-width: 720px;
  margin: auto;
}
/*banner*/
.fullimg{margin-top: 100px;padding:0;width:100%;height:auto;display: block;}
.clearfix:after{
  content:"";
  height:0;
  display:block;
  visibility:hidden;
  clear:both;
}
/*public jigoujieshao*/
.n-wjjigou{
    background: #3A3934;
    color: #ffffff;
    padding:0 0.4rem;
    margin-bottom: 0.725rem;
    padding-bottom: 0.7rem;

}
.n-wjjigou p{
    font-size: 0.6rem;
    text-indent: 1.25rem;
    line-height: 1rem;
    margin-bottom: 0.6rem;
}
.n-wjjgjs{
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin:1.125rem auto;
    padding-top: 0.95rem;
}
/*public contect*/
.n-contes{
    font-size: 0.65rem;
    text-align: center;
    margin-bottom: 0.2rem;
}
.n-contes::before{
    content: "";
    background: #5B5B5B;
    width: 1.5rem;
    height: 0.05rem;
    display: inline-block;
    position: relative;
    top: -0.1rem;
    margin-right: 0.375rem;
}
.n-contes::after{
    content: "";
    background: #5B5B5B;
    width: 1.5rem;
    height: 0.05rem;
    display: inline-block;
    position: relative;
    top: -0.1rem;
    margin-left: 0.375rem;
}

.n-lianxiwomen h2{
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.n-lianxiwomen img{
    display: block;
    width:1.125rem;
    margin:0 auto;
}
.n-wjdianhua{
    font-size: 0.7rem;
    text-align: center;
    margin-top: 0.65rem;
    margin-bottom: 1rem;
}
.n-wjzixun{
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
}
.n-wjzixun span{
    display: inline-block;
    width:2.8rem;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
}
.n-lianxiwomen{
    border: 1px solid #5B5B5B;
    width: 94%;
    margin: 1.25rem auto;
    padding: 0.6rem 0.3rem;
}

.n-wjzhujiang li:last-child{
    margin-bottom: 1.125rem;
}
.wjxueyuan ul{
    padding:1.125rem 0 0.75rem 0;
}
.wjxueyuan{
    padding-top: 1.125rem;
    margin-top: 1.5rem;
}




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