<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	background-color: #d2edfe;
}

.w-1200 {
	width: 1200px;
}

.auto {
	margin: 0 auto;
}

.top {
	color: #fff;
	line-height: 45px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top a {
	color: #fff;
}

.top a~a {
	margin-left: 10px;
}

.top a:hover {
	color: #ffa02f;
}

.name {
	height: 50px;
	margin-top: 20px;
}

.page {
	background-color: #166a8e;
	width: 100%;
	height: 450px;
}

.page h1 {

	display: inline;
	line-height: 50px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-10 {
	margin-top: 10px;
}

.pd-10 {
	padding: 10px;
}

.pd-30 {
	padding: 30px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-30 {
	padding-top: 30px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-20 {
	padding-left: 20px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-20 {
	padding-right: 20px;
}

.align-justify {
	text-align: justify;
}

.align-center {
	text-align: center;
}

.public_color {
	background-color: #fff;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.banner .banner_r {
	width: 430px;
	background-color: #39393b;
	height: 400px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 40px;
}

.pll_b .sjdd {
	border-left: 5px solid #fff;
	padding-left: 20px;
	height: 45px;
	color: #f3b900;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.pll_b .hyqc {
	font-size: 20px;
	line-height: 1.5;
}

.time {
	background: #faf9f5;
}


.c_l {
	width: 70%;
	border-right: 1px solid #bfbfbf;
	min-height: 1030px;
}

.c_r {
	box-sizing: border-box;
	width: 28%;
	padding-right: 20px;
	min-height: 1030px;
}

.speakers_index {
	display: flex;
	justify-content: space-around;
}

.speakers_index .item {
	width: 23%;
}

.speakers_index .item a {
	display: block;
	height: 120px;
	width: 120px;
	border: 1px dotted #e2e2e2;
	justify-content: center;
	padding: 10px;
	border-radius: 100%;
}

.speakers_index .item a span {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.speakers_index img {
	width: 100%;
	display: block;
}

.footer {
	margin-top: 20px;
	background-color: #166a8e;
	line-height: 70px;
}

.cen dl dt {
	width: 70%;
	float: right;
	text-align: justify;
}

.cen dl dd {
	width: 70%;
	float: right;
	text-align: justify;
}

.cen .speakers_list {
	background: #ecf3f5;
	padding: 5px;
}

.Publication .info span {
	font-size: 16px;
}

.Publication .info p~p {
	margin-top: 1em;
}

.Topics .list-paddingleft-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px
}

.Topics .list-paddingleft-2 li {
	text-align: justify;
}

.page-content {
	text-align: justify;
	padding-bottom: 20px;
}

.page-content&gt;*~* {
	margin-top: 10px;
}

a.Submission {
	display: inline-block;
	padding: 0 1.2em;
	color: #fff;
	line-height: 2.2em;
	border-radius: 2.2em;
	background: linear-gradient(to bottom, #20bcd9 0%, #105fa1 100%);
	;
}

.Speakers-pic {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	box-sizing: border-box;
	border: solid 5px #ecf3f5;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.Speakers-pic img {
	display: block;
	width: 100%;
}

.page-content td {
	padding: 10px 0;
	line-height: 1.5;
}

.page-content td p {
	line-height: initial;
}

.page-content img {
	max-width: 100%;
}</pre></body></html>