.xwzx-con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.xwzx-con .xwzx-left, .xwzx-right {
    width: 440px;
}
.xwzx-con .index-text {
    padding: 0 15px;
    margin-bottom: 0;
}
.index-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 45px;
    background: linear-gradient(to bottom, #dbdbdb, #ededed);
    margin-bottom: 15px;
    border-bottom: 1px solid #D8E0EF;
    border-radius: 15px 15px 0 0;
}
.more {
    float: right;
    margin-top: 10px;
    font-weight: 600 !important;
}
.xwzx-con .lunbo-list .lunbo-con ul {
    padding: 0 15px;
    height: 200px;
}
.lunbo-list .lunbo-con ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 40vh;
    font-size: 17.5px;
    min-height: 300px;
}