.inner_navigation ul .active::before {
  border-top: 20px solid #35b26d !important;
}

.inner_navigation ul li:hover::before {
  border-top: 20px solid #35b26d !important;
}

.inner_navigation {
  margin-bottom: 70px;
}

.content {
  padding: 50px;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.content .content-left {
  width: 40%;
}

.content .content-left img {
  width: 100%;
}

.content .content-right {
  width: 55%;
  margin-left: 5%;
}

.content .content-right h4 {
  font-size: 20px;
}

.content .content-right .text h5 {
  font-size: 20px;
  width: 15%;
}

.content .content-right .text h4 {
  width: 85%;
  font-size: 20px;
}

.content .content-right .text p {
  float: left;
  width: 85%;
  line-height: 30px;
}

.content .content-right .text1 {
  width: 100%;
  margin-top: 20px;
}

.content .content-right .text1:nth-child(1) {
  margin-top: 0;
}

.news-bottom {
  position: relative;
  padding-top: 41px;
}

.news-bottom > p {
  position: relative;
  width: 700px;
  height: 87px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 87px;
  color: #c2c2c2;
}

.news-bottom > p span {
  position: absolute;
  right: 0;
  left: auto;
  font-size: 12px;
  color: #cccccc;
}

.return-btn {
  position: absolute;
  right: 0;
  top: 80px;
}

.return-btn a {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-color: #35b26d;
  text-align: center;
  line-height: 50px;
}

.return-btn a:nth-last-child(1) {
  margin-right: 0;
}

.return-btn a > span {
  font-size: 20px;
  color: #fff;
}

.return-btn a:nth-child(1) > span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.return-btn .social-share {
  display: none;
}

.icon-weibo:before {
  display: none;
}

.social-share .social-share-icon {
  width: 50px !important;
  height: 50px !important;
  border-radius: 0 !important;
}

.social-share .icon-weibo:hover {
  background-color: #024e38 !important;
}

.social-share .icon-weibo {
  border: #024e38 !important;
}
