.breadcrumb{
    margin: 0;
}
.blog{
    color:#3342BB !important;
}
/*头部*/
 .blog-header {
     background-size: cover !important;
     position: relative;
     overflow: hidden;
 }
 #blog-header.blog-header {
     background: #f8f8f8;
     margin-bottom: 30px;
 }
 .blog-header .intro-text {
     position: relative;
     padding-top: 30px;
     width: 100%;
     padding-bottom: 0;
     text-align: center;
 }
 .blog-header .section-heading{
     margin: auto;
     margin-top: 0;
     margin-bottom: 16px;
     letter-spacing: -1px;
 }
.blog-header h2 {
    font-weight: 700;
    font-family: Roboto;
    font-size: 60px;
    line-height: 85px;
    background: linear-gradient(to bottom, #0196e4, #3524af);
    -webkit-background-clip: text;
    color: transparent;
}
.blog .heading-separator {
     width: 45px;
     height: 2px;
     display: block;
     margin: auto;
     border-radius: 99px;
     background-color: #3342BB;
 }
.blog .blog-header .section-subheading {
     margin: auto;
     margin-bottom: 50px;
     text-transform: none;
     text-align: center;
     margin-top: 16px;
     font-size: 18px;
     line-height: 1.4;
    color: #666;
 }

 .blog {
    background: #f8f8f8;
}
 .blog .posts-content {
    max-width: 85%;
    padding-bottom: 10px;
}

/*每篇软文总DIV样式*/
 .posts-content .post {
    margin-bottom: 40px;
    background: #fff;
    padding:15px 25px;
    border-radius: 10px;
    font-size: 16px;
    overflow: hidden;
}
#posts-header .post {
    margin-bottom: auto;
    padding:15px 25px;
    border-radius: 10px;
    font-size: 16px;
    margin-right: auto;
}
.posts-header-one,.posts-header-two{
    margin-bottom: 30px;
}
.posts-header-two-3{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.posts-header-two-3:last-child{
    margin-right: 0;
}
/*软文图片样式*/
img {
    vertical-align: middle;
}
.posts-content img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 310px;
}
.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 .post-img{
    text-align: center;
    width: 100%;
}

/*软文标题样式*/
.posts-content h1, .posts-content h2, .posts-content h3 {
    font-weight: 700;
    font-family: Roboto;
    font-size: 60px;
    line-height: 65px;
}
.posts-content .post h2 {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.posts-content .post .blog-single-title {
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    text-align: left;
    margin-top: 0;
}
.posts-content .post .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;
    color: #3342BB;
}
.posts-header-two .post .blog-single-title {
    line-height: 25px;
    font-size: 18px;
    min-height: 50px;
}

/*软文中间发布信息样式*/
.posts-content .entry-meta {
    width: 100%;
    margin-bottom: 20px;
    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 .entry-meta, .posts-content .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 .entry-meta span {
    margin-right: 15px;
}
.posts-content .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 .entry-meta .fa {
    margin-right: 4px;
    font-size: 16px;
}
.posts-content .entry-meta, .posts-content .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 .comment-count {
    float: right;
    margin-right: 5px;
}
.posts-content .post p {
    margin-bottom: 20px;
}

.posts-content .empty{
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    margin: 25px 0;
 }

.posts-content .page{
     margin-right: 30px;
 }
.posts-content .page .text-right{
    color: #666;
}

/*右边导航样式*/
/*搜索框样式*/
.posts-content .blog_widget {
    font-size: 13px;
    line-height: 25px;
}

.posts-content .searchform {
    position: relative;
}
.posts-content .searchform #searchsubmit:hover{
    color: #3342BB;
}
.posts-content .searchform #s {
    width: 100%;
    padding: 0 20px;
    border: none;
    outline: none;
    font-size: 13px;
    line-height: 48px;
    height: 48px;
    margin-top: 5px;
    background: #fff;
    border-radius: 25px;
    padding-left: 45px;
}
.posts-content .searchform #searchsubmit {
    position: absolute;
    outline: none;
    background: none;
    margin-top: 5px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    border: none;
    top: 0;
    padding: 12px 22px;
    left: 0;
    font-family: 'FontAwesome', sans-serif;
}

/*分类样式*/
.blog-categories {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 25px;
    margin-top: 25px;
    background: #ffffff;
}
.blog-categories .categories-container {
    position: relative;
    padding-left: 20px;
}

