::selection{
    background: #57ebc8;
}
.row-list{
    width:850px;
    margin-left:15px;
    margin-right:15px;
    border:1px solid #eee;
    box-shadow: 0px 1px 2px 2px rgba(36, 30, 30, 0.16);
    margin-top:20px;
    padding:0 2%;
}
.row-list h2{
    margin-top:15px;
    margin-bottom:10px;
}
.row-list h2 a{
    font-size:30px;
    color:#404040;
    transition: 0.3s all ease;
}
.row-list h2 a:hover{
    color:#00AAD1;
    text-decoration: none;
}
.row-list p.post-info{
    font-size: 14px;
}
.row-list p{
    display: block;
    font-size:16px;
    color:#808080;
}

.row-list hr{
    width:99.6%;
    margin:20px 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
    .row-list{
        width:675px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .row-list{
        width:520px;
    }
}
@media (max-width: 767px) {
    .row-list{
        width: 91%;
    }
}
.blog-share{
    overflow: hidden;
}
.blog-share .text{
    float:right;
    padding-right:10px;
    line-height:30px;
}
.blog-share .share-button{
    float:right;
    padding-left:0;
}
.share-button-detail{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.share-button-detail a{
    display:block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    transition: all .3s;
    border: 2px solid rgba(164, 168, 171, 0.66);
}
.blog-post{
    width:870px;
    margin-left:15px;
    margin-right:15px;
    border:1px solid #eee;
    box-shadow: 0px 1px 2px 2px rgba(36, 30, 30, 0.16);
    margin-top:20px;
    overflow: hidden
}
@media (min-width: 980px) and (max-width: 1200px) {
    .blog-post{
        width:675px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .blog-post{
        width:520px;
    }
    .blog-post .blog-artical{
        width:72%;
    }
}
@media (max-width: 767px) {
    .blog-post{
        width: 94%;
    }

    .blog-post .blog-post-img{
        width:94%;
        clear:both;
    }
    .blog-post .blog-post-img img{
        width:100%;
        height:auto;

    }
    .blog-post .blog-artical{
        width:95%;
        text-align: center;
        clear:both;
    }
}
.blog-post-img{
    float: left;
    width: 16%;
    padding:0 15px;
    display: block;
}
.blog-post-img img{
    max-width:100%;
    height:auto;
    margin:29px 0;
    display: block;
    border:none;
}

.blog-artical{
    width:75%;
    float: left;
    padding:0 15px;

}
.blog-artical h2{
    margin:20px 0 10px 0;
}
.blog-artical h2 a{
    font-size:24px;
    color:#404040;
    text-decoration: none;
    transition: 0.3s all ease;
}
.blog-artical h2 a:hover{
    color:#00AAD1;
    text-decoration: none;
}
.blog-artical p.post-info{
    font-size: 14px;
}
.blog-artical p{
    display: block;
    font-size:16px;
    color:#808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.read-more{
    color:#00AAD1;
    font-weight: 600;
    text-decoration: none;
    font-family: MuseoSansRounded-300;
}
.blog-share{
    overflow: hidden;
}
.blog-share .text{
    float:right;
    padding-right:10px;
    line-height:30px;
}
.blog-share .share-button{
    float:right;
    padding-left:0;
}
.share-button-detail{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.share-button-detail a{
    display:block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    transition: all .3s;
    border: 2px solid rgba(164, 168, 171, 0.66);
}
hr{
    width:99.6%;
    margin:20px 0;
}