*{margin:0;padding:0;}
div {background-color: white;}
.content{
	width:96%;
	height:100px;
	margin:10px auto;
	border-radius:8px;
	position:relative;
}
.content div{display:inline-block;}
.img{
	width:95px;
	height:58%;
	position: relative;
    top: 15px;
    left: 5px;
    line-height:120px;
    vertical-align:top;
	
}
.img img{
	width:100%;height:65px;
}
.text{
	width:67%;
	height:70px;
	position:relative;
	top:15px;
	left:10px;
	vertical-align: middle;
	overflow: hidden;
}
.text p{
	height:48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inf{
	color:white;
	width:58px;
	height:22px;
	position:absolute;
	right:5px;
	bottom:5px;
	border-radius:20px;
	background:#DB214C;
	text-align:center;
	vertical-align: middle;
}
.inf span{
	font-size:12px;
	display:inline-block;
	vertical-align: middle;
	line-height: 20px;
}


#con1 img{width:100%;}
#con1 p{font-size: 16px;line-height:22px;letter-spacing:2px;}

/*about1*/
.div-con{
	position:relative;
	width: 93%;
	margin: 0px auto 5px auto;
	border-radius:8px;
	padding:3px 3px;
}


.div-news-t{width:99%;margin-top:5px;margin-bottom: 15px;;}
.div-news-t i{width: 7px;margin-left: 10px;}

.div-con h4{display: inline-block;}
.div-news-t a{
	display: inline-block;
	position:absolute;
	color: #DB214C;
	background: #FFF3A3;
	border-radius:10px;
	float: right;
	top:6px;
	right: 5px;
    width: 50px;
    line-height:20px;
    font-size: 12px;
    text-align:center;
}
.div-news-a{
	top:40px;
	width:92%;
	height:43px;
	margin:5px auto auto auto;
	border-top: 1px solid #CCCCCC;
	padding-top:10px;
	/*文字过长隐藏显示...*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#000;
}
.div-news-a span{
	display:block;
	color:#CCCCCC;
	font-size:10px;
	margin:8px auto auto 0px;
}
.div-news-a a{color:#333333}*/
