/* ================ Blog Section ================== */

.blog-item{
    margin-bottom: 30px;
    box-shadow: 0 49px 72px 0 rgba(25, 25, 25, 0.12);
}
.blog-item a{
    font-family: "Microsoft YaHei UI",sans-serif;
}
.blog-item .blog-thumb{
    overflow: hidden;
    height:245px;
}
.blog-item .blog-thumb img{
    transition: all .3s;
    width: 100%;
    height: auto;
}
.blog-content{
    padding: 0px 10px 10px 30px;
}
.blog-header .tag{
    margin-top: 10px;
    overflow: hidden;
}
.entry-title{
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 25px;
}
.entry-title a{
    color: #212121;
    transition: all .3s;
}
.entry-title a:hover{
    color: #3452FF;
}
.blog-header ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.blog-header ul li{
    float: left;
    position: relative;
    padding-right: 2px;
    margin-right: 3px;
}
.blog-header ul li:last-child:before{
    content:"";
}
.blog-header ul li:before{
    bottom: 4px;
    content: ",";
    position: absolute;
    right: 0;
    font-size: 14px;
}
.blog-header ul li a{
    display: block;
    margin-right: 5px;
    margin-bottom: 3px;
    color: #61727f;
    transition: all .3s;
}
.blog-header ul li a:hover{
    color: #000;
}
.entry-content a {
    color: #000;
    font-weight: 700;
    transition: all .3s;
}
.entry-content a:hover{
    color: #3452FF;
}