.main .main1 {
  width: 110rem;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 4.375rem 2.5rem 3.5625rem 2.5rem;
  box-sizing: border-box;
}
.footer {
  position: fixed;
  bottom: 0;
}
.banner {
  width: 100%;
  height: 50rem;
  margin-top: 17rem;
}
.main {
  min-height: 63vh;
  margin-bottom: 30rem;
}
.main .main2 {
  width: 100rem;
}
.main .main2 .bot .back {
  /* padding: 0 1rem; */
  height: 5rem;
  width: 10rem;
  background: #015F3B;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.main .main2 .bot .next,
.main .main2 .bot .prev {
  width: 16.5rem;
  padding: 0 ;
  height: 5rem;
}
.main .main2 .bot .next,
.main .main2 .bot .next {
  width: 16.5rem;
  padding: 0 ;
  height: 5rem;
}
.main .main1 .part .part1 .desc {
  -webkit-line-clamp: 2;
}
.footer {
  position: inherit;
  bottom: 0;
}
.switch {
  width: 75rem;
  height: 9.625rem;
  position: absolute;
  top: 41rem;

  font-size: 16px;
}
.main .main1 .part {
  width: 100%;
  border-bottom: 1px solid #7070704f;
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
}
.main .main1 .part .part2 {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.main .main1 .part .part1 {
  width: 100%;
}
.main .main1 .part .part1 .title {
  font-size: 16px;
  margin: 2rem 0;
}
.main .main1 .part .part1 .desc {
  -webkit-line-clamp: 2;
  font-size: 14px;
  margin-bottom: 5rem;
}
.main .main1 .part .part1 .time {
  text-align: right;
  color: #707070;
  font-size: 14px;
}
.main .main1 .part .part1 .more {
  width:auto;
  height: auto;
  line-height: 1;
  border-radius: 1.875rem;
  border: 1px solid #015F3B;
  box-sizing: border-box;
  color: #015F3B;
  font-size: 14px;
  position: absolute;
  padding: 5px 15px 5px 10px;
  left: 0;
  bottom: 0;
}
.main .main1 .part .part1 .more::after {
  bottom: 5px;
  font-size: 14px;
}
.main {
  margin-bottom: 0;
}
.main .main2 .title {
  font-size: 16px;
  margin-bottom: 3rem;
  color: #333;
}
.main .main2 .time {
  font-size: 14px;
  margin-bottom: 3rem;
  color: #B1B1B1;
}
.main .main2 .bot {
  display: flex;
  justify-content: center;
  margin-top: 7.5rem;
  flex-direction: column;
}
.main .main2 .bot .next, .main .main2 .bot .prev,.main .main2 .bot .next, .main .main2 .bot .next{
  width: 100%;
  padding: 0;
  height: 10rem;
  font-size: 16px;
  line-height:10rem;
  margin-bottom: 3rem;
}
.main .main2 .bot .back {
  height: 8rem;
  line-height: 8rem;
  font-size: 16px;
  width: 15rem;
  display: none;
}
.switch .active::after {
  background-color: #015F3B;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  right: 0;
  content: " ";
}
.main .main2 .desc * {
  font-size: 14px!important;
  line-height: 1.5!important;
}
.banner img {
  content:url(../images/mob-news.png)!important;
}