*{
    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: 675px;
    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: #dc2a1c;
}
.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #976e50;
    margin: -10px 0 0 0;
}


/*动态*/
.part01_top{
    margin-top: 40px;
    overflow: hidden;
}
.part01_top .part01_topPic{
    width: 780px;
    height: 440px;
    float: left;
}
.part01_top .part01_topPic img{
    width: 100%;
    height: 440px;
    object-fit: contain;
}
.part01_top .text{
    width: 360px;
    height: 389px;
    padding: 50px 30px 0 30px;
    float: left;
    color: #fff5d8;
    background: linear-gradient(to bottom, rgba(254, 121, 63, 1) 0%, rgba(196, 3, 10, 1) 100%);
}
.part01_top .text h3{
    font-size: 24px;
    font-weight: bolder;
    color: #fff5d8;
    line-height: 36px;
}

.part01_top .text h3 a {
    color: #fff5d8;
}

.part01_top .text p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.part01_top .text span {
    border: 1px solid #fff;
    color: #fff5d8;
    font-size: 14px;
    padding: 5px;
    margin-top: 20px;
}

.part01_top .text span a {
    color: #fff5d8;
}

/*轮播图*/
.ywdt{margin-top: 30px}
.mySwiper .swiper-pagination-bullet {
    margin-right: 5px;
    margin-left: 5px;
    opacity: 1;
    border: 1px solid #d71120;
    background: #fff;
    width: 14px;
    height: 14px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.mySwiper .swiper-pagination-bullet-active {
    width: 50px;
    background: #d71120;
}

.ttLeft .swiper-button-prev {
    display: block;
    position: absolute;
    left: -50px;
    top: 180px;
    margin-top: 0;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-color: #e62523;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    background-size: 12px;
    background-position: 20px;
}

.ttLeft .swiper-button-next {
    display: block;
    position: absolute;
    right: -50px;
    top: 180px;
    margin-top: 0;
    width: 34px;
    height: 76px;
    z-index: 2;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-color: #e62523;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    background-size: 12px;
    background-position: 20px;
}

.mySwiper .swiper-container {
    width: 100%;
    height: 420px;
}

.mySwiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mySwiper .swiper-slide .slide-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    height: 350px;
    background-image: url("//www.news.cn/zt/xzgcl75zn/images/xhft-tit-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 90%;
    -moz-background-size: 100% 90%;
    background-size: 100% 90%;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}

.mySwiper .swiper-slide .img {
    overflow: hidden;
    display: block;
    width: 86%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.mySwiper .swiper-slide .img img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: auto;
}

.mySwiper .swiper-slide .txt {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mySwiper .swiper-slide .txt .tit {
    font-size: 26px;
    color: #fff4c1;
    font-weight: bold;
    line-height: 1.5;
}

.mySwiper .swiper-slide .txt .tit a {
    color: #fff4c1;
}

.mySwiper .swiper-slide .txt .job {
    font-size: 14px;
    color: #fff4c1;
    line-height: 1.5;
    margin-top: 10px;
}

.mySwiper .swiper-slide .txt .job a {
    color: #fff4c1;
}

.mySwiper .swiper-slide .txt .abs {
    font-size: 17px;
    color: #fff4c1;
    margin-top: 10px;
    line-height: 1.2;
}

.mySwiper .swiper-slide .txt .abs a {
    color: #fff4c1;
}

.mySwiper .swiper-slide .txt .more {
    font-size: 14px;
    color: #bd2b26;
    line-height: 20px;
    background-color: #f0cd6a;
    width: 76px;
    height: 20px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    bottom: 15px;
}

.mySwiper .swiper-slide .txt .more a {
    color: #bd2b26;
}


/*习俗*/
.white {
    color: white;
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/tt_02.png) repeat-x;
    height: 48px;
    width: 1200px;
    margin: 100px auto 20px;
    position: relative;
    z-index: 100;

}
.white em {
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    background: #a01a16;
    float: left;
    margin-top: -13px;

    color: #fff;
}
.white i{
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/tt_01.png) no-repeat;
    width: 13px;
    height: 48px;
    display: block;
    float: left;
    margin-top: -13px;
}
.white a span{
    opacity: 0.1;
    font-style: oblique;
    font-size: 20px;
}
