.con{ width:960px; margin:0 auto 20px auto; padding-top:10px; }
.successfulCase {width:860px; margin-left:60px}
.successfulCase li {
    background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    height: 190px;
    margin-bottom: 10px;
    margin-right: 35px;
    overflow: hidden;
    padding: 10px 9px;
    text-align: center;
    width: 230px;
	position:relative;
}
.successfulCase li p {
    font-size: 14px;
    padding: 5px 0;
}
.successfulCase li a {
    font-weight: bold;
}
.successfulCase li a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 3px;
}
.successfulCase li a:hover img {
    border: 1px solid #ddd;
    padding: 3px;
}

.successfulCase li p span.caseInfoLeft {
    background: none repeat scroll 0 0 #298D06;
    bottom: 48px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    opacity: 0.8;
    padding: 0 3px;
    position: absolute;
    right: 13px;
    text-align: center;
}
.caseInfoRight {
    float: right;
    width: 100px;
}
p.caseInfo a {
    color: #A8010E;
    font-weight: normal;
}
#catList {
    font-size: 12px;
    height: 60px;
    padding: 10px;
    text-align: left;
    width: 744px;
}
#catList img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 0;
}
#catList a {
    display: inline-block;
    font-weight: normal;
    margin: 7px 2px;
    vertical-align: middle;
}
#catList a.act {
    background: none repeat scroll 0 0 #FF6600;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px 5px;
}
.fright {
    float: right;
}

.successfulCase li em.h{ display:none;position:absolute; top:10px; left:9px; width:230px; height:155px; /*background:url(../images/caseHover.png) no-repeat;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/caseHover.png'); _background-image: none;*/}
.successfulCase li a:hover em.h{ display:block; cursor:pointer}

.pages {margin-left:56px}
