.itemContent {
  margin: 11rem 14rem 6.7rem;
  box-sizing: border-box;
  padding: 3.6rem 5rem;
  border: 0.1rem solid #EBEBEB;
}
.itemContent > h1 {
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem solid #EBEBEB;
  margin-bottom: 3.5rem;
}
.itemContent .imgBox {
  margin: 4rem auto;
  text-align: center;
}
.itemContent img {
  max-width: 100%;
  width: 50rem!important;
  margin: 0 auto;
  display: block;
}
.itemContent > span {
  display: block;
  text-align: center;
  margin-top: 2.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #999999;
  margin-bottom: 3rem;
}
.itemContent p {
  font-size: 1.6rem;
  color: #333333;
  line-height: 3.6rem;
}
.itemContent h2 {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
  line-height: 3.6rem;
}
.newList {
  margin-bottom: 7rem;
}
.newList > p {
  font-size: 3rem;
  font-weight: 500;
  color: #333333;
  line-height: 3.6rem;
  text-align: center;
  margin-bottom: 5rem;
}
.newList .imgBox {
  height: 25.7rem;
  background: #F7F7F7;
}
.newList .msg p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 2.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newList .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  cursor: pointer;
}

.showItm:not(:nth-child(3n)) {
  margin-right: 2rem;
}
.showItm {
  width: 34.6rem;
  box-sizing: border-box;
}
.showItm:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.showItm .imgBox {
  width: 100%;
  height: 20rem;
}
.showItm .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.showItm .msg {
  background: #F7F7F7;
  padding: 3.2rem 2rem 2.2rem;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
}
.showItm .msg h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.6rem;
}
.showItm .msg div {
  font-size: 1.4rem;
  color: #333333;
  line-height: 2.4rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #E1E1E1FF;
}
.showItm .msg div p {
  color: #333333;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 5rem;
}
.showItm .msg span {
  cursor: pointer;
  padding-top: 1.8rem;
  font-size: 1.6rem;
  color: #333333;
  display: inline-block;
}
.tipCase{
  margin-top: 1.7rem;
  font-size: 0;
  margin-bottom: 3.5rem;
}
.tipCase p,.tipCase span{
  display: inline-block;
  vertical-align: middle;
}
.tipCase span{
  line-height: 2.8rem;
  font-size: 1.4rem;
  min-width: 5.5rem;
  background: #F0F0F0;
  text-align: center;
  padding: 0 1.4rem;
}
.tipCase p{
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #666666;
  text-indent: 0;
  padding-left: 1.7rem;
}
.turnPages{
  border-top: 0.1rem solid #EBEBEB;
  display: block;
}
.turnPages a{
  margin-top: 1.9rem;
  font-size: 1.4rem;
  color: #333333;
  text-decoration:none
}