*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
    margin: 0;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
img {
    border: none;
    vertical-align: middle;
}

.center{
    width: 1200px;
    margin: 0 auto;
}

/*头部*/
.head{
    width: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}


/*头条标题*/
.tthead{
    position: relative;
    margin-bottom: 30px;
}
.tthead i{
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -52px;
    width: 84px;
    height: 100%;
    float: left;
}
.ttheadTitle{
    width: 1100px;
    float: right;
}
.ttheadTitle h1{
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
}
.ttheadTitle p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #888;
}


/*轮播图*/
.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 .swiper-pagination{
    bottom: 13px;
    left: auto;
    right: 5px;
    width: auto;
}
.swiper .swiper-slide p{
    background-color: rgba(10,10,10,0.5);
    height: 50px;
    text-align: left;
    text-indent: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    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: 10px;
    height: 10px;
    background: #ceced0;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}
.mySwiper{width: 770px;height: 500px}


/*头条内容*/
.ttLeft{
    float: left;
}
.ttRight{
    width: 430px;
    float: left;
    padding: 30px 0 0 0;
    height: 470px;
    background: url(xTt_bg2.png) left top no-repeat;
    position: relative;
    background-size: 430px 500px;
}
.ttRight li{
    overflow: hidden;
    padding-left: 20px;
    padding-top: 24px;
    padding-right: 35px;
    width: 375px;
    height: 70px;
    zoom: 1;
}
.ttRight li:hover{
    background-color: #ebe6e0;
}

.ttRight li span{
    float: left;
    width: 40px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #ababab;
    font-size: 26px;
    font-weight: bold;
    background: url(num_bg.png) center no-repeat;
}
.ttRight li p{
    float: left;
    width: 310px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #777;
    max-width: 100%;
    max-height: 100%;
}
.ttRight li p a{
    color: #777;
}



/*多彩咸宁*/
.dcxn .dzxn .shxc{
    margin-top: 30px;
}
.white {
    color: white;
    background: url(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: #ebe6e0;
    float: left;
    margin-top: -13px;

    color: #777;
}
.white i{
    background: url(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;
}

/*轮播图一次显示多个图片*/
.mySwiper2{
    height: 450px;
}
.mySwiper2 .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fffafa;
    display: block;
    -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;
}
.mySwiper2 .swiper-slide .slideImg{
    width: 100%;
    height: 180px;
}
.mySwiper2 .swiper-slide .slideCon{
    width: 100%;
    margin-top: 30px;
}
.mySwiper2 .swiper-slide .slideCon a{
    font-size: 20px;
    font-weight: bold;
}
.mySwiper2 .swiper-slide .slideCon p{
    background: none;
    position: unset;
    color: #000;
    height: auto;
    line-height: 30px;
    width: 90%;
    margin: 20px auto 0;
}


/*点赞咸宁*/
.main2_bg{
    height: 506px;
    background: url(main2-bg.jpg) center top repeat-y;
    margin-top: 20px;
}
.main1400 {
    width: 1400px;
    margin: 0 auto;
}
.ywsd_left {
    width: 570px;
    float: left;
}
.ywsd_title {
    font-size: 24px;
    font-weight: bold;
    color: #ba1b21;
    padding-top: 20px;
}
ul.ywsd {
    padding-top: 20px;
}
ul.ywsd li {
    font-size: 18px;
}
ul.ywsd li a {
    display: block;
    background: url(ywsd-icon.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
    height: 46px;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: transform .1s linear;
}
ul.ywsd + ul.ywsd {
    border-top: 1px dotted #cac0ba;
    margin-top: 16px;
}
ul.ywsd {
    padding-top: 20px;
}

.video_row {
    width: 798px;
    float: right;
    margin-right: 2px;
}
.video_title {
    padding-left: 18px;
}
.ywsd_title {
    font-size: 24px;
    font-weight: bold;
    color: #ba1b21;
    padding-top: 20px;
}
.video_content {
    width: 798px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.video_content .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.video_content .bd li {
    zoom: 1;
    position: relative;
}
.video_content .bd li {
    zoom: 1;
    position: relative;
}
.video_content b{
    display: block;
    width: 700px;
    height: 400px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.video_content i {
    display: block;
    width: 94px;
    height: 94px;
    position: absolute;
    left: 313px;
    top: 152px;
    z-index: 3;
}
.video_content p {
    width: 650px;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px;
}
.video_content .bd span img {
    width: 700px;
    height: 400px;
    display: block;
}


/*诗画香城*/
.jmtp {
    width: 1200px;
    height: 460px;
    float: left;
    margin: 30px 0 0 0;
}
.jm_left {
    width: 552px;
    height: 460px;
    float: left;
    position: relative;
}
.jme {
    width: 552px;
    height: 460px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.jm_nav {
    width: 552px;
    height: 40px;
    float: left;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.jm_nav a {
    color: #fff;
}

.jm_right {
    width: 648px;
    height: 460px;
    float: left;
}
.ybtj {
    width: 315px;
    height: 225px;
    float: left;
    margin: 0 0 10px 9px;
    position: relative;
}
.yb_pic {
    width: 315px;
    height: 225px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.short {
    width: 315px;
}
.jm_left .jme img{
    width: 552px;
    height: 460px;
}
.ybtj .yb_pic img{
    width: 315px;
    height: 225px;
}


/*底部*/
.footer {
    margin-top: 50px;
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
}