.Breadcrumb {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin-bottom: 34px;
    letter-spacing: 1px;
    color: #0a080a;
}

.Breadcrumb a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #0a080a;
}

.contentItem {
    background: #fff;
    padding-bottom: 124px;
}

.content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 35px;
}

.newList {
    width: 90%;
    max-width: 1136px;
    margin: auto;
    margin-top: 60px;
}

.newLi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newList a {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e5e5e5;
}

.newName {
    font-size: 16px;
    color: #090909;
    margin-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 30px;
    max-width:900px;
}

.newTime {
    font-size: 15px;
    margin-right: 32px;
    color: #a0a0a0;
}

.wrapper {
    background: #f2f2f2;
}

@media (max-width:800px) {
    .Breadcrumb {
        margin-left: 0;
    }

    .contentItem {
        display: block;
    }

    .newLi {
        display: block;
    }

    .newName {
        margin: 0 0 20px;
    }

    .contentLeft {
        width: 100%;
        margin-bottom: 20px;
    }
    .newList{
        margin-top: 40px;
    }
    .newTitle {
        width: 90%;
        margin: 0 auto 44px;
    }

}