<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	font-family:"Microsoft YaHei UI";
	background-color:#C7B8C9;}
/*这里是头部*/
.head {
	margin: 0;
	width: 100%;
	height: 100px;
	min-width: 1080px;
	background-image: -webkit-linear-gradient(0deg,rgba(56,1,39,1.00) 0%,rgba(59,6,84,1.00) 48.36%,rgba(38,0,35,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(56,1,39,1.00) 0%,rgba(59,6,84,1.00) 48.36%,rgba(38,0,35,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(56,1,39,1.00) 0%,rgba(59,6,84,1.00) 48.36%,rgba(38,0,35,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(56,1,39,1.00) 0.00%,rgba(59,6,84,1.00) 48.36%,rgba(38,0,35,1.00) 100%);	/*background-image: url(bg_01.jpg);*/
}
.head .container {
	width: 1080px;
	margin: 0 auto;
}
.head .container .logo {
	width: auto;
	float: left;
	margin-top: 22px;
}
nav {
	width: auto;
	float: right;
	padding: 20px 8px;
}
nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin-right: 20px;
}
nav ul li a {
	color:#e9e6ff;
	text-decoration: none;
}
nav ul li:hover a {
	color: #2C9AB7;
}


/*这里是banner*/
.banner {
	height: 450px;
	width: 100%;
	min-width: 1080px;
	background-image: url(head_img02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.workshop{
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	color: #ffffff;
}
.title{
	font-size: 33px;
	font-weight: bolder;
	padding: 80px 0 30px 0;
	-webkit-text-stroke: 1px #100A14;
}
.location{
	font-size: 20px;
	font-weight: 400;
	text-shadow: 1px 1px 10px #261649;
}
.time{
	font-size: 20px;
	font-weight: 400;
	text-shadow: 1px 1px 10px #261649;
}
/*这里是Registration*/
.regist{
	width: 1030px;
	margin: 0 auto;
	padding: 30px 50px 30px 0;
	background-color: #F6F4FF;
	overflow: auto;
}
.regist_title{
	width: 25%;
	height: 100px;
	float: left;
	font-size: 28px;
	line-height: 100px;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	background-image: -webkit-linear-gradient(270deg,rgba(164,100,161,1.00) 0%,rgba(120,66,150,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(164,100,161,1.00) 0%,rgba(120,66,150,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(164,100,161,1.00) 0%,rgba(120,66,150,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(164,100,161,1.00) 0%,rgba(120,66,150,1.00) 100.00%);
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.regist_p{
	float: left;
	margin: 0 20px;
	line-height: 32px;
	width: 70%;
}
/*这里是organization*/
.organization{
	width: 980px;
	margin: 0 auto;
	padding: 80px 50px;
	text-align: center;
	background-color: #ffffff;
	background-image: url(bg_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.organization_title{
	font-size: 28px;
	font-weight: 600;
	color: #261649;
	padding: 0 0 50px 0;
}
.organization_p{
	font-size: 20px;
	line-height: 48px;
	font-family:"Times New Roman";
	font-weight: 500;
}
/*这里是timetable*/
.timetable{
	width: 980px;
	margin: 0 auto;
	padding: 80px 50px;
	text-align: center;
	background-color:#F6F4FF;
}
.timetable_title{
	font-size: 28px;
	font-weight: 600;
	color: #261649;
	padding: 0 0 50px 0;
}
.timetable_box{
	line-height: 28px;
	background-color: #ffffff;
}
.onlineinfo{
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
/*这里是Lecture series*/
.lecture{
	width: 980px;
	margin: 0 auto;
	padding: 80px 50px;
	text-align: center;
	background-color: #ffffff;
	background-image: url( head_img04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.lecture_title{
	font-size: 28px;
	font-weight: 600;
	color: #261649;
	padding: 0 0 50px 0;
}
.lecturebox{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	border: 5px solid #7727ed;
	margin-bottom: 20px;
}
.lecture_name{
	font-size: 24px;
	line-height: 40px;
	font-family:"Times New Roman";
	font-weight: bold;
}
.lecture_affiliation{
	
}

.lecture_topic{
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	font-family: "Times New Roman";
	font-weight: bold;
	font-style: italic;
}
.lecture_abstract{
	font-size: 18px;
	font-family: "Times New Roman";
	text-align: justify;
	display: block;
}

/*这里是Speakers*/
.speakers{
	width: 980px;
	margin: 0 auto;
	padding: 80px 50px;
	background-color:#F6F4FF;
}
.speakers_title{
	font-size: 28px;
	font-weight: 600;
	color: #261649;
	padding: 0 0 50px 0;
	text-align: center;
}
.speakbox{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	border: 5px solid #e9e6ff;
	margin-bottom: 20px;
}
.speakers_name{
	font-size: 24px;
	line-height: 40px;
	font-family:"Times New Roman";
	font-weight: bold;
}
.speakers_affiliation{
	
}
.speakers_hr{
	width: 100%;
	height: 3px;
	background-color: #7727ed;
	margin-top: 10px;
	margin-bottom: 10px;
}
.speakers_topic{
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	font-family: "Times New Roman";
	font-weight: bold;
	font-style: italic;
}
.speakers_topic a{
	color: #1B0336;
}
.speakers_topic a:hover{
	color: #9D44B5;

}
.speakers_abstract{
	font-size: 18px;
	font-family: "Times New Roman";
	text-align: justify;
	display: block;
}

/*这里是Accommodation*/
.accommodation{
	width: 980px;
	margin: 0 auto;
	padding: 80px 50px;
	overflow: auto;
	background-color: #ffffff;
	background-image: url( head_img03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.accommodation_title{
	font-size: 28px;
	font-weight: 600;
	color: #261649;
	padding: 0 0 50px 0;
	text-align: center;
}
.accommodation_p{
	float: left;
	margin: 0 20px;
	line-height: 40px;
	
}

/*这里是Contact*/
.contact{
	width: 1030px;
	margin: 0 auto;
	padding: 0px 50px 0px 0;
	overflow: auto;
	background-color:#F4E2EB;
	
}
.contact_title{
	width: 200px;
	height: 200px;
	float: left;
	font-size: 28px;
	line-height: 200px;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	background-image: -webkit-linear-gradient(270deg,rgba(164,100,161,1.00) 0%,rgba(120,66,150,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(164,100,161,1.00) 0%,rgba(120,66,150,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(164,100,161,1.00) 0%,rgba(120,66,150,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(164,100,161,1.00) 0%,rgba(120,66,150,1.00) 100.00%);
	border-top-right-radius: 100px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
/*	border-bottom: 1px solid #290132;*/
}
.contact_p{
	float: left;
	padding: 20px 50px;
	
}
.contact_name{
	font-size: 24px;
	display: block;
	padding: 20px 0 0 0;
}
.contact_img{
	margin: 10px 0;
}
.contact_img img{
	float: left;
	margin-right: 10px;
}
.contact_img .text{
	float: left;
	display: block;
	line-height: 40px;
}
/*这里是Foot*/
footer{
	background-color: #290132;
	height: 100px;
	min-width: 1080px;
	color: #ffffff;
	text-align: center;
	line-height: 100px;
}
</pre></body></html>