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

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

.inner_navigation {
  margin-bottom: 70px;
}

.content {
  text-align: center;
}

.nav-main {
  width: 100%;
  height: 50px;
  background-color: #ccc;
}

.nav-main-top {
  position: relative;
}

.synopsis .news-first-top ul li {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.synopsis .news-first-top ul li a {
  display: block;
}

.synopsis .news-first-top ul li:hover {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.synopsis .news-first-top ul li:hover a {
  color: #35b26d;
}

.synopsis .news-first-top .cont-text {
  width: 73%;
  margin-right: 2%;
}

.synopsis .news-first-top .pic {
  width: 25%;
  border: 1px solid #ccc;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.synopsis .news-first-top .pic img {
  width: 100%;
}

.synopsis .news-first-top .cont-text h3 {
  font-size: 20px;
}

.synopsis .news-first-top .cont-text h5 {
  font-size: 12px;
  margin-top: 20px;
  color: #ccc;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.synopsis .news-first-top .cont-text h4 {
  margin-top: 20px;
  line-height: 30px;
}
