body {
    background-color: #f5f5f5;
}

header {
    position: relative;
    height: 80px;
    background: url(../images/menu_bg.png) repeat-x 0 0 / auto 100%;
}

header .navbar-light {
    height: 80px;
    background: url(../images/menu_bg2.png) no-repeat 50% 50% / auto 100%;
}

.logo {
    padding: 5px;
}

.logo img {
    height: 60px;
}

.navbar-light .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fea;
    padding-left: 0;
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: 5px solid #fff;
}

.navbar-toggler {
    background-color: transparent;
    border:0 none;
}

.navbar-toggler i{
    display:block;
    width:20px;height:2px;
    background-color: #fea;
}
.navbar-toggler i:nth-child(2){
    margin:5px 0;
}
.search-icon {
    margin-left: 20px;
}

.search-icon a {
    color: #fea;
    text-decoration: none;
}

.search-icon .iconfont {
    font-size: 18px;
}

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #fff;
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px 20px;
    }
    .navbar-light .navbar-nav .nav-link{
        color:#333;
    }
    .navbar-light .navbar-nav .nav-link.active{
        color:#333;
        font-weight:bold;
        border: 0 none;
    }

    .navbar-brand{
        display:block;
        text-align: center;
    }

    .navbar-collapse{
        position: absolute;
        top:80px;
        left:0;
        width:50%;
        box-shadow: 0 0 10px rgba(0,0,0,.15)
    }
    .logo img{
        height:50px;
    }
}

.txt-list {
    margin: 0;
    padding: 10px 20px;
}

.txt-list li {
    padding: 3px 0 4px;
    list-style: none;
    font-size: 14px;
}

.txt-list li span {
    float: right;
    padding-top: 2px;
    font-size: 12px;
    color: #aaa;
}

.txt-list li a {
    display: inline-block;
    width: 80%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.img-txt-list {
    margin: 0;
    padding: 10px 20px;
}

.img-txt-list li {
    list-style: none;
    font-size: 14px;
}

.img-txt-list li a {
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #f3f2f1;
    text-decoration: none;
    overflow: hidden;
}

.img-txt-list li:last-child a {
    border: 0 none;
}

.img-txt-list li img {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.img-txt-list li h3 {
    margin: 0;
    padding: 3px 0;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.img-txt-list li p {
    font-size: 10px;
    color: #999;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block {
    background-color: #900;
}

.block1 {
    margin-top: 80px;
    padding-top: 20px;
}

.block1 .box {
    margin-left: -5px;
    margin-right: -5px;
}

.slide {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
}

.slide .img img {
    vertical-align: middle;
    width: 100%;
}

.slide .txt {
    height: 45px;
    text-align: center;
    background-color: #fff;
}

.slide .txt h4 {
    font-size: 16px;
    line-height: 45px;
}

.slide .txt h4 a {
    color: #333;
}


.hundred {
    margin-bottom: 20px;
    height: 306px;
    background: #fff url(../images/bg_col_title.png) no-repeat 100% 0;
}

.hundred .tt {
    padding: 20px 30px 10px;
}

.hundred .tt h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #c01;
}

.hundred .ct {
    padding: 0 10px;
}

.hundred li:first-child{
    font-weight: bold;
    font-size: 18px;
}
.hundred li:first-child a{
    color:#900;
}
.hundred li:first-child span{
    display:none;
}
.topics {
    margin-bottom: 20px;
    background-color: #fff;
    height: 306px;
}


.block2 {
    background-color: #900;
}

.block2 .item {
    position: relative;
    background: #d7322d url(../images/bg_col_item.png) no-repeat;
    margin: 0 -5px 20px;
    overflow: hidden;
}

.block2 .item a {
    position: relative;
    z-index: 2;
    display: block;
    height: 110px;
    color: #fff;
    border: 1px solid #ff5842;
    text-decoration: none;
}

.block2 .item a:before, .block2 .item a:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}

.block2 .item a:before {
    border: 6px dashed #94101d;
    z-index: 3;
}

.block2 .item a:after {
    border: 5px solid #c71715;
    z-index: 4;
}

.block2 .item i {
    display: block;
    margin-right: 5px;
    float: left;
    font-size: 42px;
    line-height: 1;
    color: #fea;
}

.block2 .item h4 {
    margin: 30px 0 4px 100px;
    font-size: 16px;
    font-weight: bold;
}

.block2 .item p {
    margin: 0 0 0 100px;
    font-size: 12px;
}

.block2 .item .qr {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    padding: 8px 7px 26px 7px;
    background: url(../images/bg_qr.png) no-repeat 0 0 / 90% auto;
    /*opacity: 0;*/
    /*transition: all .5s;*/
}

.block2 .item .qr img {
    width: 40px;
}


footer {
    padding: 20px 0;
    background: #7c1618;
}

footer p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #fbe8a6b3;
}

