*{
    margin:0;
    padding:0;
    text-decoration: none;
    list-style-type: none;
}
body{
    background:#ffffff;
}

@font-face {
    font-family: 'alimama';
    src: url('../font/fangyuanti-zip.woff2') format('woff2'),
         url('../font/fangyuanti-zip.woff') format('woff'),
         url('../font/fangyuanti-zip.ttf') format('truetype');
    font-display: swap;
}

.ab1{
    background: #f5f5fa;
}
.ab2{
    background:#f5f5fa;
}
.family{
    font-family:alimama;
}

a{
    color: inherit;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}


/* 头部导航栏 */
.topnav{
    background:#ffffff;
}

.logo{
    color: #19191e;
}

.TopStopcollapse{
    width:100%;
    height:60px;
}
.TopStopcollapse1{
    width:100%;
    height:30px;
}

/* 文章内容 */
.articleBox{
    width:100%;
    background: #fff;
    /*margin-top: 10px;*/
}
.topAD{
    width:100%;
    height:60px;
}
.topAD img{
    width:100%;
    height:60px;
}

.articleAD{
    width:100%;
    /*margin-top: 50px;*/
    min-height:300px;
}
.articletime{
    width:88%;
    height:50px;
    margin:auto;
    line-height:60px;
}
.articletime span{
    font-size:13px;
    color:#91918b;
}
.articleH1{
    width:88%;
    height:50px;
    margin:auto;
}
.articleH1 h1{
    font-size:15px;

}
.articleline{
    width:88%;
    height:20px;
    margin:auto;
    display:flex;
    align-items:center;
}
.articleline span{
    width:10px ;
    height:10px;
    border:2px solid #ffbc39;
    border-radius:100px;
}
.articleline div{
    width:90px;
    height:1.6px;
    background:#ffbc39;
}
.articletetx{
    width:88%;
    min-height:20px;
    margin:auto;
    text-align:justify;
    font-size:13px;
    margin-top:18px;
    margin-bottom:18px;
    letter-spacing:1px;
    line-height:1.6;
}
.articletetx ol,.articletetx ul{
    width: 100% !important;
    padding-left: 20px;
    box-sizing: border-box;
}
.articletetx img{
    width: 100% !important;
    height: auto !important;
}
.articleimg{
    width:88%;
    height:240px;
    margin:auto;
    margin-top:15px;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.articleimg img{
    width:90%;
    height:210px;
    border-radius:8px;
}
.articlerec{
    width:88%;
    height:40px;
    margin:auto;
    border-top:1px solid #e8e8e8;
    font-size:14px;
    text-align:center;
    line-height:40px;
    color:rgb(0, 0,0,0.3);
    font-weight: 550;
    letter-spacing:1px;

}
.articlewx{
    width:88%;
    height:230px;
    margin:auto;

}
.articlewxnav{
    width:100%;
    height:35px;
    display:flex;
    justify-content:center;
}
.articlewxnav1{
    width:40%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-radius:15px;
    background:#ffffff;
}
.articlewxnav1 img{
    width:18px;
    height:18px;
    margin-right:5px;
}
.articlewximg{
    width:88%;
    margin:auto;
    margin-top:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.articlewximg img{
    width:140px;
    height:140px;
    margin-bottom: 10px;
}
.articlewximg span{
    font-size:11px;
    color:#85868f;
}






/* 首页引导 */
.guidance{
    width:100%;
    height:55px;
    position:fixed;
    background:#ffffff;
    border-top:0.1px solid #dcdcdd;
    bottom:0;
    left:0;
    z-index: 20;
    display:flex;
    justify-content:center;
}
.guidanceLIst{
    width:25%;
    height:55px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.guidanceLIst img{
    width:20px;
    height:20px;
    margin-bottom:6px;
}
.guidanceLIst text{
    font-size:9.5px;
    color: #000;;
}


/* 底部防塌陷 */
.Stopcollapse{
    width:100%;
    height:55px;
    background:#ffffff;
}

