@charset "utf-8";

/* 内容 */
article .container {
  display: flex;
  justify-content: space-between;
}

/* 关于 */
.about {
  padding: 50px 0 60px;
}

.about .container {
  display: block;
}

/* left */
.left {
  width: 970px;
}

/* 大会新闻 */

.index_news .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #333;
  padding: 15px 0;
  padding-left: 70px;
  background: url('../img/icon-4.png') no-repeat 27px center;
}

.index_news .list .item a {
  max-width: 85%;
  color: #333;
}

.index_news .list .item a:hover {
  color: #ffc722;
}

.index_news .list .time {
  font-weight: normal;
}

/* 论文征集 */

.index_paper {
  margin-top: 60px;
}

.index_paper .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url('../img/bg-1.png') no-repeat 0 0/100% 100%;
  padding: 40px 0 40px 30px;
}

.index_paper .img {
  width: 156px;
}

.index_paper .img img {
  display: block;
  width: 100%;
}

.index_paper .text {
  width: calc(100% - 160px);
  padding-left: 30px;
}

/* index_area */
.index_area .text>* {
  margin-bottom: 1em;
}

.index_area .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 5%;
}

.index_area .text li {
  width: 49%;
  list-style: disc;
  margin-bottom: 1em;
}

/* index_publication */
.index_publication {
  margin-top: 50px;
}


/* index_guide */
.index_guide {
  margin-top: 50px;
}

.index_guide ul {
  padding-left: 1em;
}

.index_guide li {
  list-style: disc;
}

/* 特邀嘉宾 */
.distinguished_guest {
  margin-top: 50px;
}

.distinguished_guest .list {
  display: flex;
  flex-wrap: wrap;
}

.distinguished_guest .item {
  display: flex;
  justify-content: space-between;
}

.distinguished_guest .item:nth-child(n+3) {
  margin-top: 40px;
}

.distinguished_guest .img {
  overflow: hidden;
  width: 170px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.distinguished_guest .img img {
  display: block;
  height: 100%;
}

.distinguished_guest .text {
  display: block;
  width: calc(100% - 185px);
  font-size: 14px;
  line-height: 1.5;
}

.distinguished_guest .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.distinguished_guest .line {
  height: 1px;
  background: #eee;
  margin: 10px 0 15px;
}

.distinguished_guest .line span {
  display: block;
  width: 120px;
  height: 1px;
  background: #ffc722;
}

.distinguished_guest .area {
  color: #333333;
}


/* 支持单位 */
.index_support {
  margin-top: 50px;
}

.index_support .list {
  display: flex;
}

.index_support .item {
  position: relative;
  width: calc(100% / 6);
  padding: 0 10px;
}

.index_support .img {
  width: 100%;
  padding-bottom: 100%;
}

/* right  */
.right {
  width: 310px;
}

.right>div {
  padding: 30px;
  padding-right: 0;
  border: solid 1px #eee;
}


/* 重要日期 */
.Important_dates {
  margin-bottom: 50px;
}

.Important_dates .list {
  margin-top: 25px;
}

.Important_dates .list .item {
  padding-left: 1em;
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 1.8em;
}

.Important_dates .list .item.red {
  color: #e70a0a;
}

.Important_dates .list .item~.item {
  margin-top: 20px;
}

.Important_dates .list .item::before {
  content: '>';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}


.Important_dates .list .item.bold .subtitle {
  display: flex;
}

.Important_dates .list .item.bold .subtitle div {
  border: solid 1px #ffc722;
  padding: 2px;
}

.Important_dates .list .item.bold .subtitle p {
  background: #ffc722;
  text-align: center;
  padding: 0 1em;
}


/* 投稿邀请 */
.index_contribute {
  margin-bottom: 25px;
}

.index_contribute .list {
  padding-right: 25px;
  padding-top: 30px;
}

.index_contribute .item {
  border-radius: 3px;
  border: solid 1px #276658;
  padding: 2px;
}

.index_contribute .item~.item {
  margin-top: 15px;
}

.index_contribute .item a {
  border-radius: 3px;
  text-align: center;
  background: #276658;
  color: #fff;
  font-size: 16px;
  display: block;
}

/* 联系我们 */
.index_contact .list {
  margin-top: 30px;
}

.index_contact .item {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.8em;
  color: #333;
}

.index_contact .item~.item {
  margin-top: 15px;
}

.index_contact .item::before {
  content: '>';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

/* page */

/* banner_ny */
.banner_ny {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

/* cont */


.cont {
  padding: 10px 39px;
}

.cont .detail {}

.cont .detail img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}

.cont .detail>*~* {
  margin-top: 1em;
}

.cont .detail table {
  border-collapse: collapse;
}

.cont .detail table th,
.cont .detail table td {
  border: 1px #ccc solid;
  padding: 10px;
}


/* 大会征文 */
.guests-list .item {
  display: flex;
  justify-content: space-between;
}

.guests-list .item~.item {
  margin-top: 30px;
}

.guests-list .img {
  overflow: hidden;
  width: 170px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guests-list .img img {
  display: block;
  height: 100%;
}

.guests-list .text {
  display: block;
  width: calc(100% - 185px);
}

.guests-list .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.guests .title span {
  font-size: 22px;
  margin-left: 5px;
  font-weight: normal;
}

.guests-list .line {
  height: 1px;
  background: #eee;
  margin: 10px 0 15px;
}

.guests .line span {
  display: block;
  width: 120px;
  height: 1px;
  background: #ffc722;
}

.guests-list .area {
  font-size: 18px;
  color: #333333;
}



/* 大会新闻 */
.news-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 21px;
  color: #333;
  padding-left: 35px;
  background: url('../img/icon-4.png') no-repeat 0 center;
}

.news-list .item~.item {
  margin-top: 20px;
}

.news-list .item a {
  max-width: 85%;
  color: #333;
}

.news-list .item a:hover {
  color: #ffc722;
}

.news-list .time {
  font-weight: normal;
}

/* 新闻详情 */
.news_detail .title {
  margin-bottom: 10px;
  line-height: 1.2;
}

.news_detail .info {
  font-size: 16px;
  color: #999;
  border-bottom: dashed 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

.news_detail .info span {
  margin-right: 30px;
}