.hw-case{
	background: #f8f8f8;
	/*padding-top: 20px;*/
}
.hw-case .postion{
	height: 60px;
	line-height: 60px;
	margin-left: 210px;
}
.hw-case .postion a{
	font-size: 12px;
	margin: 0 10px;
}
.hw-case .postion a:nth-child(1){
	margin-left: 0px;
}
.hw-case .postion a.active{
	color: #919191;
}
.hw-case .case-box{
	padding-bottom: 20px;
	padding-left: 210px;
}
.hw-case #left{
	width: 960px;
	float: left;
	background: #ffffff;
}
.hw-case #right{
	width: 300px;
	float: right;
}
.hw-case .case-content{
	padding: 0 60px;
	line-height: 30px;
	font-size: 14px;
}
.hw-case .case-content .title{
	padding-top: 10px;
}
.hw-case .case-content .title h2{
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: normal;
	color: #313131;
	border-bottom: 1px dashed #e6e6e6;
}
.hw-case .case-content .title p{
	padding-top: 15px;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 30px;
}
.hw-case .case-content .title p span{
	display:inline-block;
	padding-left: 30px;
}
.hw-case .case-content .title p span.click{
	background: url('../images/click.png') left center no-repeat;
}
.hw-case .case-content .title p span.date{
	background: url('../images/date.png') left center no-repeat;
}
.hw-case .case-content .article{
	padding:50px 0px;
	font-size: 16px;
	color: #616161;
}
.hw-case .case-content .article p{
	font-size: 16px;
	margin-bottom: 20px;
}
.hw-case .case-content .article img{
	margin: 0 auto;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.hw-case .company{
	width: 100%;
	background: #ffffff;
	height: auto;
	margin-bottom: 20px;
}
.hw-case .company h5{
	height: 57px;
	line-height: 57px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-left: 30px;
}
.hw-case .company h5::after{
	content: '';
	display: block;
	width: 4px;
	height: 18px;
	border-radius:5px;
	background: #b9a37f;
	position: absolute;
	left: 20px;
	top: 19.5px;
}
.hw-case .company .box{
	padding: 20px 20px 0 20px;
}
.hw-case .company .box .pic{
	width: 260px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px dashed #e6e6e6;
}
.hw-case .company .box .pic img{
	display: block;
	width: 200px;
	height: 54px;
	margin: auto;
}
.hw-case .company .box ul{
	padding: 20px 0px;
}
.hw-case .company .box ul li{
	line-height: 40px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hw-case .company .box ul li span{
	color: #aaaaaa;
}
.hw-case .recommend{
	width: 100%;
	background: #ffffff;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.hw-case .recommend h5{
	height: 57px;
	line-height: 57px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-left: 30px;
}
.hw-case .recommend h5::after{
	content: '';
	display: block;
	width: 4px;
	height: 18px;
	border-radius:5px;
	background: #b9a37f;
	position: absolute;
	left: 20px;
	top: 19.5px;
}
.hw-case .recommend .box{
	padding:0 20px;
}
.hw-case .recommend .box ul li{
	height: 92px;
	padding:20px 0 12px 0px;
	border-bottom: 1px dashed #e6e6e6;
	overflow: hidden;
}
.hw-case .recommend .box ul li .pic{
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
}
.hw-case .recommend .box ul li .pic img{
	display: block;
	width: 60px;
	height: 60px;
}
.hw-case .recommend .box ul li .txt{
	width: 200px;
	height: 60px;
	padding:6px 20px;
	float: left;
	overflow: hidden;
}
.hw-case .recommend .box ul li .txt p{
	font-size: 14px;
	line-height: 24px;
	color: #313131;
}
.hw-case .case-ad{
	width: 100%;
	height: auto;
}
.hw-case .case-ad img{
	display: block;
	width: 100%;
	height: auto;
}
.last-next {
	margin-bottom: 30px;
}
.last-next .last{
	float: left;
	margin-left: 20px;
}
.last-next .next{
	float: right;
	margin-right: 20px;
}