@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #333;
}
img{
	display: block;
	border: 0;
}
ul, li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
pre{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
/* 标题 */
.title{
	width: 770px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.title > img{
	width: 100%;
	height: auto;
}
.title a{
	position: absolute;
	left: 180px;
	top: 10px;
	color: #0F31C1 !important;
	line-height: 26px !important;
}
.title a i{
	display: block;
	width: 26px;
	height: 14px;
	background: url(../../images/2021cjh/arrow_blue.png) no-repeat;
	float: left;
	margin-top: 6px;
}
.title:hover a {
	animation: title 1s linear forwards;
}
@keyframes title{
	0%{left: 180px;}
	100%{ left: 210px;}
}
.title a:hover{
	font-weight: bold;
}


/* banner */
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: auto;
}

/* 轮播图 */
.dynImg_lr{
	overflow: hidden;
	position: relative;
}
.dynImg_lr_imgBox{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.dynImg_lr_imgBox a{
	height: 100%;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.dynImg_lr_imgBox a img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.dynImg_lr_imgBox a p{
	display: none;
}
.dynImg_lr_textBox{
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
.dynImg_lr_iconBox{
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 66px;
	font-size: 0;
}
.dynImg_lr_iconBox span{
	width: 20px;
	height: 4px;
	display: inline-block;
	margin:5px;
	border-radius: 2px;
	box-sizing: border-box;
	background: #061376;
	transition: all 1s;
}
.dynImg_lr_iconBox .dynImg_lr_iconCur{
	width: 40px;
}
.nextPre{
	display: block;
	width: 56px;
	height: 57px;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	font-size: 0;
	transition: all 1s;
	opacity: 0;
	cursor: pointer;
	background-size: contain;
}
.dynImg_lr_pre{
	left: 10px;
	background: url(../../images/2021cjh/prev.png);
}
.dynImg_lr_next{
	right: 10px;
	background: url(../../images/2021cjh/next.png);
}

/* 要闻速递 */
.ywsd{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 100px;
}
.swiper1{
	width: 680px;
	height: 420px;
	float: left;
	margin-top: 60px;
}
.ywsd_r{
	width: 580px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 60px;
}
.ywsd_r_t{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}
.ywsd_r_t span{
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.ywsd_r_t span:hover{
	color: #0f31c1;
}
.ywsd_r_t p{
	font-size: 16px;
	color: #999;
	line-height: 24px;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ywsd_r_b{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.ywsd_r_b a{
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.ywsd_r_b a i{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 0px;
	border-color: transparent transparent transparent #fff; 
	display: block;
	margin-top: 10px;
	float: left;
	transition: all 0.5s;
}
.ywsd_r_b a p{
	width: 520px;
	float: left;
	line-height: 60px;
	transition: margin-left 0.5s;
	white-space: nowrap;
}
.ywsd_r_b a:hover{
	background: #0F31C1;
}
.ywsd_r_b a:hover p{
	color: #fff;
	margin-left: 10px;
}
.ywsd_r_b a:hover i{
	border-width: 20px 0 20px 30px;
	margin-left: 10px;
}

/* 重要活动 */
.zyhd{
	width: 100%;
	height: 745px;
	overflow: hidden;
	background: url(../../images/2021cjh/p2_bg.jpg) center top no-repeat;
	margin-top: 100px;
}
.zyhd_main{
	width: 1300px;
	height: 100%;
	background: #0F31C1;
	margin: 0 auto;
	overflow: hidden;
}
.title02{
	margin-top: 60px;
}
.zyhd_table{
	width: 1110px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}
.zyhd_row{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #b7fdf1;
}
.zyhd_row:nth-child(odd){
	background: #ffffff;
}
.zyhd_row:nth-child(even){
	background: #e9fffe;
}
.zyhd_row:hover{
	background: #B7FDF1;
}
.zyhd_head{
	background: #f0f0f0 !important;
	border: none;
}
.zyhd_row pre{
	font-size: 18px;
	line-height: 60px;
	float: left;
	font-family: "microsoft yahei";
	padding-left: 20px;
	box-sizing: border-box;
}
.zyhd_row pre:nth-of-type(1){
	width: 380px;
}
.zyhd_row pre:nth-of-type(2){
	width: 380px;
	text-align: center;
}
.zyhd_row pre:nth-of-type(3){
	width: 320px;
}
.zyhd_row:nth-of-type(7) pre:nth-of-type(1){
	line-height: 26px;
	margin-top: 4px;
}
.zyhd_head pre{
	text-align: center;
	font-weight: bold;
}

/* 大咖说 */
.dks{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 100px;
}
.dks_l{
	width: 488px;
	height: 832px;
	float: left;
	margin-top: 60px;
	position: relative;
}
.dks_l span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../images/2021cjh/p3_video_border.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.dks_video{
	width: 440px;
	height: 780px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	border-radius: 34px;
	overflow: hidden;
	z-index: 20;
}
.dks_video video{
	width: 100%;
	height: 100%;
}
.dks_video i{
	display: block;
	width: 100px;
	height: 100px;
	background: url(../../images/2021cjh/play.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	cursor: pointer;
}
.dks_r{
	width: 728px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 60px;
}
.dks_r_item{
	display: block;
	height: 100px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.dks_r_item:hover .dks_r_m{
	background: #061376;
}
.dks_order{
	display: block;
	width: 50px;
	height: 80px;
	margin-top: 10px;
	background: #11d4d4;
	color: #fff;
	line-height: 80px;
	text-align: center;
	font-weight: bold;
	float: left;
}
.dks_r_m{
	width: 610px;
	height: 70px;
	margin-top: 15px;
	background: #e9e9e9;
	padding: 6px 12px;
	box-sizing: border-box;
	float: left;
}
.dks_r_m_t{
	width: 100%;
	height: 30px;
}
.dks_r_m_t p{
	color: #333;
}
.dks_r_m_t p{
	font-size: 16px;
	color: #333;
	float: left;
	margin-right: 20px;
}
.dks_r_m > p{
	font-size: 18px;
	color: #333;
}
.dks_r_item:hover .dks_r_m_t p,
.dks_r_item:hover .dks_r_m > p{
	color: #fff;
}
.dks_thumb{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	overflow: hidden;
}
.dks_thumb img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/* 云上观会 */
.ysgh{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../../images/2021cjh/p4_bg.jpg) no-repeat center top;
	margin-top: 100px;
}
.ysgh_main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding: 60px 0;
	box-sizing: border-box;
	margin: 0 auto;
}
.title04 a{
	color: #fff !important;
}
.title04 a i{
	background: url(../../images/2021cjh/arrow_white.png) no-repeat;
}
.ysgh_top{
	width: 100%;
	margin-top: 60px;
}
.ysgh_nav{
	width: 100%;
	height: 48px;
}
.ysgh_nav span{
	display: block;
	height: 100%;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.ysgh_nav span:nth-child(1){
	width: 219px;
	height: 48px;
	background: url(../../images/2021cjh/p4_tit01_active.png) no-repeat center;
}
.ysgh_nav span:nth-child(2){
	width: 355px;
	height: 48px;
	background: url(../../images/2021cjh/p4_tit02.png) no-repeat center;
}
.ysgh_nav span:nth-child(1):hover{
	background: url(../../images/2021cjh/p4_tit01_active.png) no-repeat center;
}
.ysgh_nav span:nth-child(2):hover{
	background: url(../../images/2021cjh/p4_tit02_active.png) no-repeat center;
}
.ysgh_top_item{
	width: 100%;
	height: 676px;
	margin-top: 40px;
	position: relative;
	background: #000;
}
.swiper2{
	width: 100%;
	height: 100%;
}
.ysgh_top_item video{
	width: 100%;
	height: 100%;
}
.ysgh_top_item i{
	display: block;
	width: 100px;
	height: 100px;
	background: url(../../images/2021cjh/play.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.ysgh_b{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.ysgh_b_tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ysgh_b_tit img{
	width: 100%;
	height: auto;
}
.ysgh_b_tit img:last-of-type{
	display: none;
}
.ysgh_b_main{
	width: 100%;
	height: 217px;
	margin-top: 30px;
}
.ysgh_b_item{
	width: 386px;
	height: 100%;
	position: relative;
	display: block;
	float: left;
	margin-right: 20px;
}
.ysgh_b_item:last-of-type{
	margin-right: 0;
}
.ysgh_b_item img{
	width: 100%;
	height: 100%;
}
.ysgh_b_item i{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	background: url(../../images/2021cjh/play.png) no-repeat;
	background-size: cover;
	transition: all 1s;
}
.ysgh_b_stit{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 217px;
	padding: 10px;
	box-sizing: border-box;
	transition: all 1s;
}
.ysgh_b_item p{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
}
.ysgh_b_item:hover .ysgh_b_stit{
	display: block;
	top: 0;
}
.ysgh_b_item:hover i{
	bottom: 10px;
	right: 10px;
	transform: translate(0, 0);
}
.ysgh_ph_title1,
.ysgh_ph_title2{
	display: none;
}
/*
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
*/

@media screen and (orientation:portrait){
	.title{
		width: 100%;
	}
	.title a{
		left: 1rem;
		top: -0.05rem;
		font-size: 0.26rem;
		line-height: 0.39rem !important;
	}
	.title a i{
		width: 0.42rem;
		height: 0.21rem;
		margin-top: 0.08rem;
	}
	.title:hover a {
		animation: none;
	}
	.title a:hover{
		font-weight: normal;
	}
	
	/* 轮播图 */
	.dynImg_lr{
		margin-top: 0.4rem;
	}
	.dynImg_lr_textBox{
		width: 100%;
		height: 0.6rem;
		font-size: 0.28rem;
		line-height: 0.6rem;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.dynImg_lr_iconBox{
		height: 0.1rem;
		bottom: 0.7rem;
	}
	.dynImg_lr_iconBox span{
		width: 0.2rem;
		height: 0.1rem;
		margin: 0 0.05rem;
		border-radius: 0.1rem;
	}
	.nextPre{
		display: none;
	}
	.dynImg_lr_iconBox .dynImg_lr_iconCur{
		width: 0.4rem;
	}
	
	/* 要闻速递 */
	.ywsd{
		width: 100%;
		margin-top: 0.4rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.swiper1{
		width: 6rem;
		height: 4.2rem;
		float: none;
		margin-top: 0.4rem;
	}
	.ywsd_r{
		width: 100%;
		float: none;
		margin-top: 0.4rem;
	}
	.ywsd_r_t span{
		font-size: 0.28rem;
		line-height: 0.39rem;
	}
	.ywsd_r_t span:hover{
		color: #333;
	}
	.ywsd_r_t p{
		font-size: 0.26rem;
		line-height: 0.36rem;
		margin-top: 0.1rem;
	}
	.ywsd_r_b{
		margin-top: 0.2rem;
	}
	.ywsd_r_b a{
		height: 0.6rem;
	}
	.ywsd_r_b a i{
		display: none;
	}
	.ywsd_r_b a p{
		width: 100%;
		float: none;
		font-size: 0.28rem;
		line-height: 0.6rem;
		transition: none;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.ywsd_r_b a:hover{
		background: #0F31C1;
	}
	.ywsd_r_b a:hover p{
		color: #fff;
		margin-left: 10px;
	}
	.ywsd_r_b a:hover i{
		display: none;
	}
	
	/* 重要活动 */
	.zyhd{
		width: 100%;
		height: auto;
		background: none;
		margin-top: 0.4rem;
	}
	.zyhd_main{
		width: 100%;
		height: auto;
		padding: 0 0.2rem;
		padding-bottom: 0.6rem;
		box-sizing: border-box;
	}
	.title02{
		margin-top: 0.4rem;
	}
	.zyhd_table{
		width: 100%;
		margin-top: 0.6rem;
	}
	.zyhd_row{
		height: auto;
		overflow: hidden;
		padding: 0.2rem 0 0.2rem 0.1rem;
	}
	.zyhd_head{
		display: none;
	}
	.zyhd_row:hover{
		background: inherit;
	}
	.zyhd_row pre{
		font-size: 0.26rem;
		line-height: 0.39rem;
		padding-left: 0.1rem;
		float: none;
		width: 100%;
		margin: 0.1rem 0;
	}
	.zyhd_row pre:nth-of-type(1),
	.zyhd_row pre:nth-of-type(2),
	.zyhd_row pre:nth-of-type(3){
		width: 100%;
		text-align: left;
	}
	.zyhd_row pre:nth-of-type(1)::before{
		content: "主题:";
		font-size: 0.26rem;
		font-weight: bold;
		float: left;
		margin-right: 0.2rem;
	}
	.zyhd_row pre:nth-of-type(2)::before{
		content: "日期/时间:";
		font-size: 0.26rem;
		font-weight: bold;
		float: left;
		margin-right: 0.2rem;
	}
	.zyhd_row pre:nth-of-type(3)::before{
		content: "地点:";
		font-size: 0.26rem;
		font-weight: bold;
		float: left;
		margin-right: 0.2rem;
	}
	.zyhd_row pre:nth-of-type(3){
	}
	.zyhd_row:nth-of-type(6) pre:nth-of-type(1),
	.zyhd_row:nth-of-type(7) pre:nth-of-type(1),
	.zyhd_row:nth-of-type(8) pre:nth-of-type(1){
		line-height: 0.4rem;
		margin-top: 0.2rem;
		white-space: pre-wrap;
	}
	
	/* 大咖说 */
	.dks{
		width: 100%;
		margin-top: 0.6rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.dks_l{
		display: none;
	}
	.dks_r{
		width: 100%;
		float: none;
		margin-top: 0.6rem;
	}
	.dks_r_item{
		display: block;
		height: 1.4rem;
		margin-bottom: 0.4rem;
	}
	.dks_r_item:last-of-type{
		margin-bottom: 0;
	}
	.dks_r_item:hover .dks_r_m{
		background: #e9e9e9;
	}
	.dks_order{
		display: none;
	}
	.dks_r_m{
		width: 4.6rem;
		height: 100%;
		margin-top: 0;
		padding:0.06rem;
		float: right;
		background: none;
	}
	.dks_r_m_t{
		width: 100%;
		height: 0.4rem;
	}
	.dks_r_m_t p{
		font-size: 0.22rem;
		margin: 0 !important;
		margin-right: 0.2rem;
	}
	.dks_r_m > p{
		font-size: 0.22rem;
		margin-top: 0.1rem;
		line-height: 0.39rem;
	}
	.dks_r_item:hover .dks_r_m_t p,
	.dks_r_item:hover .dks_r_m > p{
		color: #999;
	}
	.dks_thumb{
		width: 1.4rem;
		height: 100%;
		left: 0;
		top: 0;
		border-radius: 0;
	}
	
	/* 云上观会 */
	.ysgh{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0.6rem;
		padding: 0.4rem 0rem;
		background-size: cover;
	}
	.ysgh_main{
		width: 100%;
		padding: 0.4rem 0.2rem;
	}
	.ysgh_top{
		width: 100%;
		margin-top: 0.4rem;
	}
	.ysgh_nav{
		display: none;
	}
	.ysgh_top_item{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0;
		background: none;
	}
	.swiper2{
		height: 3.38rem;
	}
	.ysgh_ph_title1,
	.ysgh_ph_title2{
		display: block;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	.ysgh_ph_title1{
		width: 3rem;
	}
	.ysgh_ph_title2{
		width: 5rem;
		margin-top: 0.4rem;
	}
	.ysgh_ph_title1 img,
	.ysgh_ph_title2 img{
		width: 100%;
		height: auto;
	}
	.ysgh_top_item video{
		width: 100%;
		height: 2rem;
		margin-top: 0.4rem;
		background: #000;
	}
	.ysgh_top_item i{
		display: block;
		width: 0.6rem;
		height: 0.6rem;
		top: 70%;
		background-size: cover;
	}
	.ysgh_b{
		margin-top: 0.4rem;
	}
	.ysgh_b_tit{
		text-align: center;
	}
	.ysgh_b_tit img:first-of-type{
		display: none;
	}
	.ysgh_b_tit img:last-of-type{
		width: 40%;
		display: inline-block;
	}
	.ysgh_b_main{
		height: auto;
		overflow: hidden;
		margin-top: 0.4rem;
	}
	.ysgh_b_item{
		width: 100%;
		height: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
	.ysgh_b_item i{
		width: 1rem;
		height: 1rem;
		transition: none;
	}
	.ysgh_b_stit{
		width: 100%;
		height: auto;
		overflow: hidden;
		left: 0;
		top: initial;
		bottom: 0;
		transition: none;
		padding: 0;
	}
	.ysgh_b_item p{
		width: 100%;
		height: auto;
		overflow: hidden;
		color: #fff;
		position: initial;
		padding: 0.1rem;
		box-sizing: border-box;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-align: center;
	}
	.ysgh_b_item:hover .ysgh_b_stit{
		display: block;
		bottom: 0;
		top: initial;
	}
	.ysgh_b_item:hover i{
		right: 50%;
		bottom: 50%;
		transform: translate(50%, 50%);
	}
	
}