@charset "utf-8";
/* CSS Document */
.content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    overflow: hidden;
}
/*列表 S*/
.main-content{
	width:842px;
	overflow: hidden;
	float: left;
}
.contribute-list{
	margin-top: 40px;
}
.contribute-list ul li {
    clear: both;
    overflow: hidden;
    width: 841px;
    margin-bottom: 40px;
}
.com-title {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
.com-title .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 25px;
    display: inline-block;
}
.title {
    overflow: hidden;
    color: #292929;
    font-size: 20px;
}
.active .right {
    overflow: hidden;
}
.right .active-summary {
    position: relative;
}
.right .active-summary p {
    font-size: 16px;
    color: #292929;
    line-height: 25px;
}
.right .active-summary .info{
}
.right .active-summary span {
    display: block;
    color: #666666;
    font-size: 14px;
	float: left;
	margin-top: 18px;
	margin-right: 78px;
}
.right .active-summary .source-time i, .right .active-summary .author i {
    font-style: normal;
}
























