#CONTENT{
	width: 1200px;
	margin:  0 auto;
}
#BANNER {
	position: relative;
	color: #FFF;
	height: 500px;
	background-image: url(../../img/Activity_BBS/banner.png);
	background-position: center;
	background-size: cover;
	top: -120px;
}

.nav_infos {
	display: flex;
	margin-top: 25px;
	font-size: 14px;
	color: #666976;
}

.nav_infos>p:last-child {
	color: #FFF;
}

.ACTIVE_INFOS {
	width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}

.ACTIVE_INFOS li>a {
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #272832;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 40px;
}
#infos_left{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	width: 100%;
}
#infos_left h1 {
	width: 90%;
	white-space: nowrap;
	display: flex;
	-webkit-line-clamp: 1;
	align-items: center;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}
#infos_left h1>p{
	margin-top: 0;
	width: unset;
	font-size: 18px;
	display: unset;
	white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	color: #FFF;
}
#infos_left p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #666976;
	margin-top: 10px;
	line-height: 30px;
	/* width: 600px; */
}

#infos_left p:last-child {
	line-height: unset;
}
.infos_time{
	display: flex;
	align-items: baseline;
}
.infos_time img{
	margin-right: .5rem;
}
.infos_other{
	white-space: nowrap;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
#infos_right p{
	color: #DCB785;
	width: 100% !important;
	margin-top: 0;
}
#infos_right {
	white-space: nowrap;
	margin-left: 150px;
	font-weight: bold;
	color: #DCB785;
	padding: 15px 30px;
	border-radius: 50px;
	border: #DCB785 solid 1px;
}

.switch_page {
	display: flex;
	justify-content: center;
	margin: 80px;
	color: #666976;
	align-items: center;
}

.switch_page p {
	margin-right: 20px;
}

.switch_page ul {
	display: flex;
}

.switch_page li {
	padding: 10px 13px;
	border-radius: 4px;
	background-color: #2e2d40;
	margin: 7.5px;
}

.active_page {
	color: #272832;
	background: linear-gradient(180deg, #F3E2BF, #D7B587);
}

/* 活动过程 */
#infos_left h1>span {
	border-radius: 3px;
	padding: 3px 8px;
	font-size: .5em;
	margin-left: 1rem;
}

#activity_1 {
	background: linear-gradient(180deg, #F3E2BF, #D7B587);
	color: #191A20;
}

#activity_2 {
	background: linear-gradient(180deg, #F2F3F9, #B8C4E1);
	color: #191A20;
}

#activity_3 {
	background: #333441;
	color: #5B5F6D;
}



@media screen and (max-width:512px){
	#infos_right p{
		width: 100%;
		margin-top: 0;
	}
	body .change_menu_height{
		height: 100vh;
	}
	body #FOOTER{
		height: 600px;
	}
	.noscorll{
		overflow: hidden;
	}
	body #BANNER{
		height: 10rem;
		top: 0;
	}
	.HEAD_NAV:after{
		display: none;
	}
	#CONTENT{
		width: 100%;
	}
	body .ACTIVE_INFOS{
		margin-top: 30px;
	}
	.nav_infos{
		font-size: 2em;
		/* display: none; */
	}
	#infos_left h1>span{
		margin-left: 20px;
	}
	.ACTIVE_INFOS{
		width: 100%;
	}
	.ACTIVE_INFOS li>a{
		margin: 0 .5rem;
		padding: .5rem;
		border-radius: 10px;
	}
	#PAGE_LIST{
		padding: 20px 0 30px 0;
	}
	#infos_left h1{
		width: 100%;
		display: flex;
		white-space: unset;
		align-items: baseline;
	}
	#infos_left h1>p{
		display: unset;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#infos_left h1>span{
		white-space: nowrap;
		text-align: center;
		font-size: .6em;
		border-radius: 10px;
	}
	#infos_left>p{
		font-size: .9em;
	}
	#infos_left p{
		
		font-size: .9em;
		line-height: 1.2em;
		width: 100%;
	}
	#infos_right{
		margin-left: 0;
		font-size: .8em;
		padding: .5rem 1rem;
		/* display: none; */
	}
	
	.switch_page{
		font-size: 3em;
	}
	.switch_page li{
		border-radius: 20px;
		padding: 15px 30px;
	}
}
@media screen and (max-width:512px){
	body .change_menu_height{
		height: 100vh;
	}
	body #FOOTER{
		height: 600px;
	}
	.noscorll{
		overflow: hidden;
	}
	body #BANNER{
		height: 10rem;
		top: 0;
	}
	.HEAD_NAV:after{
		display: none;
	}
	#CONTENT{
		width: 100%;
	}
	.ACTIVE_INFOS{
		min-height: 40vh;
	}
	#PAGE_LIST{
	}
	.nav_infos{
		font-size: .5em;
		margin:1rem .5rem;
		/* display: none; */
	}
	.ACTIVE_INFOS{
		width: 100%;
	}
	.ACTIVE_INFOS li{
		position: relative;
	}
	.ACTIVE_INFOS li>a{
		position: relative;
		margin-bottom: 10px;
		padding: 20px;
		border-radius: 10px;
	}
	#infos_left h1{
		width: 100%;
		display: flex;
		margin-top: 10px;
		flex-direction: column;
		white-space: unset;
		align-items: baseline;
	}
	#infos_left h1>p{
		display: unset;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#infos_left h1>span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
		white-space: nowrap;
		text-align: center;
		font-size: .6em;
		border-radius:10px 0 10px 0;
	}
	#infos_left>p{
		font-size: .9em;
	}
	#infos_left p{
		font-size: .9em;
		/* line-height: 14px; */
		width: 100%;
	}
	#infos_right{
		align-self: flex-end;
		margin-left: 0;
		font-size: .8em;
		padding: .5rem 1rem;
		/* display: none; */
	}
	
	/* .switch_page{
		font-size: 3em;
	}
	.switch_page li{
		border-radius: 20px;
		padding: 15px 30px;
	} */
}