#productinfoBody #pTab {
	clear:both;
	margin-top:10px;
}
#productinfoBody #pTab #hotnews {
	margin:0 auto;
}
#productinfoBody #pTab #hotnews_content {
	clear:both;
}
#pTab #hotnews_content .normal {
	display:none;
}
#productinfoBody #pTab #hotnews_content .curent {
	display:block;
}
#productinfoBody #pTab #hotnews_content #list_1 ul li {
	/*padding:5px;*/
}
#productinfoBody #pTab #hotnews_content ul {
	/*padding:5px;*/
}
#productinfoBody #pTab #hotnews_caption ul li {
	float:left;
}
#productinfoBody #pTab .tab_header .normal {
	background-image: url("../images/tab.gif");
	background-repeat:no-repeat;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	width: 186px;
}
#productinfoBody #pTab .tab_header .curent {
	background-image: url("../images/tab.gif");
	background-position: right center;
	background-repeat:no-repeat;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	width: 186px;
}
#productinfoBody #pTab #hotnews_caption ul li.curent {
	color:#000000;
	height:30px;
}
#productinfoBody #pTab #hotnews_content {
	border-bottom: 1px solid #dee5ef;
	border-left: 1px solid #dee5ef;
	border-right: 1px solid #dee5ef;
	border-top: 1px solid #dee5ef;
	/*min-height: 260px;*/
	padding: 10px;
	margin-top:-2px;
}
#productinfoBody #pTab #hotnews_caption {
	overflow: visible;
}

#hotnews_caption > ul {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 31px;
    overflow: hidden;
}

.product-property-main{ 
    width:100%;
	box-sizing: border-box;
}
.ui-box-title {
    background-color: #e9e9e9;
    font-size: 14px;
    padding: 8px 0 8px 15px;
}
.des { margin-bottom:10px;}
.util-clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.product-property-list {
    padding: 10px 0;
}
.product-property-list li {
    float: left;
    line-height: 16px;
    list-style: outside none none;
    margin-left: 0;
    padding: 5px 0;
    position: relative;
    width: 48.5%;
}
.product-property-list li .propery-title {
    color: #999;
    float: left;
    margin-right: 3px;
}
.product-property-list li .propery-des {
    float: left;
    /*max-width: 300px;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}
.des_img {
   clear:both;
}
.des_img img{
   text-align:center;
}