.info {
    width: 100%;
    height: 450px;
    position: relative;
    margin: 60px 0;
}

.info .w {
    height: 100%;
    /*background-color: #c60023;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*左侧*/
.info-l {
    width: 60%;
    height: 100%;
    /*background-color: #c60023;*/
    
}

.info-l img {
    width: 100%;
    height: 100%;
    border-radius: 10px!important;
}



/*右侧*/
.info-r {
    width: 40%;
    height: 100%;
    /*background-color: #ff6600;*/
    margin-left: 10px;
    overflow: auto;
}

/*循环项*/
.info-item {
    width: 100%;
    height: 70px;
    /*background-color: #c60023;*/
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    /*display: block;*/
    color: #333!important;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}


/*图片*/
.info-item img {
    width: 100px;
    height: 70px;
    margin-right: 30px;
}

/*标题*/
.item-info {
    width: 300px;
    background-color: #0000;
    text-align: left;
}

.item-info h2 {
    font-size: 14px;
}

.item-info p {
    font-size: 12px;
    width: 100%;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    
}





































