@charset "utf-8";

.Historical-website {
  text-align: right;
  padding: 10px 0;
}

.Historical-website a {
  margin-left: 15px;
  padding-left: 15px;
  color: #333;
  background: url(../img/lishi.png) no-repeat left center;
}

.Historical-website a:hover {
  color: #f44336;
}

header {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}

header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 180px;
  padding: 0 30px;
  font-family: Arial;
  font-weight: bold;
  color: #053065;
}

header .left {
  display: flex;
  align-items: center;
}

header .logo {
  font-size: 68px;
  color: #053065;
}

header .MeetingName {
  font-size: 22px;
  line-height: 1.3;
  width: 73%;
  margin-left: 2%;
}


header .date {
  font-weight: bold;
  width: 270px;
  text-align: right;
  line-height: 1.7;
  color: #333;
}

nav {
  background: #053065;
}

nav ul {
  display: flex;
}

nav ul li {
  flex: 1;
}

nav ul li a {
  line-height: 50px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  text-align: center;
}

nav ul li a.active,
nav ul li a:hover {
  color: #f44336;
}

/* banner */
.banner {
  position: relative;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .swiper-pagination>* {
  background: #053065;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

.banner .swiper-pagination>*.swiper-pagination-bullet-active {
  background: #f44336;
}



/* 快速链接 */
.Quick-link {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}

.Quick-link a {
  width: 280px;
  line-height: 96px;
  font-size: 18px;
  border-radius: 5px;
  color: #053065;
  background-color: #e2eaf2;
  border-radius: 5px;
  background-position: 25px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 80px;

}


.Quick-link .time {
  background-image: url(../img/time.png);

}

.Quick-link .time span {
  background: #f44336;
  border-radius: 5px;
  padding: 10px 5px 10px 5px;
  color: #FFFFFF;
}

.Quick-link .paper {
  background-image: url(../img/paper.png);
}

.Quick-link .attending {
  background-image: url(../img/attending.png);
}

.Quick-link .invitation {
  background-image: url(../img/invitation.png);
}


/* 内容主体 */
.container {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 30px;
}

.Column-Name {
  background: url(../img/people.png) no-repeat left center;
  font-size: 24px;
  font-weight: bold;
  padding-left: 50px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.Column-Name a {
  font-size: 14px;
  color: #053065;
  font-weight: normal;
}

.cont-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cont-flex .left {
  width: 800px;
}

.cont-flex .about {
  margin-top: 40px;
}

.cont-flex .about .btn {
  text-align: right;
}

.cont-flex .text>*~* {
  margin-top: .8em;
}

.cont-flex .text img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}

.cont-flex .text hr {
  border-top: solid 1px #ccc;
  margin-top: 1.5em;
}

.cont-flex .news {
  margin-top: 40px;
}

.cont-flex .news li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/li.png) no-repeat left center;
  padding-left: 30px;
  line-height: 50px;
  border-bottom: 1px dashed #CCCCCC;
}

.cont-flex .news li a {
  max-width: 88%;
  color: #333;
}

.cont-flex .news li a:hover {
  color: #053065;
}

.cont-flex .keynote {
  margin-top: 40px;
}

.cont-flex .keynote .list {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.cont-flex .keynote .list img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.cont-flex .Submission {
  margin-top: 40px;
}

.cont-flex .right {
  width: 300px;
}


.cont-flex .right .bt {
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
}

.cont-flex .right .contact {
  margin-top: 40px;
}

.cont-flex .right .important {
  background: #f7f8f9;
}

.cont-flex .right ul {
  border-top: 1px solid #C0C0C0;
}

.cont-flex .right ul li {
  border-bottom: 1px dashed #6f6e6e;
  text-align: left;
  padding: 34px 0px 34px 20px;
}

.cont-flex .right .important ul li:first-child {
  color: #fa1903;
}

.cont-flex .right .important ul li:last-child {
  border: none;
  font-weight: bold;
}

.cont-flex .right .contact {
  background: #f7f8f9;
}

.cont-flex .right .contact ul li:last-child {
  border: none;
}

.cont-flex .right .contact ul li p.mail {
  background: url(../img/mail.png) no-repeat left center;
  padding-left: 30px;
}

.sponsors {
  margin-top: 40px;
}

.sponsors .hxx {
  background: url(../img/hxx.png) center repeat;
  width: 98%;
  height: 3px;
}

.sponsors ul {
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
}

.sponsors ul li {
  width: calc(100% / 6);
}

.sponsors ul li:nth-child(n+7) {
  margin-top: 15px;
}

.sponsors ul li img {
  display: block;
  width: 120px;
  margin: 0 auto;
}

footer {
  padding: 20px 0;
  text-align: center;
}

footer a {
  color: #053065;
}

/*page*/
.page .typename {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page .text .list-paddingleft-2 {
  padding-left: 1em;
}

.page .text .list-paddingleft-2>*~* {
  margin-top: .8em;
}

/* Speakers */
.page .Speakers li {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page .Speakers li img {
  display: block;
  width: 130px;
  border-radius: 5px;
}

.page .Speakers li .info {
  width: calc(100% - 150px);
}

.page .Speakers li .info>*~* {
  margin-top: .5em;
}

.page .text td {
  padding: 10px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.page .text table {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.page .text img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.Topics li {
  margin-bottom: 1em;
}

.Topics li>p {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-top: .5em;
}

.Topics li>p:nth-child(2n+1) {
  margin-left: 2%;
}

.Topics li>p:first-child {
  width: 100%;
  margin: 0;
}

.news-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-list li~li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dashed 1px #ccc;
}

.news-list li a {
  color: #333;
}

.news-list li a:hover {
  color: #f44336;
}

.news-list li p {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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%);
  margin: 0 !important;
}