* {
    box-sizing: border-box;
}

div {
    display: block;
}

ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.sticky-container {
    margin-top: -64px;
    padding-top: 64px;
    display: none;
}

.sticky-outer.jsx-2068009068 {
    width: 170px;
}

.articleLeftColumn.jsx-2117414940 {
    display: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 20px 8px;
    width: 170px;
}

.articleLeftColumn.jsx-2117414940 .main-action.jsx-2117414940 {
    color: #347aa4;
    border-radius: 7px;
    padding: 10px 16px;
    margin-left: -8px;
    display: block;
    text-align: left;
    width: 100%;
    font-weight: 400;
}

.jss41 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.articleLeftColumn.jsx-2117414940 .main-action.jsx-2117414940 .icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.articleLeftColumn.jsx-2117414940 .main-action.jsx-2117414940 .text.jsx-2117414940 {
    vertical-align: middle;
    font-size: 18px;
}

.articleLeftColumn.jsx-2117414940 .side-nav.jsx-2117414940 {
    font-weight: 400;
    font-size: 15px;
    /*height: calc(100vh - 154px);*/
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #f5f5f5;
    position: relative;
    min-height: 100%;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.scrollbar-container {
    position: relative;
    height: 100%;
}

.articleLeftColumn.jsx-2117414940 .scrollbar-container {
    position: relative;
    /*height: 100%;*/
}

.articleLeftColumn.jsx-2117414940 .side-nav.jsx-2117414940 .nav-head.jsx-2117414940 {
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    margin: 6px 0;
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 0;
}

.articleLeftColumn.jsx-2117414940 .side-nav.jsx-2117414940 .nav-head.jsx-2117414940 {
    font-size: 15px;
    font-weight: 700;
}

.jsx-2117414940.title {
    color: rgba(0, 0, 0, .65);
}

.articleLeftColumn.jsx-2117414940 .side-nav.jsx-2117414940 .nav-item.jsx-2117414940 {
    display: block;
    text-align: left;
    padding: 10px 16px;
    width: 100%;
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
}

.articleLeftColumn.jsx-2117414940 .side-nav.jsx-2117414940 .nav-item.jsx-2117414940 {
    font-size: 12px;
}

.articleLeftColumn.jsx-2117414940 .side-nav.jsx-2117414940 .nav-item.jsx-2117414940:hover {
    background-color: #f6f6f6;
}

.articleLeftColumn.jsx-2117414940 .options-outer.jsx-2117414940 .title.jsx-2117414940 {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
    color: #057ea9;
    margin-top: 8px;
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: 700;
}

.ps__rail-x {
    height: 15px;
    bottom: 0;
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute;
}

.ps__rail-y {
    width: 15px;
    right: 0;
}

.ps__thumb-x {
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
}

.articleView.jsx-801077678 {
    background: #fff;
    padding-bottom: 12px;
}

.author.jsx-801077678 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
}

.avatar.jsx-801077678 {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 10px;
    background-color: #eee;
    object-fit: cover;
}

.authorInfo.jsx-801077678 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.authorName.jsx-801077678 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, .7);
}

.authorStats.jsx-801077678 {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, .35);
}

.articleTitle.jsx-801077678 {
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
    color: rgba(0, 0, 0, .85);
    padding: 8px 16px;
    margin: 0;
}

.articleMeta.jsx-801077678 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px 30px;
}

.articleCity.jsx-801077678 {
    font-size: 14px;
    border-radius: 4px;
    background: #8e8e8e;
    font-weight: 500;
    color: #fff;
    padding: 3px 6px;
    margin-right: 8px;
}

.articleCategory.jsx-801077678 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .65);
    margin-right: 16px;
}

.articleDatetime.jsx-801077678 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    margin-right: 12px;
}

