.views {
  width: 100%;
}
.views .banner {
  width: 100%;
  height: 280px;
  background: url(../static/ksjj.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.views .contents {
  width: 100%;

}
.views .contents .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}
.views .contents .container .kes_item {
  margin-bottom: 58px;
}
.views .contents .container .kes_item .title_ {
  margin-bottom: 27px;
}
.views .contents .container .kes_item .title_ span {
  font-size: 22px;
  color: #555555;
}
.views .contents .container .kes_item .title_ .linebox {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: baseline;
  margin-top: 20px;
}
.views .contents .container .kes_item .title_ .linebox .block_ {
  width: 44px;
  height: 4px;
  background-color: #03a560;
}
.views .contents .container .kes_item .title_ .linebox .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.views .contents .container .kes_item .ul_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 16.666666%);
  grid-row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: center;
  grid-column-gap: 3.5px;
}
.views .contents .container .kes_item .ul_box .li_ {
  width: 182px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #d7d7d7;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.views .contents .container .kes_item .ul_box .li_ span {
  font-size: 16px;
  color: #333333;
}
.views .contents .container .kes_item .ul_box .li_ .icon_right {
  width: 20px;
  height: 20px;
  background: url(../static/right_fff.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.views .contents .container .kes_item .ul_box .li_:hover {
  box-shadow: 0px 2px 5px 0px rgba(33, 152, 114, 0.4);
  border: solid 1px #219872;
}
.views .contents .container .kes_item .ul_box .li_:hover span {
  color: #219872;
}
