.row-list{
        width:656px;
        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 h3{
        margin-top:15px;
        margin-bottom:10px;
    }
    .row-list h3 a{
        font-size:30px;
        color:#404040;
        transition: 0.3s all ease;
    }
    .row-list h3 a:hover{
        color:#00AAD1;
        text-decoration: none;
    }
    .row-list p.post-info{
        font-size: 14px;
    }
    .row-list p{
        display: block;
        font-size:16px;
        margin-bottom:10px;
        color:#808080;
    }

    .row-list hr{
        width:99.6%;
        margin:20px 0;
    }
    .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{
        float: left;
        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;
    }
    .share-button-detail a.shareFacebook{
        height: 25px;
        width: 25px;
        background: url(/static/shark/facebookshare.gif) center no-repeat;
    }
    .share-button-detail a.shareTwitter{
        height: 25px;
        width: 25px;
        background: url(/static/shark/twittershare.gif) center no-repeat;
    }
     ::selection{
            background: #57ebc8;
        }
        .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: 25px;
            width: 25px;
            border-radius: 100%;
            border: 2px solid rgba(164, 168, 171, 0.66);
        }
        .share-button-detail a.shareFacebook{
            height: 25px;
            width: 25px;
            background: url(/static/shark/facebookshare.gif) center no-repeat;
        }
        .share-button-detail a.shareTwitter{
            height: 25px;
            width: 25px;
            background: url(/static/shark/twittershare.gif) center no-repeat;
        }
        .blog-post{
            width:684px;
            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
        }

        .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 h3{
            margin:20px 0 10px 0;
        }
        .blog-artical h3 a{
            font-size:24px;
            color:#404040;
            text-decoration: none;
            transition: 0.3s all ease;
        }
        .blog-artical h3 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;
            margin:0 0 10px;
            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;
            font-size:14px;
        }
