@charset "UTF-8";
/* CSS Document */

.set {
	font-family: "Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
}

/* PC */
@media print, screen and (min-width: 751px){
.slogan:after{ 
	content: "2021年度组织标语"; 
	position: absolute; 
	top: -1.5em; 
	left: 30%; 
	background: #fff; 
	font-size: 20px;
	font-weight: 700;
	color: #f08d8e; 
	padding: 0 10px;
}
}


/* SP */
@media only screen and (max-width: 750px) {
.slogan:after{ 
	content: "2021年度组织标语"; 
	position: absolute; 
	top: -1.2em; 
	left: 25%; 
	background: #fff; 
	font-size: 18px;
	font-weight: 700;
	color: #f08d8e; 
	padding: 0 10px;
}

}
