﻿.bloglist{
    margin-bottom: 18px;
    height: 120px;
}

.blogpic {
	float: left;
	width: 30%;
	height: 120px;
	margin-right: 20px;
}

.blogpic dl {
	height: 150px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*width: %;*/
}



.blogpic img {
    width: 100%;
    height: 120px;
}

a {
    /*text-decoration: none;*/
    color: #444;
}


.bloglist dt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    font-weight: normal;
}

.bloglist dd {
    color: #989898;
    margin: 15px 0 0;
    display: block;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}

.bloglist .timeinfo {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bloglist .read {
    position: absolute;
    display: block;
    background: #6fa4d2;
    color: #FFF;
    bottom: 0;
    right: 0;
    padding: 5px 8px;
}



@media screen and (max-width: 600px) {
    .blogpic {
        /*float: left;*/
        width: 35%;
        /*height: 120px;*/
        margin-right: 5px;
        /*margin-bottom: 5px;*/
    }


    .bloglist .read {
        display: none;
    }

    .bloglist {
        /*margin: 0;*/
        padding: 2px;
        margin-bottom: 8px;
    }
    .bloglist dd {
        height: 90px;
        margin-top: 3px;
    }

}

.bloglist dd {
    /*height: 90px;*/
    margin-top: 3px;
}

dl{
    overflow: hidden;
}
