@charset "utf-8";
body{
    font-family: "Microsoft YaHei";
    background: #ebebeb;
    color: #505050;
}
.blog-header-title{
    font-size: 40px;
    width: 100%;
    text-align: center;
    background: #fff;
    height: 200px;
    line-height: 200px;
}
.blog-nav-ul{
    text-align: center;
    background: #fff;
    line-height: 56px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    margin-bottom: 35px;
    border-bottom: 2px solid #e1e1e1;
}
.blog-nav-ul li.nav-current {
    border-bottom: 2px solid #27ae60;
    margin-bottom: -2px;
}
.blog-nav-ul li{
    list-style: none;
    display: inline-block;
    position: relative;
}
.blog-nav-ul li a{
    padding: 0 21px;
}
.blog-article {
    padding: 35px;
    background: #ffffff;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.blog-main{
    width: 65%;
    margin: auto;
}
.blog-article-head{
    text-align: center;
}
.blog-article-head .blog-article-title{
    margin: 0;
    font-size: 25px;
    line-height: 10px;
}
.blog-article-head .blog-article-meta {
    color: #959595;
    margin: 14px 0 0px;
}
.blog-article .blog-article-content{
    margin: 20px 0;
    font-size: 14px;
}
.blog-article-permalink .btn-default{
    border: 1px solid #27ae60;
    background: #27ae60;
    color: #ffffff;
}
.blog-article-permalink .btn{
    padding: 7px 14px;
    border-radius: 2px;
}
.blog-article-footer{
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding: 15px 0 0;
}
.blog-article-footer .tag-list{
    color: #959595;
    line-height: 20px;
}
.blog-article-footer .tag-list a {
    color: #959595;
    margin-left: 7px;
}
.blog-article-footer .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.copyright {
    background: #111;
    font-size: 13px;
    text-align: center;
    color: #555555;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #303030;
}
.blog-main .m-page{
    text-align: center;
    margin-bottom: 30px;
}
.blog-main .m-page-now {
    background-color: #27ae60;
    color: #fff;
    border-color: #27ae60;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    border: #27ae60 1px solid;
}
.wap_blog-header-title{
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    background: #fff;
    height: 5rem;
    line-height: 5rem;
}
.wap_blog-main{
    width: 100%;
    margin: auto;
}
.wap_blog-main .m-page{
    text-align: center;
    margin-bottom: 1.5rem;
}
.wap_blog-main .m-page-now {
    background-color: #27ae60;
    color: #fff;
    border-color: #27ae60;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 0.5rem;
    border: #27ae60 1px solid;
}
.wap_blog-article {
    padding: 1rem;
    background: #ffffff;
    margin-bottom:1rem;
    position: relative;
    overflow: hidden;
}
.blog-article-head .wap_blog-article-title{
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.1rem;
}

.wap_blog-article .wap_blog-article-content{
    margin: 1.2rem 0;
    font-size: 0.85rem;
}
.wap_copyright {
    background: #111;
    font-size: 13px;
    text-align: center;
    color: #555555;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #303030;
}