﻿#article .main {
	background-color: #fff;
	padding: 10px 15px;
	width: 935px;
	float: left;
	border:1px solid #ddd;
}
#article .place {
	margin-top: 0px;
	font-size: 24px;
    margin-bottom: 18px;
}
#article .place select {
	width: 50px;
	border: none;
	font-size: 12px;
    color: #666;
	background: url(../imgs/downs.png) #fcfcfc no-repeat calc(100% - 3px) center;
	background-size: 10px 6px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	box-shadow:none;
}
/*按条件查询*/
#article .main .filter-nav {
	height: 41px;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #6b9cce;
	border-bottom-width: 2px;
}
#article .main .filter-nav li {
	float: left;
}
#article .main .filter-nav li.active a {
	background-color: #6b9cce;
	color: #fff;
	text-decoration: none;
}
#article .main .filter-nav li a {
	display: block;
	padding: 0 25px;
	border-right: 1px solid #6b9cce;
	color: #333;
	font-size: 14px;
}
#article .main .filter-nav li a:hover, #article .main .filter-nav li a:active {
	text-decoration: none;
}
#article .main .mg-filter {
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #333;
	padding: 10px 18px 0;
	margin-bottom: 52px;
	position: relative;
	_zoom: 1;
}
.mg-filter .select {
	border-radius: 4px;
	width: 100%;
	font-size: 12px
}
.mg-filter .select li {
	position: relative;
	list-style: none;
	padding: 10px 0 5px 0
}
.mg-filter .select .select-list {
	border-bottom: #eee 1px dashed
}
.mg-filter .select dl {
	zoom: 1;
	position: relative;
	line-height: 24px;
	margin-bottom:0px;
	height:29px;
	overflow:hidden;
	padding-left:100px;
	padding-right:100px;
}
.mg-filter .select dl:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden
}
.mg-filter .select dt {
	width: 100px;
	margin-bottom: 5px;
	position: absolute;
	top: 0;
	left: 0px;
	text-align: right;
	color: #666;
	height: 24px;
	line-height: 24px;
	text-align:center;
}
.mg-filter .select dd {
	float: left;
	display: inline;
	margin: 0 0 5px 5px;
	line-height:24px;
}
.mg-filter .select li>.show-fold{
    position: absolute;
    top: 10px;
    right: 22px;
    color: #666;
    display: block;
    margin-right: 0;
}
.mg-filter .select a {
	display: inline-block;
	white-space: nowrap;
	height: 24px;
	line-height:24px;
	padding: 0 10px;
	text-decoration: none;
	color: #333;
	border-radius: 2px;
	letter-spacing:1px;
}
.mg-filter .select a:hover {
	color: #f60;
	background-color: #f3edc2
}
.mg-filter .select .selected a {
	color: #fff;
	background-color: #f90
}
.mg-filter .select-result dl {
	height: auto;
    overflow: auto;
}
.mg-filter .select-result dt {
	font-weight: bold
}
.mg-filter .select-no {
	color: #999
}
.mg-filter .select .select-result a {
	padding-right: 20px;
	background: #f60 url("../imgs/close.gif") right 9px no-repeat;
	max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mg-filter .select .select-result a:hover {
	background-position: right -15px
}
.mg-filter .filter-more {
    width: 140px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #666;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top-color: #fff;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -70px;
    z-index: 9;
    cursor: pointer;
    text-decoration:none;
    border-radius: 0px 0px 5px 5px;
}
.mg-filter .filter-more:hover{
	background-color:#f60;
	color:#fff;
	border-color:#f60
}
/*排序方式*/
.mg-sort {
	height: 33px;
	line-height: 33px;
	border: 1px solid #eaeaea;
	background-color: #f8f8f8;
	position: relative;
	z-index: 2;
}
.sort-group {
	display: inline-block;
}
.sort-group li {
	float: left;
}
.sort-group li.select a{
	background-color: #f90;
	color: #fff;
	border-color: #f90;
}
.sort-group li a.select:hover {
	color: #fff;
}
.sort-group li a {
	display: block;
	border: 1px solid #eaeaea;
	padding: 0px 15px;
	height: 33px;
	_line-height: 13px;
	_padding: 10px 0;
	text-align: center;
	margin-left: -1px;
	margin-top: -1px;
	background-color: #fff;
	color: #333;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.sort-group li a:hover {
	color: #f90;
	border-color: #f90;
	text-decoration: none;
	z-index: 9
}
.price-group {
	_margin-top: 5px;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
.price-group sub {
	bottom: 0px;
}
.price-group input {
	width: 65px;
	border: solid 1px #dcdcdc;
	background-color: #fff;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
}
/*线路*/
.lv-list.lv-bestlist {
    border-color: #f90;
    border-width: 3px;
    padding-top: 34px;
    position: relative;
}
.lv-list.lv-bestlist .tag-tit {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 14px;
    height: 29px;
    line-height: 26px;
    padding: 0 10px;
    background-color: #f90;
    color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#line_article{
	position: relative;;
	width: 100%;
}
.lv-list {
	background-color: #fff;
    border: 1px solid #eaeaea;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
    position: relative;
    width: 100%;
    z-index: 9;
}
.lv-list .info {
	padding: 0 226px 10px 180px;
	min-height: 98px;
	_height: 98px;
	position: relative;
}
.lv-list .imgbox {
	width: 160px;
	height: 90px;
	float: left;
	margin-left: -180px;
	_display: inline;
}
.lv-list .imgbox  img{
	width: 100%;
	height: 100%;
}
.lv-list .text dt {
    font-size: 16px;
    margin-bottom: 5px;
}
.lv-list .text dd {
	line-height: 22px;
	font-size: 12px;
}
.lv-list .text .remore {
    padding-left: 20px;
    color: #f90;
}
.tag-btn {
	display: inline-block;
	position: relative;
	top:-2px;
	vertical-align: middle;
	line-height: 14px;
	padding: 1px 6px;
	background-color: #fefaf1;
	border: solid 1px #fed595;
	font-size: 12px;
	color: #f90;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right: 8px;
	margin-left: 10px;
	font-style: normal;
}
.lv-lineright {
	max-width: 148px;
	position: absolute;
	right: 10px;
	top: 0;
	font-family: tahoma, simsun, sans-serif;
	line-height: 18px;
	text-align: right;
}
.lv-lineright .price {
	line-height: 26px;
	margin-bottom: 3px;
}
.lv-lineright .yellow-a {
	color: #f60;
}
.lv-lineright .price .num {
	font-size: 26px;
	vertical-align: -0.1em;
}
.lv-lineright .btn.btn-sm, .lv-lineright a.btn.btn-sm {
	padding: 9px 19px;
	font-size: 12px;
}
.lv-lineright .btn, .lv-lineright a.btn {
	display: inline-block;
	padding: 9px 29px;
	border: 1px solid #f90;
	border-radius: 2px;
	background-color: #f90;
	font-size: 14px;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	zoom: 1;
}
.lv-lineright .btn:hover, .lv-lineright a.btn:hover {
	background-color: #c7161c;
}
.lv-list .ui-tag.tag-e {
	background-color: #36dfb2;
}
.lv-list .ui-tag {
	min-width: 54px;
	height: 21px;
	line-height: 21px;
	position: absolute;
	left: -5px;
	top: -3px;
	background-color: #49b9d6;
	text-align: center;
	padding: 0 8px;
	color: #fff;
}
/*侧边栏*/
#article .aside {
	width: 290px;
    float: right;
}
#article .aside img {
	width: 100%;
	height: auto;
}
#article .aside-hot {
	padding: 18px;
}
#article .aside-box {
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-bottom: 15px;
}
#article .aside-box .aside-title {
	font-size: 18px;
	color: #333;
}
#article .aside-hot li {
	border-bottom: dotted 1px #e3dedc;
	padding: 8px 0 8px 28px;
	line-height: 1.5;
	position: relative;
}
#article .aside-hot li .ico-snum {
	position: absolute;
	left: 0;
	_left: -28px;
	top: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #6dbdfc;
	background: -moz-linear-gradient(top, #63c1ff 0%, #6dbefd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63c1ff), color-stop(100%, #6dbefd));
	background: -webkit-linear-gradient(top, #63c1ff 0%, #6dbefd 100%);
	background: -o-linear-gradient(top, #63c1ff 0%, #6dbefd 100%);
	background: -ms-linear-gradient(top, #63c1ff 0%, #6dbefd 100%);
	background: linear-gradient(to bottom, #63c1ff 0%, #6dbefd 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c1ff', endColorstr='#6dbefd', GradientType=0 );
	border-radius: 5px;
	font-style: normal
}
#article .aside-hot li a {
	color: #666;
	font: 12px/1.2 "宋体", simsun, tahoma, sans-serif;
}
#article .aside-hot li a:hover {
	color: #c7161c;
	text-decoration: none
}
#article .aside-hot li .yellow-a {
	color: #f60;
	font-size: 12px;
}
#article .aside-hot li strong {
	font-size: 16px;
	font-weight: normal;
	vertical-align: -1px;
}
