@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	text-align: left;
	position: relative;
}

.banner {
	width: 100%;
	height: auto;
}

.wrapper {
	margin: 1.5rem 0.5rem;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #bf0009;
}

h3 {
	font-size: 1.5rem;
	font-weight: normal;
}

p,
span {
	color: #333;
	font-size: 1.5rem;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear::after {
	display: block;
	content: "";
	clear: both;
}

#domPC {
	display: none;
}

#domMb {
	display: block;
}

#domMb ul li {
	border-bottom: 1px #ccc dashed;
	margin: 1rem 0;
	padding-bottom: 1rem;
	position: relative;
}

#domMb ul li:first-child {
	border-top: 1px #ccc dashed;
	padding-top: 10px;
}

.fp_title {
	display: none;
}

.fp_subtitle {
	display: inline;
}

/* 通栏标题 */

.topic {
	margin: 3rem 0 1.5rem;
}

.topic h2 {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: bolder;
	overflow: hidden;
	border-left: 0.5rem #bf0009 solid;
	padding-left: 0.8rem;
	color: #bf0009;
}

.topic h2 a {
	color: #bf0009;
}

/* 头条 */

.mTt h2 {
	text-align: center;
}

.mTt h2 a {
	font-size: 2rem !important;
	color: #bf0009 !important;
}

.mTt h2 span {
	font-size: 2rem !important;
	color: #bf0009 !important;
}

.mTt p {
	font-size: 1.5rem;
	margin: 1rem 0 2rem;
}

/* 精彩推荐 */
.mTj {
	width: 100%;
	overflow: hidden;
}

.mTj .picSwiper {
	position: relative;
}

.mTj .swiper-slide {
	position: relative;
}

.mTj .swiper-slide img {
	display: block;
	width: 100%;
	height: 20rem;
	object-fit: cover;
}

.mTj h3 {
	padding: 0 1rem;
	background: #bf0009;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.mTj h3 a {
	color: #fff;
}

.mTj .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 40px;
}

:root {
	--swiper-theme-color: #fff;
}

.mTj .swiper-button-next,
.mTj .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.mTj .swiper-pagination-bullet {
	background: #fff;
	margin-right: 5px;
}


/* 日程 */
.mRc {
	background: #bf0009;
	border-radius: 0.5rem;
	padding: 1rem 0;
}

.mRc .topic {
	padding: 1rem 0;
	margin: 0;
}

.mRc .topic a,
.mRc a {
	color: #fff;
}

.mRc .con {
	margin: 0 1rem;
}

.mRc .con ul li {
	margin-bottom: 0.725rem;
	border-bottom: none;
}

/* 滚动 */

/* .mGd .con {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 1rem 0 0;
}
.mGd .con .swiper-slide{
    height: 1.5rem;
    line-height: 1.5rem;

}
.mGd .con .swiper-slide p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#scrollBox {
    position: relative;
    height: 18rem;
} */

#FontScroll {
	width: 100%;
	height: 180px;
	line-height: 36px;
	overflow: Hidden;
}

#FontScroll a {
	color: #333;
}

/* #FontScroll .fontColor a{
	color: #bf0009;
} */
#FontScroll ul li {
	height: 36px;
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#FontScroll ul li:first-child {
	border-top: 0;
	padding-top: 0;
}

/* 读报告 */
.mBg .con .pic,
.mZtc .con .pic {
	overflow: hidden;
}

.mBg .con .pic .fl {
	width: 48%;
	display: block;
	margin-right: 4%;
	margin-bottom: 1rem;
}

.mBg .con .pic .fl:nth-child(2n) {
	margin-right: 0;
}

.mBg .con .pic .img,
.mZtc .con .pic .img {
	width: 100%;
	border-top: 3px #bf0009 solid;
}

.mBg .con .pic .img img,
.mZtc .con .pic .img img {
	display: block;
}

.mBg .con .pic img {
	height: 10rem;
	overflow: hidden;
}

.mBg .con .tit,
.mZtc .con .tit {
	width: 100%;
	padding: 0.5rem;
	background-color: #bf0009;
}

.mBg .con .tit a,
.mZtc .con .tit a {
	color: #fff;
}

.mBg .con p {
	height: 4.4rem;
	overflow: hidden;
}

/* 代表委员 */
.mDbwy .con .pic {
	margin-bottom: 2rem;
}

.mDbwy .con .pic .fl {
	width: 48%;
	display: block;
}

.mDbwy .con .pic .fl img {
	height: 10rem;
	overflow: hidden;
}

.mDbwy .con .pic .fl:first-child {
	margin-right: 4%;
}

.mDbwy .con .pic .fl p {
	height: 4.4rem;
	overflow: hidden;
}

/* 特刊S */

.tekan {
	position: relative;
	height: 100%;
	/* padding: 50px 0;
    background-color: #bf0009;
    background: url(../images/2023lhtp/tekanBg.jpg) no-repeat center bottom; */
}

.tekan .swiper-container {
	width: 100%;
	height: auto;
	padding: 70px 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(1);
}

.tekan .swiper-slide-active,
.tekan .swiper-slide-duplicate-active {
	transform: scale(2);
	z-index: 10;
}

.tekan .swiper-button-prev {
	left: 0px;
	right: auto;
	color: #bf0009;
	font-weight: bolder;
	display: none;
}

.tekan .swiper-button-next {
	right: 0px;
	left: auto;
	color: #bf0009;
	font-weight: bolder;
	display: none;
}

.tekan .swiper-pagination-bullet {
	width: 10px;
	height: 5px;
	word-spacing: normal;
	display: inline-block;
	border-radius: 0;
	opacity: 0.3;
}

.tekan .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #bf0009;
}

.tekan .swiper-pagination {
	padding: 0 15px;
	bottom: 0px;
}

.tekan .swiper-slide a,
.tekan .swiper-slide img{
	height: 100%;
	object-fit: cover;
	display: block;
}


/* 特刊 E */


/* 视频 */
.mSp .con ul li a {
	position: relative;
	display: block;
}

.mSp .con ul li i {
	position: absolute;
	background: url(../images/btn_play.png);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	background-size: 100% 100%;
	width: 5rem;
	height: 5rem;
	margin: -2.5rem 0 0 -2.5rem;
}

.mSp .con ul li h3 {}

#FontScroll .swiper {
	width: auto;
	height: 180px;
	overflow: hidden;
}

#FontScroll .swiper-slide {
	height: 36px;
	line-height: 36px;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*移动端*/
.bottom {}

.bottom-link {}

.bottom-link ul {
	width: auto;
	padding: 5px 10px;
	box-sizing: border-box;
}

.bottom-link ul li {
	font-size: 0.26rem;
	line-height: 0.6rem;
	padding: 0 0.15rem;
}

.bottom-link ul li a {
	font-size: 12px;
	line-height: 20px;
}

.bottom-link ul li::before {
	display: none;
}

.bottom-p {
	padding: 10px;
	border: none;
}

.bottom-p p {
	padding: 0;
	line-height: 20px;
}

.bottom-p p span {
	display: inline-block;
	color: #fff;
	font-size: 13px;
}