﻿@charset "utf-8";
/* CSS Document */
.chapter-head{
    width:100%;
    height:450px;
    background: url(../img/20220525_banner.jpg) top center no-repeat;
}
.chapter-with{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.chapter-head .sjd_b{
    display: inline-block;
    padding-top: 86px;
}

.jjqh_title a{
    display: block;
    color: #3d3d3d;
    font-size: 12px;
    margin-left: 447px;
    padding-top: 11px;
}

.m-head img{
    position: absolute;
    top: 50px;
    left: 100px;
}
.m_lead{
    width:100%;
    background: #ebf6ff;
    height: 155px;
    margin-bottom: 43px;
}
.headlines{
    width: 1033px;
   margin: auto;
}

.headlines h1 a{
    display: block;
    color: #005292;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
}
.headlines p a{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    display: inline-block;
    text-indent: 2em;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*01*/
/*内容1*/

/*焦点图*/
 .contop_left {
    float: left;
    position: relative;
    width: 623px;
    height: 336px;
}
.contop_left .swiper-button-prev {
    background: url(../img/qglh_arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}
.contop_left .swiper-button-next {
    background: url(../img/qglh_arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}
.contop_left .photoPart {
    width: 100%;
    height: 100%;
    position: relative;
}
.contop_left .swiper-container, .contop_left .swiper-slide {
    width: 100%;
    height: 100%;
}
.contop_left .swiper-pagination {
    position: absolute;
    left: auto;
    right: 5px;
    text-align: right;
    bottom: 12px;
    width: auto;
    z-index: 2;
}
.contop_left .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
    margin: 0 5px;
}
.contop_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    margin-top: -5px;
    background: #ffe400;
}
.contop_left .slide-cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contop_left .slide-cont .img img {
    width: 100%;
    height: 336px;
    display: block;
}
.contop_left .slide-cont .name {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    width: 100%;
    /* height: 68px; */
    line-height: 32px;
    font-size: 22px;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
    z-index: 11;
    color: #fff;
    /*background-color: rgba(237, 47, 57, 0.3);*/
    background-color: #000;
    opacity: 0.6;
    background-image: url(../img/20201030_bg_shadow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.contop_left .slide-cont .name a {
    color: #fff;
    text-decoration: none;
	width: 96%;
}
.contop_left .slide-cont .name a:hover {
    /* text-decoration: underline; */
}

.contop_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	margin-top: -1px;
}
/*END*/


.focus_top{
    width: 1100px;
    margin: 0 auto;
}

.xzmp_img{
    margin-bottom: 25px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.jd_left{
    width: 623px;
    position: relative;
}
.jd_left .hd {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 15px;
}
.jd_left .hd li {
    cursor: pointer;
    width: 13px;
    height: 13px;
    display: block;
    overflow: hidden;
    text-indent: 20px;
    float: left;
    margin-left: 13px;
    background: #fff;
    border-radius: 8px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.jd_left .hd  .on{
    background: #f5f74a;
    opacity: 8;

}

/*要闻动态*/
.jd_right{
    position: relative;
}
.ywdt_btn{
    position: absolute;
    top: 9px;
    left: 416px;
    font-size: 16px;
    color: #666666;
}
.ywdt_list{
    font-size: 17px;
    line-height:46px;
}
.ywdt_list li{
    border-bottom: 1px dotted #d3cfcb;
    width: 450px;
}
.ywdt_list li:last-child{
    border-bottom:none;
}

/*市州行动  评论*/
.bg_a{
    height:707px;
    background: url(../img/20220429_bg_01.png) center no-repeat;
}
.ywpl_box {
    overflow: hidden;
    width: 1100px;
    margin:20px  auto;
}

div.zxbd-text .news_report-a {
    display: inline-block;
    background: url(../img/20220429_szxd.png) no-repeat center;
    width: 150px;
    padding-bottom: 13px;
    height: 37px;
    margin-right: 10px;
}

div.zxbd-text .news_report-h {
    display: inline-block;
    background: url(../img/20220517_bmxd.png) no-repeat center;
    width: 150px;
    padding-bottom: 13px;
    height: 37px;
}

.now {
	border-bottom: 4px solid #1e639d;
}

div.zxbd-text .news_report-b {
    display: block;
    border-bottom: 4px solid #1e639d;
    background: url(../img/20220429_pinglun.png) no-repeat center;
    width: 150px;
    padding-bottom: 13px;
    height: 37px;
}

.zxbd {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
}

.sg_list {
    width: 623px;
}

.dys_latest_more {
    margin-top: 14px;
}

.dys_latest_more a {
    display: block;
    float: right;
    font-size: 16px;
    color: #666666;
    margin-top: 7px;

}
.gcpl_ul{
    width: 470px;
    float: left;
    background: url(../img/20220429_lhsd_bj2.png) 4px 0 repeat-y;
}
.gcpl_ul li {
    font-size: 17px;
    line-height: 38px;
    overflow: hidden;
    font-family: "microsoft yahei";
    padding-left: 16px;
    background: url(../img/20220429_lhsd_bj3.png) no-repeat left center;
    color: #313131;
    display: block;
}
.dys_economicHighlights_list li a:hover {
    color: #950707;
}
.gcpl_con ul li {
    font-size: 18px;
    width: 560px;
    line-height: 42px;
}
.dys_economicHighlights_list li {
    font-size: 17px;
    line-height: 55px;
    overflow: hidden;
    font-family: "microsoft yahei";
    padding-left: 22px;
    background: url(../img/20220429_small_round_icon.png) no-repeat left center;
    color: #313131;
    display: block;
    border-bottom: 1px dotted #d3cfcb;
}
.dys_economicHighlights_list li:last-child{
    border-bottom: none;
}
.jd_comment{
    width: 427px;
}
.jd_comment .conm_con{
    padding-bottom: 11px;
    overflow: hidden;
}
/*融媒解读*/

.bg_02{
    height: 647px;
    background: url(../img/20220429_bg_02.jpg) center no-repeat;
    margin: auto;
}

.tj_area{
	width: 623px;
	margin-top: 60px;
}

.poster-main .poster-prev-btn {
	position: absolute;
	width: 35px !important;
	height: 35px !important;
	top: 45%;
	left: -8%;
	background: url(../img/20220429_jt_l.png) 0 0 no-repeat;
}
.poster-main .poster-next-btn {
	position: absolute;
	width: 35px !important;
	height: 55px !important;
	top: 45%;
	right: -8%;
	background: url(../img/20220429_jt_r.png) 0 0 no-repeat;
}

.poster-main .poster-list .item {
    user-select: none;
    position: absolute;
}
.poster-main a, .poster-main img {
    display: block;
    height: 100%;
}
.tj_img{
    margin-top:62px;
    margin: 0 auto;
}
.poster-main {
    position: relative;
}
.rmjd_tit img{
    display:block;
    margin: auto;
}
.rmjd_con{
    position: relative;
    width: 1100px;
    margin:auto;
}
.graphic-box{
    width: 623px;
}
div.zxbd-text .news_report-c {
    display: block;
    border-bottom: 4px solid #1e639d;
    background: url(../img/20220429_tj_img.png) no-repeat center;
    width: 150px;
    padding-bottom: 13px;
    height: 37px;
}
.jt_box .jt_l{
    position: absolute;
    left: -28px;
    top: 154px;
    height: 35px;
}
.jt_box .jt_r{
    position: absolute;
    right: 1px;
    top: 154px;
    height: 35px;
}


/*视频*/
.viveo_box{
    width: 427px;
    overflow: hidden;
}
.viveo_list{

}

div.zxbd-text .news_report-d {
    display: block;
    border-bottom: 4px solid #1e639d;
    background: url(../img/20220429_viveo.png) no-repeat center;
    width: 150px;
    padding-bottom: 13px;
    height: 37px;
}
.sjz_yq_box ul li {
    width: 351px;
    display: inline;
    float: left;
    margin-left: 28px;
}
.video_con .btn_play {
    display: block;
    position: absolute;
    width: 75px;
    height: 75px;
    left: 190px;
    top: 90px;
    background: url(../img/20220429_viveo_btn.png) center;
}
.video_con{
    margin-top: 36px;
    position: relative;
}
.viveo_list_a{
    margin-top: 5px;
}
.viveo_list_a li {
    font-size: 17px;
    line-height: 40px;
    overflow: hidden;
    font-family: "microsoft yahei";
    padding-left: 16px;
    background: url(../img/20220429_small_round_icon.png) no-repeat left center;
    color: #313131;
    display: block;
}
.rmjd_tit{
    margin-bottom: 12px;
}

