﻿.global_city_content {
  width: 100%;
  height: 447px;
  position: relative;
  display: none;
}
.list_content {
  width: 100%;
  padding: 0 4px;
  max-height: 216px;
  overflow: hidden;
}

.list_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list_content li {
  line-height: 36px;
  /* display: flex;
  align-items: center; */
  color: #3b3b3b;
  font-size: 15px;
  cursor: pointer;
  font-size: 0;
  padding-left: 24px;
  position: relative;
}

.list_content li:hover {
  color: #008ac8;
}

/* .list_content li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  background-color: #ebebeb;
} */
.list_content .line_o {
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ebebeb;
}
.list_content .message_item_content {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  font-family: MicrosoftYaHei;
  line-height: 36px;
  letter-spacing: 0px;
  font-size: 16px;
  color: #222222;
}
.list_content .message_item_content:hover{
  color: #008ac8;
}
.list_content .message_date {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #a5a5a5;
  white-space: nowrap;
}

.page_content {
  width: 1200px;
  margin: 0 auto 32px;
  overflow: hidden;
}

.cards_container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.cards_container .blue_left_card {
  padding: 10px;
  width: 702px;
  background-color: #ffffff;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.03);
  border: solid 1px #e0f1ff;
  float: left;
}
.cards_container .blue_left_card .message_item_content {
  width: 525px;
}

.cards_container .blue_right_card {
  padding: 10px;
  width: 478px;
  background-color: #ffffff;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.03);
  border: solid 1px #e0f1ff;
  float: right;
}
.cards_container .blue_right_card .message_item_content {
  width: 300px;
}

.cards_container .blue_card {
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.03);
  border: solid 1px #e0f1ff;
}

.cards_container .list_card {
  height: 268px;
}

.cards_container .link_boxes {
  width: 100%;
  padding: 20px 0 10px;
  font-size: 0;
  /* display: flex;
  justify-content: space-between; */
}

.cards_container .link_boxes .box_item {
  width: 31%;
  height: 85px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.cards_container .link_boxes .box_item .title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 16%;
  background: rgba(0, 0, 0, .25);
}

.cards_container .link_boxes .box_item .title .title-border {
  position: absolute;
  width: 96%;
  height: 90%;
  border: 2px solid #fff;
  top: 5%;
  left: 2%;
}

.cards_container .link_boxes .box_item .communication-title {
  margin-top: 5px;
  text-align: center;
}

.cards_container .communication_1 {
  background: #d6e3fa;
  text-align: center;
  padding-top: 15px;
  color: #2b5eae;
}

.cards_container .communication_2 {
  background: #cbe3f7;
  text-align: center;
  padding-top: 15px;
  color: #2f80c8;
}

.cards_container .communication_3 {
  background: #d1eaf4;
  text-align: center;
  padding-top: 15px;
  color: #2390bb;
}

.cards_container .cities {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cards_container .cities .area_menu {
  width: 144px;
  float: left;
  margin-right: 27px;
}

.cards_container .cities .menu_item {
  width: 100%;
  height: 65px;
  line-height: 65px;
  background-color: #eef8ff;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  cursor: pointer;
}

.cards_container .cities .menu_item_active {
  background-color: #9ed2f7;
  color: #0069b9;
}

.cards_container .cities .city_pictures {
  /* float: right;
  margin-top: 12px; */
  position: absolute;
  top: 12px;
  left: 170px;
  width: calc( 100% - 170px);
  overflow: hidden;
}

.cards_container .cities .picture_item {
  display: inline-block;
  width: 231px !important;
  margin-right: 23px;
}

.cards_container .cities .picture_item:last-child {
  margin: 0;
}

.cards_container .cities .picture_item .picture_item_content {
  width: 100%;
  height: 147px;
  background-color: #eef8ff;
}

.cards_container .cities .picture_item .picture_item_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.cards_container .cities .picture_item .picture_item_text {
  margin-top: 12px;
  height: 15px;
  line-height: 15px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .global_city_content {
    display: block;
  }
  .page_content {
    width: 100%;
    padding: 0 .3rem;
    /* max-width: 7rem;
    margin: 0 auto; */
  }

  .cards_container {
    margin-bottom: .3rem;
  }

  .cards_container .list_card {
    height: auto;
  }
  .cards_container .link_boxes {
    padding: .1rem 0;
    display: flex;
    justify-content: space-between;
  }
  .cards_container .link_boxes .box_item {
    width: 2.2rem;
    height: .9rem;
    margin: 0;
  }
  .cards_container .blue_right_card .box_item {
    height: 1.33rem;
    padding-top: .17rem;
  }
  .cards_container .blue_right_card .box_item img {
    width: .7rem;
    height: .7rem;
  }
  .cards_container .link_boxes .box_item .title {
    padding: 0;
    line-height: .9rem;
    font-size: .23rem;
  }
  .cards_container .link_boxes .box_item .communication-title {
    font-size: .16rem;
    margin-top: .15rem;
  }

  .cards_container .blue_left_card {
    float: unset;
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: .3rem;
    box-shadow: none;
  }

  .cards_container .blue_right_card {
    float: unset;
    width: 100%;
    padding: 0;
    border: none;
  }
  
  .cards_container .blue_card {
    padding: 0;
    border: none;
    box-shadow: none;
  }
  .cards_container .blue_card .cities{
    display: none;
  }

  .list_content {
    width: 100%;
    padding: 0;
    max-height: unset;
  }

  .list_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .list_content li {
    line-height: .6rem;
    color: #3b3b3b;
    padding-left: .18rem;
    display: flex;
  }

  .list_content li:hover,
  .card_title a:hover {
    color: #008ac8;
  }

  /* .list_content li::before {
    content: "";
    display: inline-block;
    border-radius: .03rem;
    margin-right: .12rem;
    width: .06rem;
    height: .06rem;
    background-color: #4d4d4d;
  } */
  .list_content .line_o {
    top: .27rem;
    width: .06rem;
    height: .06rem;
    border-radius: .03rem;
    background-color: #4d4d4d;
  }

  .list_content .message_item_content {
    font-size: .26rem;
    line-height: .6rem;
    letter-spacing: 0;
    color: #333333;
    width: 4.9rem;
  }
  .cards_container .blue_left_card .message_item_content {
    width: 4.9rem;
  }
  .cards_container .blue_right_card .message_item_content {
    width: 4.9rem;
  }

  .list_content .message_date {
    width: 1.8rem;
    margin: 0;
    font-size: .22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .6rem;
    letter-spacing: 0;
    color: #999999;
  }
}