.views {
  width: 100%;
}
.views .banner {
  width: 100%;
  height: 280px;
  background: url(../static/nurse_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_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-top: 50px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.views .contents .container .box {
  width: 100%;

top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  transition-duration: 0.5s;
  transform: translateX(-1200px);
  padding: 50px 0;
  box-sizing: border-box;
}
.views .contents .container .yuannei {
  width: 100%;
}
.views .contents .container .yuannei .photos {
  width: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-row-gap: 25px;
  justify-items: center;
  justify-content: center;
  align-content: center;
  grid-column-gap: 10px;
}
.views .contents .container .yuannei .photos .pitem {
  cursor: pointer;
  width: 380px;
  min-height: 270px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.views .contents .container .yuannei .photos .pitem .infos {
  width: 100%;
  height: 136px;
  display: flex;
  align-items: flex-start;
}
.views .contents .container .yuannei .photos .pitem .infos .userinfo {
  display: flex;
  flex-direction: column;
}
.views .contents .container .yuannei .photos .pitem .infos .userinfo h1 {
  font-weight: bold;
  font-size: 20px;
  color: #03a560;
  margin-top: 17px;
  margin-bottom: 22px;
}
.views .contents .container .yuannei .photos .pitem .infos .userinfo .iitem {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.views .contents .container .yuannei .photos .pitem .infos .userinfo .iitem span {
  font-size: 14px;
  color: #888888;
}
.views .contents .container .yuannei .photos .pitem .infos .userinfo .iitem h6 {
  font-size: 14px;
  color: #333333;
}
.views .contents .container .yuannei .photos .pitem .infos img {
  width: 106px;
  height: 100%;
  border-radius: 5px;
  margin-right: 18px;
}
.views .contents .container .yuannei .photos .line_s {
  width: 100%;
  border: solid 1px #e5e5e5;
}
.views .contents .container .yuannei .photos .pitem:hover {
  box-shadow: 0px 2px 12px 0px rgba(33, 152, 114, 0.5);
  border: solid 1px #03a560;
}
.views .contents .container .yuannei .photos .tips {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.views .contents .container .fengcai {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-row-gap: 30px;
  justify-items: center;
  justify-content: center;
  align-content: center;
  grid-column-gap: 20px;
}
.views .contents .container .fengcai .fitem {
  width: 356px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.views .contents .container .fengcai .fitem .filters {
  width: 100%;
  height: 238px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(3, 165, 96, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  transition-duration: 0.3s;
  pointer-events: none;
  cursor: pointer;
}
.views .contents .container .fengcai .fitem .filters img {
  width: 50px;
  height: 50px;
}
.views .contents .container .fengcai .fitem img {
  width: 100%;
  height: 238px;
}
.views .contents .container .fengcai .fitem span {
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #444444;
  margin: 20px 0;
}
.views .contents .container .fengcai .fitem .fline {
  width: 100%;
  border: 1px solid #d7d7d7;
}
.views .contents .container .fengcai .fitem:hover .filters {
  opacity: 1;
}
.views .contents .container .lists {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.views .contents .container .lists .changepage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.views .contents .container .lists .changepage .first_page {
  width: 66px;
  height: 46px;
  background-color: #f1eff0;
  border-radius: 3px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.views .contents .container .lists .changepage .pre_page,
.views .contents .container .lists .changepage .next_page {
  width: 80px;
  height: 46px;
  background-color: #f1eff0;
  border-radius: 3px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.views .contents .container .lists .lis {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #e4e4e4;
  line-height: 54px;
}
.views .contents .container .lists .lis .lis_left {
  display: flex;
  align-items: center;
}
.views .contents .container .lists .lis .block_ {
  width: 5px;
  height: 5px;
  background-color: #999999;
  opacity: 0.8;
  margin-right: 6px;
}
.views .contents .container .lists .lis h6 {
  color: #444444;
  font-size: 16px;
}
.views .contents .container .lists span {
  font-size: 14px;
  color: #999999;
}
.views .contents .container .videobox {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: flex-start;
}
.views .contents .container .videobox .v_li {
  width: 382px;
  height: 296px;
  background-color: #f7f7f7;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
  transition-duration: 0.3s;
}
.views .contents .container .videobox .v_li h1 {
  color: #333333;
  font-size: 16px;
}
.views .contents .container .videobox .v_li .videostyle {
  width: 100%;
  height: 192px;
}
.views .contents .container .videobox .v_li span {
  color: #999;
  font-size: 14px;
}
.views .contents .container .videobox .v_li:hover {
  background: #03a560;
}
.views .contents .container .videobox .v_li:hover span {
  color: #fff;
}
.views .contents .container .videobox .v_li:hover h1 {
  color: #fff;
}
.views .contents .container .box_active {
  opacity: 1;
  transform: translateX(0);
}
.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;
}
