
.main .main-left {
    width: 1000px;
    margin:0 auto 0 auto;
}

.nextpage{ display: none;}
.btn-audio{ display:none;}
.main #detail p {
    text-align: justify;
}

.main{
    position: relative;
}
.main-bar{   
    position: fixed;
    left: 50%;
    top: 240px;
    margin-left: -800px;
    width: 163px;
}
.main-bar-content{
    height: 440px;    
    box-sizing: border-box;
    padding: 20px 5px 30px;
    background: url(//www.news.cn//detail2024/images/cjgc_bg.jpg) 0 0 repeat-y;
}



.main-bar-content .swiper-container {
    width: 100%;
    height: 100%;
}
.main-bar-content{
    position: relative;
}
.main-bar-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.main-bar-content .swiper-slide img {
    width: 140px;
    height: 80px;
}

.main-bar-content .bar-title a {
    font-size: 14px;
}
.main-bar-content .swiper-button-prev{
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: 20px;
    bottom: auto;
    background: url(//www.news.cn//detail2024/images/arrow-top.png) 50% 0 no-repeat;

}
.main-bar-content .swiper-button-next{
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 20px;
    background: url(//www.news.cn//detail2024/images/arrow-down.png) 50% 0 no-repeat;

}



@media screen and (max-width: 767px) {
   
    .main .main-left{
        width: 100%;
        margin: 0 auto;
    }  

    .main-bar{
        position: static;
        left: 0;
        top: 10px;
        width: 100%;
        
        border: 1px solid #f8f8f8;
        border-radius: 10px;
        margin: 0;
    }
    .main-bar-content{
        height: auto;    
        box-sizing: border-box;
        padding: 20px 0;
        /* background: url(//www.news.cn//detail2024/images/cjgc_bg.jpg) 0 0 repeat-y; */
    }
    
    .main-bar-content .swiper-container {
        width: 100%;
        height: 100%;
    }
    .main-bar-content{
        position: relative;
    }
    .main-bar-content .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
    
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;

        padding: 0 30px;
        box-sizing: border-box;
    }
    .main-bar-content .swiper-slide img {
        width: 140px;
        height: 80px;
        margin-right: 15px;
    }
    .main-bar-content .bar-title{
      flex: 1;
    }
    .main-bar-content .bar-title a {
        font-size: 14px;
    }
    .main-bar-content .swiper-button-prev{
        position: absolute;
        width: 25px;
        height: 46px;
        left: 0;
        top: 50%;
        bottom: auto;
        background: url(http://www.news.cn/detail2024/images/arrow-left.png) 0 0 no-repeat;
        background-size: 100% 100%;
        z-index: 10;
    
    }
    .main-bar-content .swiper-button-next{
        position: absolute;
        left: auto;
        right: 0;
        top: 50%;
        bottom: 0px;
        width: 25px;
        height: 46px;
        background: url(http://www.news.cn/detail2024/images/arrow-right.png) 0 0 no-repeat;
        background-size: 100% 100%;
        z-index: 10;    
    }
    .main-bar-top img{
        width: 100%;
        height: auto;
    }
    
}