﻿*{ margin:0px; padding:0px;}
body 
{
    line-height:1.5;
    font-family:微软雅黑;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }

.demo 
{
    width:290px;
    margin:40px auto;
}
#foo1 {
	height: 320px; 
}
.caroufredsel_wrapper {
	width: auto !important;
}
.item {
	margin: 10px 0;
	padding: 10px;
	border-bottom: dotted 1px #a6a6a6;
}
.title {
	margin-bottom: 7px;
	line-height: 18px;
}
.title a {
	font-size: 16px;
	color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.info {
	color: #838282;
	font-size: 14px;
	max-height: 80px;
	overflow: hidden;
}
.title, .info {
	padding-left: 25px;
	position: relative;
}
.title .icon, .info .icon {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	font-style:normal;
	font-size:12px;
	text-align:center;
	line-height:16px;
	color:#ffffff;
}
.title .icon  
{
    background:#4ba737;
	top: 1px;
}
.info .icon { 
    background:#FF9913;
	top: 4px;
}
.info .content p {
	margin-bottom: 0;
}