.pro_nr {
    width: 860px;
    float: right;
}

.pro_nr .cptit {
    padding-left: 38px;
    padding-right: 20px;
    height: 60px;
    line-height: 60px;
    background: #e3e3e3;
    color: #222222;
    font-size: 18px;
    position: relative;
}

.pro_nr .cptit:after {
    content: "";
    width: 4px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #d10d3b;
}

.pro_nr .cptit a {
    float: right;
    display: flex;
    align-items: center;
    color: #3c3c3c;
    font-size: 16px;
}

.pro_nr .cptit a img {
    width: 16px;
    height: 16px;
}

.news-item {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
}

.date {
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    background: #f5f5f5;
    margin-right: 45px;
}

.date p:nth-of-type(1) {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4px;
}

.date p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1;
}

.info {
    height: 80px;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.info a {
    max-width: 100%;
    font-size: 16px;
    color: #3c3c3c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info a:hover {
    text-decoration: underline;
    color: #d10d3b;
}

.info .desc {
    font-size: 12px;
    color: #3c3c3c;
    line-height: 22px;
}