.mian {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 1200px;
	background-color: RGBA(246, 250, 255, 1);
}

.header {
	width: 100%;
	min-height: 450px;
}

.header .nav {
	background-color: rgba(0, 51, 200, 0.5);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	z-index: 10000;
	/* opacity: 0.5; */
	display: flex;
	justify-content: center;
}

.nav .nav-box {
	width: 1200px;
	height: 100%;
	display: flex;
	flex-direction: row;
	color: #fff;
}

.nav-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	font-family: Microsoft YaHei;
}

.nav-logo img {
	width: 28px;
	height: 27px;
	margin-right: 10px;
}

.nav-contents {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-contents li {
	display: inline;
	margin-left: 20px;
	color: #FFFFFF;
}

.nav-contents li a {
	color: #FFFFFF;
	cursor: pointer;
}

.nav-login {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nav-login a {
	color: #FFFFFF;
	cursor: pointer;
	margin-right: 20px;
}

.header .headerImg {
	width: 100%;
	transform: translate3d(0px, 0px, 0px);
}

.headerImg img {
	width: 100%;
}

.content {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin-top: -150px;
	/* 	justify-content: center;
	align-items: center; */

}

.login-content {
	width: 100%;
	height: 360px;
	z-index: 200;
	background: #FFFFFF;
	box-shadow: 0px 3px 24px 0px rgba(3, 56, 132, 0.2);
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
}

.login-box {
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.login-box img {
	width: 168px;
	height: 156px;
}

.login-title {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 600;
	color: #333333;
	line-height: 30px;
}

.content-nva {
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-nva span {
	margin: 0px 20px;
	font-size: 30px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #436EE1;
	text-shadow: 0px 5px 8px rgba(61, 113, 253, 0.1);
}

.Organizers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.org-box {
	height: 268px;
	width: 48%;
	background: #FFFFFF;
	box-shadow: 0px 3px 24px 0px rgba(3, 56, 132, 0.1);
	border-radius: 20px;
	margin-bottom: 25px;
	display: flex;
}

.org-box-img {
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.org-box-title {
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	line-height: 30px;
}

.dynamic-title {
	display: flex;
	margin-bottom: 20px;
}

.dynamic-titleContent {
	width: 100%;
	padding: 20px;
	line-height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 3px 24px 0px rgb(3 56 132 / 10%);
}

.dynamic-titleContent p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}

.dynamicTime {
	font-size: 12px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.user-info[data-v-1279ed10] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.el-avatar > img {
	display: block;
	height: 100%;
	vertical-align: middle;
}


.el-dropdown {
	/*margin-left: 10px;*/
	color: #fff;
	/*margin-top: 10px;*/
}