.technique-searchDiv {
    position: relative;
}

.technique-searchDiv #technique-search {
    width: 100%;
    height: 59px;
    background-color: #f3f4f9;
    border-radius: 5px;
    outline-style: none;
    border: 0;
    font-size: 14px;
    color: #515355;
    padding-right: 32px;
    padding-left: 60px;
    font-weight: normal;
}

.news-searchDiv {
    margin: 0 0 40px;
    position: relative;
}

.news-searchDiv #news-search {
    width: 100%;
    height: 59px;
    background-color: #f3f4f9;
    border-radius: 5px;
    outline-style: none;
    border: 0;
    font-size: 14px;
    color: #515355;
    padding-right: 32px;
    font-weight: bold;
}

.technique-searchDiv a#search,
.news-searchDiv a#search {
    padding: 0;
    font-size: 16px;
    color: #797d86;
    position: absolute;
    top: 20px;
    left: 30px;
}

.text-catalog ul {
    margin: 0;
    padding: 0;
}

.text-catalog > ul > li.filter-tag-folder {
    margin: 0 10px;
    padding: 4px 10px;
}

ul.section-content > li a {
    color: #333333;
}

ul.section-content > li > a {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bolder;
    cursor: pointer;
    margin-bottom: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.section-content > li > label,
ul.section-content > li > input {
    display: none;
}

.text-catalog ul > li > a:hover,
.text-catalog ul > li.select > a {
    color: #43bcc4;
}

.text-catalog ul > li.active > ul {
    display: block;
}

.text-catalog ul.filter-tags {
    display: none;
    padding-top: 4px;
    padding-right: 10px;
}

.text-catalog .filter-tag {
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 4px 0;
}

.text-catalog .filter-tag:last-child {
    margin-bottom: 0;
}

.text-catalog .filter-tag a {
    display: flex;
    align-items: center;
}

.text-catalog .filter-tag span {
    margin-left: 8px;
}

.hot-article {
    margin: 0 0 40px;
    padding: 30px 0;
    border-radius: 5px;
}

.hot-article ul {
    margin: 0;
    padding: 0;
}

.hot-article ul li {
    margin: 0 0 25px;
    padding: 0 25px;
}

.hot-article ul li:hover {
    background-color: #f0f2f9;
}

.hot-article ul li:last-child {
    margin-bottom: 0;
}

.hot-article a {
    width: 100%;
    display: flex;
}

.hot-article a .left {
    width: 80px;
    height: 80px;
    border-radius: 2px;
    overflow: hidden;
}

.hot-article a .right {
    font-size: 12px;
    flex: 1;
    margin-right: 8px;
}

.hot-article ul li .cover {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hot-article ul li .name {
    line-height: 28px;
    height: 56px;
    font-size: 14px;
    font-weight: normal;
    color: #1c2631;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    /*white-space: nowrap;
    text-overflow: ellipsis;*/
}

.hot-article ul li p {
    line-height: 24px;
    font-size: 12px;
    color: #b2b2bf;
    margin-bottom: 0;
}

.related-article ul {
    margin: 0;
}

.related-article ul li {
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
    height: 70px;

    display: flex;
    align-items: center;
}

.related-article ul li:last-child {
    margin-bottom: 0;
}

.related-article ul li a {
    width: 100%;
    color: #3B3C3D;
    display: block;
    font-size:14px;
    font-weight: normal;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-article ul li:hover, .related-article ul li:focus {
    border-right: 4px solid #43bcc4;
    background-color: #EAEEF7;
}

.related-article ul li .tags {
    font-size: 14px;
    margin-bottom: 12px;
}

.related-article ul li .tags i {
    color: #43bcc4;
}

.related-article ul li .name {
    font-size: 18px;
    font-weight: bolder;
    margin: 8px 0;
    line-height: 26px;
}

.related-article ul li .time {
    font-size: 14px;
    color: #b2b2bf;
    margin: 0;
}

.related-article ul li:hover .name, .related-article ul li:focus .name {
    color: #43bcc4;
}

/*END TECHNIQUE-SHARE-DETAILS*/

.left-news ul {
    padding: 0;
    margin: 0;
}

.left-news ul li {
    margin: 0 0 28px;
}

.left-news ul li:last-child {
    margin-bottom: 0;
}

.left-news ul li a {
    display: block;
    width: 100%;
    padding: 5px 25px;
}

.left-news ul li a:hover {
    background-color: #f0f2f9;
}

.left-news ul li .name {
    font-size: 18px;
    font-weight: normal;
    color: #1c2631;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left-news ul li p {
    font-size: 12px;
    color: #b2b2bf;
    margin-bottom: 0;
}

.left-advertisement {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 80px;
    float: left;
}

.left-advertisement img {
    width: 100%;
}

.news-container > .row > .col-md-8,
.technique-container > .row > .col-md-8 {
    min-height: 100vh;
}

.left-menu {
    padding-right: 60px;
    margin-bottom: 40px;
}

.left-menu:last-child {
    margin-bottom: 0;
}

.left-menu > * {
    margin-bottom: 40px;
}

.left-menu > *:last-child {
    margin-bottom: 0;
}

.left-menu .left-normal {
    background-color: #f9faff;
    border-radius: 5px;
    padding: 25px 0;
}

.right-menu .right-normal .title,
.left-menu .left-section .title {
    font-family: Inter-Bold, sans-serif !important;
    font-size: 20px;
    color: #1c2631;
    margin-bottom: 12px;
    padding-right: 20px;
}

.left-menu .left-section .section-content {
    padding: 10px 0;
    border-radius: 5px;
}

.sidebar.right-menu {
    padding-left: 60px;
}

.sidebar > * {
    margin-bottom: 40px;
}

.sidebar > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
}

/** 上面为大屏幕 大桌面显示器 **/
/*@media (min-width: 1265px) {
}*/

@media (max-width: 1440px) {
}

/** 中等屏幕 桌面显示器 width 1200px ~ 1264px **/
@media (max-width: 1264px) {
}

/** 中等屏幕 桌面显示器 width 992px ~ 1199px **/
@media (max-width: 1199px) {
}

/** 小屏幕 平板 width 768px ~ 991px **/
@media (max-width: 991px) {
}

/** 超小屏幕 手机 **/
@media (max-width: 767px) {
}

/* 移动端适配调整开始（414-360） */
@media (max-width: 414px) {
    .sidebar.right-menu{
        padding: 0;
    }

    .left-advertisement{
        position: unset;
    }

    .media-container .media-list li h2{
        margin-top: 30px;
    }

    .left-menu{
        padding-right: 0px;
        margin-bottom: 50px;
        margin-top: 30px;
    }

}
