.ItemList01 {
    margin-bottom: 30px;
}

.ItemList01 .img img {
  width: 100%;
}

.ItemList01 .text {
    font-size: 16px;
    text-align: center;
    line-height: 3;
    color: #333;
}

.Ny_Item {
  width: 100%;
  margin-top: 45px;
}

.ItemList {
  border: 1px solid #E8E8E8;
  margin-bottom: 30px;
  padding: 25px;
  display: flex;
}

.ItemList:hover {
  background: #003894;
}

.ItemList:hover * {
  color: #fff !important;
}

.ItemList .img {
  width: 200px;
}

.ItemList .img img {
  width: 100%;
}

.ItemList .text {
  width: calc(100% - 200px);
  padding-left: 45px;
}

.ItemList .text h1 {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.ItemList .text span {
  display: block;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  opacity: 0.5;
  margin: 20px 0;
}

.ItemList .text h2 {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #808080;
}

.ItemList .text p {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  background: #fff;
  border: 1px solid #E8E8E8;
  font-size: 12px;
  color: #808080;
}

.ItemList:hover .text p {
  color: #003894 !important;
}

@media (max-width: 720px) {
  .ItemList .img {
    width: 150px;
  }


  .ItemList .text {
    width: calc(100% - 150px);
    padding-left: 45px;
  }
}

@media (max-width: 460px) {
  .ItemList {
    display: flex;
    flex-wrap: wrap;
  }

  .ItemList .img {
    width: 100%;
  }


  .ItemList .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.Ny_Post {
  padding: 3vw;
}

.Ny_Post .title {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}

.Ny_Post .desc {
  display: flex;
  justify-content: center;
  width: 100%;
}

.Ny_Post .desc span {
  margin: 0 5px;
  color: #999;
  font-size: 14px;
  line-height: 3;
  text-align: center;
}

.Ny_Post .Ny_xiangqing {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 500px;
}

.Ny_Post .Ny_xiangqing p {
  margin: 0;
}

.PostBottom {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.PostBottom a {
  color: #333;
  line-height: 1;
  font-size: 16px;
}
