/* 通用设置 */
.g-mn {
  background-image: url(/DFS/template/4400/images/bj2024.png);
  font-size: 0;
  padding: 48px 0 50px;
}

.mn-index-channel {
  width: 100%;
  height: 40px;
  position: relative;
  border-bottom: solid 1px #cccccc;
}

.mn-index-channel .box {
  height: 39px;
  display: inline-block;
  border-bottom: solid 2px #005bb5;
}

.mn-index-channel img {
  height: 27px;
  margin: -3px 5px 0 0;
}

.mn-index-channel span {
  vertical-align: middle;
  font-size: 24px;
  color: #005bb5;
}

.mn-index-channel .link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 40px;
  color: #999999;
}

.mn-conference,
.mn-news,
.mn-notice {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

/* 学术会议 */
.mn-conference {
  width: 365px;
}

.mn-conference .mn-index-channel {
  margin: 0 0 2px;
}

.conference-item {
  height: 125px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  margin: 22px 0 0;
  font-size: 0;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: #ffffff;
  transition: ease-in 0.5s;
}

.conference-item .date,
.conference-item .info {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  font-size: 16px;
}

.conference-item .date {
  width: 85px;
  text-align: center;
  position: relative;
}

.conference-item .day {
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  margin: 16px 0 0;
  transition: ease-in 0.5s;
}

.conference-item .month {
  color: #999999;
  line-height: 28px;
  transition: ease-in 0.5s;
}

.conference-item .date::after {
  content: "";
  width: 1px;
  height: 63px;
  background-color: rgba(204, 204, 204, 0.6);
  position: absolute;
  right: 0;
  top: 11px;
}

.conference-item .info {
  width: 280px;
  box-sizing: border-box;
  padding: 0 25px;
  text-align: justify;
}

.conference-item .title {
  margin: 5px 0;
  transition: ease-in 0.5s;
}

.conference-item .summary {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  transition: ease-in 0.5s;
}

.conference-item:hover {
  background-color: #0a64d8;
}

.conference-item:hover .day {
  color: #ffffff;
}

.conference-item:hover .title {
  color: #ffffff;
  font-weight: bold;
}

.conference-item:hover .month,
.conference-item:hover .summary {
  color: #95bbf3;
}

/* 学术新闻 */
.mn-news {
  width: 380px;
  margin: 0 35px;
}

.mn-news .mn-index-channel {
  margin: 0 0 14px;
}

.news-item {
  display: inline-block;
  width: 100%;
}

.news-item .title {
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}

.news-item .summary {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin: 6px 0 18px;
  text-align: justify;
}

.news-item .logo {
  height: 230px;
  background-color: #cccccc;
  transition: ease-in 0.5s;
  border: 1px solid #e6e4e4;
}

.news-item + .news-item {
  border-top: solid 1px #cccccc;
  margin: 34px 0 0;
  padding: 22px 0 0;
}

.news-item:hover .logo {
  transform: scale(0.98);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}

/* 通知公告 */
.mn-notice {
  width: 380px;
}

.notice-item {
  height: 126px;
  box-sizing: border-box;
  padding: 35px 0 30px;
  font-size: 0;
  border-bottom: dashed 1px #cccccc;
}

.notice-item .date,
.notice-item .info {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.notice-item .date {
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  padding: 5px 0 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  background-color: #0a64d8;
  transition: ease-in 0.5s;
}

.notice-item .date::before {
  content: "";
  width: 62px;
  height: 62px;
  border: solid 2px #dbdbdb;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: -1;
}

.notice-item .day {
  font-size: 22px;
  font-weight: bold;
}

.notice-item .year {
  font-size: 14px;
}

.notice-item .info {
  width: 292px;
  margin: 0 0 0 18px;
}

.notice-item .title {
  line-height: 16px;
  margin: 0 0 9px;
  transition: ease-in 0.5s;
}

.notice-item .summary {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.notice-item:hover .date {
  background-color: #ff9b00;
}

.notice-item:hover .title {
  font-weight: bold;
}

.notice-item:last-child {
  border: 0;
}

@media screen and (max-width: 600px) {
  .g-mn {
    padding: 1.8rem 0;
  }

  .mn-index-channel {
    margin: 2.2rem 0 1.8rem !important;
  }

  .mn-conference,
  .mn-news,
  .mn-notice {
    width: 100%;
  }

  .conference-item .date {
    width: 20%;
  }

  .conference-item .info {
    width: 80%;
  }

  .conference-item .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mn-news {
    margin: 0;
  }

  .news-item {
    width: 100%;
  }

  .notice-item {
    height: auto;
    padding: 1.6rem 0;
  }

  .notice-item .info {
    width: calc(100vw - 110px);
  }

  .notice-item .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
