
#about-left {
	margin-top: -1px;
	border: 1px solid #dcdcdc;
	text-align: center;
}

#about-left li {
	display: block;
	font-family: "arial, helvetica, sans-serif";
	font-size: 16px;
	margin: 0 20px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: gray;
	margin-top: -2px;
	border-top: 1px solid #dcdcdc;
}
#about-left li.colorLi {
	color: red;
}

#leftUl {
	margin-top: 20px;
}

#productNav{
	margin: 20px 50px 0 50px;
	padding-bottom: 20px;
	height: 30px;
	line-height: 30px;
	width: 90%;
	border-bottom: 1px solid #dcdcdc;
}
#productNav .title{
	margin-left: 10px;
	font-size: 1.2rem;
}
#productNav .text{
	display: block;
	float: right;
	color: gray;
	font-size: 13px;
}

#productDisplayContent{
	/*padding: 10px;*/
	float: left;
	margin-left: 30px;
	margin-top: 50px;
	width: 648px;
	min-height: 887px;
	border: 1px solid #dcdcdc; 
}
#content-case.new-content{
	min-height: 886px;
	margin: 0;
}

.newP{
	margin: 10px 30px;
	overflow: hidden;
}
.new-title{
	display: block;;
	float: left;
	max-width: 80%;
	clear: both;
	
}
#topNav.new-detail-title{
	font-size: 18px;
	text-align: center;
	height: auto;
}
.newP span{
	display: block;
	float: right;
}

#content-case p {
	margin-bottom: 20px;
}
#content-case img {
	max-width: 100%;
}



