@charset "utf-8";

body {
  font-family: Arial, Helvetica;
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
}

header .top {
  height: 6.25rem;
  background: #000000;
  line-height: 6.25rem;
  font-size: 2.25rem;
  padding: 0px !important;
}
header .top  .layui-container{
  display: flex;align-items: center;justify-content: space-between;
}
header .top  .layui-container p{
  font-size:14px;
  color:#eee
}
header .top  .layui-container p a{
    color:#eee
}
nav {
  background-color: #393d49;
  line-height: 80px;
}

nav ul {
  background: none;
  display: flex;
}

nav .layui-nav .layui-nav-item~.layui-nav-item {
  margin-left: 5px;
}

nav ul li dl a {
  line-height: 36px !important;
}

.banner {
  position: relative;
}

.c_name {
  position: absolute !important;
  width: 100%;
  top: 20%;
  padding: 0 !important;
}

.res {
  font-size: 1.75rem !important;
  color: #fff !important;
  line-height: 4.25rem !important;
  height: 4.25rem !important;
  padding: 0 3.125rem !important;
}

.s-name {
  height: 5rem;
  width: 100%;
  line-height: 5rem;
  background: #F5F9FC;
  font-size: 1.5rem;
}

.index_speaker {
  border: 1px solid #EFEFEF;
  padding-bottom: 1.25rem;

}

.index_speaker img {
  float: left;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.index_speaker .text {
  padding-right: 1rem;
}

.index_speaker .text p {
  margin-top: 1em;
}

.important_information {
  background: #F5F9FC;
  padding: 30px 0 40px;
}

.indexNews p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}

.indexNews p a {
  max-width: 80%;
}

.footer {
  background: #000000;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #009688;
}

.footer p {
  margin: 0 !important;
}

.page_bg {
  background-size: cover;
  width: 100%;
  height: 16.875rem;
  line-height: 16rem;
}

.more-in {
  border: none !important;
}

.div-block {
  min-height: 42vh;
}

a.Submission,
a.Submissionbtn,
.cfp-cont .SubmissionBtn {
  display: inline-block;
  color: #fff !important;
  padding: 0 1em;
  border-radius: 1.8rem;
  background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}

.Topics-cont ul.list-paddingleft-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none !important;
}

.Topics-cont ul.list-paddingleft-2 li {
  width: 32%;
}

.Topics-cont li p {
  line-height: 1.5;
}

.Topics-cont li p~p {
  margin-top: 1em;
}

.venue-cont .text p {
  margin-bottom: 1em;
}

.venue-cont .text ul {
  display: flex;
  justify-content: space-between;
  list-style: none !important;
  margin-bottom: 1em;
}

.venue-cont .text ul li {
  width: 31%;
}

.venue-cont.text ul li img {
  display: block;
  width: 100%;
}


.Sponsors-list li {
  line-height: 1.4;
  margin: 1em 0;
}

.Sponsors-list li img {
  height: 110px;
  margin-bottom: 10px;
}




.SubmissionBtn {
  display: inline-block;
  color: #fff !important;
  padding: 0 1em;
  border-radius: 1.8rem;
  background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}

table p {
  text-align: inherit;
}

.news-list li {
  display: flex;
  align-items: center;
}

.news-list li p {
  max-width: 85%;
  margin-right: 10px;
}

.layui-container .contText {
  text-align: justify;
}

.layui-container .contText p {
  text-align: inherit;
}

.layui-container .contText>*~* {
  margin-top: 1em;
}

.layui-container .list-paddingleft-2 li {
  list-style: inherit;
}


.pageCont {}

.pageCont>*~* {
  margin-top: 1em;
  text-align: justify;
}

.pageCont a {
  color: #009688;
}

.pageCont table {
  border-collapse: collapse;
  width: 100%;
}

.pageCont table th,
.pageCont table td {
  padding: 10px;
  border: solid 1px #ccc;
}

.pageCont img {
  display: block;
  margin: 0 auto;
}

.pageCont ul.list-paddingleft-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none !important;
}

.pageCont ul.list-paddingleft-2 li {
  width: 32%;
}

.pageCont li p {
  line-height: 1.5;
}

.pageCont li p~p {
  margin-top: 1em;
}

.Speakers .text {
  text-align: justify;
  line-height: 2;
}

.Speakers .text>*~* {
  margin-top: .5em;
}

.Speakers .text .layui-colla-content {
  line-height: inherit;
}