.pageContent{
    background: #f5f5f5;
}

.container{
    width: 100%;
    padding: 0 10px;
}

.wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

/*左侧*/
.main, .main-archive {
    width: 75%;
    float: left;
    background: #fff;
    padding: 0px 20px;
}

.el-boxed .post-loop-list {
    padding: 0 16px 10px;
}

.post-loop-list .item {
    position: relative;
    margin: 0;
    padding: 5px 0;
    color: #999;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
}

.post-loop-list .item .date {
    float: right;
    font-size: 14px;
}

.post-loop-list .item a {
    display: inline-block;
    width: 60%;
    font-size: 16px;
    vertical-align: top;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pull-right {
    float: right!important;
}

/*右侧*/
.sidebar {
    float: right;
    width: 20%;
    background-color: #FFffff;
}

.sidebar .widget {
    padding: 15px;
    background: #fff;
}

.widget-title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: #3ca5f6;
    border-radius: 2px;
}

.widget ol, .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_post_thumb ul .item {
    margin: 0;
    padding: 7px 0 8px;
    overflow: hidden;
}

.widget_post_thumb .item-img {
    float: left;
    width: 100px;
    overflow: hidden;
    border-radius: 3px;
}

.widget ol a, .widget ul a {
    color: #666;
}

.widget_post_thumb .item-img img {
    width: 100%;
    height: 63px;
    vertical-align: top;
    transition: all .3s ease-out 0s;
}

.widget_post_thumb .item-content {
    margin-left: 110px;
}

.widget_post_thumb .item-title {
    height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}

.widget_post_thumb .item-date {
    margin: 0;
    font-size: 12px;
    color: #999;
    line-height: 14px;
}