body {
  background-color: #f7f7f7;
}
.hdlb-container {
  background-color: #fff;
  padding-bottom: 1px;
}
.ant-input-affix-wrapper {
  position: relative;
  width: 260px;
  min-width: 0;
  padding: 2px 5px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfe0e3;
  border-radius: 25px;
  transition: all 0.3s;
  display: inline-flex;
  height: 38px;
}

.ant-input-prefix {
  margin: 7px 5px 0;
  display: flex;
  flex: none;
  align-items: center;
}
.search .anticon {
  color: #ff8821;
  font-size: 16px;
}

.ant-input-affix-wrapper > input.ant-input {
  padding: 0;
  border: none;
  outline: none;
}
.ant-input-affix-wrapper > input.ant-input::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
  color: #bfbfbf;
  font-size: 16px;
}
.ant-input-affix-wrapper > input.ant-input::-moz-placeholder { /* Firefox 19+ */
  color: #bfbfbf;
  font-size: 16px;
}
.ant-input-affix-wrapper > input.ant-input:-ms-input-placeholder { /* IE 10+ */
  color: #bfbfbf;
  font-size: 16px;
}
.ant-input-affix-wrapper > input.ant-input:-moz-placeholder { /* Firefox 18- */
  color: #bfbfbf;
  font-size: 16px;
}
.ant-input-affix-wrapper > input.ant-input:focus-visible {
  outline: 0;
}
.ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
}
.ant-btn-round {
  height: 30px;
  width: 74px;
  font-size: 15px;
  border-radius: 32px;
  cursor: pointer;
}
.ant-btn-orange,
.ant-btn-orange:hover {
  background: #ff9639;
  color: #fff;
  border: 1px solid #ff9639;
}

.top-search-box {
  text-align: right;
  margin-top: 30px;
}
.lookactivity {
  padding-left: 40px;
  color: #2e2f2f;
  position: relative;
  top: -5px;
}
.lookactivity img {
  position: absolute;
  top: 1px;
  left: 15px;
}

.brief-content-head {
  text-align: center;
  /* background: url(../images/ciebg-line.png) no-repeat; */
  width: 100%;
  height: 15px;
  position: relative;
}
.brief-content-head .left-line,
.brief-content-head .right-line {
  flex: 1;
  height: 1px;
  background: #dce2ec;
  position: relative;
  z-index: 1;
}
.brief-content-head .left-line:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 4px;
  width: 12px;
  height: 1px;
  background: #dce2ec;
  transform: rotate(45deg);
}
.brief-content-head .right-line:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background: #dce2ec;
  transform: rotate(135deg);
  left: -10px;
  top: 4px;
}

.brief-title {
  font-size: 28px;
  color: #232930;
  padding: 0px 35px;
  letter-spacing: 0.5px;
}

/* 活动一览搜索 */
.top-search-browse-box {
  padding-top: 15px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #5ea1ff !important;
}
.lately-browse {
  color: #5994f9;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}
.lately-browse i {
  background: url(../images/icons.png) no-repeat;
  width: 38px;
  height: 38px;
  background-position: 0 -306px;
  vertical-align: -12px;
  margin-right: 5px;
}
.lately-browse::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 11px;
  background: url(../images/icons.png) no-repeat;
  width: 9px;
  height: 14px;
  background-position: -83px -119px;
}
.search-browse-right {
  width: 605px;
}
.browse-input-box {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  padding-left: 20px;
  width: 178px;
  height: 38px;
  border-radius: 20px;
  border: 1px solid #dedfe2;
  margin: 0 10px;
}
.browse-input-time {
  width: 228px;
}
.browse-input-box input {
  padding: 0;
  border: none;
  outline: none;
  height: inherit;
  width: 80%;
}
.browse-input-box input::placeholder {
  color: #bfbfbf;
  font-size: 16px;
}
.browse-input-box i {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  display: flex;
  flex: none;
  margin-right: 6px;
}
.browse-rl {
  width: 22px;
  height: 22px;
  background-position: -38px -306px;
}
.browse-search {
  width: 16px;
  height: 16px;
  background-position: -62px -306px;
}
.ant-btn-browse {
  height: 40px;
  width: 106px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  background: #ff9639;
  outline: none;
  border: 0;
}

/*列表样式*/
.list-box {
  margin-top: 20px;
}
.list-box li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  text-align: left;
  padding: 15px 0px;
  font-size: 18px;
  align-items: center;
}

.list-box li:last-child {
  border: none;
}

.list-box li .status {
  color: #2e2f2f;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 5px 20px;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.list-box li .prev:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #f9c93c;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 14px;
}
.list-box li .activing:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #34d872;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 14px;
}
.list-box li .end:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #3f98ff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 14px;
}

.list-box li:hover a.title {
  color: #3f98ff !important;
}
.list-box li .time,
.list-box li .browse-time {
  width: 220px;
  /* padding: 0px 5px; */
  padding-left: 40px;
  color: #c3c2c2;
  line-height: 36px;
  position: relative;
  box-sizing: border-box;
}

.hdlb-container .list-box li .time::before {
  width: 0;
  height: 0;
}
.list-box li .time::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 6px;
  background: url(../images/brief-icons.png) no-repeat;
  width: 21px;
  height: 21px;
  background-position: -168px -101px;
}

.list-box li .title {
  width: 620px;
  padding: 0px 5px;
  color: #353535;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  line-height: 36px;
  flex: 1;
}

.list-box li .title:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #858585;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 5px;
}

.list-box li .location {
  padding-left: 30px;
  background: url('../images/location-icon-gray.png') no-repeat;
  background-position: 0px 8px;
  color: #aaaaaa;
  line-height: 36px;
  margin: 0px 12px;
  width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.list-box li .detail {
  color: #6b9fff;
  border: 1px solid #6b9fff;
  border-radius: 5px;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 85px;
  text-align: center;
}
.list-box li .detail:hover {
  background: #6b9fff;
  color: #fff;
}

/* 更多会议 */
.meeting-more {
  display: block;
  margin: 35px auto;
  width: 162px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #ededed;
  border-radius: 5px;
  color: #6b9fff;
}
.meeting-more i {
  background: url(../images/icons.png) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -4px;
  background-position: 0 -181px;
}
.meeting-more:hover {
  border: 1px solid #89b2fc;
}
/* 会议报道及通知 */
.meeting-align {
  justify-content: space-between;
  align-items: flex-start;
}
.meeting-align>div {
  width: 48.7%;
}
.meeting-box {
  margin:30px 0 0px;
  background-color: #ffffff;
  border-radius: 8px;
}
.meeting-nav {
    width: 100%;
    padding: 12px 17px 12px 22px;
    color: #383838;
    border-bottom: 1px solid #ededed;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    line-height: 1.5;
}
.meeting-nav h2 {
  font-weight: bold;
  font-size: 20px;
}
.meeting-nav:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #6b9fff;
  border-radius: 4px;
  bottom: 0;
  left: 32px;
}
.meeting-content-list {
  padding: 15px 25px 10px;
  position: relative;
  /* line-height: 50px; */
}
.meeting-content-list li {
  color: #a4a4a4;
  padding: 12px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meeting-content-list li a {
  display: inline-block;
  width: 78%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #343434;
}
.meeting-content-list li a:hover{
  color: #0077ee;
}
.meeting-list-more {
  color: #b7b6b6;
}
.meeting-list-more i {
  width: 8px;
  height: 14px;
  background: url(../images/icons.png) no-repeat;
  background-position: -51px -120px;
  vertical-align: -1px;
  margin-left: 5px;
}