.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;
}

.content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 35px;
}

.wrapper {
    min-height: 100vh;
    background: #f2f2f2;
}

.contentItem {
    display: flex;
    justify-content: space-between;
}

.contentLeft {
    width: 203px;
    margin-right: 16px;

}

.leftTitle {
    height: 52px;
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #2e5399;
    text-align: center;
    line-height: 52px;
}

.contentRight {
    flex: 1;
    background: #fff;
    padding-bottom: 68px;
    padding-top: 26px;
}

.leftNav div {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #2d2d2e;
}

.leftNav {
    background: #fff;
    border-bottom: 4px solid #3265c5;
}

.leftNav a.active div {
    background: #5e9ef8;
    color: #fff;
}

.newTitle {
    margin-left: 25px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 2px solid #f2f2f2;
    margin-right: 18px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 44px;
    line-height: 30px;
    color: #2e5399;
}

.newTitle::after {
    width: 98px;
    height: 2px;
    background-color: #2e5399;
    border-radius: 1px;
    content: "";
    bottom: -2px;
    left: -2px;
    position: absolute;
}

.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: 20px;
   max-width:740px;
}

.newTime {
    font-size: 15px;
    margin-right: 13px;
    color: #a0a0a0;
}

.newList{
    width: 90%;
    max-width: 930px;
    margin: auto;
}

@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;
    }
    .null{
        display: none;
    }
    .newTitle{
        width: 90%;
        margin:0 auto 44px;
    }

}