@charset "utf-8";

/* css document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "pingfang sc", "lantinghei sc", helvetica, arial, "microsoft yahei", sans-serif;
    min-width: 1250px;
    /* background-color: #fff1dc; */
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: left;
    position: relative;
}

.banner {
    background: url(/uploads/image/zxi2023lhtp/lhbanner.jpg) no-repeat center top;
    height: 795px;
    position: relative;
    z-index: -999;
    overflow: hidden;
}

.con1200 {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #bf0009;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

p,
span {
    color: #333;
    line-height: 1.8;
}

img {
    width: 100%;
    height: 100%;
}

#main img {
    object-fit: cover;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.blank20 {
    margin-top: 20px;
}

.blank30 {
    margin-top: 30px;
}

.blank50 {
    margin-top: 50px;
}

.fp_title {
    display: none;
}

.fp_subtitle {
    display: inline;
}


/* 头部导航 */

.m_header {
    position: relative;
}

.m_header1 {
    height: 40px;
    line-height: 40px;
    background-color: #fbfbfb;
    border-bottom: 1px #eaeaea solid;
}

.m_topnav {
    width: 1200px;
    margin: 0 auto;
}

.m_topnav ul li {
    float: left;
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
}

.m_topnav li a {
    color: #6b6b6b;
}


/* 气泡特效 */

.qp1,
.qp2 {
    background: url(/uploads/image/zxi2023lhtp/light.png) no-repeat;
    /* background: #f00; */
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -200px;
    left: 0;
}

.qp1 {
    animation: qp 10s infinite;
}

.qp2 {
    animation: qp 10s 3s infinite;
}

@keyframes qp {
    from {
        bottom: -100px;
        opacity: 1;
    }
    to {
        bottom: 300px;
        opacity: 0;
    }
}


/* 导航 */

.frnav {
    width: 150px;
    height: auto;
    position: fixed;
    right: 50%;
    margin-right: -760px;
    bottom: 50%;
    margin-bottom: -320px;
    z-index: 999;
    display: none;
}

.frnav ul i {
    display: block;
    width: 100%;
    height: 120px;
    background: url(/uploads/image/zxi2023lhtp/frnavbg.png) no-repeat -49px 19px;
    border-bottom: 5px #bf0009 solid;
}

.frnav ul li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fbeee1;
}

.frnav ul li::after {
    display: block;
    content: "";
    width: 80%;
    height: 5px;
    margin: 0 10%;
    background-color: #ccc;
    transform: skewx(70deg);
}


/* 正文内容 */

#main {
    margin-top: -235px;
}

#main .tout {
    margin-top: 40px;
    margin-bottom: 60px;
    box-shadow: 0 0 20px 0 #bf0009;
    padding: 50px 0 10px;
    color: #bf0009;
    background-color: #fff;
    text-align: center;
    position: relative;
}

#main .tout h1 {
    font-size: 36px;
    line-height: 1.4;
}

#main .tout h1 a {
    color: #bf0009;
}

#main .tout p {
    padding: 20px;
    font-weight: normal;
    margin: 10px 0 20px;
    /* text-align: left; */
}


/* 要闻 s */

.boxxw {
    height: 940px;
}

.yaow>.con1200>.fl {
    width: 410px;
    margin: -20px 40px 0px 0px;
}

.yaow_list {
    height: 940px;
}

.yaow_list a.time {
    display: block;
    width: 100%;
    height: 70px;
    background: url(/uploads/image/zxi2023lhtp/xjplhbg.jpg) center top no-repeat;
}

.yaow_list .xjp {
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #bf0009 0%, #bf0009 20%, #c9aa79 22%, #c9aa79 100%);
}

.yaow_list .xjp ul {
    background: #fff;
}

.yaow_list li {
    height: 80px;
    border-bottom: 1px #999 dashed;
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}

.yaow_list li:last-child {
    border-bottom: 0;
}

.yaow .fl .time2 {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background: url(/uploads/image/zxi2023lhtp/ywlhbg.jpg);
}

.yaow .fl .yw {
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #bf0009 0%, #bf0009 20%, #c9aa79 22%, #c9aa79 100%);
}

.yaow .fl .yw ul {
    background: #fff;
}

.yaow>.con1200>.fr {
    width: 750px;
    border-top: 10px #bf0009 solid;
}

