.views {
  width: 100%;
}
.views .banner {
  width: 100%;
  height: 280px;
  background: url(../static/join_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.views .contents {
  width: 100%;
}
.views .contents .container {
  width: 1200px;
  
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.views .contents .container .item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.views .contents .container .item .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.views .contents .container .item .top .left {
  display: flex;
  align-items: center;
}
.views .contents .container .item .top .left .shap {
  width: 5px;
  height: 5px;
  background-color: #999999;
  opacity: 0.8;
  margin-right: 5px;
  border-radius: 50%;
}
.views .contents .container .item .top .left span {
  color: #444;
  font-size: 16px;
}
.views .contents .container .item .top .right {
  font-size: 14px;
  color: #999;
}
.views .contents .container .item .line_ {
  width: 100%;
  border: 1px dashed #e4e4e4;
}
