.textoverflow{
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}
.ld_smalnav a {
    color: #fff;
    font-size: 14px;
}
.ldsHead {
    background: #ececec;
     padding: 0; 
    text-align: center;
    margin-bottom: 2px;
    height: 40px;
    line-height: 40px;
}
.ldscAddress {
    display: inline-block;
    border-right: 1px dashed #8d99a6;
    width: 168px;
    text-align: center;
    padding: 0;
    height: 78px;
    line-height: 78px;
}
.ldStatus {
    margin-top: 20px;
}
.ld_serverbox {
    margin-top: 40px;
    color: #fff;
    overflow: hidden;
    margin-left: -20px;
}
.ld_headright {
    margin-top: -15px;
}
.ld_pieceone {
    min-width: 1000px;
}
.ldMoreLink{
	font-size: 16px;
	color: #7b8091;
	display: inline-block;
	padding: 2px 14px 0 20px;
	background:url(../img/adIcon2.png) no-repeat;
	background-size: 7px 13px;
	background-position: 100% 50%;
	float: right;
	cursor: pointer;
}
.ldlcTitle {
    padding: 18px 20px 18px 0;
}
.ldLeftconOne{
	position: relative;
}
.hr-wrap .hr-child .hr-main{
	width: 695px;
}
/*.hr-wrap .hr-child .hr-logo{
	width: 300px;
}*/
.listLeftcontent {
    width: 100%;
}
.listFilter{
	position: absolute;
	right: 0;
	top: 0;
	padding: 18px 0;
	display: inline-block;
}
.lf_child{
	font-size: 14px;
	color: #7b8091;
	padding: 0 6px 0 4px;
	position: relative;
	cursor: pointer;
}
.borderR:after{
	background: #7b8091;
	width:1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 3px;
	display: inline-block;
	content: '';
}
.lf_childselect{
	color: #5ac0ca;
}
.listTitle{
	font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 18px 0;
}
.listContent{
	box-shadow: 0px 0px 18px 0px #f0f0f0;
	padding: 25px;
	position: relative;
	margin-bottom: 30px;
}
.lcImgbox{
	width: 298px;
	height: 138px;
	overflow: hidden;
	display: inline-block;
}
.lcimg{
	display: inline-block;
	width: 100%;
	height: auto;
}
.lcT1{
	font-size: 24px;
	color: #333;
}
.lcTime{
	font-size: 16px;
	color: #7b8091;
	padding: 14px 0;
}
.lcLocation{
	font-size: 14px;
	color: #7b8091;
	padding-left: 17px;
	position: relative;
	background: url(../img/ldIconlocation.png) no-repeat;
	background-size: 10px 13px;
	background-position: 0 50%;
}
.lcTxtbox{
	position: relative;
	float: right;
	width: 610px;
	display: inline-block;
}
.ov{
	overflow: visible;
}
.lcStarcontent{
    padding:10px 0;
    display: block;
}
.listStarStyles {
    background: url(../img/adStarBig.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -1px;
    margin-right: 7px;
    float: left;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='C:\wamp\www\official_website7.15\static\img\adStar.png',sizingMethod='scale');
}
.listStarStylesg{
    background: url(../img/adStargBig.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -1px;
    margin-right: 7px;
    float: left;
}
.lcCollect{
	display: inline-block;
	padding-left: 30px;
	position: relative;
	float: right;
	cursor: pointer;
	z-index: 12;
}
.heart{
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../img/Hearts-Filled-50-copy-2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 3px;
}
.lcRedHeart{
	background: url(../img/Hearts-Filled.png) no-repeat;
	background-size: 100% 100%;
}
.aLink{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.pagebox{
	text-align: center;
	padding: 30px 0;
}
/*分页*/
.pager {
	max-width: 800px;
	text-align: center;
	display: inline-block;
}
.pager a{
	cursor: pointer;
}
.pager a,
.pager span {
  	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 22px;
	color: #7b8091;
	vertical-align:top;
}
.pager span.current {
	color: #c03030;
}
.pager .pg-next{
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(../img/icon_next.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 20px;
}
.pager .pg-prev{
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(../img/icon_previous-.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 20px;
}
.pg-next[disabled=true]{display:none}
.pg-prev[disabled=true]{display:none}