*{
    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;
}


.gtt {
    width: 100%;
    min-height: 140px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 0 28px;
    background: url(tt_bg.jpg) top center no-repeat;
    background-size: auto 100%;
}
.m-tt{
    width: 1200px;
    margin: 0 auto;
}
.m-tt .u-img {
    float: left;
    width: 124px;
}
.m-tt dl {
    float: left;
    margin-left: 20px;
    width: 1056px;
}
.m-tt dl dt {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #a01a16;
    text-align: center;
}
.m-tt dl dt a {
    color: #a01a16;
}
.m-tt dl dd {
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
    color: #3f0607;
    margin-top: 8px;
}
.m-tt dl dd a {
    color: #a01a16;
}

/*要闻*/
.m-ywList{margin-top:8px;background:url(ywjj_line_bg.png) 34px 0 no-repeat;padding-top:45px;    width: 580px;float: left;}
.m-ywList .m-ywListCon{height:524px;padding-right:5px; overflow:hidden;}
.m-ywList .m-ywListCon ul li{zoom:1;margin-bottom:24px;}
.m-ywList .m-ywListCon ul li:after{content:"";display:block;clear:both;}
.m-ywList .m-ywListCon ul li .u-dateTips{width:50px;margin-top:2px;overflow:hidden;float:left;height:24px;line-height:24px;font-size:14px;background:url(ywjj_date_bg.png) 0 no-repeat;color:#ffd6c4;padding-left:6px;}
.m-ywList .m-ywListCon ul li dl{float:left;width:478px;margin-left:34px;}
.m-ywList .m-ywListCon ul li dl dt{font-size:22px;line-height:28px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:bold;color:#222;}
.m-ywList .m-ywListCon ul li dl dt a{color:#222;}
.m-ywList .m-ywListCon ul li dl dd{margin-top:10px;font-size:14px;line-height:24px;color:#555;max-height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}

/*轮播图*/
.lbt{
    float: right;
    margin-top: 35px;
}
.swiper {
    width: 100%;
    height: 100%;
    float: right;
}
.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}
@media screen and (max-width: 767px) {
    .mySwiper{width: 100%;}
}

/*小图*/
.smallpic {
    width: 610px;
    margin-top: 15px;
}
.smallpic .img1 {
    width: 296px;
    height: 170px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.smallpic .img1 img {
    width: 296px;
    height: 170px;
    overflow: hidden;
    display: inline-block;
}
.smallpic .img1 p{
    width: 296px;
    background: url(jdznq_1.png) center -5px repeat-x;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #FFF;
    padding: 0 10px;
}


/*评论解读&&人物访谈*/
.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: #a01a16;
    float: left;
    font-style: normal;
    margin-top: -13px;
    color: white;
}
.white i {
    background: url(tt_01.png) no-repeat;
    width: 13px;
    height: 48px;
    display: block;
    float: left;
    margin-top: -13px;
}
.plft>div{
    width: 48.5%;
}
.plft .white{
    width: 100%;
}
.pljd{
    width: 576px;
    float: left;
}
.rwft{
    width: 576px;
    float: right;
}

.headlines-article-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
}
.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-list2 {
    line-height: 50px;
    border-bottom: 1px dashed #bfbfbf;
}
.headlines-article-list2 a{
    font-size: 18px;
}


/*咸宁动态*/

.jmtp {
    width: 1200px;
    height: 460px;
    float: left;
    margin: 30px 0 0 0;
}
.jm_left {
    width: 552px;
    height: 100%;
    float: left;
    position: relative;
}
.jme {
    width: 100%;
    height: 100%;
    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: 100%;
    height: 100%;
}
.ybtj .yb_pic img{
    width: 315px;
    height: 225px;
}

/*宣讲进行时*/
.qxrcNr {
    width: 580px;
    float: left;
    height: 390px;
    background: url(fxpl-round.png) no-repeat;
    margin: 20px 0 0 0;
}
.mb25px {
    margin-bottom: 25px;
}
.qxrcBj {
    width: 564px;
    height: 114px;
    float: right;
    background: url(fxpl-bg.png) no-repeat;
}
.qxrcBj p {
    width: 508px;
    float: left;
    margin: 12px 0 0 30px;
    font-size: 22px;
    height: 24px;
    font-family: "Microsoft YaHei";
    line-height: 24px;
}
.qxrcBj span {
    width: 508px;
    float: left;
    font-size: 16px;
    color: #888;
    margin: 5px 0 0 0;
    line-height: 30px;
    height: 60px;
    text-indent: 2em;
    overflow: hidden;
}
.qxrcBj span a {
    color: #cf3d06;
}
.qxrcBj {
    width: 564px;
    height: 114px;
    float: right;
    background: url(fxpl-bg.png) no-repeat;
}


/*底部*/
.footer {
    margin-top: 80px;
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
}