.views {
  width: 100%;
}
.views .banner {
  width: 100%;
  height: 280px;
  background: url(../static/news_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.views .controllerbar {
  width: 100%;
  height: 63px;
  border-bottom: 1px solid #e8e8e8;
}
.views .controllerbar .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.views .controllerbar .container .posi_link span {
  font-size: 14px;
  color: #999999;
}
.views .controllerbar .container .posi_link a {
  font-size: 14px;
  color: #666;
}
.views .controllerbar .container .posi_line {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  transition-duration: 0.3s;
}
.views .controllerbar .container .transline1 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
}
.views .controllerbar .container .transline2 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(113px);
}
.views .controllerbar .container .transline3 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(226px);
}
.views .controllerbar .container .line {
  width: 1px;
  height: 16px;
  background-color: #e4e4e4;
  margin: 0 24px;
}
.views .controllerbar .container .c_item {
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.views .controllerbar .container .c_active {
  color: #03a560;
}
.views .contents {
  width: 100%;
}
.views .contents .container {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.views .contents .container h1 {
  font-size: 30px;
  font-weight: bold;
  color: #444444;
}
.views .contents .container .tips {
  font-size: 14px;
  color: #999999;
  margin-top: 32px;
  margin-bottom: 16px;
}
.views .contents .container .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.views .contents .container .linet {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 40px 0;
}
.views .contents .container h5 a {
  color: #1678ad;
  font-size: 16px;
}
.views .contents .container a {
  font-size: 16px;
  color: #999999;
}
