.header {
    background-color: rgba(94,102,112,0.8) !important;
}

body{
    background-color: #fff;
}
.article_header img {
    width: 100%;
}
.article_header {
    position: relative;
}
.article_header span {
    position: absolute;
    left: 19%;
    top: 36%;
    color: #fff;
}
.article_header span h5 {
    font-size: 30px;
    font-weight: 500;
}
.article_header span h1 {
    font-size: 64px;
}
.article_header span h4 {
    font-size: 49px;
    font-weight: 500;
    margin: 23px 0;
}
.mianbao {
    margin-top: 40px;
    display: flex;
}
.mianbao li{
    font-size: 16px !important;
    font-weight: bolder;
}
.mianbao span {
    font-size: 15px;
    margin: 0 3px;
}
li.mianbao1 a {
    font-weight: 600;
    color: #747474;
}
ul.mianbao.container {
    margin-top: 43px;
}


/* 文章 */
.art_tittle {
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.art_time {
    text-align: center;
    /* display: flex; */
}
.art_time h4 {
    display: inline-block;
    font-size: 14px;
    padding: 0px 14px;
    color: #888888;
    font-weight: 500;
}
.art p{
    text-indent:2em;
    font-size: 16px;
}
.art_img {
    text-align: center;
}
p img {
    display: block;
    margin: 0 auto;
}
/* 分享 */
.fengxiang {
    justify-content:space-between;
    display: flex;
}
.anniu {
    display: flex;
}
.fengxiang  .iconfont.icon-fenxiang {
   
    line-height: 26px;
    margin-right: 10px;
}
.fengxiang {
    display: flex;
    margin-top: 45px;
}
.fr a {
    color: black;
}
.mianbao a {
    vertical-align: middle;
    font-size: 15px;
}