body {
	background-color: #000
}
.section-main {
	background-color: #000;
	padding-bottom: 80px
}
.section-main .mainBg {
	position: relative
}
.section-main .Title {
	position: relative;
	z-index: 10
}
.section-main .mainBg:after {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 0;
	padding-top: 630px;
	background: url(../../assets/img/adv/h_bg.png) no-repeat center top
}
.section-main .mainBg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vw;
	z-index: 0;
	background: url(../../assets/img/common/desgin-bg.png) no-repeat center top
}
.section-main .advList {
	position: relative;
	z-index: 10
}
.section-main .advList .advBox {
	width: 800px;
	margin: 0 auto
}
.section-main .advList li {
	margin-top: 38px
}
.section-main .advList li a {
	display: block
}
.section-main .advList li p a {
	position: relative;
	top: 0;
	left: 0
}

/*
.section-main .advList li:first-of-type p a:before, .section-main .advList li:nth-of-type(2) p a:before, .section-main .advList li:nth-of-type(3) p a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 22px;
	margin-left: 63px;
	width: 54px;
	height: 18px;
	background: url(../../assets/img/adv/icon-new.png) no-repeat
}
*/

@media screen and (max-width:1024px) {
.section-main {
	padding-bottom: 8%
}
.section-main .mainBg {
	background: url(../../assets/img/news/h_bg.png) no-repeat center top;
	position: relative
}
.section-main .mainBg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vw;
	z-index: 0;
	background: url(../../assets/img/common/desgin-bg.png) no-repeat center top
}
.section-main .advList {
	position: relative;
	z-index: 10;
	margin: 0 3%
}
.section-main .advList .advBox {
	width: 100%;
	margin: 0 auto
}
.section-main .advList li {
	margin-top: 3.8vw
}
.section-main .advList li a {
	display: block
}
.section-main .advList li a img {
	width: 100%

}




/* .section-main .advList li:first-of-type p a:before, .section-main .advList li:nth-of-type(2) p a:before, .section-main .advList li:nth-of-type(3) p a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 2%;
	margin-left: 8%;
	width: 8%;
	height: 0;
	padding-top: 10%;
	background: url(../../assets/img/adv/icon-new.png) no-repeat;
	background-size: 100%
} */
}
