.new-bw .main-body {
    margin: 40px auto;
}

.new-bw .main-body>p {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.new-bw .bw-wrapper {
    border: 1px solid #f5f7fa;
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-bw .bw-wrapper li {
    width: 48.5%;
    margin-right: 3%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 2px;
}

.new-bw .bw-wrapper li:nth-child(2n) {
    margin-right: 0;
}

.new-bw .bw-wrapper li a {
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
}

.new-bw .bw-wrapper li a:hover {
    color: #0052cc;
}

.new-bw .bw-wrapper li em {
    float: right;
    color: #666;
    font-style: unset;
}

@media (max-width: 767.98px) {
    .new-bw .main-body {
        width: 100% !important;
    }
    .new-bw .bw-wrapper li{
        width: 100%;
    }
}