/*banner*/
.app .banner{
    margin-top:50px;
    height:95px;
    background:url('../img/caseMedia/banner.png') no-repeat 100%/100%;
}
.app .btn-wrap{
    padding:2.5%;
    background:#fff;
}
.app .btn-wrap li{
    width:49%;
    background:#a6b8d0;
    color:#fff;
    font-size:1.3em;
    line-height:56px;
    text-align: center;
}
.app .btn-wrap li.on{
    background:#043679;
}
.app .case-list{
    padding:2.5%;
}
.app .case-list li{

}
.app .case-list li div{
    overflow: hidden;
    padding:3% 2% 0;
    width:45%;
    background:#fff;
}
.app .case-list li div img{
    width:100%;
}
.app .case-list li div p.title{
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height:36px;
    line-height:36px;
    border-bottom:1px solid #ddd;
    font-size: 1.1em;
    text-align: center;
}
.app .case-list li div p.info{
    height:34px;
    line-height:34px;
    text-align:right;
    font-size: 0.9em;
    color:#999;
}
.app .case-list li div p span{
    font-size: 0.9em;
    color:#999;
}
.app .case-list li + li{
    margin-top:10px;
}







































