*{
    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;
    width: 1200px;
}
.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;
    font-size: 30px;
}
.m-tt dl dd {
    font-size: 20px;
    line-height: 40px;
    text-indent: 2em;
    color: #3f0607;
    margin-top: 15px;
}
.m-tt dl dd a {
    color: #a01a16;
}

/*主体*/
.main{
    padding-top: 10px;
    background-color: #f4efeb;
    background-image: url(mainBg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

/*动态*/
.trend{
    width: 100%;
    height: 500px;
    background-image:url(trend.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}
.ttRight{
    width: 440px;
    float: right;
    margin-top: 40px;
    margin-right: 10px;
}
.ttRight a, .ttRight p{
    color: #fff !important;
}
.headlines-article-list {
    width: 440px;
    height: auto;
    overflow: hidden;
    float: right;
}

.headlines-article-list2 {
    line-height: 50px;
    border-bottom: 1px solid #f89983;
}
.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;
}

/*轮播图*/
.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: 670px;
    height: 385px;
    object-fit: cover;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ceced0;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}
.mySwiper{width: 670px;height: 440px;margin-top: 30px;margin-left: 30px;}


/*评论解读*/
.chaLogo{
    background-image: url(pljd.png);
    height: 121px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.pljd{
    position: relative;
    height: 850px;
    padding-top: 80px;
}
.pljd:before{
    position: absolute;
    content: '';
    display: block;
    width: 1486px;
    height: 850px;
    top: -30px;
    left: 50%;
    margin-left: -720px;
    color: red;
    background-image: url(pljdBg.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.pl{
    float: left;
    width: 48%;
    position: relative;
}
.jd{
    float: right;
    width: 48%;
    position: relative;
}
.pljd .redBg{
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #db211b;
    padding: 10px;
    margin-bottom: 10px;
}
.pljd .redBg a{
    color: #fff;
}
.pljd li{
    position: relative;
    width: 540px;
    margin-right: 30px;
    text-indent: 16px;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0 10px 20px;
    float: left;
    height: 40px;
    line-height: 40px;
}
.pljd li:after{
    position: absolute;
    left: 0;
    content: '';
    top: 26px;
    width: 8px;
    height: 8px;
    background-color: #d54729;
    border-radius: 10px;
}

/*咸宁传真*/
.xncz{
    padding: 50px 35px;
    background-color: #fff;
}
.czLeft{
    float: left;
    width: 48%;
}
.czLeft li{
    position: relative;
    width: 100%;
    text-indent: 16px;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0 10px 20px;
    float: left;
    height: 40px;
    line-height: 40px;
}
.czLeft li:after{
    position: absolute;
    left: 0;
    content: '';
    top: 20px;
    width: 8px;
    height: 8px;
    background-color: #d54729;
    border-radius: 10px;
}
.czRight{
    float: right;
    width: 48%;
}
.czRight img{
    width: 510px;
    height: 300px;
}