.banner-img {
    width: 100%;
}
a {
    text-decoration: none;
}

.news-list {
    display: flex;
    flex-direction: column;
    padding: 15px 50px;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    background: rgba(229, 29, 48, 0);
    border: 1px solid #E8E8E8;
    position: relative;
    justify-content: center;
}

.news-list span {
    color: #1E1E1E;
}

.news-list h1 {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1E1E1E;
    margin:0;
}

.news-list span:nth-child(2) {
    font-size: 12px;
    margin: 8px 0;
}

.news-list span:nth-child(3) {
    font-size: 14px;
    color: #1E1E1E;
    line-height: 21px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
}

.news-list span:nth-child(4) {
    width: 100px;
    height: 27px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #E51D30;
    line-height: 27px;
    text-align: center;
    color: #E51D30;
    cursor: pointer;
    position: absolute;
    top: 33px;
    right: 50px;
}

.news-list span:nth-child(4) a {
    color: #E51D30;
    text-decoration: none;
}

.news-list:hover span,.news-list:hover h1 {
    color: #fff;
}

.news-list:hover {
    background: #E51D30;
}

.news-list:hover span:nth-child(4) {
    background: #fff;
    color: #E51D30;
}


/* 图片新闻 */
.img-news-list {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}

.left-news-detail {
    width: 633px;
}

.news-left-box {
    width: 100%;
    height: 411px;
}

.news-left {
    width: 100%;
    height: 100%;
}

.choice-news-title {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 15px;
}

.choice-news-title h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.choice-news-title span:nth-child(2) {
    font-size: 14px;
    font-family: 58;
    color: #333333;
}

.news-text {
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.news-num {
    width: 18px;
    height: 17px;
    margin-right: 10px;
}

.news-thumb {
    width: 143px;
    height: 93px;
}

.news-style-box {
    width: 536px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.news-style-box h1 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    margin: 0;
}

.news-left-thumb-img {
    display: flex;
}

.right-news-list {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
    align-items: center;
}

.news-list-info {
    width: 366px;
}

.news-list-info-title {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 8px;
}

.news-list-info-title h3 {
    max-height:40px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 400px;
}
.news-list-info-title span:nth-child(2) {
    font-size: 14px;
    width:90px;
    color: #666666;
    overflow: hidden;
}

.add-choice-red {
    color: #E51D30 !important;
}
.news-list-info>div:nth-child(2){
    color: #666;
    height: 47px;
    line-height:1.5;
font-size: 14px;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}