.mxsjs {
  overflow: hidden;
}
.mxsjs .mxsjsBanner {
  width: 100%;
  height: 24rem;
}
.mxsjs .mxsjsTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8.8rem;
  padding: 0 3rem;
}
.mxsjs .mxsjsTitle h1 {
  font-size: 3rem;
  font-weight: 500;
}
.mxsjs .mxsjsTitle p {
  display: flex;
  align-items: center;
  padding: 0 3rem;
  color: #484848;
  font-size: 3rem;
  font-weight: 400;
}
.mxsjs .mxsjsTitle p img {
  width: 1.8rem;
  height: .9rem;
  margin-left: 1.8rem;
}
.mxsjs ul {
  padding: 0 3rem;
  overflow: hidden;
}
.mxsjs li {
  padding: 3rem 3rem 1rem;
  margin-bottom: 3rem;
  background: #fafafa;
  border: .1rem solid #eeeeee;
  border-radius: .5rem;
}
.mxsjs .mxsjsInfo {
  display: flex;
  height: 13rem;
  margin-bottom: 3rem;
}
.mxsjs .mxsjsInfo img {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  margin-right: 3rem;
}
.mxsjs .mxsjsInfoContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  height: 13rem;
}
.mxsjs .mxsjsInfoContent p {
  line-height: 3rem;
  margin-bottom: 1.6rem;
  font-size: 3rem;
  font-weight: 550;
  color: #1e1e1e;
}
.mxsjs .mxsjsInfoContent span {
  display: block;
  line-height: 2.4rem;
  margin-bottom: .8rem;
  color: #484848;
  font-size: 2.4rem;
  font-weight: 400;
  white-space: nowrap;
}
.mxsjs .mxsjsInfoContent b {
  display: block;
  font-weight: normal;
}
.mxsjs .mxsjsInfoContent b i {
  line-height: 2.4rem;
  padding: .6rem 1rem;
  font-size: 2.4rem;
  font-style: normal;
  color: #ff7b1e;
  background: #ffecde;
}
.mxsjs .mxsjsFunc {
  flex: none;
  width: 22.5rem;
}
.mxsjs .mxsjsFunc span {
  display: block;
  line-height: 2.4rem;
  margin: .6rem 0 1.2rem;
  font-size: 2.4rem;
  color: #787878;
}
.mxsjs .mxsjsFunc button {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  background: #ff6400;
  border: none;
  border-radius: .6rem;
  cursor: pointer;
}
.mxsjs .mxsjsImg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.mxsjs .mxsjsImg img {
  width: 19.7rem;
  height: 14.8rem;
  border-radius: .5rem;
  margin: 0 1.7rem 2rem 0;
}
.mxsjs .mxsjsImg img:nth-child(3n) {
  margin-right: 0;
}

