a:hover{
    text-decoration: none;
}
/*头部*/
.header{
    height: 480px;
    position: relative;
}
.banner{
    height: 100%;
}
.banner-img{
    height: 100%;
    /* background: url("../img/index/banner1.png") no-repeat center; */
    background-size: cover;
}
.banner-title{
    position: absolute;
    right: 0;
    top: 40%;
    bottom: 0;
    left: 35%;
    color: #fff;
    text-align: center;
}
.banner-title p:first-of-type{
    font: 70px kaiti;
}
.banner-title span{
    display: block;
    width: 50%;
    border-bottom: 1px solid #ffb901;
    margin: 0 auto 20px;
}
.banner-title p:last-of-type{
    font: 30px kaiti;
    margin-bottom: 40px;
}
.header .btn-warning{
    background: #FFB901;
    border-color: #FFB901;
    transition: .3s;
    -moz-transition: .3s;
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    color: #707070;
}
.btn-warning:hover{
    background: transparent !important;
    color: #fff;
}

@media all and (min-width: 992px) and (max-width: 1200px){
    .header{
        height: 460px;
    }
    .banner-title p:first-of-type{
        font: 50px kaiti;
    }
    .banner-title span{
        display: block;
        width: 50%;
        border-bottom: 1px solid #ffb901;
        margin: 0 auto 20px;
    }
    .banner-title p:last-of-type{
        font: 20px kaiti;
        margin-bottom: 40px;
    }
    .header .btn-warning{
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px){
    .header{
        height: 360px;
    }
    .banner-title p:first-of-type{
        font: 40px kaiti;
    }
    .banner-title span{
        display: block;
        width: 50%;
        border-bottom: 1px solid #ffb901;
        margin: 0 auto 20px;
    }
    .banner-title p:last-of-type{
        font: 20px kaiti;
        margin-bottom: 30px;
    }
    .header .btn-warning{
        width: 100px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
}
@media all and  (max-width: 768px) and (min-width: 481px) {
    .header{
        height: 360px;
    }
    .banner-title p:first-of-type{
        font: 40px kaiti;
    }
    .banner-title span{
        display: block;
        width: 50%;
        border-bottom: 1px solid #ffb901;
        margin: 0 auto 20px;
    }
    .banner-title p:last-of-type{
        font: 20px kaiti;
        margin-bottom: 30px;
    }
    .header .btn-warning{
        width: 100px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
}
@media all and  (max-width: 480px) and (min-width: 320px) {
    .header{
        height: 360px;
    }
    .banner-title p:first-of-type{
        font: 24px kaiti;
    }
    .banner-title span{
        display: block;
        width: 50%;
        border-bottom: 1px solid #ffb901;
        margin: 0 auto 10px;
    }
    .banner-title p:last-of-type{
        font: 14px kaiti;
        margin-bottom: 30px;
    }
    .header .btn-warning{
        width: 75px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}
@media all and (max-width: 430px) and (min-width: 320px) {
    .header{
        height: 250px;
    }
    .banner-title{
        top: 90px;
        left: 35%;
        color: #fff;
        text-align: center;
    }
}


/*秦腔新闻,秦腔名家,秦腔视频*/
.index-content-title{
    height: 80px;
    background: #565960;
    position: relative;
    color: #fff;
}
.index-content-title h2{
    margin: 0;
    height: 80px;
}
.news-img{
    display: inline-block;
    width: 82px;
    height: 80px;
    background: #FFB901;
    text-align: center;
    margin-right: 30px;
}
.title-cn,.title-en{
    display: block;
}
.title-cn{
    margin-top: 10px;
}
.title-en{
    font-size: 18px;
    /* letter-spacing: 5px; */
    margin-top: 10px;
}
.index-content-title small{
    color: #565960;
    background: #FFB901;
    width: 112px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
}

@media all and  (max-width: 1200px)  and (min-width: 320px){
    .index-content-title{
        height: 50px;
        background: #565960;
        position: relative;
        color: #fff;
    }
    .index-content-title h2{
        margin: 0;
        height: 50px;
    }
    .news-img{
        width: 52px;
        height: 50px;
        margin-right: 20px;
    }
    .news-img img{
        height: 100%;
    }
    .title-cn,.title-en{
        display: block;
    }
    .title-cn{
        font-size: 16px;
        margin-top: 5px;
    }
    .title-en{
        font-size: 14px;
        margin-top: 5px;
        /* letter-spacing: 5px; */
    }
    .index-content-title small{
        color: #565960;
        background: #FFB901;
        width: 82px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
    }
}



/*秦腔新闻*/
.news-content p{
    margin: 0;
}
.news-left p:first-of-type{
    height: 125px;
}
.news-left p:first-of-type img{
    position: relative;
    top:50px;
}
.news-left h3{
    width: 80%;
    margin: 0 auto;
    border-top: 2px solid #000;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}
.news-left p:last-of-type{
    color: #717171;
}
.news-right{
    padding: 0;
}
.news-right>div{
    margin-top: 20px;
    padding: 10px 0 10px 15px;
}
.news-right h3{
    font-size: 16px;
}
.news-right img{
    width: 80%;
    height: 100%;
}
.line{
    height: 4px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.line span{
    display: inline-block;
    width: 60%;
    height: 3px;
    background: #FFB901;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 3px;
}
.thumbnail{
    border: none !important;
    margin: 0 auto;
    padding: 0;
}
.news-right .thumbnail>.thumbnail-news-img{
    width: 100%;
    height: 117px;
    text-align: center;
    margin: 0 auto;
}
.thumbnail-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.thumbnail .caption{
    padding: 0 !important;
    width: 80%;
    margin: 0 auto;
}
.thumbnail .caption h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.hot-news{
    padding: 20px 0;
    background: #efefef;
    margin-bottom: 25px;
    height: 225px;
}
.hot-news .media>a>div{
    width: 100%;
    height: 100%;
}
.hot-news .media-left img{
    height: 185px;
}
.hot-news .media-body{
    padding: 15px;
    color: #000000;
    line-height: 30px;
}
.hot-news .media-heading{
    font-weight: bold;
}
.hot-news .media-body p{
    color: #606060;
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    /* letter-spacing: 2px; */
    padding-right:  10px;
    margin-top: 15px;
}
@media all and (min-width:769px) and (max-width:991px){
    .news-right .thumbnail>.thumbnail-news-img{
        height: 207px;
    }
}
@media all and (max-width: 992px)  and (min-width: 320px) {
    .hot-news{
        padding: 20px 0;
        height: 200px;
    }
    .hot-news .media{
        height: 150px;
    }
    .hot-news .media-left{
        height: 130px;
        margin-top: 5px;
    }
    .hot-news .media-left img{
        height: 130px;
        vertical-align: middle;
    }
    .hot-news .media-body{
        padding: 15px;
        color: #000000;
        line-height: 20px;
        vertical-align: middle;
    }
    .hot-news .media-heading{
        font-weight: bold;
        font-size: 16px;
    }
    .hot-news .media-body{
        height: 100px;
        overflow: hidden;
    }
    .hot-news .media-body p{
        line-height: 20px;
        font-size: 14px;
        padding-right:  5px;
        margin-top: 10px;
    }
    .news-right img{
        width: 90%;
    }
    .thumbnail .caption{
        width: 90%;
        margin: 0 auto;
    }
}

@media all and (max-width: 768px) and (min-width: 320px) {
    .news-right .thumbnail>.thumbnail-news-img{
        height: 250px;
    }
    .hot-news{
        height: 150px;
    }
    .hot-news .media .media-object{
        height: 80px;
    }
    .hot-news .media-body{
        height: 50px;
    }
    .hot-news .media-heading{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .hot-news .media-body p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/*秦腔名家*/
.famous-content{
    margin-top: 20px;
}
.famous-content .thumbnail{
    padding: 0;
}
.thumbnail>.thumbnail-img{
    width: 100%;
    height: 100%;
    text-align: center;
}
.famous-content a{
    color:#000 !important;
}
.famous-show a img{
    width: 80%;
    height: 100%;
}
.famous-content .thumbnail-title{
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.famous-des{
    color: #646464;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.more .btn{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ffb900;
    border-radius: 20px;
}
@media all and (min-width:768px) and (max-width:1199px){
    .famous-show>div{
        height: 310px;
    }
}

@media all and (min-width:320px) and (max-width:480px){
    .famous-show h3{
        font-size: 16px;
    }
}


/*秦腔视频*/
.video-content{
    margin-top: 25px;
}

.video-item{
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.video-img{
    width: 100%;
    position: relative;
}
.video-img>div{
    width: 100%;
    height: 180px;
}
.video-img span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #e0e0e0;
    transition: .4s;
    opacity: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.video-item:hover .video-img span{
    opacity: 0;
}
.video-item:hover .video-text{
    opacity: 1;
}
.video-text{
    position: absolute;
    top: 0;
    left: 29px;
    right: 29px;
    bottom: 0;
    padding: 30px 30px 30px 30px;
    background: rgba(0,0,0,.3);
    transition: .4s;
    opacity: 0;
}
.video-text>div{
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.video-text span{
    color: #fff;
}
.play{
    color: #FFB901 !important;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.play i{
    margin-left: 3px;
}
@media all and (min-width: 992px) and (max-width: 1199px){
    .video-img>div{
        width: 100%;
        height: 180px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .video-img span{
        left: 7%;
        right: 7%;
    }
    .video-text{
        left: 39px;
        right: 39px;
    }
}


/*  */

.index-famous{
	
}

.index-video
{
	
}
