<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;
  line-height: 1.7;
}

.News a:hover,
a {
  color: rgb(0, 176, 240);
}

.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;
}


.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;
}

.cen {
  display: flex;
  justify-content: space-between;
  min-height: 700px;
  padding: 30px 40px;
}

.c_l {
  width: 68%;
}

.cen .line {
  display: block;
  width: 1px;
  background: #ccc;
}

.c_r {
  box-sizing: border-box;
  width: 28%;
}

.layui-nav .layui-nav-item a {
  color: #333;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
  color: #fff;
}

.speakers_index {
  display: flex;
  flex-wrap: wrap;
}

.speakers_index .item {
  width: 23%;
  margin-right: 2%;
}

.speakers_index .item:nth-child(4) {
  margin-right: 0;
}

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

.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;
}

.Speakers .box {
  display: flex;
  justify-content: space-between;
}

.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%;
}

.Speakers .info {
  text-align: justify;
  width: calc(100% - 220px);
}

.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: 10px;
}

.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;
  line-height: 1.5;
}

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

.page-content table {
  width: 100%;
}

.page-content td {
  border: solid 1px #ccc;
}

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%);
  ;
}


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

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

.page-content img {
  max-width: 100%;
}

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

.Supported .item~.item {
  border-top: solid 1px #f0f0f0;
  margin-top: 10px;
  padding-top: 10px;
}

.Supported img {
  display: block;
  width: 150px;
  margin: 0 auto;

}

.News a {
  color: #333;
}

.news-list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.news-list li~li {
  margin-top: 1em;
}

.news-list li a {
  max-width: 80%;
}</pre></body></html>