*{
    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: 480px;
    border-radius: 10px;
}


/*头条*/
.headlines-content{
    margin-top: 30px;
}
.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
    top: -15px;
}
.headlines-content h1 a {
    color: #be1721;
}
.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #888;
    margin: -10px 0 0 0;
}

/*轮播图*/
.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}


/*要闻聚焦*/
.ywdt{
    margin-top: 30px;
}
.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;
}


/*栏目logo*/

.chaBg{
    position: relative;
}
.chaBg img{
    margin-top: -12px;
}
.chaBg .chaName{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
}
.chaBg .chaName .span1{
    color: #e33c3b;
}
.chaBg .chaName .span2{
    color: #d2b272;
}
.chaBg .ztName{
    color: #e33c3b;
    text-align: center;
    font-size: 16px;
    margin-top: -15px;
    font-weight: bold;
}
.chaBg .chaMore{
    display: block;
    width: 114px;
    height: 26px;
    position: absolute;
    top: 35px;
    right: 0;
}

/*工作动态*/
.gzdt{
    margin-top: 50px;
}
.swiper-container {
    margin-top: 38px;
}
.swiper-container {
    margin: 15px auto 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container .swiper-slide {
    width: 600px;
    float: left;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.swiper-container .swiper-slide img {
    width: 300px;
    height: 210px;
}
.swiper-container .swiper-slide.left img {
    float: left;
}
.swiper-container .swiper-slide.left div {
    right: 0;
}
.swiper-container .swiper-slide div {
    width: 300px;
    height: 210px;
    background-color: #eeeeee;
    position: absolute;
    z-index: 1;
    padding: 15px 20px;
    box-sizing: border-box;
}
.swiper-container .swiper-slide div p {
    font-size: 18px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.swiper-container .swiper-slide div span {
    display: block;
    color: #888;
    font-size: 16px;
    padding-top: 8px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 24px;
    text-indent: 2em;
}
.swiper-container .swiper-slide.right img {
    float: right;
}
.swiper-container .swiper-slide.right div {
    left: 0;
}
.swiper-container .swiper-slide.left .bubble:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 8px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-right-width: 12px;
    border-right-color: currentColor;
    color: #eeeeee;
}
.swiper-container .swiper-slide.right .bubble:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 6px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-left-width: 12px;
    border-left-color: currentColor;
    color: #dddddd;
}

/*政策法规*/
.zcfg{
    margin-top: 50px;
}
.qxrcNr {
    width: 580px;
    float: left;
    height: 390px;
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/fxpl-round.png) no-repeat;
    margin: 20px 0 0 0;
}
.mb25px {
    margin-bottom: 25px;
}
.qxrcBj {
    width: 564px;
    height: 114px;
    float: right;
    background: url(http://www.xnnews.com.cn//ztbd/material/comImg/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(http://www.xnnews.com.cn//ztbd/material/comImg/fxpl-bg.png) no-repeat;
}


/*普法课堂*/
.pfkt{
    margin-top: 50px;
}

.pfkt .row_all {
    width: 1177px;
    height: 340px;
    background-color: #e33c3b;
    float: right;
    margin-top: 52px;
}
.pfkt .row_all .szfj_left {
    width: 560px;
    height: 315px;
    position: relative;
    float: left;
    margin: -20px -20px 0;
}
.pfkt .row_all .szfj_left img {
    width: 560px;
    height: 315px;
}
.pfkt .row_all .szfj_left p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 560px;
    height: 40px;
    background-color: rgba(0,0,0,.7);
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pfkt .row_all ul {
    width: 566px;
    float: left;
    padding: 36px 0 0 60px;
}
.pfkt .row_all ul li {
    background: url(../round_bg.png) left center no-repeat;
}
.pfkt .row_all ul li a {
    display: block;
    font-size: 18px;
    line-height: 54px;
    height: 54px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    padding-left: 25px;
}
