﻿.text a {
    color: inherit;
}

.bg-container {
    padding-top: 995px;
    width: 100%;
    height: auto;
    background-image: url(../images/20230104_topimage.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.bg-container .bg-wrap {
    margin: 0 auto;
    width: 1200px;
    background-color: #fff;
    position: relative;
}
/* 头条 */
.first-wrap {
    width: 100%;
    background-image: url(../images/20230104_tt_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    position: relative;
}
.tt-part {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.tt-part .icon-tt {
    width: 70px;
    height: 96px;
}
.tt-part .tt-content {
    width: 1130px;
    position: relative;
}
.tt-part .tt-content .tt-title {
    margin: 0 auto;
    padding: 0px 25px;
    width: 1080px;
    overflow: hidden;
}
.tt-part .tt-content .tt-title p {
    color: #ca0510;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tt-part .tt-content .tt-news {
    padding-top: 10px;
    padding-left: 10px;
}
.tt-part .tt-content .tt-news p {
    line-height: 28px;
    color: #333333;
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zxzx-wrap {
    padding: 0 2px;
    position: relative; 
    display: flex;
    justify-content: space-between;
}
/* 滚动图片 */
.gdtp-box {
    width: 630px;
    height: 380px;
    overflow: hidden;
    position: relative;
}
#ggtpSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}
#ggtpSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    position: relative;
}
#ggtpSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 380px;
}
/* 自定义底部分页器 */
#ggtpSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#ggtpSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#ggtpSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#ggtpSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#ggtpSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#ggtpSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮 */
#ggtpSwiper > .swiper-button-next,
#ggtpSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#ggtpSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#ggtpSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}

/* 最新资讯 */
.zxzx-box {
    margin-right: 30px;
    width: 520px;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.zxzx-box .zy-title {
    color: #cc1820;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.4;
}
.zxzx-box .zy-content {
    height: 60px;
    line-height: 2;
    color: #8a8a8a;
    font-size: 14px;
    text-indent: 2em;
    overflow: hidden;
}

.zxzx-box .zxzx-list {
    padding-top: 5px;
    border-top: 1px solid silver;
    position: relative;
}
.zxzx-box .zxzx-list .zxzx-item {
    margin-top: 3px;
    padding-left: 30px;
    line-height: 35px;
    position: relative;
}
.zxzx-box .zxzx-list .zxzx-item:before {
    content: ' ';
    position: absolute;
    top: 45%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #333333;
}
.zxzx-box .zxzx-list .zxzx-item p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 第二层 */
.second-wrap .chnl-list {
    margin: 110px 0 60px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.second-wrap .chln-box {
    height: 455px;
    background-color: #eeeeee;
    position: relative;
    display: flex;
    justify-content: space-between;
}
/* 两会公告 */
.lhgg-box {
    margin: 25px 0 20px 20px;
    padding: 18px 15px;
    width: 615px;
    height: 415px;
    background-color: #fff;
    position: relative;
}
.lhgg-box .lhgg-tit {
    padding-bottom: 15px;
    border-bottom: 1px dashed silver;
    position: relative;
}
.lhgg-box .lhgg-tit .lh-tit {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
}
.lhgg-box .lhgg-tit .lh-desc {
    margin-top: 10px;
    line-height: 30px;
    color: gray;
    text-indent: 2em;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.lhgg-box .lhgg-list {
    margin-top: 15px;
    position: relative;
}
.lhgg-box .lhgg-list .lhgg-item {
    margin: 5px 0;
    padding-left: 20px;
    height: 38px;
    line-height: 38px;
    background: url(../images/20230104_list_icon.png) no-repeat 0px 14px;
    position: relative;
}
.lhgg-box .lhgg-list .lhgg-item p {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 晋城动态 */
.jcdt-box {
    margin: 25px 0 20px 20px;
    width: 545px;
    height: 415px;
    position: relative;
}
.jcdt-box .jcdt-list {
    margin-top: 15px;
    position: relative;
}
.jcdt-box .jcdt-list .jcdt-item {
    margin: 5px 0;
    padding-left: 20px;
    height: 38px;
    line-height: 38px;
    background: url(../images/20230104_list_icon.png) no-repeat 0px 14px;
    position: relative;
}
.jcdt-box .jcdt-list .jcdt-item p {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 第三层 */
.third-wrap {
    position: relative;
}
/* 代表委员心声 */
.dbwyxs-box {
    margin: 69px 0 45px;
    position: relative; 
}
.dbwyxs-box .dbwyxs-title {
    position: relative; 
}
.dbwyxs-box .dbwyxs-content {
    margin-top: 55px;
    background-image: url(../images/20230104_dbwyxs_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative; 
    display: flex;
    justify-content: space-between;
}
/* 左侧新闻 */
.dbwyxs-box .dbwyxs-content .dbwyxs-left {
    margin: 25px 0 20px 20px;
    padding: 18px 15px;
    width: 465px;
    height: 390px;
    position: relative;
}
.dbwyxs-left .dbwyxs-left-tit {
    padding-bottom: 15px;
    border-bottom: 1px dashed silver;
    position: relative;
}
.dbwyxs-left .dbwyxs-left-tit .dbwyxs-left-tit {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
}
.dbwyxs-left .dbwyxs-left-tit .dbwyxs-left-desc {
    margin-top: 10px;
    line-height: 30px;
    color: gray;
    text-indent: 2em;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.dbwyxs-left .dbwyxs-left-list {
    margin-top: 15px;
    position: relative;
}
.dbwyxs-left .dbwyxs-left-list .dbwyxs-left-item {
    margin: 5px 0;
    padding-left: 20px;
    height: 38px;
    line-height: 38px;
    background: url(../images/20230104_list_icon.png) no-repeat 0px 14px;
    position: relative;
}
.dbwyxs-left .dbwyxs-left-list .dbwyxs-left-item p {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 右侧 */
.dbwyxs-box .dbwyxs-content .dbwyxs-right  {
    margin: 25px 0 20px 10px;
    padding: 18px 15px;
    width: 700px;
    position: relative;
    display: flex;
}
.dbwyxs-right .dbwyxs-right-pic-box {

    position: relative;
}
.dbwyxs-right .dbwyxs-right-pic-box img {
    width: 495px;
    height: 327px;
}
.dbwyxs-right .dbwyxs-right-list-box {
    width: 165px;

    position: relative;
}
.dbwyxs-right .dbwyxs-right-list-box .dbwyxs-right-list {
    position: relative;
}
.dbwyxs-right .dbwyxs-right-list-box .dbwyxs-right-list .dbwyxs-right-item {
    padding: 26px 10px;
    height: 109px;
    color: #888888;
    background-color: #dfdfdf;
}
.dbwyxs-right .dbwyxs-right-list-box .dbwyxs-right-list .dbwyxs-right-item.on {
    color: #ffffff;
    background-color: #ff8062;
}
.dbwyxs-right .dbwyxs-right-list-box .dbwyxs-right-list .dbwyxs-right-item .xh {
    margin-right: 10px;
    line-height: 51px;
    font-size: 22px;
    font-weight: 700;
    float: left;
}
.dbwyxs-right .dbwyxs-right-list-box .dbwyxs-right-list .dbwyxs-right-item .txt-desc {
    margin: 0;
    height: 61px;
    line-height: 20px;
    overflow: hidden;
}

/* 图报两会 */
.four-wrap {
    position: relative;
}
.tblh-box {
    margin: 100px 0;
    position: relative;
}
.tblh-box .tblh-tit {
    margin-bottom: 60px;
    position: relative;
}
.tblh-box .tblh-content {
    padding: 10px 0 10px 60px;
    width: 100%;
    background-image: url(../images/20230104_tblh_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    display: flex;
    justify-content: space-between;
}
/* 左侧轮播 */
.left-swiper {
    width: 630px;
    position: relative;
}
#posterSwiper{
    position: relative;			
}
#posterSwiper .swiper-slide {
    width: 295px;
    height: 445px;
    position: relative;
}
#posterSwiper .swiper-slide .pic img {
    width: 295px;
    height: 445px;
}
#posterSwiper .swiper-slide .pic-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.6;
}
#posterSwiper .swiper-slide-prev .pic-mask,
#posterSwiper .swiper-slide-next .pic-mask {
    opacity: 0.3 !important;
}
#posterSwiper .swiper-slide-active .pic-mask {
    opacity: 0 !important;
}
/* 自定义按钮 */
#posterSwiper > .swiper-button-next,
#posterSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#posterSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/20230104_red_right.png) center no-repeat;
}
#posterSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/20230104_red_left.png) center no-repeat;
}

/* 右侧列表 */
.right-list {
    padding-top: 50px;
    position: relative;
}
.right-list .tblh-list {
    position: relative;
}
.right-list .tblh-list .tblh-item {
    margin-bottom: 25px;
    width: 483px;
    height: 50px;
    background: url(../images/20230104_tblh_listbg.png);
    position: relative;
}
.right-list .tblh-list .tblh-item .tblh-item-txt {
    margin-left: 60px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.right-list .tblh-list .tblh-item.active {
    background: url(../images/20230104_tblh_listhover.png);

}
.right-list .tblh-list .tblh-item.active .tblh-item-txt {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}