.notice-item {
  position: relative;
  display: block;
  margin-bottom: 3.77rem;
}
.notice-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.82rem;
  width: 100%;
  height: 1px;
  background-color: #E8E8E8;
}
.notice-item p {
  width: 90%;
  font-size: 0.82rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}
.notice-item .date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 0.82rem;
}
.notice-item:hover p {
  color: #1B497F;
  text-shadow: 1px 0 0 #1B497F;
}
.notice-item:hover .date {
  color: #1B497F;
}
.notices .paging {
  margin-top: 5.86rem;
}
.infomation .info-item {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 2.86rem;
  transition: all 0.5s ease;
}
.infomation .info-item:nth-child(3n) {
  margin-right: 0;
}
.infomation .info-item .img {
  position: relative;
  padding-bottom: 53.3%;
  margin-bottom: 1.36rem;
  overflow: hidden;
}
.infomation .info-item .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.infomation .info-item .info-box {
  height: 6.86rem;
  overflow: hidden;
}
.infomation .info-item h3 {
  font-size: 0.91rem;
  margin-bottom: 0.91rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.infomation .info-item .date {
  font-size: 1.09rem;
  color: #999;
  margin-bottom: 0.91rem;
  transition: all 0.5s ease;
}
.infomation .info-item p {
  font-size: 0.73rem;
  color: #666;
  line-height: 1.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
}
.infomation .info-item .date-hover {
  margin-top: 1.36rem;
  transition: all 0.5s ease;
}
.infomation .info-item .date-hover span {
  font-weight: bold;
  font-size: 1.09rem;
  color: #1B497F;
}
.infomation .info-item .date-hover i {
  position: relative;
  font-size: 1.18rem;
  color: #1B497F;
  padding-left: 1.18rem;
  transform: translateY(-10%);
}
.infomation .info-item .date-hover i::after {
  content: '';
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 1px;
  height: 75%;
  background-color: #999;
}
.infomation .info-item:hover {
  transform: translateY(-1.82rem);
  transition: all 0.5s ease;
}
.infomation .info-item:hover img {
  transform: scale(1.04);
}
.infomation .info-item:hover h3 {
  color: #1B497F;
}
.infomation .info-item:hover .date,
.infomation .info-item:hover p,
.infomation .info-item:hover .date-hover {
  transform: translateY(-2.73rem);
}
.infomation .paging {
  margin-top: 1.27rem;
}

/* 员工活动 */
.yghd .img img{
  width: 100%;
}
.yghd .img{
  width: 50%;
}
.yghd .img > div{
  width: 96%;
  overflow: hidden;
}
.yghd .txt{
  width: 50%;
}
.yghd .txt{
  padding-left: 0;
}
.yghd .date {
  display: flex;
  align-items: center;
}

.yghd .date .month {
  color: #999;
  font-size: 2.73rem;
  font-weight: bold;
  margin-right: 0.45rem;
}

.yghd .date .date-info .day {
  position: relative;
  font-size: 1.82rem;
  font-weight: bold;
  padding-left: 1rem;
  color: #999;
}

.yghd .date .date-info .day::before {
  content: '/';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.36rem;
  font-weight: bold;
  color: #999;
}
.yghd .date .date-info .year{
  font-size: 0.91rem;
  text-align: right;
}
.yghd .tit{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.yghd:hover .month{
  /* color: #1F62E7; */
  /* background-image: linear-gradient(-90deg, #01c7de 0%, #1F62E7 100%), linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; */
  color: rgba(31, 98, 231,0.9);
}
.yghd:hover .date .date-info .day{
  /* background-image: linear-gradient(-90deg, #01c7de 0%, #1F62E7 100%), linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; */
  color: rgba(31, 98, 231,0.9);
}
.yghd:hover .txt .date .date-info .year{
  /* background-image: linear-gradient(-90deg, #01c7de 0%, #1F62E7 100%), linear-gradient(#ffffff, #ffffff) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important; */
  color: rgba(31, 98, 231,0.9);
}
.yghd:hover .date .date-info .day::before{
  /* background-image: linear-gradient(-90deg, #01c7de 0%, #1F62E7 100%), linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; */
  color: rgba(31, 98, 231,0.9);
}
.yghd:hover .more{
  color: rgba(31, 98, 231,0.9);
}
.yghd{
  padding-bottom: 2.36rem;
}
.yghd .txt .txt-des p{
  color: #666;
}
.yghd .more{
  font-size: 0.91rem;
    color: #999;
}
.yghd::after{
  background: linear-gradient(-90deg, #01c7de 0%, #1F62E7 100%), linear-gradient(#ffffff, #ffffff);
}
.yghd:first-of-type{
  padding-top: 3rem;
}
.yghd:hover .txt .tit h3{
  color: rgba(31, 98, 231,0.9) !important;
}
@media only screen and (max-width: 1024px) {
  .notice-item p {
    width: 80%;
  }
  .infomation .info-item {
    width: 49%;
    margin-right: 2%;
  }
  .infomation .info-item:nth-child(3n) {
    margin-right: 2%;
  }
  .infomation .info-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .infomation .info-item {
    width: 100%;
    margin-right: 0;
  }
  .infomation .info-item:nth-child(3n) {
    margin-right: 0;
  }
  .yghd .txt{
    width: 100%;
  }
  .yghd .img{
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .notice-item p {
    width: 70%;
  }
}
