body
{
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .body-box {
    background-color: #ffffff;
    width: 80%;
    margin-top:30px;
    margin-left:10%;
    margin-right:10%;
    display: block;
    min-height: 155px;
    position: relative;
    min-width: 800px;
}

 .body-box .icon{
    position: absolute;
    top: 15px;
    left: 75px;
    display: block;
    height: 60px;
    width:60px ;
}

 .body-box .icon img{
    width: 100%;
    height: 100%;
}

 .body-box-info{
    position: absolute;
    top: 15px;
    left: 150px;
    display: block;
    width: 83% ;
    height: 90%;
}

.body-box-info .info-title{
    display: block;
    width: 100%;
    height: 80px;
    padding-top: 16px;
}

 .body-box-info  li{
    font-weight: 400;
}

.body-box-info .info-title .title{
    font-size: 24px;
    color: #282828;
}

.body-box-info .info-title .sub-title{
    width: 100%;
    display: block;
    font-style: normal;
    font-size: 16px;
    padding-top: 3px;
}

.body-box-info .info-list{
    width: 100%;
}

.info-list .info-item{
    width: 100%;
    padding-top: 8px;
}

.info-item .info{
    width: 100%;
    display: block;
    font-style: normal;
    font-size: 16px;
    padding-top: 3px;
}

.info-item .sub-info{
    width: 100%;
    font-style: normal;
    font-size: 14px;
    color: #666666;
}