*{
    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: 610px;height: 350px}


/*头条内容*/
.ttLeft{
    float: left;
}
.ttRight{
    width: 560px;
    float: right;
}
.headlines-article-list {
    width: 560px;
    height: auto;
    overflow: hidden;
    float: right;
}

.headlines-article-list2 {
    line-height: 50px;
    border-bottom: 1px dashed #bfbfbf;
}
.headlines-article-list li:first-child{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.headlines-article-list li p {
    font-size: 16px;
    color: #888;
    text-align: left;
    text-indent: 2em;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px;
}
.headlines-article-list li p a {
    color: #2f88ff;
}

/*视频*/
.white {
    color: white;
    background: url(http://www.xianning.gov.cn//tpl/material/ztsc/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 a span {
    opacity: 0.1;
    font-style: oblique;
    font-size: 20px;
}
.white i {
    background: url(http://www.xianning.gov.cn//tpl/material/ztsc/tt_01.png) no-repeat;
    width: 13px;
    height: 48px;
    display: block;
    float: left;
    margin-top: -13px;
}

.sp{
    position: relative;
    width: 1180px;
    height: 530px;
    margin: 50px auto 0;
    background: #000;
    opacity: 0.8;
}
.pr{
    width: 1180px;
    height: 484px;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
}
.pr .videoLeft{
    width: 860px;
    height: 484px;

    position: relative;
    float: left;
}
.pr .videoLeft iframe{
    width: 860px;
    height: 484px;
}





.pr .listRight{
    width: 320px;
    height: 484px;
    float: left;
    position: relative;
    overflow: hidden;
}
.pr .listRight ul{
    padding-left: 20px;
}
.pr .listRight li{
    padding: 10px 6px;
    width: 273px;
    height: 73px;
    color: #666;
    margin-bottom: 3px;
    overflow: hidden;
    cursor: pointer;
}
.pr .listRight li .imgLeft{
    position: relative;
    float: left;
    width: 130px;
    height: 73px;
    margin-right: 10px;
}
.pr .listRight li .imgLeft .a-pic-playing{
    display: inline-block;
    width: 130px;
    height: 73px;
    position: absolute;
    left: -2px;
    top: -2px;
    border: 2px solid #f06000;
}
.pr .listRight li .imgLeft .a-pic-playing em{
    display: block;
    width: 67px;
    height: 20px;
    margin-top: 53px;
    background: url(ico.png) 0 -65px no-repeat;
}
.pr .listRight li .imgLeft a img{
    width: 130px;
    height: 73px;
    display: block;
}

.pr .listRight li .titleRight{
    float: left;
    width: 133px;
}
.pr .listRight li .titleRight .tiP{
    height: auto;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.pr .listRight li .titleRight .tiDate{
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 13px;
}


.playTitle{
    position: relative;
    width: 100%;
    z-index: 10;
    height: 53px;
}
.playTitle .titleC{
    width: auto;
    height: 47px;
    line-height: 47px;
    color: #aaa;
    font-size: 20px;
    padding: 0 0 0 20px;
}


/*评论解读*/
.pljd{
    position: relative;
    height: auto;
}
.pljd ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pljd ul li{
    width: 580px;
    height: 126px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
    margin-top: 26px;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
}
.pljd ul li i{
    position: absolute;
    width: 80px;
    height: 56px;
    left: -10px;
    top: -10px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
    background: url(bq3.png) left top no-repeat;
    padding-left: 32px;
    background-size: 40px;
}
.pljd ul li h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
}
.pljd ul li a:hover h3{
    color: #ef1c22;
}
.pljd ul li p{
    font-size: 16px;
    line-height: 1.8;
    color: #6d6d6d;
    margin-top: 6px;
    text-indent: 2em;
}

/*底部*/
.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin-top: 70px;
}
