
/*	-------------------------------------------------------------
	Ectrip CSS Widget
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Design By:		xyb
	Description:	Styles Base for Booking help
	Filename:		help.css
	Version:		1.0
	Create Date:	2014.10.05 xyb
	Last Edit:		2014.10.05 xyb
	-------------------------------------------------------------	*/
@import url(u.css); 

/*--文章列表（含时间）--*/

.newslist li {
	position: relative;
	overflow: hidden;
	zoom: 1;
	background: url(images/dd.gif) no-repeat 0 10px;/*-moz-binding: url('/styles/ellipsis.xml#ellipsis');*/
}

.newslist li a {
	text-indent: 8px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/*
	word-break: keep-all;normal | break-all | keep-all 
	word-wrap: normal; normal | break-word
	会引起 ellipsis 无效
	*/
}

.newslist li i {
	position: absolute;
	right: 5px;
	font-family:Arial, Helvetica, sans-serif;
	top: 0;
	color: #999
}

/*文章列表-有分割线*/
.newslist-line li {
	line-height: 25px;
	border-bottom: 1px dashed #DDD;
	background-position: 0 12px;
}

/*文章列表-分左右*/

.newslist-both li {
	float: left;
	width: 49%
}

.newslist-both li.odd { float: right; }

.newslist-line li.first { border-top: 1px dashed #FFF; }

#newsinfo {
	border: 1px solid #DDD;
	padding: 0 20px 20px 20px;
	margin-bottom: 10px;
}

#newsinfo .artTitl {
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	color: #234561;
	font-size: 18px;
	font-family: 微软雅黑;
	font-weight: lighter;
	border-bottom: 1px solid #EEE;
}

#newsinfo .artSrc { display: none; }

#newsinfo .artContent {
	line-height: 24px;
	font-size: 14px;
	text-indent: 2em;
}

#newsinfo .artContent p {
	line-height: 24px;
	padding: 0.65em 0
}

#newsinfo .newshare { padding-top: 10px; }

#ckepop {
	float: right;
	zoom: 1;
	width: 260px;
}
