.news{
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.text_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news_main {
    display: block;
    max-width: 1088px;
    margin: 100px auto 120px;
}
.news .news_main .news_part {
    height: 43px;
    line-height: 43px;
    color: #272727;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}
.news .news_main .news_list {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}
.news .news_item img,
.news .news_item .news_info {
    height: 50%;
    background-color:#fff;
}
.news .news_item .news_info {
    border: 1px solid #f1f1f1;
    padding: 40px;
}
.news__desc{
    line-height: 3rem;
    color: #4c4c4c;
}
.news__desc p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news .news_item{
    margin-bottom: 30px
}
.news .news_item img {
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    aspect-ratio: 1.2;
    object-position: center;
    object-fit: cover;
}
.news .news_item .news_info .news_title a{
    color: var(--primary-color);
    margin: 10px 0;
    line-height: 1.7;
    display: block;
    font-family: 'm-SemiBold';
	 text-overflow: ellipsis;   /* IE, Safari (WebKit) */
    overflow:hidden;              /* don't show excess chars */
    white-space:nowrap;           /* force single line */
}


.news .news_item .news_info .news_info_desc {
    margin-top: 7px;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
    border-left: #821f05 2px solid;
    color: #909090;
    padding-left: 12px;
}
.news .news_item .news_info_desc{
	font-size: 13px;
    color: #4c4c4c;
}
.news .news_item span.date{
    border-left-color:#821f05 ;
}


/*------------------new------------------*/

@media (max-width: 768px) {
    .news .news_main{
        margin: 50px auto;
    }
    .news .news_main .news_list{
        margin-top: 30px;
    }
    .news .news_main .news_list li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #C4C4C4;
        height: auto;
        margin: 0;
    }
    .news .news_main .news_list li>a {
        float: left;
        padding: 40px 0;
        display: block;
        width: 100%;
    }
    .news .news_main .news_list li>a>img {
        float: left;
        width: 39%;
        margin-right: 0.26rem;
        background-color: #fff;
        position: relative;
    }
    .news .news_main .news_list li>a>.news_info .news_info_desc {
        margin-top: 20px;
        color: #272727;
        font-size: 14px;
    }
    .news .news_main .news_list li>a>div {
        float: right;
        width: 60%;
        color: #787878;
        position: relative;
        background-color: transparent!important;
    }
    .news .news_item .news_info .news_title{
        color: #272727;
        font-size: 24px;
    }
}
@media(max-width: 480px){
    section#banner{
        min-height: auto
    }
}