﻿.right-div {
    width: 976px;
}
.info-content {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border:1px solid #eee;
    width: 100%;
    height: 186px;
    background-size: 116px 57px;
}
.act-es{
    background: url(../image/icon-es.png) right top no-repeat;
}
.act-ing{
    background: url(../image/icon-ing.png) right top no-repeat;
}
.act-ed{
    background: url(../image/icon-end.png) right top no-repeat;
}
.left-image{
    width: 28%;
    height: 188px;
    float: left;
    background-size: 100% 188px;
    background-repeat: no-repeat;
    background-position: left center;
}
.info-content .title .right-text {
    width: 50%;
    height: 186px;
    padding: 15px 40px 20px;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border-right: 1px dashed #eee;
}
.p-gray{
    font-size: 12px;
    color: #9b9b9b;
}
.p-black{
    color: #232323;
    line-height: 50px;
}
.right-btn{
    float: left;
    width: 22%;
    /*line-height: 186px;*/
    text-align: center;
}
.info-content .infos .title .detail-btn{
    margin: 73px auto 0px;
    width: 110px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    background: #13356c;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}
.info-content .infos .title .detail-btn:hover{
    color: #fff;
    box-shadow: 0px 0px 5px 5px rgba(19,53,103,0.2);
}