#container {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.container_nav {
	color: #666976;
	display: flex;
	font-size: 14px;
	margin: 1rem 0;
}
.container_nav>a{
	color: #666976;
}
.container_nav>a:last-child {
	color: #FFF;
}
.wx_share{
	cursor: pointer;
	position: relative;
}
.wx_share:hover #wx_code{
	display: block;
}
#wx_code{
	display: none;
	right: 0px;
	top: 20px;
	padding: 10px;
	background-color:#1f2128;
	box-shadow: 0 0 20px rgba(25, 26, 32,1);
	border-radius: 10px;
	position: absolute;
}
.news_left {
	width: 850px;
	overflow-x: hidden;
}

.news_title {
	margin-top: 50px;
	color: #FFF;
}

.news_title>p {
	font-size: 30px;
}

.news_other_info {
	color: #666;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	border-bottom: rgba(255, 255, 255, .1) solid 1px;
	margin-bottom: 50px;
}

.news_other_info div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news_other_info img { 
	width: 18px;
	height: 15px;
	padding: 0 10px;
	cursor: pointer;
}

.news_content {
	color: #FFF;
}

.news_end {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	color: #666;
	padding: 50px 0;
	border-top: rgba(255, 255, 255, .1) solid 1px;
	margin-top: 50px;
}

.news_end>a {
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	color: #666;
	cursor: pointer;
}
iframe{
	width: 100%;
	height: 30rem;
}
.news_content img{
	max-width: 100%;
}
#container>.AD_LIST>div{
	background-color:#1e1f26 ;
}
@media screen and (max-width:1000px) {
	.AD_LIST{
		display: none;
	}
	iframe{
		width: 100%;
		height: 12rem;
	}
	#container,.news_left{
		width: 100%;
	}
	.container_nav{
		width: 95%;
		white-space: nowrap;
		font-size: .5em;
		margin: 1rem auto;
	}
	.news_title>p{
		padding: .5rem;
		font-size:18px;
	}
	.news_other_info {
		width: 95%;
		font-size: 1em;
		padding: 1rem 0;
		margin:1rem auto;
	}
	.news_content{
		min-height: 50vh;
		width: 95%;
		margin: 1rem auto;
		font-size: 14px;
	}
	.news_title{
		margin-top: 1rem;
	}
	.news_end{
		padding: 1rem 0;
		flex-direction: column;
		width: 95%;
		margin: 0 auto;
		font-size: 1em;
	}
	.news_end>p{
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
		font-size: 14px;
		width: 95%;
	}
	.news_other_info p{
		padding-right: .5rem;
	}
	.news_other_info img{
		width: 20px;
		height: 20px;
		padding: 0 .5rem 0 0;
		cursor: pointer;
	}
}
