.content {
  width: 83.3%;
  margin: 0 auto;
  height: auto;
  padding-bottom: 50px;
}
.content .tit {
  width: 100%;
  height: 105px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
  background: url(../img/z-tit-bg.png) no-repeat top;
}
.content .tit h2 {
  text-align: center;
  font-size: 26px;
  color: #000000;
  font-weight: normal;
  margin-top: 25px;
}
.content .tit p {
  text-align: center;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 30px;
  text-transform: uppercase;
}
.content .t-box {
  width: 100%;
  margin-top: 45px;
}
.content .t-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .t-box ul li {
  width: 49.5%;
  height: 195px;
  float: left;
  border: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-left: 287px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.4s linear;
  border-radius: 4px;
}
.content .t-box ul li:hover {
  box-shadow: 0 0 10px #dcdcdc;
  transform: translateY(-2px);
}
.content .t-box ul li:hover .limg img {
  transform: scale(1.08);
}
.content .t-box ul li .limg {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 277px;
  height: 174px;
  overflow: hidden;
}
.content .t-box ul li .limg img {
  display: block;
  width: 100%;
  transition: all 0.3s linear;
  height: 100%;
}
.content .t-box ul li .rtxt {
  width: 100%;
  padding-left: 15px;
}
.content .t-box ul li .rtxt h4 {
  width: 100%;
  color: #5d5d5d;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.content .t-box ul li .rtxt p {
  margin-top: 12px;
  width: 100%;
  color: #404040;
  font-size: 14px;
  line-height: 28px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 20px;
}
.content .t-box ul li .rtxt .date {
  width: 100%;
  height: 54px;
  border-top: 1px dashed #d9d9d9;
  margin-top: 10px;
  line-height: 54px;
  display: flex;
  justify-content: space-between;
  padding-right: 25px;
  align-items: center;
}
.content .t-box ul li .rtxt .date strong {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #373737;
  font-weight: normal;
}
.content .t-box ul li .rtxt .date strong span {
  margin-left: 10px;
  display: inline-block;
  font-size: 24px;
  width: 55px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #0175e8;
  background: #f0f8ff;
}
.content .t-box ul li .rtxt .date b {
  width: 98px;
  height: 33px;
  font-weight: normal;
  background: #fafafa;
  text-align: center;
  line-height: 33px;
  color: #737373;
  font-size: 14px;
}
@media (max-width: 1400px) {
  .content .t-box ul li .rtxt .date {
    padding-right: 10px;
  }
  .content .t-box ul li .rtxt .date strong {
    font-size: 14px;
  }
  .content .t-box ul li .rtxt .date strong span {
    width: 50px;
    font-size: 20px;
  }
  .content .t-box ul li .rtxt .date b {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .content {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 50px;
  }
  .content .tit {
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.4rem;
    overflow: hidden;
    background: url(../img/z-tit-bg.png) no-repeat top;
    background-size: 100% auto;
  }
  .content .tit h2 {
    text-align: center;
    font-size: 0.32rem;
    color: #000000;
    font-weight: normal;
    margin-top: 0.35rem;
  }
  .content .tit p {
    text-align: center;
    font-size: 0.24rem;
    color: #9a9a9a;
    margin-top: 0.4rem;
    text-transform: uppercase;
  }
  .content .t-box {
    width: 94%;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .content .t-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .t-box ul li {
    width: 48.8%;
    height: auto;
    float: none;
    border: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-left: 0;
    position: relative;
    margin-bottom: 0.3rem;
    transition: all 0.4s linear;
    border-radius: 4px;
    padding: 0.12rem;
    padding-bottom: 0;
  }
  .content .t-box ul li:hover {
    box-shadow: 0 0 10px #dcdcdc;
  }
  .content .t-box ul li .limg {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .content .t-box ul li .limg img {
    display: block;
    width: 3.15rem;
    height: 1.97rem;
  }
  .content .t-box ul li .rtxt {
    width: 96%;
    margin: 0 auto;
    padding-left: 0;
    margin-top: 0.25rem;
  }
  .content .t-box ul li .rtxt h4 {
    width: 100%;
    color: #5d5d5d;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .t-box ul li .rtxt p {
    margin-top: 0.12rem;
    width: 100%;
    color: #404040;
    font-size: 0.24rem;
    line-height: 0.4rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 0;
  }
  .content .t-box ul li .rtxt .date {
    width: 100%;
    height: 0.9rem;
    border-top: 1px dashed #d9d9d9;
    margin-top: 0.2rem;
    line-height: 0.9rem;
    display: flex;
    justify-content: space-between;
    padding-right: 25px;
    align-items: center;
  }
  .content .t-box ul li .rtxt .date strong {
    font-size: 0.26rem;
    display: flex;
    align-items: center;
    color: #373737;
    font-weight: normal;
  }
  .content .t-box ul li .rtxt .date strong span {
    margin-left: 10px;
    display: inline-block;
    font-size: 0.4rem;
    width: 0.86rem;
    height: 0.64rem;
    text-align: center;
    line-height: 0.64rem;
    color: #0175e8;
    background: #f0f8ff;
  }
  .content .t-box ul li .rtxt .date b {
    width: 98px;
    height: 33px;
    font-weight: normal;
    background: #fafafa;
    text-align: center;
    line-height: 33px;
    color: #737373;
    font-size: 14px;
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .content .t-box ul li .rtxt .date {
    padding-right: 10px;
  }
  .content .t-box ul li .rtxt .date strong {
    font-size: 14px;
  }
  .content .t-box ul li .rtxt .date strong span {
    width: 50px;
    font-size: 20px;
  }
  .content .t-box ul li .rtxt .date b {
    width: 60px;
  }
}
