:root {
  --main—screen-w: 1600px;
  ---16: 16px;
  ---348: 348px;
  ---204: 204px;
  ---18: 18px;
  ---14: 14px;
  ---20: 20px;
}

@media screen and (max-width: 1600px) {
  :root {
    --main—screen-w: 1200px;
    ---16: 12px;
    ---348: 280px;
    ---204: 165px;
    ---18: 15px;
    ---14: 12px;
    ---20: 16px;
  }
}

@media screen and (max-width: 1400px) {
  :root {
    --main—screen-w: 1000px;
    ---16: 10px;
    ---348: 280px;
    ---204: 160px;
    ---18: 14px;
    ---14: 12px;
    ---20: 14px;
  }
}

html {
  height: 100%;
}

container {
  display: block;
  height: 100%;
  background: #f4f6fb;
}

container .announce_con {
  max-width: var(--main—screen-w);
  margin: 0 auto;
}

.announce_con .search_m {
  display: none;
}

.announce_con .search_con {
  padding: 5px 20px 15px;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(53, 53, 53, 0.1);
  border-radius: 8px;
}

.announce_con .flex_box {
  display: flex;
}

.announce_con .conf_area {
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}

.announce_con .conf_area ul.flex_box {
  flex-wrap: wrap;
  flex: 1;
}

.announce_con .search_con ul li {
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
}

.announce_con .search_con .c_box span {
  width: 77px;
  line-height: 29px;
  font-weight: bold;
  font-size: 16px;
  color: #fa7f49;
}

.announce_con .search_con .c_box {
  margin: 15px 0;
}

.announce_con .search_con .search_conf span {
  width: 80px;
  display: inline-block;
  line-height: 29px;
  font-weight: bold;
  font-size: 16px;
  color: #fa7f49;
}

.announce_con .search_con .list_tab .mode {
  width: 120px;
  height: 36px;
  background: #eeeeee;
  border-radius: 6px;
  margin-left: 14px;
  color: #999;
  line-height: 20px;
}

.announce_con .search_con .list_tab .mode.active {
  background: #055cfe;
  color: #fff;
}

.announce_con .search_con .search_conf input {
  width: 302px;
  height: 42px;
  background: #f6f6f6;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #dddddd;
}

