
.content {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.content .left {
    width: 864px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 0 20px;
    box-sizing: border-box;
}

.content .left .lista {
    width: 100%;
    padding: 32px 0;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
}

.content .left .lista:last-child {
    border-bottom: none;
}

.content .left .lista img {
    width: 272px;
    height: 153px;
    background: #EEF2F8;
    border-radius: 8px 8px 8px 8px;
    margin-right: 20px;
}

.content .left .lista .info {
    width: 532px;
}

.content .left .lista .info .title {
    width: 100%;
    height: 30px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 700;
    font-size: 22px;
    color: #2C3E51;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 9px;
}

.content .left .lista .info .desc {
    width: 100%;
    height: 50px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 16px;
    margin-bottom: 16px;
}

.content .left .lista .info .time {
    width: 100%;
    display: flex;
    align-items: center;
}

.content .left .lista .info .time img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 2px;
}

.content .left .lista .info .time span {
    height: 22px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content .right {
    width: 400px;
    border-radius: 0px 0px 0px 0px;
}

.content .right .szbox {
    width: 400px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 16px;
}