.articlePopularity.jsx-801077678 {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

.articleRightColumn.jsx-1869308937 {
    display: none;
    padding: 20px;
    width: 340px;
}

.articleContent {
    padding: 10 10;
}

.articleContent img {
    max-width: 100%;
}

.articleListTopWrapper.jsx-2355696006 {
    height: 50px;
    display: none;
}

.articleListTop.jsx-2355696006 {
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    left: 0;
    padding: 0 200px;
}

.jss76 {
    color: inherit;
    border: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    outline: none;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    justify-content: center;
    -moz-appearance: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.jss90 {
    overflow: hidden;
    min-height: 48px;
    -webkit-overflow-scrolling: touch;
}

.jss91 {
    display: flex;
}

.articleListTop.jsx-2355696006 .tab-bar {
    display: none;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}

.articleListTop.jsx-2355696006 .tab-bar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.articleListTop.jsx-2355696006 .tab-bar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jss93 {
    flex: 1 1 auto;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.jss94 {
    width: 100%;
    overflow-x: hidden;
}

.jss99 {
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 0.875rem;
    max-width: 264px;
    min-width: 72px;
    box-sizing: border-box;
    min-height: 48px;
    text-align: center;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    flex-shrink: 0;
    white-space: normal;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}

.articleListTop.jsx-2355696006 .tab-bar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.articleListTop.jsx-2355696006 .tab-bar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.desktop-category.jsx-2355696006 {
    height: 100px;
    /*margin: 8px 24px 0;*/
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 12px 40px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.desktop-category.jsx-2355696006 .category-item.jsx-2355696006 {
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 8px 8px 16px;
    color: #7d7d7d;
    margin: 0px 12px 0px 0px;
    position: relative;
    font-size: 18px;
}

.desktop-category.jsx-2355696006 .category-item.jsx-2355696006 .icon {
    margin-left: 4px;
    display: none;
}

.articleListPage.jsx-2355696006 {
    background-color: #fff;
}

.articleContainer.jsx-2355696006 {
    text-align: center;
}

.desktop-category.jsx-2355696006 .category-item.active.jsx-2355696006,
.desktop-category.jsx-2355696006 .category-item.jsx-2355696006:hover {
    color: #ffba3f;
}

.desktop-category.jsx-2355696006 .category-item.jsx-2355696006:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 22px;
    background: #7d7d7d;
    border-radius: 1px;
    left: 0;
    top: 10px;
    -webkit-transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
}

.jss109.tab-label {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jss-form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
    text-align: center;
}

.jss-form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.tab-bar-container>:last-child {
    margin-bottom: 0;
}

.tab-bar-container::after {
    display: block;
    clear: both;
    content: "";
}

.content.jsx-2311262307 {
    overflow: hidden;
    min-height: 100%;
}

@media (min-width: 1171px) {
    .articleContainer.jsx-144222519 {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1280px;
        padding: 0 20px;
        margin: auto;
    }

    .sticky-container {
        display: block;
        margin-left: 10px;
    }

    .articleLeftColumn.jsx-2117414940 {
        display: block;
    }

    .articleMain.jsx-144222519 {
        margin-left: 10px;
        /*width: 720px;
        min-width: 720px;*/
        width: calc(100% - 180px);
        box-shadow: 0 1px 2px #ddd;
    }

    .articleView.jsx-801077678 {
        width: 100%;
        text-align: left;
        display: inline-block;
        padding: 10px 20px 12px;
    }

    .articleTitle.jsx-801077678 {
        font-size: 27px;
    }

    .articleCategory.jsx-801077678 {
        font-size: 15px;
    }

    .articleDatetime.jsx-801077678 {
        font-size: 15px;
    }

    .articlePopularity.jsx-801077678 {
        font-size: 15px;
    }

    .articleContent {
        padding: 0;
    }

    .articleListTop.jsx-2355696006 .tab-bar-container {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .articleListPage.jsx-2355696006 {
        position: relative;
        /*box-shadow: 0 1px 2px #ddd;*/
        display: inline-block;
        margin-left: 20px;
    }

    .articleContainer.jsx-2355696006 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1280px;
        padding: 0 20px;
        margin: auto;
    }
}

@media (max-width: 1171px) {
    .desktop-category.jsx-2355696006 {
        display: none;
    }

    .articleListTopWrapper.jsx-2355696006 {
        display: block;
    }

    .articleListTop.jsx-2355696006 {
        padding: 0;
    }

    .articleListTop.jsx-2355696006 .tab-bar {
        display: block;
    }
}

@media (min-width: 960px) {
    .jss99 {
        font-size: 0.8125rem;
        min-width: 160px;
    }
}

@media (min-width: 1024px) {
    .articleRightColumn.jsx-1869308937 {
        display: block;
    }
}

@media (min-width: 1280px) {
    .articleContainer.jsx-2355696006 {
        width: 1280px;
    }
}


.articlePopularity.hide.jsx-801077678 {
    display: none;
}

.jss101 {
    color: inherit;
    opacity: 0.7;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

.jss101.jss104 {
    opacity: 1;
}

.list_titleBtn.active {
    border-bottom: 2px solid#fc7428;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

.articleListTop.jsx-2355696006 .tab-text-color {
    color: #595959;
    min-width: auto;
    width: 25%;
}