.proBox2{
    list-style:none;
    float:left;
    margin:0px 0px 15px 0px;
    padding:0px;
    width:725px;
}
.proBox2 li{
    float:left;
    display:inline;
    margin-left:15px;
}
.proImg{
    padding:5px;
    border:1px solid #e3e3e3;
    background:#f3f3f3;
}
.proBox2 li h3{
    margin:5px 0px 0px 0px;
    text-align:center;
    font-size:12px;
    font-weight:normal;
}
/***************************** case news ************************/
.HcaseBox{
    float:left;
    display:inline;
    margin:0px 5px 0px 0px;
    height:165px;
    width:360px;
    border-bottom:1px dashed #e9e9e9;
}
.HcaseImg{
    float:left;
    margin-top:17px;
    padding:5px;
    background:#e3e3e3;
}
.HcaseImg:hover{
    cursor:pointer;
    background:#ffcc00;
}
.HcaseImg img{
    display:block;
}
.HcaseIntro{
    float:right;
    margin-top:20px;
    width:165px;
}
.HcaseIntro h2, .HcaseIntro h3{
    margin:0px;
    font-size:12px;
    font-weight:normal;
    color:#000;
}
.HcaseIntro h2{
    font-weight:bold;
    color:#980000;
    font-family:'微软雅黑';
}
#caseCon{
    text-align:center;
}
#caseCon h1{
    margin:10px;
    padding-bottom:3px;
    height:40px;
    line-height:40px;
    font-family:'微软雅黑';
    font-size:16px;
    color:#333;
    text-align:left;
    background:url(../images2/small.gif) repeat-x left bottom;
}
#caseInts{
    margin:10px;
    text-align:left;
}
#caseAttr{
    margin:10px 10px 30px 10px;
    text-align:left;
    color:#aaa;
}
#caseAttr span{
    padding:0px 10px;
}

#root .root_title{
	float:left;
	display:inline;
    margin:0px;
    padding:0px 20px;
    line-height:40px;
    font-family:'微软雅黑';
    font-size:16px;
	font-weight:bold;
    letter-spacing:2px;
    color:#980000;
    text-align:center;
}
.retaedCase{
	text-align:left;
	border-top:1px dashed #CCC;
	padding-top:5px;
}