body{
	overflow-x: hidden;
}
#body  #first.container {
	margin-top: 10px;
	margin-bottom: 0px;
}

#body  #second.container {
	margin-bottom: 0px;
}

#cata-nav {
	width: 1220px;
	border: 1px solid #F64300;
	border-top: 3px solid #FFF;
	    margin: 0 auto;
	float: none;
}

#cata-nav .title {
	width: 100%;
	background-color: #F64300;
	color: #FFF;
	font-size: 16px;
}

#cata-nav .title {
	width: 100%;
	background-color: #F64300;
	color: #FFF;
	font-size: 15px;
	height: 31px;
	padding-top: 5px;
}

#cata-nav .title li {
	width: 140px;
	text-align: center;
}

#cata-nav .title li a {
	color: white;
}

#cata-nav .title li.selected a {
	color: #F64300;
}

#cata-nav .title li.selected {
	margin-top: -9px;
	border-top: 3px solid #F64300;
	background-color: #FFF;
	color: #F64300;
	font-weight: bold;
	font-size: 16px;
	height: 32px;
	padding-top: 6px;
}

#cata-nav .subtitle {
	height: 155px;
	width: 480px;
	padding-top: 10px;
	line-height: 118px;
}

#cata-nav .subtitle  a {
	overflow: hidden;
	border-radius: 15px;
	padding: 5px 11px;
	height: 10px;
	background-color: #F5F5F5;
	display: initial;
	margin-left: 15px;
	white-space: nowrap;
	float: left;
	color: #000;
	line-height: 8px;
	margin-top: 16px;
	border: 1px solid #F5F5F5;
}

#cata-nav .subtitle  a.selected {
	overflow: hidden;
	border-radius: 15px;
	padding: 5px 11px;
	height: 10px;
	border: 1px solid #F64300;
	background-color: #FFF;
	display: initial;
	margin-left: 15px;
	white-space: nowrap;
	border: 1px solid #F64300;
}

#cata-nav .plan-reco {
	width: 360px;
}

#cata-nav .plan-reco h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cata-nav .plan-reco .item {
	width: 160px;
	height: 105px;
	background-size: 160px 105px;
	margin-right: 20px;
}

#cata-nav .plan-reco .item .mask-bg, #cata-nav .plan-reco .item .mask {
	margin-top: 75px;
	padding-top: 5px;
	height: 25px;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

#third ul.list {
	width: 605px;
}

#third ul.list li {
	width: 100%;
	height: 142px;
	/*margin: 10px 0;*/
	background-color: #FFFFFF;
}

#third ul.list li .right {
	/*border: 1px solid #f64300;*/
	border-left: none;
	width: 395px;
	height: 140px;
	overflow: hidden;
	float: left;
	padding-left: 15px;
}

#third ul.list li.hover {
	background-color: #F0F7FF;
}

#third ul.list li .image {
	width: 190px;
	height: 140px;
	border: 1px solid #B8B8B8;
	background-size: 190px 140px;
}

#third ul.list li .image img {
	width: 190px;
	height: 140px;
}

#third ul.list li .image .label {
	width: 60px;
	height: 20px;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	font-size: 12px;
}

#third ul.list li .image .type1 {
	background-color: #FEA500;
}

#third ul.list li .image .type2 {
	background-color: #f64300;
}

#third ul.list li .image .type3 {
	background-color: #4a90e2;
}

#third ul.list li .text {
	width: 380px;
	height: 108px;
	line-height: 26px;
}

#third ul.list li .text h4 {
	width: 300px;
	height: 26px;
	overflow: hidden;
	float: left;
	display: block;
	padding-bottom: 5px;
}

#third ul.list li .text h4 a {
	color: #f64300;
	height: 26px;
	overflow: hidden;
}

#third ul.list li .text .attrs {
	max-height: 52px;
	overflow: hidden;
}

#third ul.list li .text .attrs .attr {
	width: 190px;
	overflow: hidden;
}

#third ul.list li .info {
	width: 380px;
	word-break:break-all;
　　text-overflow:ellipsis;
　　display:-webkit-box;
　　-webkit-box-orient:vertical;
　　-webkit-line-clamp:4;
　　overflow:hidden;
	/*height: 48px;*/
}

#third ul.list li .price {
	width: 75px;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 2px;
	float: right;
	color: #F64300;
	fontweight: bold;
	text-align: right;
}

#third ul.list li .price span {
	float: none;
}

#third ul.list li .price span.big {
	margin-top: -2px;
	font-size: 18px;
}

#third ul.list li .price span.medium {
	font-size: 14px;
}

#third ul.list li .tags {
	width: 380px;
	overflow: hidden;
	height: 28px;
	white-space: nowrap;
	padding-top: 10px;
}

#third ul.list li .tags a {
	margin-bottom: 2px;
	padding: 4px 6px;
	font-size: 12px;
	color: #f64300;
	/*border: 1px solid #f64300;*/
	margin-right: 5px;
}

#third ul.list li .tags a:hover {
	background-color: #f64300;
	color: #fff;
}

#third #ad-list-right {
	margin-top: 20px;
	width: 180px;
	min-height: 640px;
	float: right;
	overflow: hidden;
}

#third #ad-list-right div {
	margin-bottom: 10px;
}

@media ( min-width : 1360px) {
	#third #ad-list-right {
		width: 250px;
	}
	#third #ad-list-right img {
		width: 250px;
	}
	#third ul.list {
		width: 950px;
	}
	#third ul.list li .image {
		width: 270px;
		height: 194px;
		background-size: 270px 194px;
	}
	#third ul.list li .right {
		width: 660px;
		height: 194px;
	}
	#third ul.list li .text {
		width: 640px;
		height: 144px;
		margin-top: 10px;
		line-height: 26px;
	}
	#third ul.list li .text h4 {
		width: 550px;
	}
	#third ul.list li .info {
		width: 640px;
		overflow: hidden;
		margin-top: 10px;
	}
	#third ul.list li {
		height: 194px;
		/*margin: 20px 0;*/
		padding:30px 0px;
		border-bottom: 1px solid #e3e3e3;
	}
	#third ul.list li .tags {
		width: 640px;
		height: 32px;
	}
	#third ul.list li .tags a {
		margin-bottom: 0px;
		padding: 4px 6px;
		font-size: 16px;
		color: #999;
		margin-right: 8px;
		background: #f5f5f5;
	}
}

.line_s{
	height: 1px;
	width: 100%;
	background: #e3e3e3;
}

.price_two{
    color: #666;
    font-size: 14px;
    text-align: right;
        display: inline;
        float: right;
        line-height: 20px;
}

.price_two text{
	font-weight: bold;
    color: #fb400e;
    font-size: 26px;
    margin-right: 4px;
}
