#meeting-index.meeting-index {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background-color: #F5F9FF;
  font-family: 'Microsoft YaHei-Regular';
  overflow: hidden;
  padding-top: 122px;
}
#meeting-index .breadcrumb {
  padding: 20px 0;
}
#meeting-index .breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #77798E;
}
#meeting-index .breadcrumb-item:hover {
  color: #1259F0;
}
#meeting-index .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#meeting-index .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#meeting-index .breadcrumb-item:last-child {
  color: #39435A;
}
#meeting-index .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#meeting-index .meeting-more {
  display: flex;
  margin-top: -13px;
}
#meeting-index .meeting-more .more {
  margin-left: auto;
  line-height: 21px;
  font-size: 16px;
  color: #B4B8C1;
  display: flex;
  align-items: center;
}
#meeting-index .meeting-more .more:hover {
  color: #4282FF;
}
#meeting-index .meeting-more .more:hover .icon {
  background-image: url(/assets/images/meeting/icon-more-blue.png);
}
#meeting-index .meeting-more .more .icon {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-more.png) no-repeat center center;
  background-size: 100%;
  margin-left: 6px;
}
#meeting-index .meeting-top {
  background: no-repeat center bottom;
  background-size: 1920px auto;
  padding: 12px 0 60px;
}
#meeting-index .meeting-top.type1 {
  background-image: url(/assets/images/meeting/bg-index-1.png);
}
#meeting-index .meeting-top.type1 .column {
  background: #F9FAFC;
  box-shadow: 4px 4px 8px 0px rgba(21, 41, 138, 0.05);
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  padding-right: 16px;
}
#meeting-index .meeting-top.type1 .column .left {
  width: 894px;
  box-shadow: 8px 0 8px 0px rgba(21, 41, 138, 0.05);
}
#meeting-index .meeting-top.type1 .column .left .img {
  height: 409px;
}
#meeting-index .meeting-top.type1 .column .right {
  height: 572px;
  padding: 24px 0;
}
#meeting-index .meeting-top.type1 .column .right ::-webkit-scrollbar {
  width: 8px;
  background-color: #ECEFF5;
  border-radius: 8px;
}
#meeting-index .meeting-top.type1 .column .right ::-webkit-scrollbar-thumb {
  background: #4282FF;
  border-radius: 6px;
}
#meeting-index .meeting-top.type1 .column .right ::-webkit-scrollbar-button {
  height: 0;
}
#meeting-index .meeting-top.type2 {
  background-image: url(/assets/images/meeting/bg-index-2.png);
}
#meeting-index .meeting-top.type2 .column {
  gap: 20px;
}
#meeting-index .meeting-top.type2 .column .left {
  width: 844px;
  background: #fff;
  box-shadow: 8px 4px 8px 0px rgba(21, 41, 138, 0.05);
  border: 1px solid #EDEEF2;
  border-radius: 8px;
}
#meeting-index .meeting-top.type2 .column .left .img {
  height: 382px;
}
#meeting-index .meeting-top.type2 .column .right {
  width: 502px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#meeting-index .meeting-top .column {
  display: flex;
}
#meeting-index .meeting-top .column .left {
  padding: 24px;
  cursor: pointer;
}
#meeting-index .meeting-top .column .left .img {
  width: 100%;
  font-size: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#meeting-index .meeting-top .column .left .img .tag {
  background: linear-gradient(90deg, #FF7322 0%, #FF5922 100%);
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px 0 8px 0;
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
}
#meeting-index .meeting-top .column .left .img .cover-img {
  width: 100%;
  height: 100%;
}
#meeting-index .meeting-top .column .left .name {
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .meeting-top .column .left .msg {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
#meeting-index .meeting-top .column .left .msg .time {
  background: url(/assets/images/meeting/icon-time.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 20px;
  display: flex;
}
#meeting-index .meeting-top .column .left .msg .time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to.png) no-repeat center center;
  background-size: 18px auto;
}
#meeting-index .meeting-top .column .left .msg .position {
  background: url(/assets/images/meeting/icon-position.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 20px;
  margin-left: 24px;
}
#meeting-index .meeting-top .column .left .msg-group {
  display: flex;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #EDEEF2;
}
#meeting-index .meeting-top .column .left .msg-group .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#meeting-index .meeting-top .column .left .msg-group .tags .tag {
  background: #FFF3EE;
  line-height: 16px;
  font-size: 12px;
  color: #FF6622;
  padding: 2px 12px;
  border-radius: 4px;
}
#meeting-index .meeting-top .column .left .msg-group .hot {
  background: url(/assets/images/meeting/icon-hot.png) no-repeat left center;
  background-size: 18px auto;
  font-size: 14px;
  font-weight: 400;
  color: #FF6622;
  padding-left: 22px;
  vertical-align: bottom;
}
#meeting-index .meeting-top .column .left .time-down {
  background: url(/assets/images/meeting/icon-countdown-3.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 22px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
#meeting-index .meeting-top .column .left .time-down span {
  background: #FF6622;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  margin: 0 4px;
  padding: 0 8px;
}
#meeting-index .meeting-top .column .right {
  flex: 1;
}
#meeting-index .meeting-top .column .right .right-content {
  height: 100%;
  padding: 0 15px;
  overflow-y: auto;
}
#meeting-index .meeting-top .column .right .child-item {
  padding: 0 15px;
  margin-bottom: 40px;
  cursor: pointer;
  display: flex;
}
#meeting-index .meeting-top .column .right .child-item:last-child {
  margin: 0;
}
#meeting-index .meeting-top .column .right .child-item .img {
  width: 165px;
  height: 100px;
  background: no-repeat center center;
  background-size: cover;
  margin-right: 20px;
  border-radius: 8px;
}
#meeting-index .meeting-top .column .right .child-item .img .cover-img {
  display: none;
}
#meeting-index .meeting-top .column .right .child-item .info {
  flex: 1;
  overflow: hidden;
}
#meeting-index .meeting-top .column .right .child-item .info .name {
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#meeting-index .meeting-top .column .right .child-item .info .msg {
  margin-top: 12px;
}
#meeting-index .meeting-top .column .right .child-item .info .msg .position {
  background: url(/assets/images/meeting/icon-position.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #B4B8C1;
  padding-left: 22px;
  margin-bottom: 4px;
}
#meeting-index .meeting-top .column .right .child-item .info .msg .time {
  background: url(/assets/images/meeting/icon-time.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #B4B8C1;
  padding-left: 22px;
  display: flex;
}
#meeting-index .meeting-top .column .right .child-item .info .msg .time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to-3.png) no-repeat center center;
  background-size: 18px auto;
}
#meeting-index .meeting-top .column .right .child-item .info .msg .time .hot {
  background: url(/assets/images/meeting/icon-hot.png) no-repeat left center;
  background-size: 18px auto;
  font-size: 14px;
  font-weight: bold;
  color: #FF6622;
  padding-left: 22px;
  vertical-align: bottom;
  margin-left: auto;
}
#meeting-index .meeting-top .column .right .meeting-item {
  background: #fff;
  box-shadow: 4px 4px 8px 0px rgba(21, 41, 138, 0.05);
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  padding: 23px;
  cursor: pointer;
}
#meeting-index .meeting-top .column .right .meeting-item:hover {
  background: linear-gradient(26deg, rgba(255, 255, 255, 0) 0%, #EBF2FF 100%), #FFFFFF;
  border: 1px solid #ACC8FF;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content {
  display: flex;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .img {
  width: 203px;
  min-height: 140px;
  background: no-repeat center center;
  background-size: cover;
  margin-right: 16px;
  border-radius: 8px;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .img .cover-img {
  display: none;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .info {
  flex: 1;
  overflow: hidden;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .info .name {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .info .msg {
  margin-top: 18px;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .info .msg .position {
  background: url(/assets/images/meeting/icon-position.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 20px;
  margin-top: 10px;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .info .msg .time {
  background: url(/assets/images/meeting/icon-time.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 20px;
  display: flex;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .info .msg .time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to.png) no-repeat center center;
  background-size: 18px auto;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .info .msg .time .hot {
  background: url(/assets/images/meeting/icon-hot.png) no-repeat left center;
  background-size: 18px auto;
  font-size: 14px;
  font-weight: 400;
  color: #FF6622;
  padding-left: 22px;
  vertical-align: bottom;
  margin-left: auto;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .info .tags {
  border-top: 1px dashed #EDEEF2;
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#meeting-index .meeting-top .column .right .meeting-item .item-content .info .tags .tag {
  background: #FFF3EE;
  line-height: 16px;
  font-size: 12px;
  color: #FF6622;
  padding: 2px 12px;
  border-radius: 4px;
}
#meeting-index .meeting-top .column .right .meeting-item .desc {
  line-height: 28px;
  font-size: 14px;
  color: #777E8E;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#meeting-index .meeting-top .meeting-list {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#meeting-index .meeting-top .meeting-list .meeting-item {
  width: 673px;
  background: #fff;
  box-shadow: 4px 4px 8px 0px rgba(21, 41, 138, 0.05);
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
}
#meeting-index .meeting-top .meeting-list .meeting-item:hover {
  background: linear-gradient(26deg, rgba(255, 255, 255, 0) 0%, #EBF2FF 100%), #FFFFFF;
  box-shadow: 4px 4px 12px 0px rgba(11, 21, 85, 0.04);
  border: 1px solid #ACC8FF;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content {
  display: flex;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .img {
  width: 256px;
  min-height: 140px;
  background: no-repeat center center;
  background-size: cover;
  margin-right: 16px;
  border-radius: 8px;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .img .cover-img {
  display: none;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .info {
  flex: 1;
  overflow: hidden;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .info .name {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .info .msg {
  margin-top: 18px;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .info .msg .position {
  background: url(/assets/images/meeting/icon-position.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 20px;
  margin-top: 10px;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .info .msg .time {
  background: url(/assets/images/meeting/icon-time.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 20px;
  display: flex;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .info .msg .time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to.png) no-repeat center center;
  background-size: 18px auto;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .info .msg .time .hot {
  background: url(/assets/images/meeting/icon-hot.png) no-repeat left center;
  background-size: 18px auto;
  font-size: 14px;
  font-weight: 400;
  color: #FF6622;
  padding-left: 22px;
  vertical-align: bottom;
  margin-left: auto;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .info .tags {
  border-top: 1px dashed #EDEEF2;
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#meeting-index .meeting-top .meeting-list .meeting-item .item-content .info .tags .tag {
  background: #FFF3EE;
  line-height: 16px;
  font-size: 12px;
  color: #FF6622;
  padding: 2px 12px;
  border-radius: 4px;
}
#meeting-index .meeting-top .meeting-list .meeting-item .desc {
  line-height: 28px;
  font-size: 14px;
  color: #777E8E;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .container {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
#meeting-index .container .module {
  margin-top: 50px;
}
#meeting-index .container .module .module-title {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dashed #EDEEF2;
}
#meeting-index .container .module .module-title.border {
  border-width: 6px;
  border-image: url(/assets/images/meeting/bg-module-border.png) 0 0 6 0;
}
#meeting-index .container .module .module-title .title-name {
  background: url(/assets/images/meeting/icon-module-title.png) no-repeat left center;
  background-size: 26px auto;
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #15213A;
  padding-left: 34px;
}
#meeting-index .container .module .module-title .title-name span {
  color: #4282FF;
}
#meeting-index .container .module .module-title .turn-page {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
#meeting-index .container .module .module-title .turn-page .turn-page-item {
  width: 28px;
  height: 28px;
  background: no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
#meeting-index .container .module .module-title .turn-page .turn-page-item.prev {
  background-image: url(/assets/images/meeting/icon-turn.png);
  transform: rotate(180deg);
}
#meeting-index .container .module .module-title .turn-page .turn-page-item.next {
  background-image: url(/assets/images/meeting/icon-turn.png);
}
#meeting-index .container .module .module-title .turn-page .turn-page-item:hover {
  background-image: url(/assets/images/meeting/icon-turn-act.png);
}
#meeting-index .container .module .module-title .turn-page .turn-page-item.disabled {
  background-image: url(/assets/images/meeting/icon-turn-disabled.png);
  cursor: no-drop;
}
#meeting-index .container .module .module-title .more {
  margin-left: auto;
  line-height: 21px;
  font-size: 16px;
  color: #B4B8C1;
  display: flex;
  align-items: center;
}
#meeting-index .container .module .module-title .more:hover {
  color: #4282FF;
}
#meeting-index .container .module .module-title .more:hover .icon {
  background-image: url(/assets/images/meeting/icon-more-blue.png);
}
#meeting-index .container .module .module-title .more .icon {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-more.png) no-repeat center center;
  background-size: 100%;
  margin-left: 6px;
}
#meeting-index .container .module .module-title .year {
  width: 97px;
  height: 29px;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  cursor: pointer;
  position: relative;
}
#meeting-index .container .module .module-title .year:hover {
  color: #4282FF;
}
#meeting-index .container .module .module-title .year:hover .icon {
  background-image: url(/assets/images/meeting/icon-down-gray-2-act.png);
}
#meeting-index .container .module .module-title .year:hover .year-list {
  display: block;
}
#meeting-index .container .module .module-title .year::before {
  content: '';
  width: 2px;
  height: 20px;
  background: #EDEEF2;
  position: absolute;
  left: -16px;
  top: 4px;
}
#meeting-index .container .module .module-title .year .icon {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-down-gray-2.png) no-repeat center center;
  background-size: 12px auto;
  margin-left: 2px;
}
#meeting-index .container .module .module-title .year .year-list {
  display: none;
  width: 97px;
  max-height: 120px;
  background: #F9FAFC;
  border: 1px solid #EDEEF2;
  border-radius: 0 0 4px 4px;
  border-top: 0 none;
  overflow-y: auto;
  position: absolute;
  left: -1px;
  top: 25px;
  z-index: 12;
}
#meeting-index .container .module .module-title .year .year-list-item {
  color: #39435A;
  padding: 6px 16px 5px;
}
#meeting-index .container .module .module-title .year .year-list-item:hover {
  color: #4282FF;
}
#meeting-index .container .module .module-content {
  margin-top: 24px;
}
#meeting-index .container .module.project {
  margin-top: 0;
}
#meeting-index .container .module.project .project {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
#meeting-index .container .module.project .project .child-item {
  width: 322px;
  background: #F9FAFC;
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  font-size: 0;
  padding: 20px;
  cursor: pointer;
}
#meeting-index .container .module.project .project .child-item:hover {
  background: linear-gradient(26deg, rgba(255, 255, 255, 0) 0%, #EBF2FF 100%), #FFFFFF;
  box-shadow: 4px 4px 12px 0px rgba(11, 21, 85, 0.04);
  border-color: #ACC8FF;
}
#meeting-index .container .module.project .project .child-item .img {
  width: 100%;
  height: 164px;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 8px;
}
#meeting-index .container .module.project .project .child-item .img .cover-img {
  display: none;
}
#meeting-index .container .module.project .project .child-item .name {
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .container .module.project .project .child-item .tags {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#meeting-index .container .module.project .project .child-item .tags .tag {
  border: 1px solid #EDEEF2;
  line-height: 16px;
  font-size: 12px;
  color: #B4B8C1;
  padding: 2px 12px;
  border-radius: 4px;
}
#meeting-index .container .module.project .project .child-item .data-count {
  margin-top: 22px;
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  display: flex;
  justify-content: space-between;
}
#meeting-index .container .module.project .project .child-item .data-count span {
  color: #FF6622;
}
#meeting-index .container .module.project .project .child-item .msg {
  padding-top: 20px;
  margin-top: 18px;
  border-top: 1px dashed #EDEEF2;
}
#meeting-index .container .module.project .project .child-item .msg .msg-content {
  height: 52px;
}
#meeting-index .container .module.project .project .child-item .msg .msg-content .msg-name {
  line-height: 20px;
  font-size: 14px;
  color: #535C72;
  display: flex;
}
#meeting-index .container .module.project .project .child-item .msg .msg-content .msg-name .new {
  background: #FF6622;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 8px;
}
#meeting-index .container .module.project .project .child-item .msg .msg-content .msg-name .text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .container .module.project .project .child-item .msg .msg-content .msg-info {
  margin-top: 14px;
}
#meeting-index .container .module.project .project .child-item .msg .msg-content .msg-info .time {
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  color: #B4B8C1;
  padding-left: 20px;
  background: url(/assets/images/meeting/icon-time-gray.png) no-repeat left center;
  background-size: 18px auto;
}
#meeting-index .container .module.project .project .child-item .msg .msg-content .msg-info .time {
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  color: #B4B8C1;
  padding-left: 20px;
  background: url(/assets/images/meeting/icon-time-gray.png) no-repeat left center;
  background-size: 18px auto;
  margin-right: 16px;
  position: relative;
}
#meeting-index .container .module.project .project .child-item .msg .msg-content .msg-info .time::after {
  content: '';
  width: 1px;
  height: 16px;
  background: #EDEEF2;
  position: absolute;
  top: 1px;
  right: -9px;
}
#meeting-index .container .module.project .project .child-item .msg .msg-content .msg-info .position {
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  color: #B4B8C1;
  padding-left: 20px;
  background: url(/assets/images/meeting/icon-position-gray.png) no-repeat left center;
  background-size: 18px auto;
}
#meeting-index .container .module.recommend {
  padding: 32px 28px;
  background: linear-gradient(180deg, #F5FAFF 0%, #E5EAFF 100%);
  border-radius: 8px;
}
#meeting-index .container .module.recommend .recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
#meeting-index .container .module.recommend .recommend .recommend-item {
  width: 646px;
  background: #fff;
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  padding: 20px 26px;
  cursor: pointer;
  display: flex;
}
#meeting-index .container .module.recommend .recommend .recommend-item:hover {
  background: linear-gradient(26deg, rgba(255, 255, 255, 0) 0%, #EBF2FF 100%), #FFFFFF;
  box-shadow: 4px 4px 12px 0px rgba(11, 21, 85, 0.04);
  border: 1px solid #ACC8FF;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img {
  width: 190px;
  min-height: 132px;
  background: no-repeat center center;
  background-size: cover;
  margin-right: 20px;
  border-radius: 8px;
  position: relative;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .cover-img {
  display: none;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .img-default {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
  padding: 16px 16px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .img-default.color-1 {
  background-image: url(/assets/images/meeting/bg-card-1.png);
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .img-default.color-2 {
  background-image: url(/assets/images/meeting/bg-card-2.png);
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .img-default.color-3 {
  background-image: url(/assets/images/meeting/bg-card-3.png);
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .img-default .name {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .img-default .msg {
  margin-top: 10px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .img-default .msg .msg-position {
  background: url(/assets/images/meeting/icon-position-2.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  margin-bottom: 6px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .img-default .msg .msg-time {
  background: url(/assets/images/meeting/icon-time-2.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding-left: 20px;
  display: flex;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .img-default .msg .msg-time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to-2.png) no-repeat center center;
  background-size: 18px auto;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .time {
  background: rgba(32, 32, 32, 0.76);
  padding: 10px 8px;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 5px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .time.over {
  width: 80px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .time .text {
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  display: flex;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .time .text .icon {
  width: 18px;
  margin-right: 2px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .time .day {
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  margin-top: 7px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .img .time .day span {
  font-size: 20px;
  font-weight: bold;
  color: #FF860C;
  vertical-align: sub;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info {
  flex: 1;
  overflow: hidden;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info .name {
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 12px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info .name::before {
  content: '';
  width: 4px;
  height: 18px;
  background: #FF6622;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 5px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info .msg {
  margin-top: 14px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info .msg .position {
  background: url(/assets/images/meeting/icon-position.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 22px;
  margin-bottom: 12px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info .msg .time {
  background: url(/assets/images/meeting/icon-time.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 22px;
  display: flex;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info .msg .time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to.png) no-repeat center center;
  background-size: 18px auto;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info .msg .time .hot {
  background: url(/assets/images/meeting/icon-hot.png) no-repeat left center;
  background-size: 18px auto;
  font-size: 14px;
  font-weight: 400;
  color: #FF6622;
  padding-left: 22px;
  vertical-align: bottom;
  margin-left: auto;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info .tags {
  border-top: 1px dashed #EDEEF2;
  padding-top: 12px;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#meeting-index .container .module.recommend .recommend .recommend-item .info .tags .tag {
  background: #FFF3EE;
  line-height: 16px;
  font-size: 12px;
  color: #FF6622;
  padding: 2px 12px;
  border-radius: 4px;
}
#meeting-index .container .module .year-sked .sked-content .sked-item {
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  font-size: 0;
  margin-bottom: 40px;
  position: relative;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info {
  padding: 20px;
  padding-bottom: 0;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .month {
  background: #F9FAFC;
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  padding: 10px 12px;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .month .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item {
  width: 100%;
  height: 144px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item:hover .cover-img {
  transform: scale(1.05);
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .cover-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .img-default {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
  padding: 16px 26px ;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .img-default.color-1 {
  background-image: url(/assets/images/meeting/bg-card-1.png);
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .img-default.color-2 {
  background-image: url(/assets/images/meeting/bg-card-2.png);
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .img-default.color-3 {
  background-image: url(/assets/images/meeting/bg-card-3.png);
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .img-default .name {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .img-default .msg {
  margin-top: 10px;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .img-default .msg .msg-position {
  background: url(/assets/images/meeting/icon-position-2.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  margin-bottom: 6px;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .img-default .msg .msg-time {
  background: url(/assets/images/meeting/icon-time-2.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  padding-left: 20px;
  display: flex;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .img-default .msg .msg-time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to-2.png) no-repeat center center;
  background-size: 18px auto;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .info .info-item .info-name {
  width: 100%;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, rgba(21, 21, 21, 0.88) 100%);
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  padding: 10px 14px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .list {
  padding: 20px;
  max-height: 227px;
  overflow-y: auto;
  border-radius: 0 0 8px 8px;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .list .list-item {
  display: flex;
  margin-bottom: 24px;
  cursor: pointer;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .list .list-item:hover .name {
  color: #4282FF;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .list .list-item:last-child {
  margin: 0;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .list .list-item .name {
  flex: 1;
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .list .list-item .name::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #DDDFE3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .list .list-item .hot {
  background: url(/assets/images/meeting/icon-hot.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 11px;
  color: #FF6622;
  padding-left: 20px;
}
#meeting-index .container .module .year-sked .sked-content .sked-item .count-btn {
  width: 150px;
  background: #4282FF;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 0 0 8px 8px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#meeting-index .container .module.gather .category-tab {
  display: flex;
  margin: 24px 0;
}
#meeting-index .container .module.gather .category-tab .label {
  width: 88px;
  line-height: 21px;
  font-size: 16px;
  color: #B4B8C1;
  padding: 5px 0;
}
#meeting-index .container .module.gather .category-tab .category-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 6px;
  padding-right: 58px;
  position: relative;
}
#meeting-index .container .module.gather .category-tab .category-content .category-item {
  line-height: 21px;
  font-size: 16px;
  color: #39435A;
  padding: 5px 16px;
  border-radius: 16px;
  cursor: pointer;
}
#meeting-index .container .module.gather .category-tab .category-content .category-item:hover {
  color: #4282FF;
}
#meeting-index .container .module.gather .category-tab .category-content .category-item.active {
  background: #4282FF;
  color: #fff;
}
#meeting-index .container .module.gather .gather .list-item {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  display: flex;
  gap: 28px;
  cursor: pointer;
}
#meeting-index .container .module.gather .gather .list-item:hover {
  background: linear-gradient(26deg, rgba(255, 255, 255, 0) 0%, #EBF2FF 100%), #FFFFFF;
  box-shadow: 4px 4px 12px 0px rgba(11, 21, 85, 0.04);
  border: 1px solid #ACC8FF;
}
#meeting-index .container .module.gather .gather .list-item:hover .img .cover-img {
  transform: scale(1.05);
}
#meeting-index .container .module.gather .gather .list-item .img {
  width: 296px;
  height: 176px;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
#meeting-index .container .module.gather .gather .list-item .img .cover-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#meeting-index .container .module.gather .gather .list-item .img .img-default {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 26px ;
}
#meeting-index .container .module.gather .gather .list-item .img .img-default.color-1 {
  background-image: url(/assets/images/meeting/bg-card-1.png);
}
#meeting-index .container .module.gather .gather .list-item .img .img-default.color-2 {
  background-image: url(/assets/images/meeting/bg-card-2.png);
}
#meeting-index .container .module.gather .gather .list-item .img .img-default.color-3 {
  background-image: url(/assets/images/meeting/bg-card-3.png);
}
#meeting-index .container .module.gather .gather .list-item .img .img-default .name {
  height: 48px;
  line-height: 24px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#meeting-index .container .module.gather .gather .list-item .img .img-default .msg {
  margin-top: 40px;
}
#meeting-index .container .module.gather .gather .list-item .img .img-default .msg .msg-position {
  background: url(/assets/images/meeting/icon-position-2.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 26px;
  margin-bottom: 12px;
}
#meeting-index .container .module.gather .gather .list-item .img .img-default .msg .msg-time {
  background: url(/assets/images/meeting/icon-time-2.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-left: 26px;
  display: flex;
}
#meeting-index .container .module.gather .gather .list-item .img .img-default .msg .msg-time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to-2.png) no-repeat center center;
  background-size: 18px auto;
}
#meeting-index .container .module.gather .gather .list-item .img .time {
  background: rgba(32, 32, 32, 0.76);
  padding: 10px 12px;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 12px;
}
#meeting-index .container .module.gather .gather .list-item .img .time.over {
  width: 80px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#meeting-index .container .module.gather .gather .list-item .img .time .text {
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  display: flex;
}
#meeting-index .container .module.gather .gather .list-item .img .time .text .icon {
  width: 18px;
  margin-right: 2px;
}
#meeting-index .container .module.gather .gather .list-item .img .time .day {
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  margin-top: 7px;
}
#meeting-index .container .module.gather .gather .list-item .img .time .day span {
  font-size: 20px;
  font-weight: bold;
  color: #FF860C;
  vertical-align: sub;
}
#meeting-index .container .module.gather .gather .list-item .info {
  flex: 1;
  overflow: hidden;
}
#meeting-index .container .module.gather .gather .list-item .info .name {
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  color: #39435A;
  padding-left: 10px;
  position: relative;
  display: flex;
}
#meeting-index .container .module.gather .gather .list-item .info .name::before {
  content: '';
  width: 4px;
  height: 18px;
  background: #FF6622;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 5px;
}
#meeting-index .container .module.gather .gather .list-item .info .name .name-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .container .module.gather .gather .list-item .info .name .hot {
  background: url(/assets/images/meeting/icon-hot.png) no-repeat left center;
  background-size: 18px auto;
  font-size: 14px;
  font-weight: 400;
  color: #FF6622;
  padding-left: 22px;
  vertical-align: bottom;
  margin-left: auto;
}
#meeting-index .container .module.gather .gather .list-item .info .desc {
  line-height: 18px;
  font-size: 14px;
  color: #B4B8C1;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .container .module.gather .gather .list-item .info .msg {
  margin-top: 20px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #EDEEF2;
}
#meeting-index .container .module.gather .gather .list-item .info .msg .position {
  background: url(/assets/images/meeting/icon-position.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #535C72;
  padding-left: 26px;
  margin-bottom: 12px;
}
#meeting-index .container .module.gather .gather .list-item .info .msg .time {
  background: url(/assets/images/meeting/icon-time.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #535C72;
  padding-left: 26px;
  display: flex;
}
#meeting-index .container .module.gather .gather .list-item .info .msg .time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to.png) no-repeat center center;
  background-size: 18px auto;
}
#meeting-index .container .module.gather .gather .list-item .info .msg-group {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
#meeting-index .container .module.gather .gather .list-item .info .msg-group .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#meeting-index .container .module.gather .gather .list-item .info .msg-group .tags .tag {
  background: #FFF3EE;
  line-height: 16px;
  font-size: 12px;
  color: #FF6622;
  padding: 2px 12px;
  border-radius: 4px;
}
#meeting-index .container .module.gather .gather .list-item .info .msg-group .share {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 16px;
  font-size: 12px;
  color: #777E8E;
}
#meeting-index .container .module.gather .gather .list-item .info .msg-group .share img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
#meeting-index .container .module.gather .more-btn {
  display: block;
  width: 200px;
  height: 44px;
  background: #4282FF;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  user-select: none;
  margin: 40px auto 0;
  cursor: pointer;
}
#meeting-index .container .module.gather .more-btn:hover {
  background: #1259F0;
}
#meeting-index .container .module ::-webkit-scrollbar {
  width: 1px;
  height: 12px;
  background-color: #D0D0D0;
}
#meeting-index .container .module ::-webkit-scrollbar-thumb {
  background: #4282FF;
  border-radius: 6px;
}
#meeting-index .container .module ::-webkit-scrollbar-button {
  height: 12px;
  color: #999999;
  background: #eeeeee;
}
#meeting-index .information {
  background: url(/assets/images/meeting/bg-index-3.png) no-repeat left top, linear-gradient(90deg, #F9FAFC 0%, #fff 100%);
  background-size: 600px auto, 100%;
  padding: 60px 0 120px;
}
#meeting-index .information .information-content {
  display: flex;
  justify-content: space-between;
}
#meeting-index .information .information-content .left {
  width: 764px;
}
#meeting-index .information .information-content .left .title {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #EDEEF2;
}
#meeting-index .information .information-content .left .title .title-name {
  background: url(/assets/images/meeting/icon-module-title.png) no-repeat left center;
  background-size: 26px auto;
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #15213A;
  padding-left: 34px;
}
#meeting-index .information .information-content .left .title .title-name span {
  color: #4282FF;
}
#meeting-index .information .information-content .left .title .more {
  margin-left: auto;
  line-height: 21px;
  font-size: 16px;
  color: #B4B8C1;
  display: flex;
  align-items: center;
}
#meeting-index .information .information-content .left .title .more:hover {
  color: #4282FF;
}
#meeting-index .information .information-content .left .title .more:hover .icon {
  background-image: url(/assets/images/meeting/icon-more-blue.png);
}
#meeting-index .information .information-content .left .title .more .icon {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-more.png) no-repeat center center;
  background-size: 100%;
  margin-left: 6px;
}
#meeting-index .information .information-content .left .list {
  padding: 24px 0;
}
#meeting-index .information .information-content .left .list .list-item {
  line-height: 21px;
  font-size: 14px;
  color: #B4B8C1;
  display: flex;
  gap: 0 40px;
  margin-bottom: 28px;
  cursor: pointer;
}
#meeting-index .information .information-content .left .list .list-item:last-child {
  margin: 0;
}
#meeting-index .information .information-content .left .list .list-item:hover {
  color: #4282FF;
}
#meeting-index .information .information-content .left .list .list-item:hover .name {
  color: #4282FF;
}
#meeting-index .information .information-content .left .list .list-item .name {
  flex: 1;
  font-size: 16px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .information .information-content .right {
  width: 552px;
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  padding: 24px;
}
#meeting-index .information .information-content .right .title {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEEF2;
}
#meeting-index .information .information-content .right .title .title-name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
}
#meeting-index .information .information-content .right .title .title-name span {
  color: #4282FF;
}
#meeting-index .information .information-content .right .title .more {
  margin-left: auto;
  line-height: 21px;
  font-size: 16px;
  color: #B4B8C1;
  display: flex;
  align-items: center;
}
#meeting-index .information .information-content .right .title .more:hover {
  color: #4282FF;
}
#meeting-index .information .information-content .right .title .more:hover .icon {
  background-image: url(/assets/images/meeting/icon-more-blue.png);
}
#meeting-index .information .information-content .right .title .more .icon {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-more.png) no-repeat center center;
  background-size: 100%;
  margin-left: 6px;
}
#meeting-index .information .information-content .right .list {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
#meeting-index .information .information-content .right .list .list-item {
  width: 240px;
  background: #F0F5FF;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
}
#meeting-index .information .information-content .right .list .list-item .img {
  height: 196px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  font-size: 0;
}
#meeting-index .information .information-content .right .list .list-item .img img {
  width: 100%;
}
#meeting-index .information .information-content .right .list .list-item .img .report-name {
  width: 92px;
  line-height: 14px;
  font-size: 8px;
  word-break: break-all;
  color: #393C5A;
  position: absolute;
  top: 55px;
  left: 68px;
}
#meeting-index .information .information-content .right .list .list-item .img .report-name.item-1::after {
  background: #01AB95;
}
#meeting-index .information .information-content .right .list .list-item .img .report-name.item-2::after {
  background: #2C94EE;
}
#meeting-index .information .information-content .right .list .list-item .img .report-name.item-3::after {
  background: #627DF1;
}
#meeting-index .information .information-content .right .list .list-item .img .report-name::after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#meeting-index .information .information-content .right .list .list-item .name {
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  color: #39435A;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#meeting-index .information .information-content .right .list .list-item .msg {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
}
#meeting-index .information .information-content .right .list .list-item .msg .time {
  background: url(/assets/images/meeting/icon-time-3.png) no-repeat left center;
  background-size: 18px;
  padding-left: 22px;
}
#meeting-index .information .information-content .right .list .list-item .msg .count {
  background: url(/assets/images/meeting/icon-download.png) no-repeat left center;
  background-size: 18px;
  padding-left: 22px;
}
