.agent-launch{
}
.agent-launch .border-line{
    border:solid 1px #d9e3ed;
}
.agent-launch .left-agent {
    width: 58%;
    float: left;
    padding: 14px 18px 18px 18px;
    background-color: #fff;
}
.agent-launch .right-launch {
    float: left;
    width: 40%;
    margin-left: 2%;
    padding: 14px 18px 18px 18px;
    background-color: #fff;
}
.agent-launch .left-agent .icon{
    width: 28px;
    height: 28px;
    display: block;
    background: url("../img/index_style/icon-agent-recruitment.png");
    float: left;
}
.agent-launch .right-launch .icon{
    width: 28px;
    height: 28px;
    display: block;
    background: url("../img/index_style/icon-new-launch.png");
    float: left;
}
.agent-launch .title{
    float: left;
    line-height: 28px;
    margin-left: 10px;
    font-size: 22px;
}
.agent-launch .show-info{
    margin-top: 10px;
    width: 32%;
    display: block;
    float: left;
    margin-right: 10px;
}
.agent-launch  .right-launch .show-info{
    width: 48%;
}
.agent-launch .show-info img{
   width: auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;
}
.agent-launch .show-info .info-desc{
    margin-top: 6px;
}
.agent-launch .show-info .info-desc a{
    color: #666;
    font-size: 15px;
}
.agent-launch .show-info .info-desc a:hover{
    color: #027bd6;
}

