.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.blog-item {
    display: table;
    margin-bottom: 24px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 5px #ddd;
    overflow: hidden;
}
.blog-item-img {
    display:table-cell;
    width: 41.66%;
    position: relative;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-item-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin:0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.blog-item-txt {
    padding: 30px;
    display: flex;
    flex-direction: column;flex:1;
}
.blog-item-t1 {
    font-size: 22px;
    text-overflow: ellipsis;
    font-weight:bold
}
.blog-item-t2 {
    font-size: 16px;
    margin: 20px 0;
    max-height: 160px;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-item-t3 {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.btn {
    font-size: 14px;
    background: #f43046;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
}
    .btn:hover {
        opacity: 0.8;
    }
.readmore {
    background: #f43046;
    color: #fff;
}

.btnwrap{
    margin-top:20px;
}
.btngrey {
    background: #968a87;
    color: #fff;
    border: 1px solid #968a87;
}
.btnoutline {
    background: #fff;
    color: #333;
    border: 1px solid #333;
}
.btnwrap2 {
    margin: 10px auto;
    display: flex;
    justify-content: center;
}
    .btnwrap2 a {
        font-size: 16px;
        background: #f43046;
        border-radius: 4px;
        padding: 8px 14px;
        color: #fff;
        margin: 0 6px;text-align:center;
    }

.blogbanner{
    position:relative;
}
    .blogbanner .img-container{
        height:315px;
    }
    .blogtitle {
        position: absolute;
        max-width: 1200px;
        width: 100%;
        left: 0;
        top: 80px;
        right: 0;
        bottom: 0;
        color: #fff;
        margin: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .blogtitle span {
        font-size: 40px;
        max-width:1000px;
        font-weight:bold;
    }
    .btnback {
        position:absolute;
        font-size: 16px;
        display:flex;
        background-color: transparent;
        align-items: center;
        border: 1px solid #ccc;
        align-self: flex-end;
        margin-top: 10px;
        right:calc(50% - 600px);
        bottom:30px;
        color:#fff;
    }
    .btnback img{
       width:15px;height:13px;
    }

    .blogdetail{
        padding:60px 0;
    }
.blogdate{
    margin-top:10px;
}
.blog-page .master-wrapper-content {
    width: 100%;
}

    .blog-page .master-wrapper-content .master-column-wrapper {
        width: 1200px;
        margin: auto;
    }
.blog-banner-top{
    width:100%;
    background-color:#d0a478;
    height:80px;
    font-size:24px;
    font-weight:bold;
    color:#fff;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}
.blog-body{
    padding-top:70px;
}