@media all  and (max-width:1073px){
		
	.news-show-main{

		width: 100%;
		margin-top: 30px;
		overflow: hidden;
	}
	
	.news-show-conts img{  width: 100% !important; height: auto !important; }
	.news-show-main .show-main{

		width: 100%;
		margin:0 auto;
	}

	.news-show-main .show-main .top{
		width: 100%;
		/*float: right;*/
		display: none;
		text-align: right;
		font-size: 14px;
	}
	.news-show-main .show-main .news-show-title{

		text-align: center;
	}
	.news-show-main .show-main .news-show-title h2{

		/*font-size: 24px;*/
		font-size: 1.1em;
		font-weight: 700;
		margin-bottom: 5px;;
	}
	.news-show-main .show-main .news-show-title p{

		/* font-size: 0.9em; */
		display: none;
	}

	.news-show-main .show-main .news-show-conts{

		
		margin-top: 15px;
	}
	.news-show-main .show-main .news-show-conts p{
		
		font-size: 0.8em;
		padding:0 10px;
	}
	.news-show-main .show-main .news-show-conts a{
		width: 100%;
		display: block;
		font-size: 0.8em;
		margin-top:15px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		/* margin-left: 30px; */
	}
	.news-show-main .show-main .news-show-conts img{

		width: 100%;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new{

		width: 100%;
		float: left;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title{

		/*width:260px;*/
		padding-top: 15px;
		clear: both;
		text-align: left;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title h3{

		color: #048c45;
		font-weight: 700;
		font-size:16px;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title p{
		font-size: 0.8em;
		
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title span{

		width: 20px;
		height: 2px;
		background: #ea7226;
		float: left;
		display: none;
		margin:1px 1px;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title i{

		width: 40px;
		height: 2px;
		background: #048c45;
		float: left;
		display: none;
		margin:1px;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li{

		width: 100%;
		float: left;
		padding: 4px;
		box-shadow: 1px 1px 10px #fafafa;
		margin:15px 0;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .pics{

		height:auto;
		overflow: hidden; padding:0; border:1px solid #ccc; border-radius:10px;
		
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .pics img{
				
			width: 100%;
			height: auto;
			transition: 1s ease;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li:hover .pics img{
		
		transform: scale(1.2);
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .txt{

		margin-top:10px;
		text-align: left;
	}

	.news-show-main .show-main .news-show-more .news-show-more-new ul li .txt h4{
		margin-bottom: 8px;
		font-size:15px;
		text-overflow: ellipsis;
		overflow: hidden;
		font-weight: 700;
		white-space: nowrap;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .txt p{

		font-size: 0.7em;
		overflow: hidden;  /** 隐藏超出的内容 **/
		word-break: break-all;
		text-overflow: ellipsis; /** 多行 **/
		display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 2; /** 显示的行数 **/
	}

	.news-show-main .show-main .news-show-more .news-show-more-new ul li .txt span{

		font-size: 0.8em;
	}





	

}	
@media screen and (max-width:414px)
{
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .txt h4{ font-size:14px;}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .txt p,.news-show-main .show-main .news-show-more .news-show-more-new ul li .txt span{ font-size:12px;}
	.page_turn{ padding:5px 0; font-size:14px;}
	.news-show-main .show-main .news-show-more .news-show-more-new .title{ margin-top:0; padding:10px 0}.news-show-main .show-main .news-show-more .news-show-more-new ul li{ margin:5px 0;}
	}
/*-------------------PC端-------------------*/
@media all  and (min-width:1073px){
	
	.news-show-main{

		width: 100%;
		margin-top: 30px;
	}
	
	
	.news-show-main .show-main{

		width: 80%;
		margin:0 auto;
	}

	.news-show-main .show-main .top{
		width: 100%;
		/*float: right;*/
		text-align: right;
		font-size: 16px;
	}
	.news-show-main .show-main .news-show-title{

		text-align: center;
	}
	.news-show-main .show-main .news-show-title h2{

		font-size: 24px;
		margin-bottom: 10px;
		text-align:center;
	}
	.news-show-main .show-main .news-show-title p{

		font-size:16px;
	}
	.news-show-main .show-main .news-show-title a{

		margin-top: 15px;
	}
	.news-show-main .show-main .news-show-conts{

		
		margin-top: 15px;
		text-align:center;
	}
	.news-show-main .show-main .news-show-conts p{
		
		font-size: 16px;
	}
	.news-show-main .show-main .news-show-conts a{
		

		width: 100%;
		display: block;

		margin-top:15px;
		/* margin-left: 30px; */
	}
	.news-show-main .show-main .news-show-more .news-show-more-new{

		width:100%;
		
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title{

		width:260px;
		padding-top: 15px;
		clear: both;
		/*text-align: center;*/
		margin:20px 0;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title h3{

		color: #048c45;
		font-weight: 700;
		font-size: 1.2em;
		
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title p{

		font-weight: 700;
		font-size: 0.8em;
		
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title span{

		width: 20px;
		height: 2px;
		background: #ea7226;
		float: left;
		display: block;
		margin:1px 1px;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new .title i{

		width: 40px;
		height: 2px;
		background: #048c45;
		float: left;
		display: block;
		margin:1px;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li{

		/* width: 100%; */
		float: left;
		padding: 4px;
		/*border:1px solid #048c45;*/
		box-shadow: 1px 1px 10px #ccc;
		margin:15px 0;
	}
	.news-show-main .show-main .news-show-more .newsa ul li{

		/* width: 100%; */
		float: left;
		padding: 4px;
		/*border:1px solid #048c45;*/
		box-shadow: 1px 1px 10px #ccc;
		margin:15px 0;
		text-align: left;
	}
	.news-show-main .show-main .news-show-more .newsa ul li h4{


		text-align: center;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;

		margin-bottom: 15px;
		font-size:18px;
		font-weight: 700;

	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .pics{

		/*width: 100%;*/
		/*height: 100%;*/
		height: 200px;
		position: relative;
		overflow: hidden;

	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .pics img{
				
			width: 100%;
			height: auto;
			transition: 1s ease;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li:hover .pics img{
		
		transform: scale(1.2);
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .txt{

		margin-top:15px;
		text-align: center;
	}

	.news-show-main .show-main .news-show-more .product ul li .txt h4{
		
		background: rgba(0,0,0,0.1);
		padding:15px 0;
		text-align: center;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		color: #fff;
		margin-bottom: 15px;
	}
	.news-show-main .show-main .news-show-more .news-show-more-new ul li .txt p{

		font-size: 16px;
		overflow: hidden;  /** 隐藏超出的内容 **/
		word-break: break-all;
		text-overflow: ellipsis; /** 多行 **/
		display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 3; /** 显示的行数 **/
	}
}



/*-------------------通用-------------------*/


.pagination{

	clear: both;
	margin: 0 auto;
}

.pagination li{
	list-style:none;
	float:left;
	margin-left:10px;
    padding:0 14px;
    background-color:#ededed;
	
    height:30px;
	line-height:30px;
	border-radius: 5px;;
    cursor:pointer;color:#fff;
}
.pagination li a{
	padding: 0;
	line-height: inherit;
	border: none;
	display: block;
	width: 100%;
	height: 100%;
}
/* .pagination li a:hover{background-color: #5a98de;} */
.pagination li.active{
	background-color:#048c45;
	color:#fff;
	border:1px solid  #048c45;
}
   .pagination li.active a{

	color:#fff;

}
.pagination li.disabled{background-color:#fff;color:rgb(153, 149, 149);}
