body{
	background: #F6F6F6;
}

.con_info .right .words ul li{
	float: left;
	width: 184px;
	height: 172px;
	margin-right: 13px;
	margin-bottom: 13px;
}

.con_info .right .words ul li img{
	width: 184px;
	height: 140px;
}
.con_info .right .words ul li p{
	width: 184px;
	height: 32px;
	background: #eee;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding:0 10px;
	box-sizing: border-box;
	line-height: 32px;
}
.con_info .right .words ul li p a{
	color: #555;
	font-size: 14px;
}
.con_info .right .words ul li p a:hover{
	color: #FD7E23;
}

















