
@media screen and (max-width:980px){
	img{
		max-width: 100%;
	}
	body{
		background-color: #f7f7f7;
	}
	.news_nav{
		width: 100%;
		background-color: #2d2d2f;
	}
	.news_nav_item{
		margin: 0;
		width: 33.3333333%;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
	.news_nav .checked::after{
		content: "";
		display: none;
	}
	.news_nav .checked{
		color: #fff;
		background-color: #0069c8;
		cursor: pointer;
	}
	.news_nav_item:not(:last-of-type){
		border: 0;
	}
	.list_item_words{
		padding: 4%;
		text-align: left;
	}
	.list_item_words, .news_img{
		width: 100%;
	}
	.news_list #news_1{
		padding: 0 3%;
	}
	.news_list_item{
		display: flex;
   	display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		margin-top: 3%;
		background-color: #fff;
	}
	.news_list_item:nth-child(2n){
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.item_title_box h1{
		color: #bebebe;
		opacity: 1;
		font-size: 50px;
	}
	.item_title_box p{
		color: #000;
		font-size: 16px;
		height: 16px;
	}
	.item_title_box h2{
		color: #000;
		font-size: 30px;
	}
	.item_words_box p{
		width: 100%;
		min-width: auto;
		height: auto;
		font-size: 10px;
		text-align: left;
	}
	.item_subTitle_box{
		color: #000;
	}
	.item_subTitle_box h3{
		font-size: 12px;
		margin: 8px 0;
	}
	.left_words .item_words_box{
		text-align: right;
	}
	.news_content_details{
		font-size: 12px;
		padding: 3% 3% 0 3%;
	}
	.news_banner_words{
		width: 88%;
	}
	.news_banner_words .news_year{
		opacity: 1;
	}
	.news_content_details p{
		line-height: 22px;
	}
	.float_news_detail .item_title_box{
		width: 100%;
		height: auto;
	}
	.banner_subTitle h3{
		color: #bebebe;
		text-align: left;
	}
	.close_btn{
		width: 24px;
		height: 24px;
		top: 20px;
		right: -10px;
		cursor: pointer;
	}
	div.paging_tool{
		align-items: center;
   	-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		padding: 5% 3%;
		margin-bottom: 20px;
	}
	.paging_tool .first-page, .paging_tool .last-page{
		flex: 1;
		font-size: 10px;
	}
	.paging_tool button{
		font-size: 10px;
	}
	.paging_tool .pageWrap ul li{
		width: 28px;
		font-size: 10px;
	}
	.lump-container-inner {
		width: 100%;
		padding: .86rem .48rem .2rem .48rem;
	}

	.lump-container ul {
		margin: 0;
	}

	.lump-container ul li {
		width: 3.19rem;
		height: 2.27rem;
		margin: 0;
		margin-bottom: .16rem;
	}

	.lump-container ul li:nth-child(2n){
		float: right;
	}

	.lump-container ul li a {
		display: block;
		padding-top: .5rem;
	}

	.lump-container ul li a>p {
		margin: 0;
		font-size: .28rem;
		letter-spacing: .03rem;
		padding-left: .32rem;
		line-height: .4rem;
	}
	.lump-container ul li a>p:last-child {
		letter-spacing: .12rem;
	}
};