
.card-fouth {
   width:335px; height:450px;background: url(../img/hotnewbg.gif) repeat-x;float: right;
   overflow: hidden;	
}
.card-fouth .desc.desc-list {
    margin-bottom:15px;
	margin-left: 10px;
	margin-top: 5px;
}
/*顶部分类*/
.card-fouth .industry {
    font-size: 20px;
    padding: 15px 0;
    display: inline-block;
    width: 110px;	
	}
.card-fouth .industry.active span {
    font-size: 20px;
    font-weight:bold;
    color: #1b66e6;
    border-bottom: 2px solid #1b66e6;
    padding-bottom: 10px;
}
/*内容*/
.card-fouth .case-panel {
    display:none;
    position: absolute;
    opacity: 0; 
    display:none;
}
.card-fouth .case-panel.active {
    opacity: 1;
    display:block
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s;
    display:block
    
}
    .card-fouth li {
        height: 37px;
        line-height: 37px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width:330px;
    }




