a {
    text-decoration: none;
}

a:hover {
    /*color: #333333 !important;*/
}

a, p, span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.banner {
    width: 1200px;
    margin: 0 auto;
}

.banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.container {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.container .main-left {
    width: 20.5%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #dfdfdf;
    border-top-width: 0;
}

.container .main-right {
    height: 100%;
    width: 78%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-width: 0;
    background: #fff;
    /*border: 1px solid #dfdfdf;*/
}

.container .main-right .title {
    width: 100%;
    height: 50px;
    line-height: 45px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #f1f1f1;
}

.container .main-right .title-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container .main-right .title-left > span {
    font-size: 22px;
    /*font-weight: bold;*/
    color: #333;
    border-bottom: 3px solid #ba3f43;
    padding-bottom: 8px;
}

.container .main-right .title-right {
    margin-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container .main-right .title-right span {
    font-size: 14px;
    color: #808080;
}

.container .main-right .title-right a {
    font-size: 14px;
    /*color: #943b2a;*/
}

.search-bar {
    display: flex;
    justify-content: flex-start;
}

.search-input {
    margin: 10px 0;
}

.search-input input {
    margin-left: 20px;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid gainsboro;
    border-radius: 3px 0 0 3px;
}

.search-input button {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #943b2a;
    color: #fff;
    border-radius: 0 3px 3px 0;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.channel_list {
    width: 253px;
    background-color: #943b2a;
    border-top-width: 0;
    border-radius: 3px;
    margin: 0 0 10px 0;
}

.list_title {
    height: 50px;
    line-height: 50px;
}

.list_title p {
    margin: 0 0 0 6px;
    padding: 0 0 0 22px;
    font-size: 22px;
    font-weight: 600;
    color: white;
}

.list_title p a {
    font-size: 22px;
    font-weight: 600;
    color: white;
}

.channel_list .list {
    padding: 10px 0;
    background: #fff;
}

.listTitle--panel {
    padding-left: 20px;
}

/* .listTitle {
  height: 25px;
  line-height: 25px;
  background: url(/_theme/48r4W2n000/img/secondary/sbjg1.png) no-repeat left center;
  padding: 0 0 0 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

.listFirstTitle::before {
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    border: 1px solid #E1E1E1;
    border-radius: 16px;
    margin-right: 5px;
    min-width: 11px;
}

.listTitle {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.listTitle a {
    font-weight: bold;
}

.listTitle_active {
    /*background: url(/_theme/48r4W2n000/img/secondary/sbjg2.png) no-repeat left center;*/
}

.menuList div.lista_active > a {
    color: #943b2a;
}

.menuList {
    margin-bottom: 0px;
    position: relative;
}

.menuFirstList::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 11px);
    position: absolute;
    left: 26px;
    top: -5px;
    background-color: #E1E1E1;
}

.menuParent:last-child .menuList::after {
    height: 100%;
}

.menuList div {
    padding: 2px 5px 2px 25px;
}

