.top-breadcrumb {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
}

.top-breadcrumb ul, ol {
    list-style: revert;
    margin: revert;
}

.top-breadcrumb__item {
    display: inline;
    vertical-align: top;
    list-style: none;
}

.top-breadcrumb__item:not(.top-breadcrumb__item--inactive) a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.top-breadcrumb__item--inactive a:hover {
    color: rgba(255, 255, 255, .5) !important;
    text-decoration: underline;
}

.top-breadcrumb__item .top-breadcrumb__link {
    padding-left: 8px;
}

.top-breadcrumb__link {
    display: inline;
    text-decoration: none;
    color: #ffffff;
    padding-right: 12px;
    position: relative;
}

.top-breadcrumb__link:not(.top-breadcrumb__link--inactive):after {
    content: "/";
    position: absolute;
    top: -4px;
    right: 0;
    color: #ffffff;
}
 .article_list {
     height: auto;
     margin: 10px auto 5px auto;
     word-wrap: break-word;
     word-break: break-word;
 }

.article-list-box ul {
    height: auto;
    margin: 0px;
    padding: 5px 0 0 0;
}

.font_black_16 {
    font-size: 16px;
    color: #111111;
    font-weight: normal;
}

.font_black_16 a {
    color: #111111;
}

.article-list-box ul li {
    color: #333;
    font-size: 14px;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 26px;
    position: relative;
    list-style-position: inside;
    list-style-type: disc;
}

.article-list-box ul li:nth-child(5), .article-list-box ul li:nth-child(10), .article-list-box ul li:nth-child(15) {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 35px;
    margin-bottom: 20px;
}

.article-list-box ul li a {
    max-width: 76%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.article-list-box ul li span {
    width: 90px;
    opacity: .7;
    position: absolute;
    right: 0;
    text-align: right;
}

.font_gray_14 {
    font-size: 14px;
    color: #939393;
    font-weight: normal;
}

@media (max-width: 576px) {
    .article-list-box ul li a {
        max-width: 92% !important;
        font-size: 14px;
    }
}
 .news-content {
     padding-bottom: 20px;
     margin: 0 auto;
     color: #404040;
     font-size: 1rem;
     line-height: 200%;
 }

.news-content p {
    /*margin-bottom: 0;*/
    outline: none;
}

.main_content {
    word-wrap: break-word;
    word-break: break-word;
}

.main_content ul, ol {
    list-style: revert;
    padding: revert;
    margin: revert;
}

.main_content img {
    max-width: 100%;
    height: auto !important;
}

.page_nation {
    width: 100%;
    text-align: center;
}
 .new-top_title {
     padding-bottom: .5rem;
     /*position: absolute;
     bottom: 0;*/
 }

.new-top_title_text {
    font-size: 30px;
    color: white;
    font-weight: 600;
    text-shadow: 0 2px 2px #000;
}

.new-top_title_time {
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}

.category_summary {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.category_child > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.category_child ul {
    padding: 0;
}

.category_child li {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
}

.category_child li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.category_child_section {
    border-bottom: 1px dashed #C3C6C9;
}

.category_child_section ul {
    padding: 0;
}

.category_child_section li {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
}

.category_child_section li a {
    font-size: 15px;
    line-height: 16px;
    text-decoration: underline;
}

.section_title a {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #000;
}

.section_summary {
    font-size: 15px;
    line-height: 20px;
}

.article-read-more {
    margin: auto auto 0 0;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .085em;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.article-read-more a {
    margin: auto auto 0 0;
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .085em;
    -webkit-transition: color .3s;
    transition: color .3s;
}

 .account-title,
 .account-title>a{
     font-size: 0.8rem;
 }
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.close-menu {
    height: 30px;
}

.close-menu-button {
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    top: 11px;
    right: 11px;
    background-color: #01428deb;
    border-radius: 50%;
    cursor: pointer;
}

.close-menu-button i {
    color: #ffffff;
    position: relative;
    top: -5px;
    font-size: 12px;
}
