.ny_banner img {
  width: 100%;
}
img {
  max-width: 100%;
}
.paging {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.paging a {
  width: 28px;
  height: 28px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 26px;
  margin: 0 6px;
}
.paging a.active,
.paging a:hover {
  border-color: #1e50ae;
  background-color: #1e50ae;
  color: #fff;
}
.pro-list {
  display: flex;
  padding-top: 5%;
}
.pro-list .left {
  width: 25%;
  text-align: center;
}
.pro-list .left h3 {
  font-size: 24px;
  color: #333333;
}
.pro-list .left ul {
  margin-top: 20px;
}
.pro-list .left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
}
.pro-list .left ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 12px;
}
.pro-list .left ul li a {
  font-size: 16px;
  color: #333333;
}
.pro-list .right {
  width: 75%;
}
.pro-list .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 3%;
}
.pro-list .right ul li {
  width: 32%;
  height: 0;
  padding-top: 28%;
  position: relative;
  margin-bottom: 6%;
}
.pro-list .right ul li .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 100%;
  overflow: hidden;
  padding: 0;
  line-height: 210px;
  display: block;
}
.pro-list .right ul li .pic img {
  max-width: 100%;
    max-height: 100%;
    transition: all linear 0.3s;
    object-fit: cover;
}
.pro-list .right ul li .tit {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 3;
}
.pro-detail {
  padding-top: 30px;
}
.pro-detail > h3 {
  font-size: 24px;
  color: #333;
}
.pro-detail .date {
  font-size: 14px;
  color: #999;
  margin: 20px 0;
}
.pro-detail .pro-content {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb;
  word-wrap: break-word;
  color: #666;
  font-size: 14px;
  line-height: 2.8;
}
.news-list {
  padding: 50px 0;
}
.news-list .top {
  display: flex;
  height: 360px;
  margin-bottom: 40px;
}
.news-list .top > img {
  width: 500px;
}
.news-list .top .items {
  margin-left: 45px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list .top .items .item {
  display: flex;
}
.news-list .top .items .item .date {
  width: 105px;
  text-align: center;
}
.news-list .top .items .item .date p {
  color: #888888;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.news-list .top .items .item .date .line {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background-color: #d2d2d2;
}
.news-list .top .items .item .date span {
  color: #acacac;
  font-size: 22px;
  line-height: 1;
}
.news-list .top .items .item .info {
  flex: 1;
  margin-left: 32px;
}
.news-list .top .items .item .info a {
  color: #333333;
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.news-list .top .items .item .info p {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
}
.news-list .top .items .item:hover .info a {
  color: #046aee;
}
.news-list .bottom {
  border-top: 1px solid #f3f3f3;
  padding-top: 23px;
}
.news-list .bottom ul li {
  display: flex;
  line-height: 60px;
  border-bottom: 1px dashed #f3f3f3;
  color: #333;
  font-size: 16px;
  align-items: center;
  padding: 0 20px;
}
.news-list .bottom ul li:hover {
  background-color: #f3f3f3;
}
.news-list .bottom ul li:hover a {
  color: #046aee;
}
.news-list .bottom ul li:hover span {
  color: #046aee;
}
.news-list .bottom ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 17px;
}
.news-list .bottom ul li a {
  color: #333;
  font-size: 16px;
}
.news-list .bottom ul li span {
  margin-left: auto;
}
