.header .hd-box,.container .main,footer .ft-box,.linker .lk-box {
	width: 960px
}

.breadcrumb {
	padding: 10px 0;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	*zoom: 1
}

.breadcrumb .breadcrumb-box {
	float: left
}

.breadcrumb .breadcrumb-box a {
	color: #666
}

.breadcrumb .breadcrumb-box span {
	margin: 0 3px;
	font-family: simsun
}

.breadcrumb .breadcrumb-box strong {
	font-weight: normal
}

.breadcrumb .share {
	float: right;
	_width: 186px
}

.breadcrumb .share .popup_sqq {
	background-position: 0px -2652px
}

.breadcrumb .share .popup_weixin {
	background-position: 0px -1612px
}

.sort {
	padding: 15px 25px 5px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0px 0px 3px #d0cfcf;
	border: 1px #e1e1e1 solid;
	font-size: 16px;
	zoom: 1
}

.sort .hd {
	height: 16px;
	padding-bottom: 10px;
	line-height: 16px;
	padding-left: 26px;
	background: url('../images/bg-sort.png') left 1px no-repeat;
	cursor: pointer
}

.sort .bd {
	overflow: hidden
}

.sort .bd .bd-box {
	margin-top: -5px
}

.sort .bd dl {
	padding: 14px 0 10px;
	border-top: 1px #fbfbfb solid;
	overflow: hidden;
	float: left;
	width: 50%;
	*zoom: 1
}
.sort .bd dl.nofloat {
	width: auto;
	float: none;
}

.sort .bd dt {
	float: left;
	font-size: 18px;
	color: #333
}

.sort .bd dd {
	float: left
}

.sort .bd a {
	float: left;
	display: inline;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	margin: 0 4px 4px 0
}

.sort .bd .active,.sort .bd a:hover {
	color: #fff;
	background: #03a9f4;
	border-radius: 2px
}

.recommend {
	padding: 10px 20px 16px 20px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0px 0px 3px #d0cfcf;
	border: 1px #e1e1e1 solid;
	zoom: 1
}

.recommend .hd {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	zoom: 1
}

.recommend .hd span {
	float: left
}

.recommend .hd span a {
	float: none;
	color: #333;
	font-size: 18px
}

.recommend .hd a {
	float: right;
	font-size: 14px;
	color: #9a9a9a
}

.recommend .bd {
	width: 100%;
	font-size: 14px;
	overflow: hidden
}

.recommend .bd ul {
	margin: 0 -51px;
	position: relative;
	overflow: hidden;
	zoom: 1
}

.recommend .bd li {
	float: left;
	display: inline;
	width: 230px;
	height: 28px;
	line-height: 28px;
	padding: 0 50px;
	overflow: hidden;
	border-right: 1px solid #ebebeb
}

.recommend .bd a {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.recommend .bd2 a {
	display: inline;
}
.recommend .bd2 li span {
	color: #999;
	margin: 0 0 0 10px;
	font-size: 12px;
}

.list {
	padding: 12px 24px 16px 24px;
	margin-bottom: 44px;
	background: #fff;
	box-shadow: 0px 0px 3px #d0cfcf;
	border: 1px #e1e1e1 solid
}

.list .hd {
	line-height: 36px;
	font-size: 18px
}

.list .bd {
	overflow: hidden;
	zoom: 1
}

.list .bd ul {
	margin-top: -1px;
	padding: 12px 0;
	overflow: hidden;
	zoom: 1;
	border-top: 1px #f4f4f4 dashed
}

.list .bd li {
	height: 32px;
	line-height: 32px;
	padding-right: 80px;
	font-size: 16px;
	overflow: hidden;
	position: relative
}

.list .bd span {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	line-height: 32px;
	color: #9a9a9a
}

.list .ft {
	padding: 20px 0
}

@media screen and (max-width: 1000px) {
	.header .hd-box,.container .main,footer .ft-box {
		width: auto
	}
	.sort .bd dl {float: none;width: auto;}

	.recommend .bd ul:before {
		display: none
	}

	.recommend .bd ul:after {
		display: none
	}

	.recommend .bd li {
		float: none;
		width: auto;
		display: block
	}
}