pre {
    background-color: #f1f7fc;
    padding: 10px 32px;
    margin: 4px 0px;
    border-radius: 5px;
}

pre::-webkit-scrollbar {
    height: 6px;
}

.news-class {
    margin-right: 30px;
    width: 220px;
}

.news-class li {
    padding: 18px 0px;
    padding-left: 60px;
    border-bottom: 1px dotted #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
}

.news-class li a:hover {
    color: #1bba9a;
}

.news-class i {
    font-size: 16px;
}

.news-list {
    width: calc(100% - 250px);
    min-height: 800px;
    padding-bottom: 50px;
}

.news-list-item {
    padding: 30px 0px;
    border-bottom: 1px dotted #e0e0e0;
}

.news-list-item:nth-child(1) {
    padding: 16px 0px;
}

.news-list-item:nth-last-child(1) {
    border-bottom: 0px;
}

.news-list-item-l {
    padding: 5px 0px;
    width: 85px;
    height: 65px;
    background-color: #1bba9a;
    color: #fff;
    text-align: center;
}

.news-list-item-l li:nth-child(1) {
    border-bottom: 1px dotted #fff;
    width: 58px;
    font-size: 18px;
    font-weight: 600;
}

.news-list-item-r {
    padding-left: 15px;
    width: calc(100% - 100px);
}

.news-list-item:nth-child(1) {
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
}

.news-carousel {
    max-width: 100%;
    color: #eeeeee;
}

.news-search-input {
    border-radius: 13px;
    width: 200px !important;
    padding-left: 10px !important;
    border: 1px solid #d5d5d5 !important;
}

.news-keyword {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    font-size: 14px;
}

.news-keyword li {
    cursor: pointer;
    margin-right: 12px;
}

.news-content p {
    padding: 4px 0px;
    margin: 0px;
    text-indent: 2em;
}

.news-content p:nth-child(1) {
    padding-top: 10px !important;
}

.news-content p:nth-last-child(1) {
    padding-bottom: 50px !important;
}

.news-content img {
    max-width: 100%;
}

.news-content table {
    max-width: 100%;
}

.news-table {
    width: 100%;
    margin: 4px 0px;
}

.news-table td {
    padding: 2px;
    border: 1px solid #e5e5e5;
}