/* 顶部样式 */
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 4.4rem;
    line-height: 4.4rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #fff;
    z-index: 99;
}

/* 资讯列表 */
.information-list {
    width: 100%;
    height: auto;
    padding: 5.4rem 1.5rem 7rem;
    box-sizing: border-box;
}

.information-list-item {
    width: 100%;
    height: 9rem;

}

.information-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #EEE;
    color: #333;
}

.information-list-item:last-child {
    border: none;
}

.information-list-item-content {
    width: 22rem;
}

.information-list-item-content-no-img div {
    width: 100%;
}

.information-list-item-img {
    display: block;
    width: 11rem;
    height: 7rem;
    margin-left: 1.5rem;
    border-radius: 3px;
    overflow: hidden;
}

.information-item-content-title {
    font-size: 1.4rem;
    line-height: 2rem;
    word-break: break-all;
    text-align: justify;
}

.information-item-content-title.skeleton,
.information-item-content-date.skeleton {
    min-height: 2.4rem;
}

.information-list-item-content-a-row {
    width: 100%;
}

.information-item-content-date {
    margin-top: 1.3rem;
    text-align: right;
    color: #999;
}

.img-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-box::before {
    padding-top: 7rem;
}