* {
	margin: 0;
	padding: 0;
}

body {
	background: #0A0E12;
	overflow: hidden;
}



.news_body {
	margin: 0 auto 1.5rem;
}

.position .main,
.news_body .main {
	width: 16.2rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.news_body .news_fl {
	width: 10rem;
}

.news_body .news_fl .news_title {
	font-weight: normal;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 1.8;
	margin-bottom: 0.27rem;
}

.news_body .news_fl .news_time {
	font-weight: normal;
	font-size: 0.2rem;
	color: rgba(255, 255, 255, 0.62);
	line-height: 0.34rem;
	margin-bottom: 0.62rem;
}

.news_body .news_fl .news_content,
.news_body .news_fl .news_content p {
	font-weight: 400;
	font-size: 0.18rem;
	color: #919191;
	line-height: 0.32rem;
}

.news_body .news_fl .news_content img {
	max-width: 100%;
}



.news_body .news_fr {
	width: calc(100% - 11rem);
}

.news_body .news_fr .news_name {
	font-weight: normal;
	font-size: 0.3rem;
	color: #999999;
	line-height: 0.34rem;
}

.news_body .news_fr .news_list a {
	border-bottom: 0.01rem solid #3D3F41;
	padding: 0.57rem 0;
}
.news_body .news_fr .news_list a:last-child{
	border-bottom: none;
}
.news_body .news_fr .news_list .news_tit {
	font-weight: normal;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	margin-bottom: 0.21rem;
}
.news_body .news_fr .news_list .news_tit:hover{
	color: #F2A366;
}
.news_body .news_fr .news_list .news_shijian{
	font-weight: normal;
	font-size: 0.16rem;
	color: rgba(255,255,255,0.62);
	line-height: 0.34rem;
}

.footer {
	border-top: 0.01rem solid #C68656;
}

.news_content img{
    width: revert-layer;
    height: auto;
    max-width: 100%;
}






@media only screen and (max-width: 1024px) {
	.news_body .news_fl{
		width: 100%;
	}
	.news_body .news_fr{
		display: none;
	}
	.news_body .news_fl .news_content, 
	.news_body .news_fl .news_content p{
		font-size: 0.2rem;
		line-height: 1.8;
	}
}






