.home__news-wrapper {
    padding: 0 4vw;
}

.home__news-load-more {
    width: 92vw;
    margin: 4vw auto;
    display: block;
    text-align: center;
    color: #fff;
    background: #03c68f;
    border-radius: 4px;
    line-height: 11.73vw;
    font-size: inherit;
}

* {
    padding: 0;
    margin: 0
}

.exp-b {
    color: #4a4a4a;
    font-weight: 700
}

.content {
    font-size: 14px;
    color: #111e36;
    line-height: 26px;
    font-weight: 400;
    line-break: strict;
    word-wrap: break-word;
    word-break: break-word;
    padding: 16px 20px 20px;
    /*margin-bottom: constant(safe-area-inset-bottom);*/
    margin-bottom: env(safe-area-inset-bottom)
}

a, a:active, a:hover, a:link, a:visited {
    color: #111e36;
    text-decoration: none
}

li, p {
    margin-bottom: 14px
}

li {
    list-style-position: inside
}

h1 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px
}

h2 {
    font-size: 16px;
    margin-bottom: 14px
}

h2, h6 {
    font-weight: 600
}

h6 {
    font-size: 14px
}

.tableWrap {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px
}

.tableWrap table {
    margin: 0
}

table {
    min-width: 100%;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: none !important;
    border-bottom: none !important;
    margin-bottom: 20px
}

td {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 8px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    height: 50px
}

thead td {
    font-size: 14px;
    background-color: #f8f9fc
}