.yaow_pic {
    width: 750px;
    height: 470px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.yaow_pic .swiper-slide img {
    display: block;
    width: 750px;
    height: 470px;
    object-fit: cover;
}

.yaow_pic h3 {
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    background: rgba(191, 0, 9, .9);
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.yaow_pic h3 a {
    color: #fff;
}

.yaow_pic .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 40px;
}

 :root {
    --swiper-theme-color: #fff;
}

.yaow_pic .swiper-button-next,
.yaow_pic .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.yaow_pic .swiper-pagination-bullet {
    background: #fff;
    margin-right: 5px;
}

.yaow_sp {
    width: 750px;
    margin: 20px 0;
}

.yaow_sp .sp {
    position: relative;
    width: 365px;
    height: 220px;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 20px;
    background: #bf0009;
    background-image: linear-gradient(to bottom, #bf0009 0%, #bf0009 30%, #c9aa79 32%, #c9aa79 100%);
}

.yaow_sp .sp:last-child {
    margin-right: 0;
}

#main .yaow_sp .sp img {
    display: inline-block;
}

.yaow_sp .sp h3 {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}

.yaow_sp .sp h3 a {
    color: #fff;
}

.yaow_rc .time {
    display: block;
    width: 100%;
    height: 50px;
    background: url(/uploads/image/zxi2023lhtp/rclhbg.jpg) no-repeat;
}

.yaow_rc .rc {
    padding: 10px;
    background: #bf0009;
    background-image: linear-gradient(to bottom, #bf0009 0%, #bf0009 30%, #c9aa79 32%, #c9aa79 100%);
}

.yaow_rc .con {
    padding: 10px 25px;
    height: 130px;
    box-sizing: border-box;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}


/* .yaow_rc .con h3:first-child {
    margin-bottom: 10px;
} */


/* 标题栏 */

.topic {
    width: 1200px;
    margin: 50px auto 40px;
    background: url(/uploads/image/zxi2023lhtp/topicbg.png) no-repeat center center;
    height: 120px;
    line-height: 75px;
    padding: 26px 20px 10px 160px;
}

.topic h2 {
    display: inline-block;
    text-shadow: 1px 2px 2px #ccc;
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: bolder;
}

.topic h2 a {
    color: #bf0009;
    font-weight: bolder;
}


/* 标题栏 e */

.baog {
    height: 860px;
    background-color: #bf0009;
}

.baog .con1200 {
    height: 860px;
    background: url(/uploads/image/zxi2023lhtp/zfgzbgbg.png) no-repeat center;
}

.baog .fl,
.baog .fr {
    width: 500px;
    margin: 130px 50px;
}

.baog .quanw h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding: 20px;
    line-height: 1.6;
}

.baog .quanw h3 a {
    color: #bf0009;
}

.baog .quanw p {
    color: #000;
}

.baog .fr ul li::before {
    content: "";
    position: absolute;
    top: 28px;
    left: -22px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bf0009;
}

.baog .fr ul li {
    height: 75px;
    border-bottom: 1px #999 dashed;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}

.baog .fr ul li h3 {
    color: #333;
    font-size: 18px;
}


/* 政府工作报告 e */


/* 两会直通车 s */

.xczj .wrapper {
    height: 400px;
}

.xczj .wrapper img {
    display: block;
    width: 600px;
    height: 400px;
    object-fit: cover;
}

.xczj .wrapper .con {
    width: 550px;
    height: 120px;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px #ccc dashed;
}

.xczj .wrapper h3 {
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xczj .wrapper h3 a {
    color: #585858;
}


/*qiehuan*/

.xczj .nav {
    text-align: center;
    margin-bottom: 40px;
}

.show_nav li {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    background-color: #f5f5f5;
}

.show_nav li a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: relative;
}

.show_nav li.show_active a {
    background-color: #bf0009;
    color: #fff;
}

.show_nav li.show_active a::before {
    content: "";
    width: 180px;
    height: 60px;
    position: absolute;
    left: 7px;
    top: -6px;
    border: 1px solid #bf0009;
}

.show_con {
    display: none;
    overflow: hidden;
}

.show_con .con:nth-child(1) {
    border-top: 1px #ccc dashed;
    margin-top: 0px;
}

.show {
    display: block !important;
}

.show_con .pic {
    position: relative;
    margin-right: 30px;
    width: 600px;
    height: 400px;
}

.show_con .pic h3 {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0px 5px;
    background: rgba(191, 0, 9, .9);
}

.show_con .pic h3 a {
    color: #fff;
}

.show_con .swrapper {
    margin: 10px 0;
}


/* 导航e 内容s */

.xczj .show_con .pic {
    position: relative;
    width: 600px;
    height: 400px;
    object-fit: cover;
    margin-right: 30px;
}

.xczj .show_con .pic img {
    display: block;
}

.xczj .show_con .pic h3 {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0px 5px;
    background: #bf0009;
}

.xczj .show_con .pic h3 a {
    color: #fff;
    font-weight: normal;
}

.xczj .show_con .con {
    width: 550px;
    height: 120px;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px #ccc dashed;
}

.xczj .show_con h3 {
    color: #585858;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 10px;
}


/* 代表委员s */

.dbfc .td {
    width: 770px;
    margin-right: 30px;
}

.dbfc ul li {
    height: 50px;
    line-height: 50px;
}

.dbfc .top {
    width: 100%;
}

.dbfc .sy .fl {
    width: 300px;
    margin-right: 20px;
}

.dbfc .sy .pic {
    position: relative;
    width: 300px;
    height: 200px;
    margin-bottom: 40px;
}

.dbfc .sy .pic h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    overflow: hidden;
    background: rgba(191, 0, 9, .9);
    font-size: 18px;
}

.dbfc .sy .pic h3 a {
    color: #fff;
    font-size: 14px;
}

.dbfc .sy .con {
    width: 420px;
    margin-right: 20px;
}

.dbfc .sy .con li {
    height: 57px;
    line-height: 57px;
    overflow: hidden;
}

.dbfc .fc .con img {
    width: 150px;
    float: left;
    margin-right: 20px;
}

.dbfc .fc {
    width: 400px;
}

.dbfc .fc .con {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}

.dbfc .fc .con .pic {
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.dbfc .stopic {
    margin-top: -20px;
}

.dbfc .stopic h3 {
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
}

.dbfc .stopic h3 a {
    color: #bf0009;
    font-weight: bolder;
}

.dbfc .stopic h3 span {
    border-left: 5px #bf0009 solid;
    padding-left: 8px;
}

.dbfc .con h3 {
    font-size: 18px;
}


/* 代表委员 e */


/* 特刊s */

.tekan {
    position: relative;
    height: 100%;
    padding: 50px 0;
    /* background-color: #bf0009; */
    background: url(/uploads/image/zxi2023lhtp/tekanbg.jpg) no-repeat center bottom;
}

.tekan .swiper-container {
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.tekan .swiper-slide img {
    box-shadow: 0 0 20px 0 #bf0009;
}

.tekan .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* 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;
    transition: 300ms;
    transform: scale(0.8);
}

.tekan .swiper-slide-active,
.tekan .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-button-prev {
    left: 0px;
    right: auto;
    color: #bf0009;
    font-weight: bolder;
}

.swiper-button-next {
    right: 0px;
    left: auto;
    color: #bf0009;
    font-weight: bolder;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #bf0009;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
}


/* 特刊 e */

.rmsp .spcon {
    width: 380px;
    height: 280px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    background: rgba(191, 0, 9, .9);
    position: relative;
}

.rmsp .spcon:nth-child(3n) {
    margin-right: 0;
}

.rmsp .spcon img {
    display: block;
    width: 380px;
    height: 220px;
    /* box-shadow: 0 0 10px 0 #bf0009; */
}

.rmsp .spcon h3 {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0px 5px;
    font-size: 14px;
    overflow: hidden;
    /* background-image: linear-gradient(to top, #bf0009 0%, transparent 100%); */
}

.rmsp .spcon h3 a {
    color: #fff;
}

.rmsp .spcon i {
    background: url(/uploads/image/xiindex2020/btn_play.png);
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -27.5px 0 0 -27.5px;
    transition: all 0.5s;
}


/* 融媒体视频 e */

.mtpl .con_fl,
.mtpl .con_cent,
.mtpl .con_fr {
    width: 360px;
    margin-right: 40px;
}

.mtpl .con_fl {
    width: 280px;
}

.mtpl .con_cent {
    width: 440px;
}

.mtpl .con_fr {
    margin-right: 0;
}

.mtpl .con_fl .con_fl_nr {
    position: relative;
    margin-bottom: 20px;
    height: 190px;
}

.mtpl .con_fl .con_fl_nr img {
    display: block;
}

.mtpl .con_fl .con_fl_nr h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px 10px;
    background: rgba(191, 0, 9, .9);
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.mtpl .con_fl .con_fl_nr h3 a {
    color: #fff;
    font-size: 14px;
}

.mtpl ul li {
    color: #df2a36;
    /* list-style: disc inside; */
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #999 dashed;
    overflow: hidden;
}


/* 话题热议 e */


/* 手机样式 */

@media only screen and (max-width:1440px) {
    .frnav {
        display: none!important;
    }
}