footer .foot-logo {
    max-height: 40px;
    margin-right: 20px;
}

footer a {
    color: #fbe8a6b3;
}

footer a:hover {
    color: #fbe8a6b3;
}

.position {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.position a {
    color: #666;
}

.bread-wrap {
    margin-bottom: 20px;
    background: #fff url(../images/bg_col_title.png) no-repeat 100% 0;
    padding: 10px;
}

.bread-wrap .icon {
    float: left;
    margin-right: 10px;
}

.bread-wrap i {

    font-size: 34px;
}

.bread-wrap .tit {
    font-size: 18px;
    font-weight: 700;
}

.bread-wrap .txt {
    color: #999;
    font-size: 14px;
}

.list-wrap {
    margin-top: 100px;
    margin-bottom: 20px;
    min-height: 82vh;
}

.audio-list {
    margin: 0;
    padding: 0 15px;
    position: relative;
    background-color: #e2c594;
}

.audio-list .item {
    text-align: center;
    position: relative;
    margin: 0 -15px;
    padding: 30px 0 15px 0;
    z-index: 106;
    list-style: none;
}

.audio-list:before, .audio-list .item:before {
    content: "";
    height: 10px;
    background-color: #f3e4a3;
    background-image: linear-gradient(#f3e4a3, #f2d4a5);
    display: block;
    border-top: 0.013333rem solid #fff5c9;
    border-bottom: 0.013333rem solid #e7c9a2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 105;
}

.audio-list:after, .audio-list .item:after {
    content: "";
    height: 12px;
    background-color: #e6cc8b;
    background-image: linear-gradient(#b08b52, #e6cc8b);
    display: block;
    border-top: 0.013333rem solid #97723a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 105;
}

.audio-list .item a, .detail-info .item a {
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 0.2rem rgb(112 67 18 / 90%);
    width: 180px;
    height: 240px;
    position: relative;
    z-index: 106;
    bottom: 0;
    transition: all .3s ease;
}

.audio-list .item a span, .detail-info .item a span {
    display: block;
}

.audio-list .item a .img, .detail-info .item a .img {
    width: 180px;
    height: 100px;
}

.audio-list .item a img, .detail-info .item a img {
    width: 100%;
    height: 100px;
}

.audio-list .item a:before, .detail-info .item a:before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #0003;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 107;
    border-right: 1px solid #fff3;
}

.audio-list .item a i, .detail-info .item a i {
    border: 1px solid #fff9;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #00000080;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 15px;
    margin-top: 35%;
}

.audio-list .item a .txt, .detail-info .item a .txt {
    position: absolute;
    z-index: 106;
    left: 0;
    bottom: 0;
    padding: 10px 10px 10px 20px;
    background-color: #c01;
    background-image: linear-gradient(-45deg, #d01, #ff505f);
    color: #fff;
    text-align: left;
    font-size: 16px;
    height: 140px;
    width: 180px;
    font-weight: 700;
    overflow: hidden;
}

.audio-list .item a .date, .detail-info .item a .date {
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 108;
}

.audio-list .item a .date em, .detail-info .item a .date em {
    display: block;
    font-style: normal;
    text-align: right;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}

.audio-list .item a .date .day, .detail-info .item a .date .day {
    font-size: 24px;
}

.detail-wrap {
    margin-top: 100px;
    margin-bottom: 20px;
}

.detail-box {
    margin-bottom: 20px;
}

.detail-info {
    background: url(../images/bg_yinpin.png);
    padding: 30px;
}

.detail-info .title {
    margin-bottom: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.detail-info .name {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.detail-info .item {
    transform: scale(.8);
}

.detail-info .item.now {
    transform: scale(1);
}


.detail-player {
    background: #fff;
}

.player-control {
    padding: 30px;
}

.control-button {
    text-align: center;
}

.control-button span {
    display: inline-block;
    padding: 0 10px;
    color: #bd9c79;
}

.control-button span a {
    color: #bd9c79;
}

.control-button span:hover {
    color: #5d2e00;
}

.control-button .iconfont {
    font-size: 30px;
    cursor: pointer;
}

.control-button .disable .iconfont {
    opacity: .2;
}

.control-process {
    position: relative;
}

.control-process .audio-way {
    height: 3px;
    cursor: pointer;
    background-color: #ccc;
}

.control-process .audio-loading{
    position: relative;
    display:inline-block;
    vertical-align: top;
    min-width:10px;
    height:3px;
    background: #bd9c79;
}
.control-process .audio-radius {
    position: absolute;
    top:-4px;right:0;
    z-index: 1005;
    display: block;
    width: 10px;
    height: 10px;
    background: #bd9c79;
    border-radius: 100%;
    cursor: pointer;
}

.control-process .audio-time, .control-process .audio-all {
    line-height: 2;
    font-style: normal;
    color: #666;
}

.control-process .audio-time {
    float: left;
}

.control-process .audio-all {
    float: right;
}


.side-box {
    background-color: #fff;
    margin-bottom: 20px;
}

.side-box .tit {
    padding: 20px 20px 0;
}

.side-box .tit h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #c01 !important;
}

#pause_it {
    display: none;
}

.no-data {
    background: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 285px;
}

.search-wrap {
    margin-top: 100px;
    margin-bottom: 20px;
    min-height: 85vh;
}
.search-form {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(76 86 114 / 12%);
}

.search-box {
    display: flex;
    margin: 0 20%;
}

.search-box .ipt {
    flex: 0 0 90%;
}

.search-box .ipt input {
    width: 100%;
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
    border: 1px solid #ddd;
    border-right: none;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 0 0 5px !important;
    background-color: #fff;
}

.search-box .ipt input:focus {
    outline: none;
}

.search-box .but {
    flex: 0 0 10%;
}

.search-box .but button {
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0 !important;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #c01;
    background-color: #c01;
    border-radius: 0 5px 5px 0 !important;
    line-height: 38px;
    cursor: pointer;
}
@media(max-width:767px){
    .search-form{
        padding:50px 5%;
    }
    .search-box{
        margin:0;
    }
}


.search-tabs {
    margin-top: 50px;
    padding: 20px 20px 10px;
    background-color: #fff;
    border: 1px solid #eee;
}

.search-tabs a {
    display: inline-block;
    padding: 0 10px;
    color: #666;
}

.search-tabs i {
    font-size: 16px;
    line-height: 1;
}

.search-tabs .now {
    background: #0000 !important;
    border-bottom: 4px solid #c01;
    color: #c01;
    border-radius: 0 !important;
}

.search-list {
}

.search-list .item {
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    border: solid #eee;
    border-width: 0 1px 1px;
}

.search-list .item h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.search-list .item h2 a {
    color: #333;
}

.search-list .item .img {
    float: left;
    margin-right: 20px;
    width: 120px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
}

.search-list .item img {
    width: 100%;
}

.pagination {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
}

.page-link {
    color: #7c1618;
}

.pagination .active .page-link {
    background-color: #7c1618;
    border-color: #7c1618
}


.article-list {
}

.list-wp {
    padding: 50px;
    background-color: #fff;
}

.article-list .item {
    padding: 20px 0;
    border-bottom: 1px solid #f3f2f1;
}

.article-list .item a {
    display: block;
    font-size: 16px;
    text-align: right;
    text-decoration: none;
    color: #7c1618;
}

.article-list .item .txt {
    float: left;
}

.article-list .item .iconfont {
    font-size: 16px;
    margin-right: 10px;
}

.article-list .item .date {
    color: #999;
}

.side-wp {
    padding: 50px;
    background-color: #fff;
}

.article-detail {
    margin-top: 120px;
}

.detail-wp {
    background-color: #fff;
    padding: 50px;
}

.article-detail .title {
    text-align: center;
}

.article-detail .meta {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #f3f2f1;
}

.article-detail .meta span {
    margin: 0 20px;
}

.side-wp {
    background-color: #fff;
    padding: 20px 30px;
}
.side-wp ul{
    margin:0;
    padding:0;
}

.side-wp li {
    list-style: none;
    padding:10px 0;
}
.side-wp li a{
    color:#333;
}

.side-wp h2 {
    font-size: 24px;
}

.video-list{
    padding:50px;
    background-color: #fff;
}
.video-list a{
    text-decoration: none;
}
.video-list .img img{
    max-width:100%;
}
.video-list .txt{
    display:block;
    text-align: center;
    background-color: #f3f2f1;
    padding:10px;
}
.video-list .txt{
    color:#333;
}

.video-detail{
    background-color: #fff;
    padding:50px;
}
.video-detail h1{
    font-size:24px;
    text-align: center;
    margin-bottom:20px;
}



.float-menu {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 500
}

.float-menu-box {
    margin:0;padding:0;
    width: 50px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.15)
}

.float-menu-box div {
    margin:0;padding:0;
    position: relative;
    text-align: center;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.15)
}

.float-menu-box div a {
    display: block;
    padding: 8px 5px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background: rgba(255,255,255,.5);
    text-decoration: none;
    color:#333;
}

.float-menu-box div a i {
    font-size: 24px!important;
}
.float-menu-box div:first-child a i {
    line-height:1;
}

.float-menu-box div a:hover {
    background: rgba(0,0,0,.45);
    color: #fff
}

.float-menu-box div.fm0 {
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,.15)
}

.float-menu-box div.fm0 span {
    display:block;
    font-size: 16px;
    line-height:1;
}

.float-menu-box div.fm1,
.float-menu-box div.fm2,
.float-menu-box div.fm3{
    display:none;
}

.float-menu-box div.fm4 a {
    background: rgba(0,0,0,.45);
    color: #fff
}

.float-menu-box div.fm4 a i {
    font-size: 28px!important
}

.float-menu-box div.fm4 i.i2{
    display:none;
}

@media only screen and (max-width:959px) {
    .float-menu {
        position: fixed;
        right: 5px;
        bottom: 15px;
        z-index: 500
    }

    .float-menu-box {
        width: 50px;
        border-radius: .16rem;
        overflow: hidden;
        box-shadow: 0 0 .213333rem rgba(0,0,0,.15)
    }

    .float-menu-box li {
        position: relative;
        text-align: center
    }

    .float-menu-box li a {
        display: block;
        padding: .16rem .106667rem;
        width: 100%;
        height: 100%;
        font-size: .426667rem;
        background: hsla(0,0%,100%,.85)
    }

    .float-menu-box li a i {
        font-size: .586667rem!important
    }

    .float-menu-box li a:hover {
        background: rgba(0,0,0,.45);
        color: #fff
    }

    .float-menu-box li .mx-top {
        height: 1.333333rem;
        border-bottom: .026667rem solid rgba(0,0,0,.15)
    }

    .float-menu-box li .mx-top div {
        font-size: .32rem
    }

    .float-menu-box li.mx-crumbs a {
        background: rgba(0,0,0,.45);
        color: #fff
    }

    .float-menu-box li.mx-crumbs a i {
        font-size: .586667rem!important
    }
}