/* caseList
----------------------------------------------- */
.caseList {
 font-size: 18px;
 zoom: 1;
 overflow: hidden;
 
}
.caseList dl {
	float: left;
	width: 48%;
	margin:1%;
	background-color:#FFF;
}
.caseList dd {
	text-align: center;
	padding: .5rem 0;
	/*
	border-right: solid #EEEEEE 1px;
	border-top: solid #EEEEEE 1px;
	padding: 10px;
	padding: 0.1rem;
	*/
}
.caseList dd.clearBorder {
 border-right: none;
}
.caseList dd .img {
    margin: 0 auto;
    width: 4rem;
    height: 3rem;
    overflow: hidden;
}
.caseList dd .img img{
	width: 100%;
	max-width: initial;
	
}
.caseList dd .name {
	padding: .2rem 0;
	font-size: .66rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caseList dd .price {
 color: #999999;
}

/* product
----------------------------------------------- */
#case {
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
}
#case .img {
 border-bottom: 1px solid #EEEEEE;
 text-align: center;
}
#case .img img{width: 100%;height:auto;}

#case .info {
 padding: 0 .5rem;
 line-height: 180%;
}
#case .info h1 {
	margin-top: .5rem;
	font-size: .7rem;
	color: #333333;
	text-align: center;
}
#case .info .defined {
 color: #999999;
 padding: 5px 0;
}
#case .info .tel {
 margin-top: .5rem;
 overflow: hidden;
 height: 1.0rem; line-height: 1.0rem;
 
 background-color: #efefef;
 font-weight: bold;
 font-size: 14px;
}
#case .info .tel dt {
 float: left;
 width: 82px;
 height: 35px;
 text-align: right;
 padding-right: 3px;
 background-color: #19B4EA;
 color: #fff;
}
#case .info .tel dd {
 float: left;
 height: 35px;
 color: #333;
 padding-left: 10px;
}
#case .info .tel dd a {
 color: #333;
}
#case .content {
	padding: .5rem;
	min-height: 7.5rem;
	font-size: .6rem;
	color: #666;
	line-height: 1.2rem;
}
#case .content img {
	width:100%;height:auto;
}
#case .content h3 {
 color: #777;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #EEE;
}
#case .content .context{
	margin-top: .5rem;
	line-height: 1.2rem;
}