.text-warning {
    color: #F37052 !important;
}

.btn-warning {
    color: #fff;
    background-color: #F37052;
    border-color: #F37052;
}

.content img {
    width: 80% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.bg-warning {
    background-color: #F37052 !important;
}

.topicmt a {
    display: inline-block;
    font-size: 14px;
    background: #fdf5ea;
    color: #c29051 !important;
    margin-right: 10px;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    width: auto;
    flex-shrink: 0;
    text-decoration: none !important;
}

.left-menus .big-titles {
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.left-menus .big-title {
    font-size: 14px;
    /* font-weight:normal; */
    line-height: 20px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin: 15px 0;
    padding: 5px 0 5px 0;
    font-size: 18px;
}

.content table {
    width: 100%;
}

.content table tr:nth-child(2n-1) {
    background-color: #f5f5f5;
}

.content table tr {
    background: #ececec;
}

.content table td,
.content table th {
    box-sizing: border-box;
    padding: 6px;
    text-align: left;
}
.slideTxtBoxs .tabs ul {
    display: flex;
    width: 100%;
    height: 50px;
    background: #f6f6f6;
    border-bottom: 1px #ececec solid;
}

.slideTxtBoxs .tabs ul li {
    width: 50%;
    font-size: 1rem;
    height: 50px;
    color: #666;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.slideTxtBoxs .tabs ul .active {
    width: 50%;
    height: 50px;
    color: #e03300;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #fff;
    border-left: 1px #ececec solid;
    border-right: none;
    border-bottom: 1px solid #e03300;
}

.tab-button_box.active {
    display: block !important;
}

.tab-content_box.active {
    display: block !important;
}

.tab-content_box {
    display: none;
}

.hot-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.hot-lists li {
    width: 100%;
    /* height: 40px; */
    border-bottom: 1px #ececec dashed;
}

.hot-lists li a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    text-indent: 15px;
    color: #000 !important;
}

.hot-lists li a:before {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 3px;
    top: 16px;
    border-radius: 50%;
    background: #e0e0e0;
    content: "";
}

.slide_box {
    border: 1px solid #eee;
}

.tab-content.active {
    display: block;
}

.tab-button.active {
    display: block !important;
}

.tab-content {
    display: none;
}
.other {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.other-top {
    width: 100%;
    height: 50px;
    border-bottom: 1px #ececec solid;
}

.other-top span {
    width: 100%;
    height: 50px;
    color: #000;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    display: block;
}

.other-top span:before {
    border-bottom: 2px #e03300 solid;
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    z-index: 9;
    width: 70px;
    height: 2px;
}

.other-nr {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    width: 100%;
}

.other-img {
    width: 32%;
    display: flex;
    justify-content: space-between;
}

.other-img img {
    width: 40%;
    height: 115px;
}

.other-nr ul {
    width: 60%;
    margin-bottom: 0px;
}

.other-nr ul li {}

.other-nr ul li a {
    width: 100%;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    text-indent: 15px;
    color: #000 !important;
}

.slideTxt .tabs ul {
    display: flex;
    width: 100%;
    height: 50px;
    background: #f6f6f6;
    border-bottom: 1px #ececec solid;
}

.slideTxt .tabs ul li {
    width: 50%;
    font-size: 1rem;
    height: 50px;
    color: #666;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.slideTxt .tabs ul .active {
    width: 50%;
    height: 50px;
    color: #e03300;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #fff;
    border-left: 1px #ececec solid;
    border-right: none;
    border-bottom: 1px solid #e03300;
}

.tab-con {
    display: none;
}

.tab-con .hot-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.tab-con .hot-lists li {
    width: 49%;
    /* height: 40px; */
    border-bottom: 1px #ececec dashed;
}

.tab-con .hot-lists li a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    text-indent: 15px;
    color: #000 !important;
}

.tab-con .hot-lists li a:before {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 3px;
    top: 16px;
    border-radius: 50%;
    background: #e0e0e0;
    content: "";
}

.tab-con.active {
    display: block;
}

.tab-but.active {
    display: block !important;
}

@media screen and (max-width: 480px) {
    .hide_box {
        display: none !important;
    }

    .other-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .other-nr {
        flex-wrap: wrap;
    }

    .other {
        padding: 0 15px;
        box-sizing: border-box;
    }

}