/*	-------------------------------------------------------------
	Ectrip CSS Widget
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Design By:		xyb
	Description:	Styles for news center
	Filename:		travel.css
	Version:		1.0
	Create Date:	2013.11.06 xyb
	Last Edit:		2013.11.06 xyb
	-------------------------------------------------------------	*/
@import url(font.css);
@import url(main.css);
@import url(jquery-ui-1.7.2.custom.css);
@import url(ectrip.ui.grid.css);
@import url(ectrip.ui.tools.css);
@import url(styleYbl.css);
/*------重置样式------*/
.ec-g-2-1 { width: 610px; }
.ec-g-2-2 { width: 570px; }
.w-box h3 {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	padding-left: 15px;
	font-weight: normal
}
.picFocusScroll .contentlist li .info a:link,
.picFocusScroll .contentlist li .info a:visited { font-size: 14px; }
.list li {
	font-size: 14px;
	line-height: 30px;
}
.list li.picItem p,
.list li.info p,
.list li.pic-d p { line-height: 162%; }
.list li.pic-d p { text-indent: 0; }
.list li.info .title:link,
.list li.info .title:visited { color: #F60 }
.list li.info .title:hover,
.w-box-styleB .list li.info .title:link,
.w-box-styleB .list li.info .title:visited { color: #19A1DB }
.w-box-styleB .list li.info .title:hover,
.w-box-styleBYellow .list li.info .title:link,
.w-box-styleBYellow .list li.info .title:visited { color: #F60 }
.w-box-styleBYellow .list li.info .title:hover { color: #19A1DB }

.list li.pic-d {
	padding-bottom: 10px;
	border-bottom: 1px dashed #E6E6E6;
	margin-bottom: 5px;
}
.list li.pic-d img {
	width: 120px;
	height: 90px;
}
.list li.pic-d .title {
	font-size: 20px;
	color: #666;
	font-weight: bold;
}
footer section { width: auto; }
/*------框架公用------*/
/*---样式公用---*/
.ico-score,
.ico-score-value {
	background-image: url(../images/travel-ico.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: middle;
}
.ico-score {
	background-position: -185px 0;
	line-height: 9px;
	height: 9px;
	width: 81px;
	cursor: pointer;
*cursor: hand;
}
.ico-score-value {
	background-position: -100px 0;
	width: 60%;
	vertical-align: top
}
.site-login {
	top: 88px;
	color: #999
}
.site-login a:link,
.site-login a:visited { color: #19a1db; }
.w-search { margin-right: 2em; }
.w-search input {
	background-image: url(../images/travel-ico.png);
	background-repeat: no-repeat;
	background-position: -32px -47px;
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
	margin-right: 0;
}
.w-search button {
	height: 24px;
	line-height: 18px;
	padding: 2px 10px;
	margin-left: -8px;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border: 1px solid #CCC
}
.nav-main {
	background-color: transparent;
	border-bottom: 5px solid #19A1DB;
	box-shadow: 0 2px 1px #E1E1E2;
	height: 40px;
}
.nav-main section { }
.nav-main nav a:link,
.nav-main nav a:visited {
	background-image: none;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #666;
	padding: 0 25px;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
}
.nav-main nav a:hover { background-color: #E8F6FB; }
.nav-main nav .on:link,
.nav-main nav .on:visited,
.nav-main nav .on:hover {
	background-color: #19a1db;
	color: #FFF;
	margin: 5px 9px 0 6px;
}
.nav-main nav .on:hover { color: #e8f6fb }
.ec-s-news { }
.ec-s-news .ec-g { padding: 10px 0; }
.ec-s-news .w-url {
	margin: -10px 0 10px 0px;
	font-size: 14px;
	text-align: left;
	padding-left: 15px;
}
footer .w-m {
	border-top: 1px solid #EEE;
	padding-top: 10px;
}
/*------资讯首页------*/
/*---新闻---*/


.boxNewsPic {
	border: 1px solid #EEE;
	padding: 4px;
}
.boxNewsTitle { margin-bottom: 5px; }
.boxNewsPic .scroll_m,
.boxNewsPic .contentlist li,
.boxNewsPic .contentlist li img {/*3:2*/
	width: 600px;
	height: 400px;
}
.boxNewsList .list li.info { min-height: 104px; }
.boxNewsListB { margin-top: 10px; }
/*------文章------*/

.ec-s-news-article .ec-g-2-1 { width: 1020px; }
.ec-s-news-article .ec-g-2-2 { width: 160px; }
/*--栏目导航--*/
.box-sort { margin-bottom: 10px; }
.box-sort h2 {
	
	position: relative;
	display: none;
	height: 60px;
	line-height: 70px;
	text-indent: 40px;
	overflow: hidden;
	color: #FFF;
	text-align: left;
	font-size: 18px;
	margin-top: -30px;
	width: 100%;
	padding-right: 4px;
}
.box-sort h2,
.box-sort h2 i {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: 微软雅黑;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.box-sort h2 i {
	position: absolute;
	top: 40px;
	display: block;
	width: 90%;
	left: 2%;
	text-align: right;
	padding: 0 10px;
	font-size: 14px;
	line-height: normal;
	color: #4587dd;
	border-bottom: 1px dashed #1a6bd4;
}
.box-sort ul {
	background-color: #E0ECFC;
	padding: 0;
	overflow: hidden
}
.box-sort li { border-top: 2px solid #FFF; }
.box-sort li.first { border-top: 0; }
.box-sort li.itemNextList {
	background-color: #FFF;
	padding: 5px;
}
.box-sort li a {
	line-height: 40px;
	height: 40px;
	display: block;
	margin: 2px 5px;
	text-align: center;
	text-indent: 5px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 16px;
	
	font-family: 微软雅黑;
}
.box-sort li a:hover,
.box-sort li.on a:link,
.box-sort li.on a:visited,
.box-sort li.on a:hover { color: #0375e8; }
.box-sort li.on a:link,
.box-sort li.on a:visited,
.box-sort li.on a:hover { color: #0066cc; }
.newshare { padding-bottom: 20px;}
.newshare .jiathis_style_32x32 {
	float: right;
	zoom: 1;
	width: 415px;
	margin-top: 20px;
}
.commentsInfo {
	border: 1px solid #FC3;
	background-color: #fefbe4;
	padding: 5px;
	position: absolute;
	width: 85px;
	right: 5px;
	top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	z-index: 4;
}
.commentsInfo b { font-size: 16px; }
.commentsInfo,
.commentsInfo a:link,
.commentsInfo a:visited { color: #19a1db }
.commentsInfo i.score {
	font-weight: bold;
	color: #F60;
}
.commentsProgressbar,
.commentsProgressbar-value {
	background-color: #DDD;
	height: 5px;
	line-height: 5px;
	overflow: hidden;
	margin: 2px 3px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.commentsProgressbar-value {
	background-color: #FC6;
	margin: 0;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
	width: 0%;
}
.listArticleOrder li .price { position: absolute; }
.listArticleOrder .ico-number {
	background-color: #DDD;
	background-image: none;
	color: #FFF;
	width: 16px;
	height: 16px;
	line-height: 16px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	font-size: 12px;
	left: 3px;
	top: 8px;
}
.listArticleOrder .ico-number-top { background-color: #FC0; }
.w-box-articleInfo h2 {
	float: none;
	text-align: center;
	font-size: 24px;
	padding: 5px 120px 5px 15px;
	text-indent: 60px;
	height: auto;
}
.w-box-articleInfo { height: auto; }
.w-box-articleInfo .info {
	font-size: 12px;
	clear: both;
	padding: 10px 120px 10px 15px;
	color: #999;
	text-align: center
}
.w-box-articleInfo0 h2 { padding: 5px 15px; }
.w-box-articleInfo0 .info { padding: 10px 15px; }
.w-box-articleContent p.info,
.w-box-articleContent .info p {
	text-indent: 2em;
	margin: .75em 0;
	line-height: 162%;
	color: #666;
	font-size: 14px;
	padding-left: 15px;
}
.w-box-articleContent .info img {
	display: block;
	max-width: 90%;
*width: expression(this.width >600 ? "660px" : this.width);
	margin: 20px auto;
	border: 2px solid #FFF;
	padding: 0;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
}
.w-box-articleContent .info .attachment { margin: 10px; }
.w-box-articleContent .info .attachment .title {
	border-bottom: 1px dashed #EEE;
	margin: 0 0 5px;
	font-weight: bold;
}
.w-box-articleContent .info .attachment img {
	vertical-align: middle;
	line-height: 25px;
	padding: 5px;
}
.w-box-articleContent .info .attachment a {
	display: inline-block;
 *display: inline;
	zoom: 1;
	margin-right: 1em;
}
/*---评论---*/
.w-boxComment { margin-top: 10px; }
.w-boxComment .w-m {
	border: 1px solid #EEE;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px 10px 20px
}
.w-boxComment .form-m li { line-height: 30px; }
.w-boxComment .form-m textarea {
	margin: -22px 0 0 113px;
	width: 82%
}
.w-boxComment .form-m .textareaInfo { margin-left: 113px; }
.list-comments {
	margin: 10px 15px;
	border-top: 1px solid #EEE;
	padding-top: 10px;
}
.list-comments .usinfo { margin: 5px 0; }
.list-comments .usinfo .usid { font-weight: bold }
.list-comments .usinfo .netip,
.list-comments .usinfo .date {
	position: absolute;
	right: 0;
	top: 3px;
	color: #999
}
.list-comments .usinfo .netip { right: 140px; }
.list-comments .content {
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
}

.site-sider {
	position: fixed;
	z-index: 21;
	display: none;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	_position: absolute;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2-this.offsetHeight/2)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0));
	/* _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)); */
	 
	margin-top: -132px;
}
.siderShow {
	bottom: 100px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.site-sider .site-sider-btns li {
	cursor: pointer;
	display: block;
	width: 42px;
	height: 42px;
	margin: 2px 0;
	background-image: url(index3/sider.png);
	background-repeat: no-repeat;
	-webkit-transition: background-color .25s ease-in;
	-moz-transition: background-color .25s ease-in;
	-ms-transition: background-color .25s ease-in;
	-o-transition: background-color .25s ease-in;
	transition: background-color .25s ease-in;
}
.site-sider .site-sider-btns li:hover { background-color: #000; }
.sider-btn-top { background-position: 0 0; }
.sider-btn-prev { background-position: 0 -45px; }
.sider-btn-next { background-position: 0 -90px; }
.sider-btn-fav { background-position: 0 -134px; }
.sider-btn-fav:hover { background-position: 0 -223px; }
.sider-btn-share { background-position: 0 -178px; }
.sider-btn-share:hover { background-position: 0 -268px; }