@charset "utf-8";
.addNews_list {
  width: 100%;
  padding: 24px 0 30px 0;
}
.addNews_list .addNews_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.addNews_list .addNews_item .addNews_img {
  height: 150px;
  width: 26.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #EEEEEe;
}
.addNews_list .addNews_item .addNews_img img {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: all 0.4s ease-out;
}
.addNews_list .addNews_item .addNews_img:hover img {
  transform: scale(1.06);
  transition: all 0.4s ease-out;
}
.addNews_list .addNews_item .addNews_text {
  width: calc(100% - 27.5%);
  padding-left: 24px;
}
.addNews_list .addNews_item .addNews_text h5 {
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-family: "Source Han Sans CN";
}
.addNews_list .addNews_item .addNews_text p {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.addNews_list .addNews_item .addNews_text div {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
  line-height: 14px;
}
.addNews_list .addNews_item .addNews_text:hover h5 {
  color: #0C2367;
}
/*页码*/
.page_con {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.page_con nav ul {
  margin: 0;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #EAEAEA;
  text-align: center;
  color: #555555;
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  padding: 0 !important;
  border-radius: 2px !important;
  margin: 0 6px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 40px;
  background: #EAEAEA;
  color: #555555;
}
.page_con nav ul li:hover a {
  color: #0E78DA;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #0E78DA !important;
}
@media screen and (max-width: 767px) {
  .addNews_list {
    padding: 0.65rem 0 0.65rem 0;
  }
  .addNews_list .addNews_item {
    flex-direction: column;
    margin-bottom: 0.65rem;
  }
  .addNews_list .addNews_item .addNews_img {
    height: unset;
    width: 100%;
    border: none;
    overflow: visible;
  }
  .addNews_list .addNews_item .addNews_img img {
    width: 100%;
    height: auto;
  }
  .addNews_list .addNews_item .addNews_img:hover img {
    transform: scale(1);
    transition: all 0s ease-out;
  }
  .addNews_list .addNews_item .addNews_text {
    width: 100%;
    padding: 0.65rem 0;
  }
  .addNews_list .addNews_item .addNews_text h5 {
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .addNews_list .addNews_item .addNews_text p {
    margin-top: 0.3rem;
    font-size: 0.5rem;
    line-height: 0.85rem;
  }
  .addNews_list .addNews_item .addNews_text div {
    font-size: 0.5rem;
    margin-top: 0.4rem;
    line-height: 0.6rem;
  }
}
