.views {
    width: 100%;
  }
  .views .banner {
    width: 100%;
    height: 280px;
    background: url(../static/doctor_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: 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .views .contents .container .controllerBar {
    width: 1200px;
    background-color: #f8f8f8;
    padding: 40px 28px 40px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .views .contents .container .controllerBar .ks {
    display: flex;
  }
  .views .contents .container .controllerBar .ks span {
    font-size: 16px;
    letter-spacing: 1px;
    color: #999999;
  }
  .views .contents .container .controllerBar .ks .active {
    color: #03a560;
  }
  .views .contents .container .controllerBar .ks .right {
    width: 100%;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
  }
  .views .contents .container .controllerBar .ks .right .rightbar .names {
    width: 476px;
    display: flex;
    justify-content: space-between;
  }
  .views .contents .container .controllerBar .ks .right .rightbar .names span {
    cursor: pointer;
  }
  .views .contents .container .controllerBar .ks .right .rightbar .lines {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: baseline;
    margin-top: 17px;
  }
  .views .contents .container .controllerBar .ks .right .rightbar .lines .bloack_ {
    width: 70px;
    height: 4px;
    background-color: #03a560;
    transition: all 0.3s;
    transition-duration: 0.3s;
  }
  .views .contents .container .controllerBar .ks .right .rightbar .lines .line1 {
    transform: translateX(0px);
  }
  .views .contents .container .controllerBar .ks .right .rightbar .lines .line2 {
    transform: translateX(135px);
  }
  .views .contents .container .controllerBar .ks .right .rightbar .lines .line3 {
    transform: translateX(270px);
  }
  .views .contents .container .controllerBar .ks .right .rightbar .lines .line4 {
    transform: translateX(408px);
  }
  .views .contents .container .controllerBar .ks .right .rightbar .lines .line {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
  }
  .views .contents .container .controllerBar .ks .right .rithtcontent {
    margin-top: 24px;
    width: 100%;
    overflow: hidden;
    height: 90px;
    position: relative;
  }
  .views .contents .container .controllerBar .ks .right .rithtcontent .boxs {
    width: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    grid-template-columns: repeat(10, 10%);
    grid-row-gap: 20px;
    justify-content: center;
    align-content: center;
    opacity: 0;
    transform: translateX(-1200px);
    transition: all 0.3s;
    transition-duration: 0.3s;
  }
  .views .contents .container .controllerBar .ks .right .rithtcontent .box_active {
    opacity: 1;
    transform: translateX(0);
  }
  .views .contents .container .controllerBar .ks .right .huiline {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .views .contents .container .controllerBar .zj {
    display: flex;
  }
  .views .contents .container .controllerBar .zj span {
    font-size: 16px;
    letter-spacing: 1px;
    color: #999999;
  }
  .views .contents .container .controllerBar .zj .active {
    color: #03a560;
  }
  .views .contents .container .controllerBar .zj .right {
    width: 100%;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
  }
  .views .contents .container .controllerBar .zj .right .rightbar .names {
    width: 476px;
    display: flex;
    justify-content: space-between;
  }
  .views .contents .container .controllerBar .zj .right .rightbar .lines {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: baseline;
    margin-top: 17px;
  }
  .views .contents .container .controllerBar .zj .right .rightbar .lines .bloack_ {
    width: 70px;
    height: 4px;
    background-color: #03a560;
  }
  .views .contents .container .controllerBar .zj .right .rightbar .lines .line {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
  }
  .views .contents .container .controllerBar .zj .right .rithtcontent {
    margin-top: 24px;
    width: 100%;
    overflow: hidden;
    height: 90px;
    position: relative;
  }
  .views .contents .container .controllerBar .zj .right .rithtcontent .boxs {
    display: grid;
    grid-template-columns: repeat(10, 10%);
    grid-row-gap: 20px;
    justify-content: center;
    align-content: center;
  }
  .views .contents .container .photos {
    width: 100%;
    padding-top: 50px;
    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 .photos .pitem {
    cursor: pointer;
    width: 380px;
    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 .photos .pitem a{
	width:100%;
height:100%;
display: flex;
    flex-direction: column;
    justify-content: space-between;
}
  .views .contents .container .photos .pitem .infos {
    width: 100%;
    height: 136px;
    display: flex;
    align-items: flex-start;
  }
  .views .contents .container .photos .pitem .infos .userinfo {
    display: flex;
    flex-direction: column;
  }
  .views .contents .container .photos .pitem .infos .userinfo h1 {
    font-weight: bold;
    font-size: 20px;
    color: #03a560;
    margin-top: 17px;
    margin-bottom: 22px;
  }
  .views .contents .container .photos .pitem .infos .userinfo .iitem {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .views .contents .container .photos .pitem .infos .userinfo .iitem span {
    font-size: 14px;
    color: #888888;
  }
  .views .contents .container .photos .pitem .infos .userinfo .iitem h6 {
    font-size: 14px;
    color: #333333;
  }
  .views .contents .container .photos .pitem .infos img {
    width: 106px;
    height: 100%;
    border-radius: 5px;
    margin-right: 18px;
  }
  .views .contents .container .photos .line_s {
    width: 100%;
    border: solid 1px #e5e5e5;
  }
  .views .contents .container .photos .pitem:hover {
    box-shadow: 0px 2px 12px 0px rgba(33, 152, 114, 0.5);
    border: solid 1px #03a560;
  }
  .views .contents .container .photos .tips {
    font-size: 14px;
    line-height: 28px;
    color: #666666;


    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  