@charset "utf-8";

body {
  color: #333;
  background-color: #d2edfe;
  text-align: justify;
}

.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: 5px;
}

.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: 15px;
  height: 45px;
  color: #f3b900;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pll_b .hyqc {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.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;
}

.page-content .list-paddingleft-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px
}

.page-content .list-paddingleft-2 li {
  text-align: justify;
}

.page-content {
  text-align: justify;
  padding-bottom: 20px;
}

.page-content>*~* {
  margin-top: 10px;
}

.page-content img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.page-content table {
  border-collapse: collapse;
  border-color: #ccc;
}

.page-content table th,
.page-content table td {
  border-color: #ccc;
  padding: 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-list {}

.Speakers-list .item {
  display: flex;
}

.Speakers-list .item~.item {
  margin-top: 2em;
}

.Speakers-list .pic {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  box-sizing: border-box;
  border: solid 5px #ecf3f5;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-shrink: 1;
}

.Speakers-list .pic img {
  display: block;
  width: 100%;
}

.Speakers-list .text {
  width: calc(100% - 200px);
  margin-left: 20px;
  line-height: 1.5;
}

.Speakers-list .text>*~* {
  margin-top: 5px;
}