body{
"Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif
}
.mobile{
    background-color: #F5F5F5;
}
.article{
    background: #fff;
    padding: 50px 12px 16px;
    overflow: hidden;
}

.article-head{
    margin-top: 15px;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.article-title{
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 16px;
    font-weight: 700;
}
.article-date{
    color: #A8B4BB;
    font-size: 12px;
    float: left;
}
.article-view{
    float: right;
    color: #A8B4BB;
    background: url(../img/icon-article-view.png) left center no-repeat;
    background-size: 16px;
    padding-left: 20.5px;
    font-size: 12px;
}
.article-bd{

}
.article-img img{
    max-width: 100%;
    border-radius: 3px;
}
.article-content{
    font-size: 16px;
    line-height: 2;

}



.footer-tag{
    background-color: #FFFFFF;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    line-height: 40px;
    margin-top: 8px;
}
.footer-tag a{
    float: left;
    width: 33%;
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    text-align: center;
}
.footer-version{
    float: left;
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 8px;
    margin-top: -1px;
}
.footer-version a{
    float: left;
    width: 33%;
    height: 80px;
    text-align: center;
    text-decoration: none;
}
.footer-version a .ico_img {
    margin-top: 15px;
}
.footer-version a .ico_img img {
    width: 30px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;
}
.footer-version a span {
    font-size: 12px;
    color: #666666;
    line-height: 30px;
}
.footer-copyright {
    line-height: 40px;
    font-size: 12px;
    color: #999999;
    text-align: center;
    padding: 0 15px;
}