.blog-categories a {
    display: inline-block;
    font-size: 22px;
    margin-left: 2%;
    font-family: Co Headline Bd;
    font-weight: 400;
    color: #A2304D;
    line-height: 20px;
    width: 22%;
    padding: 10px 0 10px;
}
.blog-categories a:hover{
    text-decoration: none;
}
.blog-categories a.selected {
    text-decoration: underline;
}
@media(max-width:1600px) and (min-width:1400px){
    .posts-header-two .post .blog-single-title {
        line-height: 22px;
        font-size: 16px;
        min-height: 44px;
    }
}
@media(max-width:1400px) and (min-width:1200px){
    .posts-content .post .blog-single-title {
        line-height: 28px;
        font-size: 20px;
    }
    .posts-header-two .post .blog-single-title {
        line-height: 22px;
        font-size: 16px;
        min-height: 66px;
    }
    .blog-categories a {
        font-size: 18px;
        line-height: 18px;
        padding: 10px 0 10px;
    }
}
@media(max-width:1200px) and (min-width:991px){
    .posts-content .post .blog-single-title {
        line-height: 25px;
        font-size: 18px;
    }
    .posts-header-two .post .blog-single-title {
        line-height: 20px;
        font-size: 14px;
        min-height: 60px;
    }
    .blog-categories a {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 0 10px;
    }
}

@media(max-width:991px) and (min-width:768px){
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .blog .posts-content {
        max-width: 95%;
        padding-bottom: 10px;
    }

    .posts-content .post {
        padding: 5px 8px;
    }
    .posts-content .post .blog-single-title {
        line-height: 22px;
        font-size: 16px;
    }
    .posts-header-two .post .blog-single-title {
        line-height: 18px;
        font-size: 14px;
        min-height: 54px;
    }
    .posts-content .entry-meta {
        margin-bottom: 10px;
    }
    .blog-categories a {
        font-size: 15px;
        line-height: 15px;
        padding: 8px 0 8px;
    }
}
@media(max-width:768px){
    .blog .posts-content {
        max-width: 100%;
        padding-bottom: 10px;
    }
    .blog-header .intro-text {
        padding-top: 10px;
    }
    #blog-header.blog-header {
        margin-bottom: 15px;
    }
    .blog-header .section-heading {
        margin-bottom: 5px;
    }
    .blog-header h2 {
        font-size: 40px;
        line-height: 65px;
    }

    #posts-header .post {
        padding: 5px 5px;
        border-radius: 10px;
        font-size: 14px;
    }
    .posts-content .post {
        margin-bottom: 20px;
        padding: 10px 10px;
        font-size: 16px;
        overflow: hidden;
    }
    .posts-content .post .blog-single-title {
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .posts-content .wp-post-image {
        margin-bottom: 10px;
    }
    .posts-header-one, .posts-header-two {
        margin-bottom: 10px;
    }
    .posts-header-two .post .blog-single-title {
        line-height: 15px;
        font-size: 12px;
        min-height: 60px;
    }
    .posts-content .entry-meta {
        margin-bottom: 10px;
    }

    .blog-categories {
        padding: 15px 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .posts-content .entry-meta span {
        margin-right: 5px;
    }


    .blog-categories a {
        font-size: 15px;
        line-height: 15px;
        padding: 8px 0 8px;
        width: 30%;
    }
}
@media(max-width:600px) and (min-width:480px){
    .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    .blog-header h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .posts-content .post {
        margin-bottom: 15px;
        padding: 10px 10px;
        font-size: 15px;
    }
    .posts-content .post .blog-single-title {
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .posts-header-two .post .blog-single-title {
        line-height: 15px;
        font-size: 12px;
        min-height: 60px;
    }

    .blog-categories {
        padding: 15px 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .posts-content .entry-meta span {
        margin-right: 5px;
    }


    .blog-categories a {
        font-size: 14px;
        line-height: 14px;
        padding: 8px 0 8px;
        width: 30%;
    }
}
@media(max-width:480px){
    .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    .blog-header h2 {
        font-size: 25px;
        line-height: 40px;
    }
    #blog-header.blog-header {
        margin-bottom: 15px;
    }
    .posts-header-two-3 {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .posts-content .post {
        margin-bottom: 15px;
        padding: 10px 10px;
        font-size: 15px;
    }

    .posts-content .post .blog-single-title {
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .posts-header-two .post .blog-single-title {
        line-height: 18px;
        font-size: 14px;
    }

    .blog-categories {
        padding: 10px 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .posts-content .entry-meta span {
        margin-right: 5px;
    }


    .blog-categories a {
        font-size: 14px;
        line-height: 14px;
        padding: 7px 0 7px;
        width: 49%;
        margin-left: 0;
    }
}
