.content .title {
  font-size: 24px;
}

.rel_box .name {
  font-size: 22px;
}

.crumbs
.infor,
.rel_box > div ul li,
.switch_box {
  font-size: 18px;
}

.banner .banner_content {
  width: 48%;
  top: 45.3%;
  left: 46.66%;
  color: #0e6c46;
}

.banner .banner_content .subtitle_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.41%;
  margin-bottom: 4.62%;
  border-bottom: 2px solid #0e6c46;
}

.crumbs {
  width: 68.75%;
  margin: 3.9% auto 0;
  padding-bottom: 1%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #696969;
}

.crumbs li:first-child {
  color: #a6aea7;
}

.crumbs_line {
  width: 68.75%;
  height: 2px;
  margin: 0 auto 3%;
  background-color: #e29d48;
}

.infor {
  width: 68.75%;
  margin: 0 auto 3%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.infor li {
  margin-right: 3%;
  color: #696969;
  letter-spacing: 1px;
}

.infor li span {
  color: #46B98C;
}

.news_box {
  width: 68.75%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news_box .detail {
  width: 65%;
}

.news_box .detail .content {
  width: 100%;
  color: #46B98C;
}

.news_box .detail .content p {
  text-align: justify;
  line-height: 1.4rem;
  font-size: .9rem;
}

.news_box .rel_box {
  width: 32%;
  margin-top: -6.68%;
}

.news_box .rel_box > div {
  width: 100%;
  margin-bottom: 10.32%;
  box-sizing: border-box;
  border: solid 1px #0e6c46;
}

.news_box .rel_box > div .name {
  width: 100%;
  box-sizing: border-box;
  padding: .5rem 0;
  margin-bottom: 4.9%;
  background-color: #46B98C;
  color: #FFF;
  text-align: center;
}

.news_box .rel_box > div ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 8.12% 0 5.07%;
}

.news_box .rel_box > div ul li {
  margin-bottom: 5.27%;
  display: flex;
  align-items: center;
}

.news_box .rel_box > div ul li span:first-child {
  color: #46B98C;
  margin-right: 5%;
}

.news_box .rel_box > div ul li span:last-child {
  color: #7d8489;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.switch_box {
  width: 68.75%;
  padding-bottom: 1.07%;
  margin: 0 auto;
  border-bottom: 2px solid #e29d48;
}

.switch_box > div {
  display: flex;
}

.switch_box > div p {
  margin-bottom: 1.25%;
  cursor: pointer;
}

.switch_box > div p:first-child {
  margin-right: 0.5%;
  color: #46B98C;
}

.switch_box > div p:last-child {
  color: #7d8489;
}

@media screen and (max-width: 1200px) {
  .banner_content .title {
    font-size: 1.982rem;
  }
  .crumbs,
  .content .title,
  .rel_box .name {
    font-size: 1.189rem;
  }
  .banner_content .subtitle {
    font-size: 0.951rem;
  }
  .infor,
  .rel_box {
    font-size: 0.892rem;
  }
  .banner_content .en_title,
  .switch_box .top_box {
    font-size: 0.792rem;
  }
  .rel_box > div ul li span:last-child {
    font-size: 0.75rem;
  }
  .content .text,
  .switch_box {
    font-size: 0.7rem;
  }
  .banner .banner_content {
    width: 70.66%;
    top: 23.86%;
    left: 29.34%;
    text-align: right;
  }
  .banner .banner_content .subtitle_box {
    width: 92.64%;
    display: block;
    padding-bottom: 4.15%;
    margin-bottom: 3.4%;
  }
  .banner .banner_content .subtitle_box .en_title {
    margin-bottom: 4.48%;
  }
  .banner .banner_content .title {
    width: 95.85%;
    padding: 2.83% 6.6%;
    margin-left: auto;
    line-height: 3.5rem;
    box-sizing: border-box;
  }
  .crumbs {
    width: 89.2%;
    padding-bottom: 3.86%;
    margin: 14.4% auto 0;
  }
  .crumbs_line {
    width: 89.2%;
    margin: 0 auto 1.86%;
  }
  .infor {
    width: 89.2%;
    margin: 0 auto 9.06%;
    justify-content: center;
  }
  .infor li {
    margin: 0 1%;
  }
  .news_box {
    width: 89.2%;
    flex-wrap: wrap;
  }
  .news_box .detail {
    width: 100%;
  }
  .news_box .detail .title {
    margin-bottom: 6.95%;
  }
  .news_box .detail .text {
    margin-bottom: 4.55%;
  }
  .news_box .detail .img_box {
    width: 100%;
    margin: 0 auto 5.28%;
  }
  .news_box .rel_box {
    width: 100%;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
  }
  .news_box .rel_box > div {
    width: 48.01%;
    margin-bottom: 5.89%;
  }
  .news_box .rel_box > div .name {
    padding: 5.03% 0;
    margin-bottom: 4.36%;
  }
  .news_box .rel_box > div ul {
    padding: 0 10.4% 0 5.03%;
  }
  .news_box .rel_box > div ul li {
    margin-bottom: 7.38%;
  }
  .news_box .rel_box > div ul li span:first-child {
    margin-right: 2%;
  }
  .switch_box {
    width: 89.2%;
    padding-bottom: 1.2%;
  }
  .switch_box > div p {
    margin-bottom: 2.11%;
  }
}
