body {
	background: rgba(245, 247, 250, 1)
}
.content-box1 {
	margin-top: 30px;
}

.content-box1 .bottom {
	width: 100%;
	height: 160px;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 12px;
}

.content-box1 .nav-list {
	background: #FFFFFF;
	border-radius: 12px 12px 12px 12px;
	padding: 0 30px;
	box-sizing: border-box;
	margin-top: 30px;
}

.content-box1 .nav-list ul li {
	border-bottom: 1px solid #EBEBEB;
	clear: both;
	overflow: hidden;
	padding: 20px 0 20px 123px;
	position: relative;
}

.content-box1 .nav-list ul li h2 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	text-align: center;
	width: 123px;
	line-height: 18px;

	font-size: 16px;
	color: rgba(51, 51, 51, 1);
}

.content-box1 .nav-list ul li:nth-last-child(1) {
	border-bottom: none;
}

.content-box1 .nav-list ul li span {
	display: block;
	float: left;
	margin: 0 17px;

	font-size: 16px;
	color: #666666;
	line-height: 14px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding: 8px 13px;
	border-radius: 4px 4px 4px 4px;
}

.content-box1 .nav-list ul li span.on {
	background: rgba(0, 142, 255, 1);
	color: #fff;
}
.content-box2{
	margin-top: 50px;
}
.default-tile{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.default-tile h2{
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: 30px;
	color: #313233;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	position: relative;
	padding: 0 0 0 20px;
}
.default-tile h2::after{
	content: '';
	display: block;
	background: #1664FF;
	width: 5px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
}
.default-tile span{

	font-size: 18px;
	color: #666666;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
	align-items: center;
}
.default-tile span img{
	height: 15px;
	height: 9px;
	margin-left: 10px;
}
.content-box2 .list ul{
	display: flex;
	justify-content: flex-start;
}
/*.content-box2 .list-line ul {*/
/*	justify-content: !important;*/
/*}*/
.content-box2 .list ul li {
	width: 285px;
	margin: 20px 6px 0;
	overflow: hidden;
}
.content-box2 .list .time{
	height: 36px;
	background: linear-gradient(to left,rgba(255,255,255,.4) 0,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(255,255,255,.4) 100%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-box2 .list .time {

	font-size: 16px;
	color: #333333;
	line-height: 22px;
	font-style: normal;
	text-transform: none;
}
.content-box2 .list .time img{
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.content-box2 .list .con{
	margin-top: 10px;
	/* border: 1px solid #E6E6E6; */
	background: #FFFFFF;
	border-radius: 12px 12px 12px 12px;
}
.content-box2 .list .con .img-box{
	position: relative;
	height: 183px;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}
.content-box2 .list .con .img-box span{
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	padding: 0 10px;
	box-sizing: border-box;
	height: 34px;
	border-radius: 12px 0 12px 0;
	background: radial-gradient(#FFA200 0%, #FF7B05 99%), #FFA517;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.content-box2 .list .con .img-box span.green{
	background: radial-gradient(#25CF21 0%, #00C3B3 99%), #00C3B3;
}
.content-box2 .list .con .img-box span.blue{
	background: radial-gradient(#3376FF 0%, #2CBCFF 99%), #2CBCFF;
}
.content-box2 .list .con .img-box .img{
	width: 100%;
	height: 183px;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	transition: transform 0.3s ease; /* 平滑的过渡效果 */
}
.content-box2 .list .con:hover .img-box .img{
	transform: scale(1.1); /* 鼠标经过时放大1.1倍 */
}
.content-box2 .list .con .img-box p {
	height: 32px;
	padding: 0 10px;
	background: rgba(51, 15, 51, .6);
	border-radius: 12px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 150px;

	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
	font-style: normal;
	text-transform: none;
}
.content-box2 .list .con .img-box p img{
	width: 17px;
	height: 17px;
	margin-right: 15px;
}
.content-box2 .list .con .text{
	padding: 20px;
	box-sizing: border-box;
}
.content-box2 .list .con .text h3{
	font-weight: normal;
	-webkit-line-clamp: 2; /* 限制为两行 */
	height: 40px;
	font-size: 18px;
	color: #313233;
	line-height: 20px;
	font-style: normal;
	text-transform: none;
}
.content-box2 .list .con .text p{
	margin-top: 20px;
}
.content-box2 .list .con .text p span{
	display: inline-block;
}
.content-box2 .list .con .text p span:nth-child(1){
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FE551D;
	line-height: 20px;
	font-style: normal;
	text-transform: none;
}
.content-box2 .list .con .text p span:nth-child(2){

	font-size: 14px;
	color: #666666;
	line-height: 14px;
	font-style: normal;
	text-decoration-line: line-through;
	text-transform: none;
}
.content-box2 .list .con .text p span:nth-child(3){

	font-size: 14px;
	color: #3377FF;
	line-height: 0px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.content-box2 .list .con .text .btn{
	margin-top: 20px;
	background: linear-gradient(to right, #FF8A18 0%, #FF4800 100%);
	border-radius: 6px 6px 6px 6px;
	line-height: 44px;
	text-align: center;

	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
}

.content-box3 ul li{
	float: left;
	margin-right: 20px;
}
.content-box3 ul li:nth-child(4n+4){
	margin-right: 0;
}

.page {
	width: 1200px;
	margin: 20px auto 0;
	height: 78px;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page span {
	display: block;
	margin: 0 5px;
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DBDBDB;

	font-size: 16px;
	color: #666666;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}

.page span:hover {
	border-color: rgba(22, 100, 255, 1);
	color: rgba(22, 100, 255, 1);
}
.page span.hover {
	border-color: rgba(22, 100, 255, 1);
	color: rgba(22, 100, 255, 1);
}

.page span.prve {
	background-image: url('../img/rebate (5).png');
	background-size: 11px 17px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page span.prve:hover {
	background-image: url('../img/rebate (3).png');
}

.page span.next {
	background-image: url('../img/rebate (6).png');
	background-size: 11px 17px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page span.next:hover {
	background-image: url('../img/rebate (4).png');
}
.live-title h2.on{
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	line-height: 26px;
}
.live-title h2{
	font-weight: normal;
	font-size: 26px;
	color: #666666;
	line-height: 26px;
	margin-right: 20px;
}
.live-title h2::after{
	display: none;
}
.live-title h2.on::after{
	display: block;
	position: absolute;
	left: 50%;
	top: auto;
	bottom: -10px;
	margin: 0;
	transform: translate(-50%,0);
	width: 50px;
	height: 4px;
	background: #1A79FF;
	
}

@media (max-width:1200px) {
	.content-box1{
		margin-top: 15px;
	}
}
@media (max-width:1024px) {
	.content-box1 .bottom{
		display: none;
	}
	.content-box2 .list .con .img-box{
		height: auto;
	}
	.content-box2 .list .con .img-box p img{
		margin-right: 8px;
	}
	.content-box2{
		background: #fff;
		border-radius: 6px;
		padding: 15px;
		box-sizing: border-box;
	}
	.default-tile h2{
		font-family: PingFang SC;
		font-weight: bold;
		font-size: 16px;
		color: #666;
		line-height: 16px;
	}
	.default-tile h2::after{
		display: none;
	}
	.content-box1 .img{
		width: calc(100% - 330px);
	}
	.content-box1 .img img{
		width: 100% !important;
	}
	.content-box2 .list ul li{
		width: 23%;
		margin: 0 1%;
	}
	.content-box2 .list .con .img-box .img{
		width: 100%;
	}
	.content-box2{
		margin: 15px auto 0;
		width: calc(100% - 30px);
		background: #fff;
		border-radius: 6px;
		padding: 15px;
		box-sizing: border-box;
	}
	.default-tile h2{
		font-family: PingFang SC;
		font-weight: bold;
		font-size: 16px;
		color: #666;
		line-height: 16px;
		padding-left: 0;
	}
	.default-tile h2::after{
		display: none;
	}
	.default-tile span{
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 12px;
		color: #999999;
	}
	.content-box2 .list .time{
		font-size: 12px;
	}
	.content-box2 .list .con{
		border: 1px solid #e6e6e6;
		box-sizing: border-box;
		margin-top: 0px;
	}
	.content-box2 .list .con .img-box span{
		font-size: 10px;
		height: 18px;
		border-radius: 6px 0 6px 0;
		line-height: 18px;
	}
	.content-box2 .list .con .text{
		padding: 10px;
	}
	.content-box2 .list .con .text h3{
		font-size: 12px;
		line-height: 16px;
	}
	.content-box2 .list .con .img-box .img{
		width: 100%;
		height: 110px;
	}
	.content-box2 .list .con .text p{
		margin-top: 10px;
	}
	.content-box2 .list .con .text p span:nth-child(1){
		font-size: 14px;
	}
	.content-box2 .list .con .text p span:nth-child(3){
		display: none;
	}
	.content-box2 .list .con .text .btn{
		display: none;
	}
	.content-box2 .list .con .img-box p{
		top: 62px;
		padding: 0 10px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.live-title h2.on{
		font-size: 16px;
	}
	.live-title h2.on::after{
		bottom: -2px;
	}
	.page{
		height: 58px;
		margin: 15px auto 0;
		width: calc(100% - 30px);
	}
	.page span{
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
}
@media (max-width:750px){
	.content-box2 .list ul{
		display: block;
		margin-top: 20px;
	}
	.content-box2 .list ul li{
		float: left;
		width: 49%;
		margin: 0 2% 15px 0;
	}
	.content-box2 .list ul li:nth-child(even){
		margin-right: 0;
	}
}
@media (max-width:478px){
	.content-box2 .list ul{
		display: block;
	}
	.content-box2 .list .time{
		display: none;
	}
	/* .content-box2 .list ul li{
		float: left;
		width: 100%;
		margin: 0 0% 15px 0;
	}
	.content-box2 .list ul li:nth-child(even){
		margin-right: 0;
	} */
}