.content{
    width: 100%;
    background-color: #F2F2F2;
    padding: 10px 0;
}
.content-wrap {
    width: 1150px;
    margin: 0px auto;
    position: relative;
    background-color: white;
    padding: 20px;
}
.related-title {
    margin-bottom: 15px;
    line-height: 1;
    font-weight: normal;
    font-size: 17px
}
.lists {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.lists .grid {
    display: flex;
    flex-direction: row;
    width: 47%;
    background: #fff;
    background-image: none !important;
    margin-right: 2%;
    padding:5px;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
}
.lists .img {
    padding-right: 15px;
}

.grid-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}
.grid-title a{
    font-weight: bold;
    font-size: 18px;
}
.excerpt {
    padding-right:20px;
    color: #a2a2a2;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.grid-meta span{
    color: #545454;
}
.grid-meta .views{
    color:#c77f49 !important;
}
.grid-meta .comments span{
    color: red !important;
}