﻿#hl-RelationDiv{ 
	margin-bottom: .5rem;
}
#hl-RelationDiv #relationTitle {
	border-bottom: 2px solid #f2f2f2;
	height: .7rem;
	line-height: .7rem;
	margin-bottom: .3rem;
}
			
#hl-RelationDiv #relationTitle span {
	display: inline-block;
	border-bottom: 2px solid #FC3110;
	color: #FC3110;
	height: .7rem;
	line-height: .7rem;
	font-size: .35rem;
}
#hl-RelationDiv .hl-Li {
  margin-bottom: .3rem;
	padding-bottom: .3rem;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden; zoom:1;
}
.ysyd-txt {
  float: left;
  width: 70%;
}
.ysyd-txt span{ 
	color: #999; 
	font-size: .25rem;
}
#hl-RelationDiv .hl-Li .ysyd-txt a{
	color: #333;
  font-size: .3rem;
  max-height: .8rem;
  overflow: hidden;
  line-height: 140%;
  display: block;
  margin-bottom: .152rem;
}
/*#hl-RelationDiv .hl-Li .ysyd-txt a:before {
	content:"" ;
	display: inline-block;
	background: #c3c3c3;
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	margin-right: .1rem;
	margin-bottom: .04rem;
	border-bottom: 1px solid #c3c3c3;
}*/
.ysyd-img{ 
	float: right; 
	width: 25%;
}
.ysyd-img span {
  display: block;
  padding-bottom: 75%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
			
.ysyd-img span img {
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}