.parking-box {
    padding: 5px;
}

.parking-box dl {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 100px;
}

.parking-box dt {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.parking-box dt img {
    max-height: 100%;
}

.parking-box dd {
    padding-left: 10px;
    line-height: 20px;
}

.parking-box dd .date {
    color: #999;
    line-height: 30px;
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
}

.news-box {
    line-height: 24px;
}

.news-box h1 {
    font-size: 20px;
    padding: 10px 0px;
}

.news-box .author-info {
    color: #888;
    margin-bottom:10px;
}

.news-box .desc-info {
    padding: 15px;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
}

.news-box .content-info {
    line-height: 24px;
    padding:10px;
}

.news-box .content-info p {
    padding: 8px 0px;
}

.news-box .content-info img {
    max-width: 100%;
    height:auto;
}
