.newBack {
    width: 1380px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.newBack .newList {
    width: 1200px;
    margin: 0 auto;
}

.newBack .shu {
    width: 72px;
}

.newBack .list2 {
    display: none;
}

.newBack .item {
    width: 1000px;
    padding: 30px;
    margin: 35px auto 0;
    overflow: hidden;
    background-color: #ffffff;
    cursor: pointer;
}

.newBack .item:last-child {
    margin-bottom: 50px;
}

.newBack .item:hover {
    background: #FFE5A7;
}

.newBack .item .leftImge {
    width: 300px;
    height: 190px;
    float: left;
}

.newBack .item ul {
    width: 630px;
    float: left;
    margin-left: 20px;
}

.newBack .item ul .li1 {
    font-size: 20px;
    color: #64491F;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newBack .item ul .li2 {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.newBack .item ul .li3 {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 12px;
    text-indent: 2em;
    /*首行缩进2个字符*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newDetails .section {
    width: 930px;
    margin: 100px auto 50px;
}

.newDetails .section .tittle {
    font-weight: bold;
    font-size: 36px;
    color: #92141C;
}

.newDetails .section .time {
    margin-top: 20px;
    font-size: 21px;
    color: #92141C;
}

.newDetails .section .article {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.newDetails .section .article p {
    overflow: hidden;
}

.newDetails .section .article * {
    max-width: 100% !important;
    height: auto !important;
    white-space: normal !important;
}