.wl__postList ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.wl__postList__post {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ececec;
}

@media screen and (min-width: 560px) {
    .wl__postList__post {
        min-height: 145px;
        padding-left: 160px;
    }
}

@media screen and (min-width: 768px) {
	.wl__postList__post {
        min-height: 230px;
        padding-left: 300px;
    }
}

.wl__postList__title {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    color: #4a4a4a;
}

.wl__postList__tagSeparator:last-child {
    display: none;
}

.wl__postList__readMore {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    text-indent: -999em;
}

.wl__postList__author {
    font-family: 'Neo Sans', Arial, sans-serif;
    font-size: .8em;
}

.wl__postList__meta {
    list-style: none;
    margin: 0;
    padding: 2px 0 10px;
    font-family: 'Neo Sans', Arial, sans-serif;
    font-size: 0.8em;
    color: #8e8e8e;
}

.wl__postList__meta li {
    display: inline-block;
}

.wl__postList__meta li:after {
    content: '|';
    display: inline-block;
    padding: 0 5px;
    color: #d52b1e;
}

.wl__postList__meta li:last-of-type:after {
    display: none;
}

.wl__postList__image {
    margin-bottom: 15px;
    transition: 0.3s;
}

.wl__postList__post:hover .wl__postList__image {
    opacity: 0.7;
}

@media screen and (min-width: 560px) {
    .wl__postList__image {
        position: absolute;
        left: 0;
        top: 0;
        width: 140px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .wl__postList__image {
        width: 270px;
    }
}

.wl__postList__image img {
    display: block;
    width: 100%;
}

.wl__postList__intro {
    overflow: hidden;
    max-height: 3.2em;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbuic-pager li {
    list-style-image: none;
}