﻿.picbox {
    box-shadow: 2px 3px 3px #ccc;
	width:170px;
	height:122px;
	float:left;
}

.picbox {
    border-bottom: 1px solid #eee;
    background: #fff;
}
.picbox img {
    width: 100%;
}
.picbox .msg {
    padding: 10px 12px 10px;
}
.picbox .msg h5 {
    font-weight: bolder;
    font-size: 16px;
    line-height: 24px;
}
.picbox .msg p, .picbox .msg span {
    color: #999;
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 15px;
}
.picbox .msg p, .picbox .msg span {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
.topics-h2 {
    font-size: 20px;
    color: #22132d;
    border-bottom:2px solid rgb(24, 71, 158);
    padding-bottom: 15px;
    margin-bottom: 15px;
}