/* reset */
* {
  font-family: '微软雅黑', 'Microsoft YaHei', Arial, sans-serif;
  box-sizing: border-box;
}


html, body {
  height: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}
p{
  margin: 0 !important;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}
ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}
li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
  color: #333;
  outline: 0;
}

body {
  background: #f7f7f7;
  background: #fff;
}


.flexBox {
  display: flex;
  align-items: center;
}
.spaceAround {
  justify-content: space-around;
}
.spaceBetween {
  justify-content: space-between;
}
.oneLine {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.twoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.borderBottom {
  border-bottom: 1px solid #F3F3F3;
}
.container1 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.c-fff {
  color: #fff;
}

.text-center {
  text-align: center;
}
/*网站配色开始*/
.globalColor {
  color:#004B88;
}
.globalBackground {
  background-color: #004B88 !important;
}
.borderColor {
  border-color: #004B88;
}
.navBox {
  background-color: rgba(0, 75, 136, 0.9); /* #004B88 的0.9透明度 */
}

/* 网站配色结束 */

/*标题导航*/
.meetTitle-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 90px;
}

.meetTitle-wrap img {
  margin-right: 20px;
}

/* 导航 */
.navBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: relative
}

.navBox .navWrap {
  display: flex;
  justify-content: center;
  min-width:1200px;
  font-size: 20px;
  height: 100%;
}
.navBox .navItem {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.navBox .navItem .navLink {
  display: block;
  padding: 10px 20px;
  border-radius: 24px;
}

.navBox a {
  color:#fff;
}

.navBox .dropdown {
  position: relative;
}
.navBox .dropdownT::after {
  content:'>';
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 5px;
  font-size: 16px;
}
.navBox .dropdown:hover .dropdownMenu {
  display: block;
}
.navBox .dropdownMenu {
  display: none;
  position: absolute;
  top:60px;
  background-color: #1A202C;
  z-index: 1000;
}
.navBox .dropdownMenu .dropdownItem {
  display: block;
  color:#fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  font-size: 15px;
  padding: 10px 5px;
  text-align: center;
}

/* 尾部 */
.footer1 {
  border-top-width: 8px;
  border-top-style:solid;
  padding: 25px;
  background: #fff;
  text-align: center;
}
.footer {
  padding: 10px;
  color:#fff;
  background: #F2F2F2;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}



/* 倒计时*/
.clock {
  width: 1200px;
  height: 288px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.1), 0px 4px 6px -1px rgba(0,0,0,0.1), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0);
  border-radius: 16px;
  margin: 0 auto;
  padding: 35px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.clock-left {
  width: 410px;
  height: 218px;
  border-radius: 16px;
  color:#fff;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}
.clock-left-title {
  font-size: 18px;
}
.clock-left-content {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.clock-left-item {
  flex:1;
  height: 100px;
  background: #FFFFFF;
  border-radius: 12px;
}
.clock-left-item:nth-child(2) {
  margin: 0 15px;
}
.clock-num {
  font-weight: bold;
  font-size: 36px;
}
.clock-num1 {
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}

.clock-right {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 600px;
}

.clock-right-item {
  flex: 0 0 50%;
  padding: 10px 0;
}

.clock-right-item:nth-child(2n) {
  padding-left: 20px;
  border-left: 2px solid #D8D8D8;
}
.clock-right-item:nth-child(1), .clock-right-item:nth-child(2) {
  border-bottom: 2px solid #D8D8D8;
} 
.clock-right-title {
  font-size: 19px;
  color: #333333;
}
.clock-right-num {
  font-size: 30px;
}

/* 文本*/
.text-title {
  font-weight: 600;
  font-size: 30px;
  color: #424242;
  text-align: center;
}
.text-content {
  font-weight: 400;
  font-size: 17px;
}
/* 图片*/
.imgWrap .img {
  display: inline-block;
  margin: 40px 25px 0 0;
}
.imgWrap img:nth-child(4n) {
  margin-right: 0 !important;
}

.imgBox {
  display: flex;
  align-items: center;
  margin: 40px 25px 0 0;
}

/* 嘉宾*/
.chair .container1{
  display: flex;
  flex-wrap: wrap;
}
.chair-item {
  flex: 0 0 277px;
  height: 280px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.1), 0px 4px 6px -1px rgba(0,0,0,0.1), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0);
  border-radius: 15px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 40px;
}
.chair-item:not(:nth-child(4n+1)) {
  margin-left: 30px;
}
.chair-item img {
  display: inline-block;
  width: 130px;
  height: 158px;
  border-radius: 100%;
}
.chair-name {
  font-weight: 500;
  font-size: 19px;
  color: #1F2937;
  margin-top: 10px;
}
.chair-title {
  font-size: 15px;
  color: #4B5563;
  margin-top: 5px;
}
.chair-intro {
  font-size: 13px;
  color: #6B7280;
  margin-top: 5px;
}
.page-title {
  border: 3px solid #333333;
  font-weight: 600;
  font-size: 30px;
  color: #424242;
  line-height: 42px;
  text-align: center;
  width: 100%;
}
/* paper */
.paper{
  padding: 40px 0;
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 24px;
}
.paper-title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
}

/*publication*/
.publication .container1 {
  display: flex;
}
.publication-img {
  flex:0 0 450px;
  width: 450px;
}
.publication-content {
  flex:1;
  margin-left: 30px;
  font-weight: 600;
  font-size: 17px;
  color: #374151;
}
.publication-title {
  font-weight: 600;
  font-size: 30px;
  color: #1F2937;
}
.publication-Btn {
  display: inline-block;
  color:#fff;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  
}

/* organ */
.organ-content {
  display: flex;
  flex-wrap: wrap;
}
.organ-item {
  flex: 0 0 33%;
  margin-top: 40px;
}
.organ-item-title {
  font-size: 17px;
  margin-bottom: 5px;
}

/* 下载 */
.downloadBtn {
  width: 132px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #0670C5;
  color:#0670C5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
}
