.breadcrumb{
    margin: 0;
}
.blog-content .bg-primary{
    position: relative;
    background-color: #fff!important;
}
.blog-content .bg-primary .mobile_img{
    display: none;
}

.blog {
    background: #f8f8f8;
}
.blog .blog-info-header{
    color: #3342BB !important;
}
 .blog #posts-content {
    max-width: 1100px;
    padding-bottom: 10px;
}

/*每篇软文总DIV样式*/
 #posts-content .section {
    background: #fff;
    padding: 35px;
    padding-bottom: 45px;
    border-radius: 10px;
    overflow: hidden;
     font-size: 16px;
}

#posts-content ul {
    padding-inline-start: 30px;
}
#posts-content ul li{
    margin-bottom: 10px;
}

/*软文图片样式*/
img {
    vertical-align: middle;
}
#posts-content img {
    max-width: 100%;
    height: auto;
    width: auto;
}
#posts-content .wp-post-image {
    margin-bottom: 30px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*软文标题样式*/
#posts-content .blog-info-header h1, #posts-content .blog-info-header h2, #posts-content .blog-info-header h3 {
    color: #3342BB;
    font-weight: 700;
    font-family: Roboto;
    font-size: 60px;
    line-height: 65px;
}
#posts-content .blog-info-header h2 {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 25px;
    margin-top: 25px;
}
#posts-content .blog-info-header .blog-single-title {
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    text-align: left;
    margin-top: 0;
}
#posts-content .blog-info-header .blog-single-title {
    margin-bottom: 12px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*软文中间发布信息样式*/
#posts-content .blog-info-header .entry-meta {
    width: 100%;
    margin-bottom: 32px;
    color: #666;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    font-size: 13px;
    font-weight: 400;
    padding-top: 6px;
    line-height: 1.3;
    margin-top: 0;
}
#posts-content .blog-info-header .entry-meta, #posts-content .blog-info-header .entry-meta a {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#posts-content .blog-info-header .entry-meta span {
    margin-right: 15px;
}
#posts-content .blog-info-header .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;
}
#posts-content .blog-info-header .entry-meta .fa {
    margin-right: 4px;
    font-size: 16px;
}
#posts-content .blog-info-header .entry-meta, #posts-content .blog-info-header .entry-meta a {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#posts-content .blog-info-header .comment-count {
    margin-right: 5px!important;
    float: right;
    cursor: pointer;
    font-size: 18px;
}
#posts-content .blog-info-header .comment-count .fa{
    font-size: 18px;
}
#posts-content .blog-info-header p {
    margin-bottom: 20px;
}

/*软文内容样式*/
#posts-content .blog-content{
    width: 100%;
    font-family: Arial;
    font-size: 18px;
    line-height: 25px;
}
#posts-content .blog-content h2{
    font-weight:700;
    font-size: 25px;
    color: #3342BB;
}
#posts-content .blog-content .blog-content-div{
    margin-bottom: 15px;
    text-indent:1.5em
}
#posts-content .blog-content-div.img,#posts-content .blog-content-div.no-indent{
    text-indent:unset !important;
}
#posts-content .blog-content-div.img {
    text-align: center;
}
#posts-content .blog-content .blog-content-div .blog-content-a{
    font-size: 20px;
    color: #3342BB;
    border-bottom: 1px solid;
}
#posts-content .blog-content .blog-content-div .blog-content-a.xiahua{
    border-bottom: 1px solid;
}

/*特殊字符*/
#posts-content .blog-content .color-red{
    color: red;
    font-size: 20px;
    font-weight: 600;
}
#posts-content .blog-content .xingxing{
    margin-right: 5px;
    color: red;
}
#posts-content .blog-content .big{
    margin-top: 30px;
    text-align: center;
}
#posts-content .blog-content .big_title{
    font-size: 50px;
    font-weight: 700;
    color:#3342BB;
    background: linear-gradient(to bottom, #0196e4, #3524af);
    -webkit-background-clip: text;
    color: transparent;
}
#posts-content .blog-content .big_desc{
    font-size: 22px;
}
 @media (max-width: 960px){
     .search #posts-content, .archive #posts-content, .blog #posts-content {
         max-width: 100%;
         padding-bottom: 20px;
     }
     #posts-content .section {
         border-radius: 0;
         margin-right: 0;
         padding: 10px;
     }
     #posts-content .wp-post-image{
         margin-bottom: 20px;
     }
     #posts-content .blog-info-header .entry-meta{
         margin-bottom: 20px;
     }
     #posts-content .blog-content .blog-content-div {
         margin-bottom: 10px;
         text-indent: 1em;
     }
     #posts-content .blog-content {
         font-size: 14px;
         line-height: 20px;
     }
     #posts-content .blog-content h2 {
         font-size: 20px;
     }
     #posts-content .blog-content .big_title {
         font-size: 30px;
     }
     #posts-content .blog-content .big_desc {
         font-size: 20px;
     }
     #posts-content .blog-content .big {
         margin-top: 20px;
     }
     #posts-content ul {
         padding-inline-start: 30px;
     }
     #posts-content ul li{
         margin-bottom: 10px;
     }

     #posts-content .blog-info-header .blog-single-title {
         line-height: 25px;
         font-size: 20px;
     }
     #posts-content .blog-content .blog-content-div .blog-content-a {
         font-size: 16px;
     }
     #posts-content .blog-content .color-red {
         font-size: 16px;
     }
 }