@charset "utf-8";

/* 内容 */
.main {
  background: url(../img/bg-index.jpg) no-repeat bottom center/cover;
  padding-top: 30px;
}


.main>.container {
  display: flex;
  justify-content: space-between;
}

/* .left */
.main>.container .left {
  background: #fff;
  width: 810px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}


/* index_Welcome */

.index_Welcome .cont {
  font-size: var(--size);
  padding: 40px;
  text-align: justify;
}

.index_Welcome .cont .text>*~* {
  margin-top: 1em;
}

.index_Welcome .cont .text img {
  display: block;
  width: 100%;
  margin-top: 30px;
}

/* index_Organizing */
.index_Organizing {
  padding: 40px;
}

.index_Organizing .pic {
  border: solid 2px var(--col2);
  border-radius: 100%;
  overflow: hidden;
  width: 119px;
  height: 119px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.index_Organizing .pic img {
  display: block;
  width: 100%;
}

/* index_Speakers */
.index_Speakers {
  padding: 40px;
}

.index_Speakers .pic {
  border: solid 2px var(--col2);
  border-radius: 100%;
  overflow: hidden;
  width: 119px;
  height: 119px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.index_Speakers .pic img {
  display: block;
  width: 100%;
}

/* index_contacts */
.index_contacts {
  padding: 40px;
}

.index_contacts .cont {
  font-size: var(--size);
}

.index_contacts .cont>*~* {
  margin-top: 10px;
}

.index_contacts .cont .mail {
  padding-left: 24px;
  background: url(../img/icon-mail.png) no-repeat left center;
}

.index_contacts .cont .date {
  padding-left: 24px;
  background: url(../img/icon-time.png) no-repeat left center;
}


/*  .right */
.main>.container .right {
  width: 320px;
}

/* Important_dates */
.Important_dates {
  background: #e0eef5;
  text-align: center;
  margin-bottom: 50px;
}


.Important_dates .list .item:nth-child(2n) {
  background: #c7dfe8;
}

.Important_dates .item {
  font-size: 16px;
  padding: 15px 0;
}

.Important_dates .item .title {
  color: var(--col2);
  font-weight: bold;
  font-size: 18px;
}

/* index_news */
.index_news {
  background: #e0eef5;
  padding-bottom: 30px;
}

.index_news .item:nth-child(2n) {
  background-color: #c7dfe8;
}

.index_news .item {
  padding: 20px 20px 20px 50px;
  background: url(../img/icon-hot.png) no-repeat 20px 25px;
}

.index_news .item .title {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #333;
}

.index_news .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_news .item .text a {
  background: #c7dfe8;
  padding: 0 5px;
}

.index_news .item:nth-child(2n) .text a {
  background: #e0eef5;
}

/* index_Download */
.index_Download {
  margin-top: 50px;
  background: url(../img/img-Download.jpg) no-repeat 0 0/cover;
  width: 100%;
  height: 350px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.index_Download .box {
  background: var(--col2);
  color: #fff;
  font-size: 33px;
  line-height: 65px;
  font-family: 'fr';
  width: 100%;
  text-align: center;
}

/* index_about */
.index_about {
  background: #fff;
  padding: 40px 0;
  margin-top: 40px;
}

.index_about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_about .pic {
  width: 540px;
}

.index_about .pic img {
  display: block;
  width: 100%;
}

.index_about .text {
  text-align: justify;
  font-size: var(--size);
  width: 570px;
}

.index_about strong {
  font-size: 20px;
  color: #333;
}



/* 内页 */
.ny-cont {
  background: #fff;
}

.ny-cont .cont {
  padding: 40px;
  text-align: justify;
}

.ny-cont .cont td {
  margin: 0;
  padding: 10px;
}

.ny-cont .cont a {
  color: var(--col2);
}


.ny-cont .cont .text>*~* {
  margin-top: 1em;
}

.ny-cont .cont .text>hr {
  border-top: solid 1px #eee;
}

.ny-cont .cont .text img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}

/* Organizing */
.Organizing-list {}

.Organizing-list>b {
  font-size: 20px;
  display: block;
  margin-bottom: 1em;
}

.Organizing-list .item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.Organizing-list .item .pic {
  width: 150px;
}

.Organizing-list .item .pic img {
  display: block;
  width: 100%;
}


.Organizing-list .item .info {
  width: calc(100% - 170px);
  text-align: justify;
}

.Organizing-list .item .title {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

.Organizing-list .item .line {
  position: relative;
  width: 70%;
  height: 11px;
  background: url(../img/icon-jiantou.jpg) no-repeat right top;
}

.Organizing-list .item .line::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 5px;
  left: 0;
  background: var(--col4);
}

.Organizing-list .item .desc {
  margin-top: 10px;
}

/* Speakers-list */
.Speakers-list .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.Speakers-list .pic {
  width: 150px;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.Speakers-list .pic img {
  display: block;
  width: 100%;
}

.Speakers-list .info {
  width: calc(100% - 180px);
  text-align: justify;
}

.Speakers-list .info .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}


.Speakers-list .info .yjly span {
  font-weight: bold;
}


.Speakers-list .info .line {
  position: relative;
  width: 70%;
  height: 11px;
  background: url(../img/icon-jiantou.jpg) no-repeat right top;
  margin: 5px 0;
}

.Speakers-list .info .line::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 5px;
  left: 0;
  background: var(--col4);
}

.Speakers-list .info .desc {
  margin-top: 10px;
}

/* member-list */
.member-list>p strong {
  font-size: 20px;
  display: block;
  margin-bottom: 1em;
}

.member-list .item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.member-list .item .pic {
  width: 150px;
}

.member-list .item .pic img {
  display: block;
  width: 100%;
}


.member-list .item .info {
  width: calc(100% - 175px);
  text-align: justify;
}

.member-list .item .title {
  font-weight: bold;
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

.member-list .item .line {
  position: relative;
  width: 70%;
  height: 11px;
  background: url(../img/icon-jiantou.jpg) no-repeat right top;
}

.member-list .item .line::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 5px;
  left: 0;
  background: var(--col4);
}


.member-list .item .yjly>span {
  font-weight: bold;
}

.member-list .item .desc {
  margin-top: 10px;
}

/* Schedule */
.Schedule ul {
  position: relative;
  padding-left: 0;
  padding-bottom: 20px;
}

.Schedule ul::before {
  position: absolute;
  content: '';
  width: 2px;
  background: var(--col4);
  height: calc(100% - 65px);
  left: 50%;
  margin-left: -1px;
  top: 60px;
  z-index: 2;
}

.Schedule ul::after {
  position: absolute;
  content: '';
  background: url(../img/icon-jiantou.jpg) no-repeat 0 0/cover;
  height: 10px;
  width: 10px;
  transform: rotate(90deg);
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  z-index: 1;
}

.Schedule ul p {
  width: 45%;
  text-align: right;
  margin-bottom: 10px;
}

.Schedule>ul li p~p {
  margin-left: 10%;
  text-align: initial;
}

.Schedule ul p strong {
  background: var(--col2);
  color: #fff;
  display: inline-block;
  border-radius: 3em;
  line-height: 2;
  padding: 0 1em;
}

.Schedule>ul li {
  display: flex;
  line-height: 2;
  align-items: flex-start;
  background: url(../img/icon-dian.png) no-repeat center center/22px 22px;
}


/* invitation */
.invitation {
  background: #ebf6fc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.invitation::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 120px;
  background: url(../img/bg-Sponsorship1.jpg) no-repeat top center / 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.invitation::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 120px;
  background: url(../img/bg-Sponsorship2.jpg) no-repeat bottom center / 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.invitation-info {
  position: relative;
  z-index: 2;
}

.invitation-info strong {
  font-size: 22px;
  text-transform: uppercase;
}

.invitation-info>p~p {
  margin-top: 1em;
}

/* news-list */
.news-list {}

.news-list .item {
  padding-left: 25px;
  padding-bottom: 20px;
  background: url(../img/icon-hot.png) no-repeat 0 0 / 14px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #ccc;
  font-size: 14px;
}

.news-list .item .title {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #000;
}

.news-list .item .title:hover {
  color: var(--col2);
}

.news-list .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-list .item .text a {
  background: #c7dfe8;
  padding: 0 5px;
}

/* news_detail */
.news_detail .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.2;
}

.news_detail .info {
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: 15px;
  justify-content: center;
}

.news_detail .info span {
  margin: 0 10px;
}