.actives{
	width:1530px;
	margin: 0 auto;
	margin-top:55px;
}
.active_top{
	height:49px;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid #FFA55A;
}
.active_top ul{
	overflow: hidden;
	margin-bottom:0px;
}
.active_top li{
	width:164px;
	height:48px;
	line-height:48px;
	text-align:center;
	float: left;
	font-size:16px;
}
.acc{
  background-color: #FFA55A;
  color:#fff;
}
.active_so{
	width: 380px;
	height:40px;
	display:flex;
	justify-content:space-between;
	margin-bottom: 10px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	border-radius: 6px 6px 6px 6px;
}
.active_so input{
	width:285px;
	height:44px;
	padding-left:15px;
	box-sizing: border-box;
}
.active_so1{
	width:104px;
	height:44px;
	background-color: #FFA55A;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #FFFFFF;
}
.active_so1 img{
	width: 16px;
	height: 16px;
	margin-right:10px;
}
.active_cen{
	width:100%;
	margin-top:24px;
}
.active_cen1{
	width: 1529px;
	height: 226px;
	display:flex;
	justify-content:space-between;
	padding:16px 24px;
	margin-bottom:20px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.24);
	border-radius: 16px 16px 16px 16px;
	transition: 0.6s;
}
.active_cen1:hover{
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.24);
}
.active_cen1>img{
	width:336px;
	height:194px;
	border-radius:6px;
}
.active_cen1_1{
	width:1110px;
	display:block;
	color:#333;
}
.active_cen1_2{
	width:100%;
	height:194px;
	display:flex;
	justify-content:space-between;
	flex-direction: column;
}
.active_cen1_2 p{
	margin-top:24px;
}
.fenye{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.fenye div{
	width:32px;
	height:32px;
	border-radius:50%;
	text-align:center;
	line-height:32px;
	margin:10px;
	color: #333;
	background-color:#E5E6EB;
}
.actde{
	max-width: 1050px;
	line-height:80px;
	font-size:16px;
	margin: 0 auto;
}
.actde a {
	color: #333 !important;
}
@media screen and (max-width:1500px){
	.actives{
		width:1200px !important;
	}
	.active_cen1{
		width:1200px !important;
	}
	.active_cen1_1 {
       width: 780px;
	}
}
.pages{
	width:100%;
	padding-top:20px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	border-top:1px solid #E5E6EB;
}
.pages div{
	width:300px;
}
.pages a{
	/* padding-top:30px; */
	display: block;
	width:300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.active_cen1_1:hover{
	 cursor: pointer !important;
}
@media screen and (max-width:1200px){
	.header,.prosos,.proxz,.proxz2,.probox,.fenye,.footer{
		display: none !important;
	}
	.active_top li {
	    width: 5rem;
	}
	.actives {
		width:100% !important;
	}
	.active_top li {
	    width: 164px;
	    height: 40px;
	    line-height: 48px;
	    text-align: center;
	    float: left;
	    font-size: 16px;
	}
	.actives{
		width:100%;
		margin-top:1rem;
	}
	.active_so{
		display:none;
	}
	.vbn{
		width:100%;
		display:flex;
		justify-content:space-between;
		align-items:center;
		margin-bottom:0px;
	}
	.active_cen1{
		width:95% !important;
		margin-left:2.5%;
		padding:10px;
	}
	.active_cen1>img {
	    width:6rem;
	    height:6rem;
	    border-radius: 6px;
		margin-right:10px;
	}
	.active_cen1_2 p{
		display:inline-block;
		width:100%;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
		font-size:16px;
	}
	.pages a{
		width:180px;
	}
	.active_cen1_2,.active_cen1{
		height:auto;
	}
	.active_cen1_2 p {
        margin-top:10px;
     }
	 .sjwan{
		 text-align:right;
		 color: #ccc;
		 font-size:12px;
	 }
	 .sj_cvv{
		 width:95% !important;
	 }
	 .sj_cvv img{
		 width:100%;
	 }
	 .actde{
		 display:none;
	 }

}