.menuList a {
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .main-right .acticle-list {
    width: 96%;
    padding: 0 2%;
}

.container .main-right .acticle-list ul li {
    width: 100%;
    height: 37px;
    border-bottom: 1px dashed #efefef;
}

.container .main-right .acticle-list ul li:before {
    content: ".";
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 6px;
}

.container .main-right .acticle-list ul li:first-child {
    border-top: 1px dashed #efefef;
}

.container .main-right .acticle-list ul li a {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container .main-right .acticle-list .article-title {
    width: 70%;
    font-size: 14px;
    color: #686767;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .main-right .acticle-list .article-title:hover {
    color: #943b2a;
}

.container .main-right .acticle-list .article-title.top::before {
    content: '\3010\7f6e\9876\3011';
    display: inline-block;
    color: #943b2a;
    margin-left: -8px;
}

.container .main-right .acticle-list .article-msg {
    width: 25%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #686767;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagination {
    padding: 1rem 0;
}

.pagination .disabled {
    cursor: not-allowed;
}

.pagination .page-item .page-link {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 14px;
    margin: 0 4px;
    color: #943b2a;
    border: 1px solid #ddd;
    border-radius: 4px;
    vertical-align: middle;
}

.pagination .disabled .page-link {
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #943b2a;
    border: 1px solid #943b2a;
}

.page-item-select {
    display: none;
}

.article-container {
    width: 100%;
    background: #fff;
    margin-top: 1%;
    border: 1px solid #dfdfdf;
}

.article-container .body-articleDetail {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.article-container .body-articleDetail .title {
    min-height: 60px;
    height: auto;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
}

.article-container .body-articleDetail .title-left {
    width: 90%;
    margin: 15px auto 5px;
}

.article-container .body-articleDetail .title-left > span:nth-child(1) {
    font-size: 28px;
    color: #000;
}

.article-container .body-articleDetail .title-right {
    margin-bottom: 10px;
}

.article-container .body-articleDetail .title-right a {
    padding-right: 15px;
    font-size: 12px;
    color: #686767;
}

.article-container .body-articleDetail .article-headinfo {
    width: 100%;
    text-align: center;
    color: #686767;
    padding: 5px 0;
}

.article-container .acticle-content {
    width: 90%;
    height: auto;
    margin: 20px auto;
}

.article-container .acticle-content a,
.article-container .acticle-content p,
.article-container .acticle-content span {
    overflow: unset;
    -o-text-overflow: unset;
    text-overflow: unset;
}

.article-container .acticle-content img {
}

.list_title p a:hover {
    color: #FFF !important;
}

@media (max-width: 1024px) {
    .banner img {
        height: 180px;
        margin-top: 55px;
    }

    .list_title {
        position: relative;
    }

    .list_title p {
    }

    .list_title p a {
        color: #FFF;
        display: block;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAeUlEQVQ4T2NkoDJgpLJ5DAQN/P//vwPQ0v1Qix0ZGRkP4HPEqIGYoTN4whDqkv9YYtAAKDYBKl4ApC9gi2Vg7B8EicNjGWggNsOITqZAA8Fm0dRAUALGBkBe7odKFOLxMjjBjybswZywcSU4qmc9olM2VCHBZEOqgQAUj1EVPb0dqQAAAABJRU5ErkJggg==") no-repeat 97% center;
    }

    .list_title p a:hover {
        color: #FFF !important;
    }

    .list_title.unfold {
        border-radius: 3px 3px 0 0 !important;
    }

    .list_title.unfold p a {
        display: block;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPUlEQVQ4T2NkoDJgpLJ5DKMGUh6iIzUM////fwAYevYUhuBBRkZGB3AYUt1ACl2Gon2kxvJoGFIUAlRPNgCxdgoVOK3tfgAAAABJRU5ErkJggg==") no-repeat 97% center;
    }

    .channel_list .list {
        border: 1px solid #E1E1E1;
        border-top-width: 0;
        border-radius: 0 0 3px 3px;
        display: none;
    }

    .article-container .acticle-content {
        margin: 20px auto 0;
    }

    .article-container .acticle-content .table-wrapper {
        overflow-x: auto;
    }

    .article-container .acticle-content img {
        height: auto;
    }

    .article-container .body-articleDetail .title-left > span:nth-child(1) {
        font-size: 22px;
    }

    .container {
        width: 100%;
        margin-top: 8px;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .container .main-left {
        width: 100%;
        background: transparent;
        border: none;
    }

    .container .main-left .list_title {
        line-height: 40px;
        height: 40px;
        background-color: #943b2a;
        border: 1px solid #943b2a;
        border-right: 1px solid #943b2a;
        border-radius: 3px;
    }

    .container .main-right .title-left {
        margin-left: 5px;
    }

    .container .main-right .title-right {
        margin-right: 5px;
    }

    .container .main-right {
        width: 100%;
    }

    .container .main-right .acticle-list .article-title {
        width: 65%;
    }

    .container .main-right .acticle-list .article-msg {
        padding-right: 15px;
    }

    .search-bar {
        position: fixed;
        top: 55px;
        left: 0;
        right: 0;
        background: #F3F3F3;
    }

    .search-input {
        width: 100%;
        margin: 5px 0;
    }

    .search-input input {
        flex: 1;
    }

    .search-input button {
        margin-right: 20px;
    }

    .page-item-select select {
        padding: 4px 12px;
        border-color: #ddd;
        border-radius: 3px;
    }

    .page-item {
        display: none;
    }

    .page-item.previous, .page-item-select, .page-item.next {
        display: block;
        margin: 0 4px;
    }
}

@media (max-width: 960px) {
    .banner img {
        height: 150px;
    }
}

@media (max-width: 640px) {
    .banner img {
        height: 130px;
    }

    .container .main-right .acticle-list .article-title {
        width: 60%;
    }

    .container .main-right .acticle-list .article-msg {
        width: 30%;
    }

    .acticle-content .audio-content {
        width: 100% !important;
    }

    .acticle-content .audiojs {
        width: 100%;
        display: flex;
    }

    .acticle-content .audiojs .play-pause {
        float: none;
        flex: 0 0 25px;
    }

    .acticle-content .audiojs .scrubber {
        float: none;
        flex: 1;
    }

    .acticle-content .audiojs .time {
        float: none;
    }
}

@media (max-width: 500px) {
    .banner img {
        height: 110px;
    }

    .container .main-right .acticle-list .article-title {
        width: 45%;
    }

    .container .main-right .acticle-list .article-msg {
        width: 45%;
    }
}