.page {
    margin: 0 auto 20px;
}

.page>a {
    min-height: 130px;
    color: #777;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    position: relative;
    left: 0;
}

.page>a:hover {
    left: -7px;
    border-bottom: 1px solid #f00;
}

.page>a>.row {
    margin-top: 30px;
}

.bd {
    position: relative;
}

.bd .bd-time {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
}

.bd .bd-time-ym {
    line-height: 30px;
    text-align: center;
    color: #999;
    background: #F1EFF3;
}

.bd .bd-time-d {
    line-height: 70px;
    text-align: center;
    font-size: 50px;
}

.bd .bd-view {
    padding-left: 120px;
}

.bd strong {
    color: #f00;
    font-size: 16px;
    display: block;
}

.bd span {
    max-height: 78px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pages {
	margin: 20px auto;
}

.pages h4 {
	line-height: 30px;
	text-align: center;
}

.pages .det {
	font-size: 15px;
	line-height: 30px;
}

#pageCenter {
    margin: 25px auto 20px;
}