html{
  scroll-behavior: smooth; /* 全局启用平滑滚动 */
}

.xinxiIcon {
  margin: 0 0 -20px auto;
}

.xinxiIcon img {
  width: 210px;
  /*height: auto;*/
  object-fit: cover;
}

.photo_img img {
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all .7s ease 0s;
  width: 210px;
}

.photo_img img:hover {
  box-sizing: border-box;
  border: 1px solid #023246;
  box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}

.photo_nr {
  /*display: flex;*/
  /*align-items: center;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.informationText {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}

.informationText span {
  background: #fff;
  color: #1C1F86;
}

.photo_nr ul {
  padding: 0;
  list-style: none;
  margin: 0 15px;
}

.honor .listRotation {
  width: 100%;
  height: 304px;
  overflow: hidden;
}

.honor .listRotation .photo_nr ul li {
  display: flex;
  width: 210px;
  height: 297px;
  overflow: hidden;
}

.photo_nr ul li .photo_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo_nr ul li {
  float: left;
  margin: 0 10px;
  line-height: 30px;
  text-align: center;
}

.photo_nr p {
  padding: 0;
  margin: 0;
}

#LeftArr {
  z-index: 999;
  background: url(/images/e_left.png) no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  top: calc(50% - 20px);
  text-decoration: none;
  color: #323232;
  position: absolute;
}

#RightArr {
  background: url(/images/e_right.png) no-repeat;
  width: 40px;
  height: 40px;
  right: 0;
  top: calc(50% - 20px);
  text-decoration: none;
  color: #323232;
  position: absolute;
}

#picList1 a {
  text-decoration: none;
  color: #8c0000;
}

#LeftArr2 {
  z-index: 999;
  background: url(/images/e_left.png) no-repeat;
  width: 40px;
  height: 40px;
left: -12px;
  top: calc(50% - 20px);
  text-decoration: none;
  color: #323232;
  position: absolute;
}

#RightArr2 {
  z-index: 999;
  background: url(/images/e_right.png) no-repeat;
  width: 40px;
  height: 40px;
  right: -28px;
  top: calc(50% - 20px);
  text-decoration: none;
  color: #323232;
  position: absolute;
}

#picList2 a {
  text-decoration: none;
  color: #8c0000;
}

.photo_img2 img {
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all .7s ease 0s;
  width: 270px;
}

.photo_img2 img:hover {
  box-sizing: border-box;
  border: 1px solid #023246;
  box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}
