.hr-content{ margin-top: 80px; }
.hr-details .hr-title{ font-size: 40px; color: #3e3a39; }
.hr-details .hr-title-en{ font-size: 18px; color: #848484; margin-top: 10px; font-style: italic; }
.hr-title span{ display: inline-block;}
.hr-title span:last-child{ width: 35px; height: 40px; border-bottom: 4px solid #e23743; }
.hr-desc{ line-height: 30px; margin-top: 70px; color: #727272; }
.hr-items{ margin-top: 80px; }
.hr-items li{ 
	float: left; 
	width: 268px; 
	height: 340px; 
	margin-left: 22px; 
	margin-bottom: 22px; 
	border: 1px solid #d1d1d1;
	position: relative;
}
.hr-items .hr-first-item{ margin-left: 0px; }
.hr-items .item-name{ 
	height: 60px; 
	background-color: #f2f3f3; 
	line-height: 60px; 
	color: #727272;
	text-align: center;
	font-size: 18px;
	width:268px;
	position: absolute;
	left: -1px;
}
.hr-items .item-img{ height: 280px; padding:5px; text-align: center; line-height: 270px; font-size: 0px; }
.hr-items .item-img img{ display: inline-block; margin: 0 auto; max-width: 100%; max-height: 100%;}
.hr-items .hr-item:hover{ border: 1px solid #e23743; }
.hr-items .hr-item:hover .item-name{
	background-color: #e23743; 
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	width:266px;
	left:0;
	color: #ffffff;
}

.nd-content{ margin-top: 55px; line-height: 35px; font-size:16px; color: #727171; }
.nd-content img{ display: block;  margin:0px auto; margin-top:38px; margin-bottom: 38px;}
.nd-content  a{ text-decoration: underline; color: #444;}
.nd-content  p{ width: 100%;}
.nd-content  strong{ font-size:20px; margin-top:30px; display:block;}
.nd-content  p strong{margin-left:0px; margin-top:0px; display: inline;}