.announce_con .search_con .search_conf button {
  width: 116px;
  height: 42px;
  font-size: 18px;
  background: linear-gradient(0deg, #065cfe 0%, #8793f2 100%);
  border-radius: 6px;
  margin-left: 10px;
}

.announce_con .search_con .select_item,
.announce_con .search_con .select_area_item {
  color: #fff;
  background: #055cfe;
  border-radius: 6px;
}

.announce_con .breadcrumb {
  height: 60px;
  line-height: 60px;
}

.announce_con .breadcrumb span {
  margin: 0 10px;
  color: #999;
}

.announce_con .breadcrumb a:first-child {
  color: #999;
}

.announce_con .breadcrumb a:nth-child(3) {
  color: #333;
}

.announce_main {
  margin: 20px -16px 0;
}

.announce_main ul li {
  display: flex;
  padding: 10px 40px;
  border-bottom: 7px solid #f5f6fa;
  cursor: pointer;
}

.announce_main ul li:hover {
  background: #f8f8f8;
  box-shadow: 0 2px 6px #ccc;
}

.announce_main ul li.list_item:hover span.title {
  color: #026fef;
  font-weight: 600;
}

.announce_main ul li .img {
  width: 100%;
  height: var(---204);
  background-image: url("/images/conf_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.announce_main ul li .img span {
  color: #fff;
  padding: 0 10px;
  text-align: center;
  font-size: 17px;
  color: RGBA(11, 43, 169, 1);
  text-shadow: 3px 4px 4px #fff;
  font-size: 21px;
  font-weight: 600;
}

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

.announce_main ul li .img img {
  width: 100%;
  height: var(---204);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.announce_main ul li .info {
  color: #878787;
  padding: 8px 15px;
  font-size: 12px;
}

pager button {
  background-color: #4488dd;
  color: #fff;
}

pager .disable {
  background-color: #d2d2d2;
  color: #fff;
}

.page {
  text-align: center;
  padding: 20px;
}

.announce_list.announce_chart {
  display: flex;
  flex-wrap: wrap;
  background: #f5f6fa;
  width: auto;
}

.announce_main ul.announce_chart li {
  display: flex;
  width: 23%;
  padding: 0;
  cursor: pointer;
  height: var(---348);
  background: #fff;
  flex-direction: column;
  margin: var(---20) var(---16);
  border-radius: 5px;
  box-shadow: 0 2px 8px 1px rgba(51, 51, 51, 0.2);
  border: none;
}

.announce_list {
  width: var(--main—screen-w);
  background-color: #fff;
  margin: 0 auto;
  /* padding-bottom: 40px; */
}

.announce_list li .info h1 {
  font-size: var(---18);
  color: #333;
  line-height: 24px;
  padding: 3px 0;
}

.announce_list li .info h2 {
  font-size: 14px;
  color: #999;
}

.announce_list .list_item {
  padding: 20px;
  line-height: 18px;
  border-bottom: 1px solid #f5f6fa;
}

.announce_list .list_item:last-child {
  border: none;
}

.announce_list .list_item span {
  color: #999;
  margin-left: 10px;
}

.announce_list .list_item span:first-child {
  flex: 0 0 100px;
}

.announce_list .list_item span.title {
  flex: 1;
  font-size: 16px;
  color: #333;
  margin-left: 25px;
}

.announce_list .list_item .address {
  flex: 0 0 200px;
  text-align: right;
}

.announce_list .list_item .address .address_icon {
  background-position: -80px -10px;
  width: 12px;
  height: 16px;
}

.time_address {
  line-height: 23px;
  font-size: var(---14);
}

.time_address .time span {
  color: #ff7d13;
}

.time_address .time span.inprogress {
  color: rgb(79, 185, 53);
}

.search_con .list_tab {
  align-items: center;
  display: inherit;
}

.search_con .list_tab .mode.active .icon.list_icon {
  background-position: -45px -10px;
}

.search_con .list_tab .icon.list_icon {
  background-position: -10px -45px;
  margin-right: 8px;
}

.search_con .list_tab .mode.active .icon.chart_icon {
  background-position: -45px -45px;
}

.search_con .list_tab .icon.chart_icon {
  background-position: -10px -10px;
  margin-right: 8px;
}

.j_c {
  justify-content: space-between;
}

.ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conf_area ul.headerListHide {
  overflow: hidden;
  height: 31px;
}

.announce_con .icon {
  background: url("../images/css_sprites_list.png");
  display: inline-block;
  width: 15px;
  height: 15px;
}

.announce_con .icon.more_icon {
  width: 10px;
  height: 11px;
}

.announce_con .icon.down {
  background-position: -10px -80px;
}

.announce_con .icon.up {
  background-position: -80px -46px;
}

.announce_con .search_con .c_box span.more {
  cursor: pointer;
  font-size: 16px;
  color: #045bfe;
  margin-right: 3px;
}

.announce_list .address .time_m,
.announce_list .address .time_icon,
.filter_pop {
  display: none;
}

/* 会议速递列表 */
.conf_express_list {
  padding: 20px 15px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  justify-items: stretch;
  row-gap: 15px;
  column-gap: 2%;
}
.conf_express_item {
  padding: 12px 16px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(53, 53, 53, 0.1);
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  /* align-self: start; */
}
.conf_express_item .conf_express_title {
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.conf_express_item .conf_express_item_bottom {
  font-size: 14px;
  color: #fa7f49;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.conf_express_item .conf_express_item_bottom .location {
  color: #999999;
  flex: 1;
}

.conf_express_item .conf_express_item_bottom .line {
  border-left: 1px solid #999;
}

.conf_express_item .conf_express_item_bottom > span {
  display: inline-block;
  min-width: 80px;
  text-align: end;
}
