/* sidebar */

.sidebar_content {
    width: 360px;
}
.item_hot_news a img {
    width: 130px;
    border-radius: 5px;
}

.item_hot_news a p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
}

.hot_news {
    padding-left: 20px;
    border-left: 1px solid #414141;
}
.sidebar_box {
    margin-bottom: 20px;
}

.box_heading {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #f12f19;
}
.box_heading p {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fffdf9;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f12f19;
    position: relative;
    z-index: 9;
    padding: 0.5rem 1.5rem 0.3rem 1.2rem;
    display: inline-block;
    border-radius: 3px 0 0 0;
    cursor: pointer;
}

.item_content_sidebar {
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    position: relative;
    border: 1px solid #dedede;
}
.box_heading p:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2rem;
    top: 0;
    right: -10px;
    transform: skew(25deg);
    z-index: 1;
    background-color: #f12f19;
}
.icon_li {
    margin-right: 10px;
    width: 13px;
}

.item_content_sidebar a {
    text-transform: uppercase;
    color: #cb0030;
    font-size: 14px;
}

.item_hot_news {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #414141;
}

.item_hot_news a {
    gap: 13px;
    font-size: 14px;
    display: flex;
}

.item_hot_news a:hover {
    color: #ea9912;
}

.btn_see_more {
    background: #533c94;
    border: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s !important;
    text-align: center;
}

.btn_see_more:hover {
    background: #eeebeb;
}

.btn_see_more:hover a {
    color: #333;
}

.btn_see_more a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px;
    font-weight: 500;
    display: block;
}

.sidebar_box_gray {
    margin-bottom: 20px;
    padding-bottom: 2px;
    border: 1px solid #CECECE;
    color: #666;
}

.box_linkout p {
    font-weight: bold;
    padding: 6px 10px;
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    background: -webkit-linear-gradient(top, #fff, #ddd);
    font-size: 16px;
}

.box_content_links ul {
    line-height: 22px;
    list-style: circle !important;
    margin: 10px !important;
    border: none;
}

.box_content_links li {
    list-style: circle inside !important;
    display: list-item !important;
    background: none !important;
    border-bottom: 1px dashed #CECECE;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #000;
}

.box_content_links a {
    color: #000;
    font-size: 15px;
}

.box_content_links {
    max-height: 350px;
    overflow: auto;
}

.box_content_links::-webkit-scrollbar {
    width: 2px;
}

.box_content_links::-webkit-scrollbar-thumb {
    background: #ccc;
}
.item_hot_news:last-child {
    border: none;
}
@media only screen and (max-width: 768px) {
    .sidebar_content {
        width: 100%;
        margin-top: 20px;
    }
    .hot_news {
        padding-left: 0;
        border-left: none;
    }

}