.info-wrapper {
    width: 100%;
    background-color: #fff;
}

.info-wrapper .header {
    height: 40px;
    border-bottom: 1px solid #c91116;
    margin-bottom: 10px;
}

.info-wrapper .header span {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #c91116;
    padding-left: 14px;
}

.info-wrapper .header span::after {
    position: absolute;
    right: -23px;
    top: 0;
    display: inline-block;
    content: "";
    width: 23px;
    height: 40px;
    background-image: url(/uploads/image/images/qmydz-header-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.info-wrapper .main {
    width: 898px;
    margin: 32px auto 0;
}

.info-wrapper .main .item-box {
    margin-bottom: 50px;
}

.info-wrapper .main .item-box a {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(53, 53, 55, 0.1);
    margin-left: 20px;
}

.info-wrapper .main .item-box a:hover .title {
    color: #c91116;
}

.info-wrapper .main .item-box a::before {
    position: absolute;
    left: -20px;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #c91116;
}

.info-wrapper .main .item-box i {
    color: #c91116;
    font-size: 16px;
    margin-right: 6px;
}

.info-wrapper .main .item-box .title {
    display: flex;
    flex: 1;
    width: 715px;
    font-size: 16px;
    font-weight: 600;
    color: #2d170e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 43px;
}

.info-wrapper .main .item-box .date {
    color: rgba(52, 52, 55, .6);
    font-size: 14px;
}

.info-wrapper .main a .item {
    height: 114px;
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 12px 16px 16px;
    box-sizing: border-box;
}

.info-wrapper .main a .item .title {
    font-size: 18px;
    font-weight: 600;
    color: #2d170e;
}

.info-wrapper .main a .item .date {
    color: rgba(45, 23, 14, .6);
    font-size: 14px;
    margin-top: 16px;
}