*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
.center{
    width: 1200px;
    margin: 0 auto;
}

.head1200{
    margin-top: 10px;
}
.head1200 img{
    width: 1200px;
    height: 571px;
    border-radius: 10px;
}



/*头条*/
.headlines-content{
    margin-top: 30px;
    margin-bottom: 30px;
}
.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
    top: -15px;
}
.headlines-content h1 a {
    color: #be1721;
}
.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #976e50;
    margin: -10px 0 0 0;
}


/*轮播图*/
.swiper {
    width: 100%;
    height: 100%;
    float: left;
}
.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;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity: 0}
.swiper-button-next, .swiper-button-prev{
    opacity: 0;
    transition: all .5s;
}
.swiper:hover .swiper-button-next{
    opacity: 1;
}
.swiper:hover .swiper-button-prev{
    opacity: 1;
}
.swiper-pagination{bottom: 5px !important;}
.swiper .swiper-slide p{
    background-color: rgba(10,10,10,0.5);
    height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #fff;
}
.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}

.mySwiper{width: 700px;height: 450px;position: relative;}


/*头条要闻*/
.ttRight{
    float: right;
    width: 448px;
}
.ttRight ul li{
    height: 63px;
    display: flex;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 8px;
    text-align: justify;
}
.ttRight ul li:hover{
    background-color: #ca0b13;
    color: #FFFFFF;
}
.ttRight ul li:hover a{
    color: #fff;
}


/*习俗*/
.yxxs{
    background-color: rgb(254,223,192);
    padding: 20px 0;
}
.chaName{
    text-align: center;
}
.slideBox{
    margin-top: 30px;
}
.slideBox .hd{


}
.slideBox .hd li{
    float: left;
    width: 20%;
    height: 300px;
    line-height: 240px;
    writing-mode: tb-rl;
    text-indent: 2.5em;
    color: #fff;
    font-size: 22px;
    background: url(bg_lantern.png) center 0 no-repeat;
    cursor: pointer;
}
.slideBox .hd .on{
    background: url(bg_lantern_cur.png) center -8px no-repeat;
    color: #222;
}
.slideBox .bd{
    clear: both;
}
.slideBox .bd ul{
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}

@media screen and (max-width: 767px) {
    .center{
        width: 100%;
    }
    .head1200 img{
        width: 100%;
        height: auto;
    }
    .headlines-list {
        width: 100%;
        margin-top: 30px;
    }
    .headlines-list-right,.headlines-list-left{
        width: 100%;
    }
}