﻿.info-content {
    border: none;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.info-content:hover{
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}
.info-content .title{
    background: #f4f4f4;
}
.info-content .title .left-image{
    width:36%;
    height:208px;
    float:left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
.info-content .title .right-text{
    width:64%;
    height:208px;
    padding: 25px 35px;
    float:left;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.info-content .title .right-text>:first-child{
    text-align: left;
    font-size: 16px;
    line-height: 40px;
}
.info-content .title .right-text>:last-child{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    max-height: 120px;
    word-break: break-all;
    overflow: hidden;
    white-space: normal;
}
.info-content .title.fr div{
    float: right;
}
.info-content .infos .title a {
    width: 56.2em;
}