#header-banner-a {
    width: 100%;
    height: 155vw;
    position: relative;
    color: #ffffff;
}

#header-banner-a > img {
    width: 100%;
    height: 155vw;

}

#header-banner-a .banner-title {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 85vw;
    left: 0;
    font-size: 1.5rem;
}

#header-banner-a .banner-navigation {
    position: absolute;
    bottom: 66vw;
    left: 0;
    font-size: 0.8rem;
    margin: 0 16vw;
    text-align: center;
}

#news .news-type {
    padding: 8vw 5vw;
    display: flex;
    justify-content: center;
}

#news .news-type .news-type-li {
    font-size: 0.8rem;
    margin: 0 10vw;
    height: calc(6.2 * 0.53vw);
    line-height: calc(6.2 * 0.53vw);
    cursor: pointer;
    padding-bottom: 4vw;
}

#news .news-type .is_li {
    border-bottom: 1vw solid #016BCA;;
}

#news .news-list {
    padding: 0 5vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

#news .news-list > li {
    margin-bottom: 5vw;
    background-color: #F6F6F6;
}

#news .news-list > li .newscase-l-t > div {
    width: 90vw;
    height: 60vw;
    overflow: hidden;
}

#news .news-list > li .newscase-l-t > div > img {
    width: 90vw;
    height: 66vw;
    object-fit: cover;
}

#news .news-list > li .newscase-l-b {
    padding: 4vw 5vw 6vw 5vw;
    height: 35vw;
    position: relative;
    display: flex;
    flex-direction: column;
}

#news .news-list > li .newscase-l-b .p1 {
    line-height: 1.5em;;
    height: 12vw;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*限制文本行数*/
    -webkit-line-clamp: 2;
    /*子元素的排列方式*/
    -webkit-box-orient: vertical;
    color: #333333;
}

#news .news-list > li .newscase-l-b .p2 {
    margin-top: 5vw;
    font-size: 0.6rem;
    color: #666666;
}


#news .more-loading {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5vw;
}

#news .more-loading .more {
    font-size: 0.6rem;
    color: #3d3d3d;
}

#news .more-loading .more > span {
    color: #3D3D3D;
    font-size: 0.6rem;
    margin-left: 1vw;
}

#news .more-loading .el-icon-loading {
    font-size: 0.8rem;
}

#news .news-list .newscase-l-b >div{
    margin-top: 5vw;
}

#news .news-list .newscase-l-b .mord{
    font-size: 0.7rem;
    color: #3D3E3F;
    padding: 0.6em 1.2em;
    border: 1px solid #3D3E3F;
}

