@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* public-css */
.w-1200 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 0rem;
}

.public_bg {
  background: #212c42;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}

.public_bgc {
  background: #ffb901;
}

.public_c {
  color: #2f3faf;
}

.public_title {
  display: flex;
  align-items: center;
}

.public_title span~* {
  line-height: normal;
}

.public_span {
  display: inline-block;
  width: .5rem;
  height: 2.625rem
}

p {
  text-align: justify;
}

ul,
li,
ol li {
  list-style: none;
  padding: 0rem;
}

/* page-css */
.nav {
  width: 100%;
  color: #FFFFFF;
  top: 0px;
  left: 0px;
  z-index: 9999;
  position: sticky;
}

.nav .logo {
  font-size: 1.8125rem;
  line-height: 1;
}

.nav .logo a {
  color: #fff;
}

.nav ul {
  display: flex;
}


.nav ul li a {
  font-size: 1rem;
  padding: 0 .9em;
  line-height: 110px;
  font-weight: 600;
  display: block;
  color: #FFFFFF;
}

.nav ul li a.active,
.nav ul li a:hover {
  text-decoration: none;
  background: #2f3faf;
}

.navkk {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact {
  width: 8rem;
  display: block;
  text-align: center;
  line-height: 2.875rem;
  background-color: #f5a32a;
  color: #FFFFFF;
  border-radius: 2.875rem;
  font-weight: 600;
}

.contact:hover {
  color: #212c42 !important;
}

/* Banner */
/* banner */
.c-banner {}

.c-banner img {
  width: 100%;
}

.c-banner .banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.b-title {
  width: 50rem;
  height: 14rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 35%;
  color: #FFFFFF;
  margin-left: -600px;
}

.c-banner .b-title h3 {
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 0;
  margin-bottom: 20px;
}

.b-title h4 {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.b-title span {
  display: inline-block;
  width: 0.4375rem;
  height: 5rem;
  margin-left: -1.9375rem;
}

.c-banner .b-title a {
  display: inline-block;
  padding: 0.9375rem 1em;
  text-align: center;
  color: #212c42;
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
}

.b-title a:hover {
  color: #212c42;
  background: #FFF;
}


/* Announcements */
.announcements {}

.announcements_l {
  width: 60%;
}

.announcements_l h3 {
  font-size: 1.25rem;
}

.announcements_l ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.announcements_l ul li {
  width: 50%;
  margin-bottom: 30px;
}

.announcements_l ul li .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.announcements_l ul li .title img {
  display: block;
  margin-right: 10px;
}

.announcements_l ul li .text {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.announcements_l ul li .text~a {
  display: inline-block;
  color: #2f3faf;
  margin-top: 10px;
}

.announcements_l ul li a:hover {
  display: inline-block;
  color: #007bff !important;
}

.announcementsCont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
}

.announcements_r {
  width: 40%;
  height: 32rem;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.announcements_r>img {
  display: block;
  width: calc(100% - 60px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.announcements_r::before {
  content: '';
  position: relative;
  left: 0;
  top: 50px;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: solid 4px #feb800;
}

.announcements_r .publication {
  position: absolute;
  z-index: 3;
  right: 50px;
  top: 52%;
  width: calc(100% - 110px);

}


.announcements_r .publication a {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Internet Explorer */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  display: block;
  position: absolute;
  bottom: 4rem;
  right: -6.5em;
}

.publication a:hover {
  color: #007bff !important;
}

.time {
  width: 100%;
  background: url(../img/tiem_bg.jpg) no-repeat center;
}

.time ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.time ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
}

.time ul li p,
.time ul li h3 {
  line-height: 1;
}

.time ul li.line {
  height: 120px;
  background: #fff;
  width: 1px;
}

.time ul li span {
  text-align: center;
  width: 2rem;
  height: 0.125rem;
  margin: 15px 0;
}

/* conference */
.conference .data {
  width: 9%;
  height: 6.875rem;
  background: #f6f6f6;
}

.conference .data h4 {
  line-height: initial;
}

.conference ul li {
  margin-bottom: 1.25rem;
}

.conference .list {
  width: 89%;
  height: 6.875rem;
  border: 1px solid #e1e1e1;
  color: #333333;
  padding: 15px;
}

.conference .list h5 {
  line-height: initial;
}

.conference .list .text {
  overflow: hidden;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  line-height: 1.5;
  opacity: .8;
}

.conference .list:hover {
  background-color: #f5a32a;
  color: #FFFFFF;
  border: 1px solid #f5a32a;
}

.conference .list:hover p {

  color: #FFFFFF;
}

/* Speakers_bg*/
.speakers_bg {
  background: url(../img/speakers_bg.jpg) no-repeat top center/cover;
}

.speakers_bg .conbox {
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.speakers_bg .conbox ul li img {
  display: block;
  width: 180px;
  height: 216px;
  margin: 0 auto 20px;
  transition: all 0.5s;
  border-radius: 0.625rem;
}

.speakers_bg .conbox ul li p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.speakers_bg .conbox ul li:hover img {
  transform: scale(1.05);
}


/* Sponsors */
.sponsors ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.sponsors ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}

.sponsors ul li img {
  height: 120px;
  display: block;
}

/* footer */
.footer {
  line-height: 6rem;
  color: #FFFFFF;
  font-size: 1.25rem;
}

.footer a {
  margin-left: 15px;
}

.footer a:hover {
  color: inherit;
}

/* public_page */
.public_page {
  background-repeat: no-repeat;
  background-position: center;
  height: 172px;
  width: 100%;
}

.page-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0;
}

.page_left {
  width: 30%;
}

.page_left ul li {
  list-style-type: disc;
  font-size: 20px;
  margin-left: 1.25rem;
}

.page_left ul li~li {
  margin-top: 1em;
}

.page_left ul li a {
  font-size: 14px;
  color: #2f3faf;
  text-decoration: underline;
}

.page_left h4 {
  font-size: 18px;
}

.page_right {
  width: 70%;
}

.position {
  background-color: #f2f2f2;
  height: 3.125rem;
  padding-left: 20px;
}

.position a {
  line-height: 3.125rem;
}

.speakers_list ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.speakers_list ul li~li {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}

.speakers_list ul li img {
  border-radius: 0.6rem;
}

.speakers_list ul li .itro {
  width: calc(100% - 230px);
}


.Submission {
  display: inline-block;
  color: #fff !important;
  padding: 0 1.2em;
  border-radius: 1.8rem;
  background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}


.page_left>p {
  margin-bottom: 0;
  margin-top: 10px;
}


.page-text {
  padding: 20px;
  text-align: justify;
  line-height: 1.5;
}

.page-text table {
  width: 100%;
}

.page-text table td {
  padding: 10px;
  border: solid 1px #ccc;
  line-height: 1.5;
}

.page-text table td p {
  text-align: center;
  margin: 0;
}

.page-text img {
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
  display: block;
}

.speakers_list ul li .itro p~p,
.Instructions .text p~p,
.about .text p~p {
  margin-top: 1em;
}

.indexSpeakers .speakers-list {
  background: url(../img/speakers_bg.jpg);
  padding: 40px 50px 20px;
  overflow: hidden;
  position: relative;
}


.indexSpeakers .speakers-list img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.indexSpeakers .speakers-list p {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}


ul.list-paddingleft-2 {
  display: flex;
  justify-content: space-between;
}

ul.list-paddingleft-2 li {
  width: 48%;
  padding-left: 1em;

}

ul.list-paddingleft-2 li p~p {
  margin-top: 1em;
}

ul.list-paddingleft-2 li p {
  line-height: 1.5;
}

ol.list-paddingleft-2 {
  padding-left: 1em;
}

ol.list-paddingleft-2 li {
  list-style: decimal;
}

ol.list-paddingleft-2 li p {
  line-height: 1.4;
}

ol.list-paddingleft-2 li~li {
  margin-top: .7em;
}

.page-text>*~* {
  margin-top: 1em;
}

.page-text h3 {
  display: block;
  color: #2f3faf;
  line-height: 2.5;
  font-size: 1.1em;
  font-weight: bold;
}


.news-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.news-list li p {
  max-width: 75%;
}


.top {
  background: #324469;
  width: 100%;
  line-height: 3em;
  font-size: 12px;
}

.top_history p {
  text-align: right;
}

.top_history a {
  text-align: right;
  color: #fff;
}

.top_history a:hover {
  color: #f5a32a;
}