.main {
  padding: 1.28rem 0 .4rem;
  background-color: #f3f3f3;
}

.main .bread {
  width: 100%;
  height: 1.28rem;
  line-height: 1.28rem;
  text-align: center;
  background-color: #eeeeed;
  position: relative;
  padding: 0 .4rem 0 1.0933rem;
  font-size: .4rem;
  color: #000;
}

.main .bread a {
  position: absolute;
  left: .4rem;
  top: 50%;
  transform: translateY(-50%);
  width: .3067rem;
  height: .5333rem;
  background: url(../images/case/arrow_left.png) no-repeat;
  background-size: 100%;
}

.main .articleHead {
  background-color: #fff;
  padding: .4rem;
  margin-bottom: .4rem;
}

.main .articleHead h2 {
  font-size: .5333rem;
  line-height: .8rem;
  color: #000;
  margin-bottom: .4rem;
}

.main .articleHead .articleAbout {
  font-size: .3467rem;
  color: #6d6d6d;
}

.main .articleHead .articleAbout .creatDate {
  position: relative;
  padding-right: .5333rem;
  padding-left: .5333rem;
}

.main .articleHead .articleAbout .creatDate::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/news/newDetailsText_img1.png) no-repeat;
  width: .32rem;
  height: .32rem;
  background-size: 100%;
}

.main .articleHead .articleAbout .view {
  position: relative;
  padding-left: .5333rem;
}

.main .articleHead .articleAbout .view::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/news/newDetailsText_img2.png) no-repeat;
  width: .3467rem;
  height: .2667rem;
  background-size: 100%;
}

.main .articleBody {
  background-color: #fff;
  padding: .4rem;
  font-size: .2933rem;
  line-height: .6667rem;
  color: #333333;
}

.main .articleBody p {
  margin-bottom: .4rem;
}

.main .articleBody img {
  max-width: 100%;
  text-align: center;
}

.main .pagination {
  margin-top: .4rem;
  background-color: #fff;
  padding: 0 .4rem;
  margin-bottom: 1.0267rem;
}

.main .pagination ul li {
  padding: .5333rem 0;
  border-bottom: 1px solid #d5d5d5;
  font-size: .3467rem;
}

.main .pagination ul li .title {
  color: #b3171c;
  display: flex;
  margin-bottom: .2667rem;
  align-items: center;
}

.main .pagination ul li .title i {
  width: .2rem;
  height: .3467rem;
  background: url(../images/case/arrow_right_red.png) no-repeat;
  background-size: 100%;
}

.main .pagination ul li:first-of-type i {
  transform: rotate(180deg);
  margin-right: .2rem;
}

.main .pagination ul li:last-of-type i {
  margin-left: .2rem;
  transform: rotate(0);
}

.main .pagination ul li:nth-last-child(1) {
  border-bottom: none;
}

.form {
  margin-bottom: 1.0267rem;
}

.form .formInput {
  width: 100%;
  height: .8933rem;
  line-height: .8933rem;
  background-color: #ffffff;
  border: solid 1px #999999;
  padding: 0 .3867rem;
  font-size: .2933rem;
  color: #666;
  margin-bottom: .4rem;
}

.form .formButton {
  display: block;
  height: .8933rem;
  line-height: .8933rem;
  font-size: .2933rem;
  background-color: #d21517;
  color: #fff;
  text-align: center;
}

.form .formButton span {
  position: relative;
  padding-left: .6933rem;
}

.form .formButton span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .5333rem;
  height: .5333rem;
  background: url(../images/money.png) no-repeat;
  background-size: 100%;
}
