.dialog-left{
	font-family:'Microsoft YaHei';
	position: fixed;
}
.dialog-left .item{
	background: #f7f7f7;
	/*overflow: hidden;*/
	border: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 36px;
  position: relative;
  box-shadow: 0 0 3px rgb(228,227,227);
  float: left;
}
.dialog-left .item span.item-icon{
	display: block;
	width: 49px;
	height: 49px;
	background: url("http://i.thsi.cn/images/pop/popup/round.png") no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	float: left;
	text-align: center;
	line-height: 49px;
}
.clearfix:after{
	display: block;
	visibility: hidden;
	font-size: 0;
	content:" ";
	clear: both;
	height: 0;
}
.clearfix{
	zoom:1;
}
.clear{
	clear:both;
}
.item .item-content{
  margin-left: 54px;
  width: 454px;
}
.item .item-content a{
	text-decoration: none;
	color: #444;
	font-size: 16px;
	display: block;
	line-height: 28px;
}
.item .item-content a.text{
	display: block;
  font-size: 12px;
  color: #6b6b6b;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
}

.dialog-bottom .box a.close,
.item a.close{
	  background: url("http://i.thsi.cn/images/pop/popup/close.png") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -15px;
  right: 15px;
}
.dialog-bottom{
  width: 500px;
  position: fixed;
  bottom: 10px;
  left: 100px;
  font-family: 'Microsoft YaHei';
}
.dialog-bottom .box{
	border: 1px solid #e0dfdf;
  	background: #f7f7f7;
    border-radius: 10px;
    position: relative;
    padding:5px 0;
    box-shadow: 0 0 5px #e0dfdf;
    float: left;
}
.dialog-bottom .abstract{
	height: 45px; 
	  margin-top: 25px;
}
.dialog-bottom .detail{
	height: 88px;
}
.dialog-bottom .box .icon{
	display: block;
	background: url("http://i.thsi.cn/images/pop/popup/target.png") no-repeat;
	width: 75px;
	height: 37px;
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	text-indent: 13px;
	font-weight: bold;
	float: left;
	margin-left: -15px;
}
.dialog-bottom .abstract .icon{
  	margin-top: 5px;
}
.dialog-bottom .box .item{
  margin-left: 70px;
  padding-right: 10px;
  width: 418px;
}
.dialog-bottom .box .item a{
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #444;	
  display: block;
  line-height: 28px;
}
.dialog-bottom .box .item a.text{
	margin:0;
	font-size: 13px;
	color: #6b6b6b;
	line-height: 20px;	
	font-weight: normal;
}
.dialog-bottom .abstract .item a.text{
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dialog-bottom .box a.close{
  right: -14px;
}
.detail .icon{
	margin-top: 25px;
}
.hide{
	display: none!important;
}
@media \0screen\,screen\9{
	.dialog-left .item{
		border:0;
		background: url("http://i.thsi.cn/images/pop/popup/bacline.png") no-repeat;
	}
	.item .item-content{
		width: 460px;
	}
	.dialog-left .roundbac{
		background: url("http://i.thsi.cn/images/pop/popup/fast.png") no-repeat;
	}
}
.dialog-bottom .box .item p:hover,
.dialog-bottom .box .item a:hover,
.item .item-content a:hover{
	color: #CC3300;
	cursor: pointer;
}
