.blogListMainLayout{
    overflow: hidden;
    padding-bottom: 20px;
}
.blog_layout{
    width: 1200px;
    margin: 0 auto;
}
.blog_left {
    width: 340px;
    float: left;
}
.all-stores-left-nav {
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.all-stores-left-nav h5 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #1C201E;
}
.all-stores-left-nav ul {
    margin-top: 20px;
}
.all-stores-left-nav ul li {
    padding-left: 20px;
}
.all-stores-left-nav ul li a .iconImg{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
}
.all-stores-left-nav ul li a i.iconfont{
    font-size: 20px;
    margin-right: 8px;
}
.all-stores-left-nav ul li a{
    display: block;
    color: #1C201E;
    padding-left: 0px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-size:14px;
    transform-origin: 0 50%;
    transition:color 0.25s ease,transform 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.all-stores-left-nav ul li a:hover,.all-stores-left-nav ul li a.active{
    color: #008750;
    transform: scale(1.18) translate3d(0,0,0);
    transform-origin: 0 50%;
    transition:color 0.40s ease,transform 0.32s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}





.blog_right {
    background: #ffffff;
    margin-left: 350px;
}

.blog_right_top_img {
    width: 320px;
    border-radius: 8px;
    overflow: hidden;
    /*float: left;*/
}

.blog_right_top_img img {
    width: 100%;
}

.blog_right_item_title {
    font-size: 26px;
    font-weight: 600;
    color: #1C201E;
    line-height: 26px;
    padding-top: 40px;
}

.blog_right_item_top {
    padding: 20px 30px;
    /* overflow: hidden; */
}
.blog_right_item_top a{
    display: flex;
    flex-flow: nowrap;
}
.blog_right_item_small {
    font-size: 18px;
    font-weight: 400;
    color: #555856;
    line-height: 16px;
    padding-top: 26px;
}

.blog_right_item_desc {
    font-size: 16px;
    font-weight: 400;
    color: #8F9391;
    line-height: 18px;
    border-bottom: 1px solid #E0E3E1;
    padding-bottom: 40px;
    padding-top: 16px;
}

.blog_right_item_mian {
    margin-left: 30px;
    width: 440px;
}

.blog_right_foot_l {
    display: flex;
    align-items: center;
}

.blog_right_foot_l img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.blog_right_foot_l span {
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    line-height: 20px;
    padding-left: 6px;
}


.blog_surplus_list {
    margin-top: 10px;
    padding: 0 30px 50px 30px;
}
.blog_surplus_list ul li {
    width: 32%;
    border-radius: 4px;
    margin-bottom: 30px;
    cursor: pointer;
}

.blog_surplus_img {
    overflow: hidden;
    border-radius: 8px;
}

.blog_surplus_img img {
    width: 100%;
}

.blog_surplus_list ul {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.blog_right_list_d1 {
    font-size: 20px;
    font-weight: 600;
    color: #1C201E;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-top: 10px;
}

.blog_right_list_d2 {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #555856;
    line-height: 16px;
    margin-top: 16px;
}

.blog_right_list_d3 {
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    line-height: 14px;
    margin-top: 6px;
    overflow: hidden;
}
.blog_right_list_d3_bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E3E1;
}

.blog_surplus_list ul li .blog_right_item_foot {
    padding-top: 15px;
}
/*微信分享弹窗*/
.m-msk{
    width: 100%;
    height: 100%;
    background: #00000070;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.wechat-box {
    width: 300px;
    height: 430px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -215px;
    z-index: 999;
    border-radius: 8px;
}
.wechat-box .u-wechat-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.wechat-box .fa-times {
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 26px;
    color: #4F4F4F;
}
.wechat-box .u-ps {
    color: #444;
    font-size: 18px;
    margin-top: 54px;
    text-align: center;
    line-height: 24px;
}
.wechat-box .u-wechat-code {
    width: 153px;
    height: 153px;
    margin: 0 auto;
    margin-top: 33px;
}
.wechat-box .u-wechat-code canvas {
    width: 153px;
    height: 153px;
}
.wechat-box .refer-rule {
    display: block;
    text-align: center;
    color: #04c25d;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 40px;
}
.bloh_pageStatus,.bread-crumb {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.bloh_pageStatus{
    padding: 40px 0 50px 0;
}
/*冲掉bootstrap面包屑的样式*/
.breadcrumb{
    margin-bottom: 0;
    background: none;
    padding:0.75rem 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}
.breadcrumb-item.active,.breadcrumb-item a{
    color: #555856;
}
/*左侧更多*/
.all-stores-left-ad {
    margin-top: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
}
.merchant-cash-back-terms-head {
    font-size: 16px;
    font-weight: 600;
    color: #1C201E;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #DCDFDE;
}
.double-cash-back-ul li {
    padding: 0 20px;
    position: relative;
}
.double-cash-back-ul li a:first-child{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.all-stores-left-ad ul.double-cash-back-ul li .collectionSec {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.left-coll {
    margin-left: 0 !important;
}
.logo-con .coll-big-link {
    background: #FFFFFF;
    box-shadow: 0 2px 6px 1px rgb(123 124 124 / 8%);
    border-radius: 6px;
    overflow: hidden;
}
.center-coll-content {
    margin-bottom: 6px !important;
}
.stores-right {
    font-size: 14px;
}
.stores-right b {
    font-size: 20px;
    font-style: oblique;
    padding: 0 4px;
}






























