@charset "utf-8";
/* CSS Document */
.chapter-head{
    width:100%;
    height:407px;
    background: url(../img/20220921_banner.jpg) top center no-repeat #ebf6ff;
}
.chapter-with{
    position: relative;
    width: 1200px;
    margin: auto;
}
.chapter-head .sjd_b{
    display: block;
    padding-top: 98px;
    margin: auto;
}

.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: 277px;
    margin-bottom: 38px;
}
.headlines{
    width: 1107px;
   margin: auto;
}

.headlines h1 a{
    display: block;
    color: #961212;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    margin:0 auto 10px 0;
}

.headlines p{
text-indent: 30px;
}

.headlines p a{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.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*/

/*焦点图*/
.slideBox {
    width: 623px;
    height: 336px;
    overflow: hidden;
    position: relative;
    float: right;
}
.slideBox .hd {
    height: 13px;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    right: 16px;
}
.slideBox .hd ul {
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    cursor: pointer;
    width: 11px;
    height: 11px;
    display: block;
    text-indent: 20px;
    background: #fff;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 50%;
}
.slideBox .hd ul li.on {
    width: 13px;
    height: 13px;
    margin-top: -1px;
    background: #f5f74a;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
}
.slideBox .bd img {
    width: 623px;
    height: 336px;
}
.slideBox .bd h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    width: 450px;
    margin-left: 20px;
    z-index: 111;
    font-size: 22px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.slideBox .bd h1 a {
    color: #fff;
    text-decoration: none;
}
.slideBox .bd div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #000;
    width: 622px;
    opacity: 0.55;
}
/*焦点图*/


.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;

}


/*市州行动  评论*/
.bg_a{
    height:580px;
    background: url("../img/20220921_bg_01.jpg") center no-repeat;
}
.ywpl_box {
    overflow: hidden;
    width: 1100px;
    margin:30px  auto;
}

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

.zxbd {
    overflow: hidden;
    margin-bottom: 11px;
    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/20220921_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/20220921_lhsd_bj3.png) no-repeat left center;
    color: #313131;
    display: block;
}

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



.jd_comment{
    width: 427px;
}
.jd_comment .conm_con{
    padding-bottom: 11px;
    overflow: hidden;
}


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

div.zxbd-text .news_report-b {
    display: block;
    border-bottom: 4px solid #1e639d;
    background: url(../img/20220921_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: 172px;
    top: 76px;
    background: url(../img/20220921_viveo_btn.png) center;
}
.video_con{
    position: relative;
    margin-top: 20px;
}
.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/20220921_small_round_icon.png) no-repeat left center;
    color: #313131;
    display: block;
}
.rmjd_tit{
    margin-bottom: 12px;
}



/*要闻动态*/
.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;
}

/*市州行动*/


.newsCon, .listNews {
    width: 623px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}
.listNews h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 9px 0;
}


.listNews h2 a:hover{
    color: #0c5199;
    cursor: pointer;
}
.leftNews .listNews:last-child{
    border-bottom:none;
}
.newsCon2 .news_text {
    font-size: 14px;
    padding-top: 2px;
}

.text_con {
    width: auto;
    max-height: 78px;
    overflow: hidden;
    text-indent: 2em;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    padding-bottom: 16px;
}
.text_con a:hover{
    color: #0c5199;
    cursor: pointer
}
/*融媒解读*/
.xzsjbg_bg_cp {
    background: url("../img/20220921_rmjd.png") center no-repeat;
    height: 61px;
    margin-top: 0px;
}

.xzsjbg_bg_cp .more img{d
    display: block;
    padding-top: 14px;
    margin-left: 704px;
}


/*创意产品*/
 .cycpBg {
    padding-bottom: 60px;
    margin-top: 44px;
}
.qglhcycp2020 {
    position: relative;
    width: 1200px;
    height: 453px;
    margin: 0 auto;
}
.mt40 {
    margin-bottom: 68px;
}
.qglhcycp2020 .arrow-left {
    background: url(../img/20220422_arrow-left.png) no-repeat 0 0;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -20px;
    width: 24px;
    height: 41px;
}
.qglhcycp2020 .arrow-right {
    background: url(../img/20220422_arrow-right.png) no-repeat 0 0;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -20px;
    width: 24px;
    height: 41px;
}
.swiper-container {
    height: 453px;
    width: 1100px;
    margin: 0 auto;
    padding: 10px 4px;
}
.creativeProductContent {
    transition: all ease 0.5s;
    float: left;
    display: inline;
    margin-left: 8px;
    width: 266px;
    height: 402px;
    position: relative;
}
.creative {
    top: 40px;
}
.creativeProductContent:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    /*Safari 和 Chrome*/
    -moz-transform: translateY(-10px);
    /*Firefox*/
    -ms-transform: translateY(-10px);
    /*IE9*/
    -o-transform: translateY(-10px);
    /*Opera*/
}
.creativeProductContent .headerImg {
    display: block;
    width: 266px;
}
.creativeProductContent .headerImg img {
    width: 266px;
    height: 301px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border: none;
    display: block;
}
.creativeProductContent .headerImg .tupianActive {
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}
.creativeProductContent h5 {
}
.creativeProductContent h5 {
    position: absolute;
    top: 216px;
    left: 0;
    z-index: 100;
    background: orange;
    padding: 0 26px;
    font-size: 22px;
    color: #fff;
    height: 32px;
    line-height: 30px;
}
.creativeProductContent h5 span {
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 32px solid orange;
    border-right: 20px solid transparent;
    _display: none;
}
.creativeProductContent p {
    height: 71px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    font-family:'微软雅黑';
    font-size: 18px;
    padding: 20px 20px 0 20px;
}
.creativeProductContent .cre_a {
    background: #3d5e93;
}
.creativeProductContent .cre_b {
    background: #dbc589;
}
.creativeProductContent p.cycpActive {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    text-align: justify;
}
.creativeProductContent p a {
    color: #fff;
}
.one_line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.tsld_box_cen {
    /* background: url("../img/tsld_bg.jpg") center no-repeat; */
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/20220921_slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }