﻿.text a {
    color: inherit;
}

.header-part {
    margin-top: 90px;
    width: 100%;
    height: 960px;
    background: url(../images/20230223_qglh_topimage.jpg) top center no-repeat;
    position: relative;
}
/* 今日头条 */
.jrtt-part {
    margin-top: -30px;
    width: 100%;
    height: 116px;
    background: url(../images/20230223_jrtt_bg.png) top center no-repeat;
    position: relative; 
    box-sizing: border-box;
}
.jrtt-part .jrtt-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 116px;
    position: relative;
    box-sizing: border-box;
}
.jrtt-part .jrtt-wrap .jrtt-box {
    padding-top: 30px;
    padding-left: 230px;
    padding-right: 50px;
    height: 110px;
    position: relative;
    box-sizing: border-box;
}
.jrtt-part .jrtt-wrap .jrtt-box p {
    line-height: 79px;
    color: #fff;
    font-size: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 两会资讯 */
.lhzx-part {
    margin: 60px 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.lhzx-part .lhzx-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.lhzx-part .lhzx-wrap .lhzx-pic {
    width: 600px;
    height: 400px;
    position: relative;
    box-sizing: border-box;
}
#lhzxSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
#lhzxSwiper .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
}
#lhzxSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 400px;
}

/* 自定义底部分页器 */
#lhzxSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#lhzxSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#lhzxSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#lhzxSwiper .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);
}
#lhzxSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 460px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#lhzxSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮 */
#lhzxSwiper > .swiper-button-next,
#lhzxSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#lhzxSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#lhzxSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}

/* 两会资讯-列表 */
.lhzx-part .lhzx-wrap .lhzx-box {
    width: 570px;
    position: relative;
    box-sizing: border-box;
}
.lhzx-box .lhzx-abstract {
    
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(224,224,224,1);
}
.lhzx-box .lhzx-abstract .abstract-title {
    color: #d30400;
    font-size: 22px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.lhzx-box .lhzx-abstract .abstract-desc {
    margin: 20px auto;
    line-height: 32px;
    color: #7f7f7f;
    font-size: 16px;
    text-indent: 2em;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    box-sizing: border-box;
}
.lhzx-box .lhzx-list ul {
    margin: 10px 0;
}
.lhzx-box .lhzx-list ul li {
    margin: 10px 0;
    padding-left: 15px;
    height: 39px;
    line-height: 39px;
    position: relative;
}
.lhzx-box .lhzx-list ul li:before {
    content: ' ';
    position: absolute;
    top: 18px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #DB311F;
}
.lhzx-box .lhzx-list ul li p {
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lhzx-box .lhzx-abstract .abstract-desc:hover {
    color: #db311f;
}
.lhzx-box .lhzx-list ul li p:hover {
    color: #db311f;
}
.lhzx-box .lhzx-list .lhzx-more {
    display: block;
    color: #DB311F;
    text-align: right;
}

/* 两会进行时 */
.lhjxs-part {
    margin: 60px 0;
    width: 100%;
    height: 996px;
    background: url(../images/20230223_bg_sm.png) bottom center no-repeat;
    position: relative;
    box-sizing: border-box;
}
.lhjxs-part .lhjxs-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.lhjxs-part .lhjxs-wrap .lhjxs-content {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chnl-box {
    margin-top: 45px;
    width: 570px;
    position: relative;
    box-sizing: border-box;
}
.chnl-box .chnl-title {
    height: 51px;
    background: url(../images/20230223_title_bg.png) top center no-repeat;
    position: relative;
    box-sizing: border-box;
}
.chnl-box .chnl-title .chnl-tit-name {
    padding-left: 30px;
    line-height: 51px;
    color: #fff;
    font-size: 20px;
}
.chnl-box .chnl-list-box {
    margin-top: 10px;
    padding: 20px 30px;
    min-height: 307px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}
.chnl-box .chnl-list-box .chnl-list .chnl-item {
    padding-left: 25px;
    height: 53px;
    line-height: 53px;
    position: relative;
    box-sizing: border-box;
}
.chnl-box .chnl-list-box .chnl-list .chnl-item:before {
    content: ' ';
    position: absolute;
    top: 22px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #db311f;
}
.chnl-box .chnl-list-box .chnl-list .chnl-item p {
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.chnl-box .chnl-list-box .chnl-list .chnl-item p:hover {
    color: #db311f;
}

/* 两会图片 */
.lhtp-part {
    margin: 60px 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.lhtp-part .lhtp-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.lhtp-part .lhtp-wrap .lhtp-content {
    margin-top: 50px;
}

#lhtpSwiper {
    width: 1100px;
    position: relative;
}
#lhtpSwiper .pic-box {
    margin: 0 auto;
    width: 330px;
    position: relative;
}
#lhtpSwiper .pic-box .pic {
    width: 330px;
    height: 220px;
    overflow: hidden;
}
#lhtpSwiper .pic-box .pic img {
    width: 330px;
    height: 220px;
}
#lhtpSwiper .pic-box .pic-content {
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff4da;
}
#lhtpSwiper .pic-box .pic:hover img {
    transform: scale(1.2);
    transition: all 1s; 
}
#lhtpSwiper .pic-box .pic-content a:hover {
    color: #db311f;
}
.lhtp-btn .swiper-button-next,
.lhtp-btn .swiper-button-prev {
    margin-top: 30px;
    color: #cfcfcf;
}