a,a:hover,a:visited,a:active{
    text-decoration: none;
}
.caseCent-right{
    width: 890px;
    float: right;
    margin-top: 50px;
    /*background: darkgray;*/
}
.caseCent-right h5{
    display: inline-block;
    font-size: 16px;
    color: #4a4a4a;
}
.caseCent-right h5>span{
    font-size: 14px;
    color: #2c3a91;
}
.caseCent-right h5.caseRight-topBT{
    font-size: 20px;
    color: #2c3a91;
    float: right;
    text-align:right ;
}
.caseCent-right .caseRight-topBT font{
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    color: #acacac;
}
.caseCent hr{
    margin-top:0;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #41A4E6;
    width: 890px;
}
.caseCent-right .caseRightAge{
    width: 890px;
    padding: 20px 0 20px 20px;
}
.caseCent-right .caseRightAge:after{
    content:'';
    display: block;
    clear: both;
}
#caseRightAge .img img{
    cursor: pointer;
    transition: all 0.6s;
    width:200px;
}
#caseRightAge .img img:not(:last-child){
    margin-right: 14px;
}
#caseRightAge .img img:hover{
    transform: scale(1.4);
}
#caseRightAge .img{
    margin-bottom: 10px;
}
#caseRightAge  #img>img:first-child{
    margin-right: 22px;
}
#caseRightAge  #img>img{
    width:410px;
}