.breadcrumb{
	background: none;
	padding: 8px 0px;
	margin-bottom: 0;
}
/*热门攻略*/
.hotstrategy{
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	margin-bottom: 10px;
    padding: 0px 16px;
    margin-top: 10px;
   	background: #fff;
   	border: 1px #eee solid;
}
.hotstrategy ul{
	padding-bottom: 8px;
}
.hotstrategy ul li{
	margin-top: 14px;
    font-size: 14px;
    color: #303030;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotstrategy ul li a{
	color: #303030;
}
.hotstrategy ul li:hover a{
	color: #ffbc0c;
}
.hotstrategy ul li a i{
	margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #ffbc0c;
}
.hsTitle{
	height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px #ddd solid;
}
.hsTitle a{
	float: right;
}
.hsTitle i{
	font-size: 20px;
	color: #FF9900;
}
.imgBox{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
.imgBox img{
	width: 100%;
	transition: all .8s ease-in-out;
}
.imgBox:hover img{
	transform: scale(1.1);
}
.imgBox:hover .utext{
	color: #FF9900;
}
.bottomBox{
	position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    left: 0;
    bottom: 0;
    background-color:rgba(0,0,0,.5);
}
.uBg{
	position: absolute;
    width: 100%;
    height: inherit;
    background-color: #000;
    opacity: .4;
}
.utext{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: inherit;
    line-height: inherit;
    color: #fff;
    text-align: center;
}
/*热门攻略*/
@media only screen and (max-width: 768px) {
	.hsTitle a{
		font-size: 14px;
	}
	.hotstrategy{
		/*background: none;*/
	}
}

