.green_btn_long {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.16rem;
	background-color: #1e9c26;
	color: #fff;
	padding: 0.24rem;
	width: 98%;
	margin: 0.3rem auto;
	border-radius: 0.12rem;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.green_btn_long .img {
	width: 0.4rem;
	height: 0.4rem;
}

.mt24 {
	margin-top: 0.48rem;
}

.red {
	color: red;
}

.fontb {
	font-weight: bold;
}

.container_top {
	padding: 0.3rem;
}


.full_imb_box {
	padding: 0.3rem 0;
}

.full_imb_box .img {
	width: 100%;
}

.container_top .title {
	font-size: 20px;
	line-height: 1.7;
}

.container_top .autor {
	display: flex;
	justify-content: flex-end;
}

.container_top .autor_img {
	padding: 0.3rem 0;
}

.container_top .autor_img .img {
	width: 100%;
}

.section p {
	line-height: 1.6;
	font-weight: bolder;
	padding: 0.04rem 0;
}


.kuang_box1 {
	background-color: #f1f0f0;
	padding: 0.3rem 0.2rem;
	padding-bottom: 0.5rem;
}

.kuang_box1 .imb {
	position: relative;
	padding: 0.3rem 0;
}

.kuang_box1 .imb::after {
	content: "";
	display: block;
	position: absolute;
	width: 140px;
	height:8px;
	background-color: #ffed1f;
}

.kuang_box1 .msg {
	line-height: 1.75;
}



.kuang_box2 .list_box {
	padding-top: 0.2rem;
	position: relative;
	z-index: 10;
}

.kuang_box2 .list_item {
	background-color: #ffed1f;
	padding: 0.3rem 0.2rem;
	border-radius: 0.05rem;
	margin-top: 0.3rem;
}

.kuang_box2 .list_item .item_img_box {
	margin-top: 0.3rem;
	position: relative;
}

.kuang_box2 .list_item .item_img_box .img {
	width: 100%;
}


.kuang_box2 .list_item .item_img_box .item_time {
	display: block;
	font-size: 12px;
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	font-weight: bold;
}


.kuang_box2 .list_item p {
	line-height: 1.5;
	padding-top: 0.2rem;
	font-size: 12px;
}




.container_mid {
	background-color: #0e1014;
	padding: 1rem 0.4rem;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.9;
}

.container_mid p {
	padding: 0.04rem 0;
}



.container_footer {
	background: #051163;
	padding: 0.65rem 0.4rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.container_footer a {
	color: #fff;
}