.lwxm-banner {
	background: url(../images/lxwm_banner.png) no-repeat center top;
	height: 580px;
}
.timeline-container {
	padding: 0 40px;
	border-bottom: 1px solid #eeeeee;
	height: 70px;
	margin-bottom: 20px;
}
.timeline-container li {
	line-height: 70px;
	position: relative;
}
.timeline-container li a {
	color: #989ea6;
	font-size: 26px;
	display: block;
}
.timeline-container li.active a,
.timeline-container li:hover a {
	color: #2b2b2b;
	font-weight: bold;
}
.timeline-container li.active::before,
.timeline-container li.active::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.timeline-container li.active::before {
	bottom: -2px;
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background-color: #3e9ff3;
}
.timeline-container li.active::after {
	width: 0;
	height: 0;
	border: 12px solid;
	border-color: #3e9ff3 transparent transparent transparent;
	bottom: -22px;
}

/* 会议内容 */
.meeting-box {
	background-color: #f4f9fd;
	border-radius: 10px;
	padding: 30px;
}
.icon-meeting {
	background: url(../images/icon-wjhg.png) no-repeat;
	background-size: 200px 60px;
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 16px;
}
.icon-meeting-1 {
	background-position: 0 0;
}
.icon-meeting-2 {
	background-position: -68px 0;
}
.icon-meeting-3 {
	width: 62px;
	background-position: -138px 0;
}
.meeting-content {
	color: #2b2b2b;
	font-size: 20px;
}
.meeting-content h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
/* 要闻回顾 */
.news-title {
	font-size: 42px;
	font-weight: 900;
	background: linear-gradient(to bottom, #1e6dce, #1c4d97);
    -webkit-background-clip: text;
	color: transparent;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.news-title::before,
.news-title::after {
	content: '';
	height: 6px;
	border-radius: 5px;
	left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: block;
    bottom: -20px;
}
.news-title::before {
	width: 33px;
	background: #5abfec;
    z-index: 1;
}
.news-title::after {
	width: 125px;
	background: #e0ecf2;
}
.ywhg-news-left {
    width: 672px;
    height: 440px;
    position: relative;
}
.ywhg-news-left .swiper {
    position: static;
}
.ywhg-news-left .swiper-slide a {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.ywhg-news-left .swiper-slide img {
	display: block;
    width: 672px;
    height: 440px;
}
.ywhg-news-left .swiper-horizontal>.swiper-pagination-bullets,
.ywhg-news-left .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -25px;
}
.ywhg-news-left .swiper-pagination-bullet {
	background-color: #b6d2f4;
	opacity: 1;
}
.ywhg-news-left .swiper-pagination-bullet-active {
	background-color: #478aed;
}
.ywhg-news-right {
	flex: 1;
	margin-left: 20px;
    width: calc(100% - 684px);
}
.ywhg-news-content {
	background-color: #eff4f8;
	border-radius: 10px;
	padding: 16px 25px;
	height: 208px;
	cursor: pointer;
	display: block;
}
.ywhg-news-content:first-child {
	margin-bottom: 25px;
}
.ywhg-news-content h2 {
	font-size: 22px;
	color: #343434;
	line-height: 30px;
	position: relative;
	margin-bottom: 30px;
}
.ywhg-news-content:hover h2 {
	color: #2e70f8;
}
.ywhg-news-content h2::before {
    content: '';
    width: 48px;
    position: absolute;
    height: 4px;
	border-radius: 4px;
	background: linear-gradient(90deg, #3f90e6, #82e4fc);
	z-index: 1;
    left: 0;
    bottom: -15px;
}
.ywhg-news-content h2:after {
    content: '';
    width: 160px;
    position: absolute;
    height: 4px;
	border-radius: 4px;
    background: linear-gradient(90deg, #fff, transparent 70%);
    left: 0;
    bottom: -15px;
}
.ywhg-news-content p {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 28px;
	text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	-webkit-line-clamp: 3;
    line-clamp: 3;
}
.ywhg-news-content p a {
	color: #4496e7;
}
/* 精彩瞬间 */
.jcsj-img {
	display: grid;
	grid-template-columns: 220px 1fr 220px;
	grid-template-rows: repeat(3, 126px);
	gap: 10px 30px;
	margin: 0 auto;
}

/* 左侧嘉宾(4,5,6) */
.moment-image:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}
.moment-image:nth-child(2) {
	grid-column: 1;
	grid-row: 2;
}
.moment-image:nth-child(3) {
	grid-column: 1;
	grid-row: 3;
}

/* 中间大图 */
.moment-image-content {
	grid-column: 2;
	grid-row: 1 / span 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* 右侧嘉宾(1,2,3) */
.moment-image:nth-child(5) {
	grid-column: 3;
	grid-row: 1;
}
.moment-image:nth-child(6) {
	grid-column: 3;
	grid-row: 2;
}
.moment-image:nth-child(7) {
	grid-column: 3;
	grid-row: 3;
}

.moment-image img, .moment-image-content img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.moment-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.moment-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 1;
}
.moment-image.active {
	border: 3px solid #2ed5ff;
}
.moment-image.active:after {
	background-color: transparent;
}
.moment-image.active img {
	transform: scale(1.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* 媒体报道 */
.mtbd-list .mtbd-li {
    height: 184px;
    background: #e7f2f9;
    border-radius: 10px 15px 15px 10px;
	margin-bottom: 40px;
}
.mtbd-li-left {
    height: 184px;
    padding: 25px 0;
    background-color: #f5f8fa;
    border-radius: 10px;
    flex: 1;
    position: relative;
}
.mtbd-li-left figure {
	width: 276px;
	height: 184px;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
.mtbd-li-left figure img {
	display: block;
}
.mtbd-time {
	color: #3f3f3f;
	font-size: 18px;
	text-align: center;
	padding: 0 30px;
	position: relative;
}
.mtbd-time p {
	font-size: 40px;
	font-weight: bold;
}
.mtbd-time::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 136px;
	background: #e4eaee;
	right: 0;
	top: -30px;
}
.mtbd-li-content {
    padding-left: 35px;
	padding-right: 60px;
    width: 690px;
}
.mtbd-li-content h2 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 5px;
}
.mtbd-li-content p {
	color: #151515;
	font-size: 16px;
	line-height: 32px;
}
.mtbd-li-right {
    width: 92px;
    text-align: center;
}
.icon-mtbd-right {
    width: 28px;
    height: 24px;
    background-position: -60px -62px;
}
.mtbd-list .mtbd-li:hover {
    border: 2px solid #e7f2f9;
    box-sizing: content-box;
}
.mtbd-list .mtbd-li:hover .mtbd-li-left {
	background: linear-gradient(180deg, #f8feff, #fff);
}
.mtbd-list .mtbd-li:hover .mtbd-time,
.mtbd-list .mtbd-li:hover .mtbd-li-content h2 {
    color: #2e70f8;
}
.mtbd-list .mtbd-li:hover .icon-mtbd-right {
    background-position: -90px -62px;
}