
@media only screen and (max-width: 3000px) {
	/*这里是PC部分*/
	.news_box{
		width: 1200px;
		margin: 0 auto;
	}
	.lx_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.lx_item{
		width: 329px;
		height: 175px;
		background: #F5F5F5;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.imgbox{
		margin-left: 20px;
	}
	.wordbox{
		width: 195px;
		padding-right: 20px;
	}
	.word_tit{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.word_body{
		font-size: 14px;
		line-height: 24px;
	}
	#dituContent{
		width: 1200px;
		margin: 0 auto;
		height: 500px;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 700px) {
	/*这里是手机部分*/
	.news_box{
		width: 100%;
	}
	.lx_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.lx_item{
		width:90%;
		margin: 0 auto;
		height: 3rem;
		background: none;
		display: flex;
		justify-content:flex-start;
		align-items: center;
	}
	.imgbox{
		margin-left: 0;
		width: 2rem;
		display: flex;
		text-align: center;
		align-items: center;
		
	}
	.imgbox img{
		width: 1.6rem;
	}
	.wordbox{
		width:calc(100% - 2rem);
		display: flex;
		justify-content:flex-start;
		border-bottom: 1px dotted #cccccc;
		padding-left: 0.5rem;
	}
	.word_tit{
		margin-bottom: 0;
		line-height: 2rem;
		font-size: 0.8rem;
		margin-right: 0.5rem;
	}
	.word_body{
		font-size: 0.8rem;
		line-height: 2rem;
	}
	.word_body p{
		display: inline-block;
	}
	#dituContent{
		width: 100%;
		height: 20rem;
		margin-top: 2rem;
	}
}
