.listimg {
    width: 100%;
    height: 300px;
}

.listimg img {
    width: 100%;
    height: 100%;
}

.content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 50px;
}

.content .left {
    width: 220px;
    height: auto;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: -100px;
    position: relative;
    z-index: 999;
}

.content .left a {
    width: 100%;
    background: #F8FCFF;
    height: 67px;
    font-size: 19px;
    color: #1B1B1B;
    text-align: left;
    line-height: 67px;
    padding-left: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(86, 166, 241, .2);
}

.content .left a:first-child {
    width: 100%;
    height: 67px;
    background: #8E0818;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    line-height: 67px;
    padding-left: 0;
}

.content .left a:last-child {
    border: none;
}

.content .right {
    margin-left: 60px;
    width: 920px;
    margin-top: 60px;
}

.content .right .lista {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 18px;
}

.content .right .lista .stitle {
    width: 88%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .right .lista .time {
    width: 12%;
    text-align: right;
}