.style_public_contact {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.style_public_contact>a {
  width: 100%;
  /* padding: 10px; */
  margin: 0 1% 2%;
  box-sizing: border-box;
  color: black;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 3px 5px 0 #ccc;
  transition: all .5s;
}

.news_content {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
}

.news_img {
  width: 20%;
  font-size: 0;
  overflow: hidden;
}

.news_img div {
  width: 100%;
}

.news_img div img {
  width: 100%;
  transition: all .5s;
}

.news_title {
  font-size: 20px;
}

.news_wen {
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
}

.news_date {
  font-size: 16px;
  color: #ccc;
  margin: 15px 0;
}

.news_content p span {
  background-color: #fff !important;
}

.news_content p,
.news_content span {
  font-size: 16px !important;
  text-wrap: wrap !important;
}

.news_list_contact p,
.news_list_contact span {
  text-wrap: wrap !important;
  margin: 0 !important;
}

.style_public_contact>a:hover {
  transform: translateY(-10px);
}

.style_public_contact>a:hover .news_title {
  color: #053B83;
}

.style_public_contact>a:hover .news_img img {
  transform: scale(1.2);
}

.news_list_title {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.news_list_date {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}

/* .news_list_contact p span {
  background-color: #fff !important;
} */

.news_list_contact {
  line-height: 28px;
}

.news_list_contact img {
  width: 100%;
}

.news_content p,
.news_content span {
  text-wrap: wrap !important;
}

ol {
  width: 100% !important;
}

table {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  word-break: break-all;
}

td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}

@media (max-width:1320px) {
  .news_wen {
    width: 70%;
  }

  .news_img {
    width: 30%;
  }
}

@media (max-width:998px) {
  .style_public_contact>a {
    flex-wrap: wrap;
  }

  .news_wen,
  .news_img {
    width: 100%;
  }
}