@charset "utf-8";
/* CSS Document */

body {
	background: #f0f7fa;
}

/*左侧菜单*/
.left_nav {
	display: none;
}


/*二级右边box*/
.ej_rbox {
	border: .01rem solid #d9e6ec;
	background: #fff;
	padding: .3rem .3rem .8rem;
}

.ej_rbox .title {
	text-align: center;
	color: #2181b0;
	font-size: .44rem;
	line-height: 2;
	border-bottom: .02rem solid #2f91c1;
	padding-bottom: .2rem;
	margin-bottom: .1rem;
}

/*二级列表*/
.ej_list {
	line-height: 1.5;
	font-size: .3rem;
	margin-bottom: .4rem;
}

.ej_list li {
	padding: .2rem 0;
	border-bottom: .01rem dashed #cbe3ed;
}

.ej_list li time {
	display: block;
	font-size: .26rem;
	text-indent: 1.2em;
	color: #666;
}

.ej_list li a {
	display: block;
	position: relative;
	padding-left: 1.2em;
	margin-bottom: .1rem;
}

.ej_list li a::after {
	content: '•';
	color: #2f91c1;
	position: absolute;
	left: 0;
	top: 0;
}

/*二级栏目内容*/
.ej_con {}

.con_text {
	padding-top: .01rem;
	font-size: .34rem;
	line-height: 1.8;
}

.con_text p {
	margin: 1em 0;
	text-indent: 2em;
}

.mb60 {
	margin-bottom: .8rem;
}


/*细览*/
.ConBox {
	background: #fff;
	padding: .3rem .3rem .8rem;
	color: #333;
}

.Con_title {
	border-bottom: .01rem solid #2f91c1;
}

.Con_bt {
	font-size: .46rem;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: .2rem;
}

.mTop_30 {
	margin-top: .3rem;
}

.con_nr {
	line-height: 1.8;
	font-size: .34rem;
}

.con_nr * {
	line-height: 1.8 !important;
}

.con_nr p {
	text-indent: 2em;
	margin: 0 0 1em !important;
	background: #FFFFFF !important;
	border: 0 !important;
}

.con_nr table p {
	text-indent: 0;
}

.con_nr div {
	margin-bottom: 1em;
	text-indent: 2em;
}

.con_nr img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.con_info {
	color: #666;
	font-size: .26rem;
	line-height: 2;
	padding-bottom: .2rem;
}

.con_info_l {}

.con_info_l li {
	overflow: hidden;
	font-size: 0.26rem;
	line-height: 0.4rem;
	padding: 0.1rem 0;
}
.con_info_l li span {
	display: block;
	float: left;
}
.con_info_l li img {
	display: block;
	float: left;
	vertical-align: middle;
	height: .3rem;
	margin-top: 0.05rem;
	margin-right: 0.1rem;
}


/*详情页分享媒体图标*/
.con_fx_icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 5px;
}

.con_fx_icon:hover {
	background-color: rgba(47, 145, 193, 1);
}

.con_fx_icon_1 {
	background: url(sk_20250812_gzyx_icon_qz.png) center center no-repeat rgba(47, 145, 193, 0.15);
	background-size: cover;
}

.con_fx_icon_2 {
	background: url(sk_20250812_gzyx_icon_wx.png) center center no-repeat rgba(47, 145, 193, 0.15);
	background-size: cover;
}

.con_fx_icon_3 {
	background: url(sk_20250812_gzyx_icon_wb.png) center center no-repeat rgba(47, 145, 193, 0.15);
	background-size: cover;
}