<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*	-------------------------------------------------------------
	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);

.ec-g-2-2 { width: 220px; }
.ec-g-2-1 { width: 960px; }
.sortList, .boxService, .boxTools {
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	border: 1px solid #EEE;
}
.sortList li {
	line-height: 35px;
	text-indent: 1em;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.sortList li.on {
	background-color: #19a1db;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.sortList li.on a:link, .sortList li.on a:visited { color: #FFF; }
.boxService li.hasP { text-indent: 2em; }
.boxService, .boxTools { margin-top: 10px; }
.boxTools .w-m li {
	float: left;
	width: 50%;
	margin-bottom: 5px;
	text-align: center;
}
.boxTools .w-m li img { width: 95%; }
.list-pic li,
.list-pic li a { font-weight: normal; font-size: 14px; line-height: 30px;}
.list-pic li img {
	width: 240px;
	height: 160px;
}
/*--æ–‡ç«&nbsp;åˆ—è¡¨ï¼ˆå«æ—¶é—´ï¼‰--*/
.newslist li {
	position: relative;
	overflow: hidden;
	zoom: 1;
	
}
.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 æ—&nbsp;æ•ˆ
	*/
}
.newslist li i {
	position: absolute;
	right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	color: #999
}
/*æ–‡ç«&nbsp;åˆ—è¡¨-æœ‰åˆ†å‰²çº¿*/
.newslist-line li {
	line-height: 40px;
	border-bottom: 1px dashed #DDD;
	background-position: 0 12px;
	font-size: 14px;
}
.newslist-line li span { color: #999; }
/*æ–‡ç«&nbsp;åˆ—è¡¨-åˆ†å·¦å³*/

.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;
}
</pre></body></html>