.header {
  width: 100%;
  height: 119px;
  border-bottom: 1px solid #e3e3e3; }
  .header .login {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #f6f6f6; }
    .header .login .welcome-text {
      font-size: 12px;
      color: #292929; }
    .header .login .login-btn {
      float: right;
      font-size: 12px; }
      .header .login .login-btn a, .header .login .login-btn span {
        color: #000000; }
      .header .login .login-btn a:first-child {
        color: #00baff; }
    .header .login .user-info {
      float: right;
      font-size: 12px; }
      .header .login .user-info a, .header .login .user-info span {
        color: #000000; }
      .header .login .user-info a img {
        margin-top: 6px;
        margin-right: 6px;
        width: 20px;
        height: 20px; }
  .header .nav {
    width: 100%;
    height: 87px;
    line-height: 87px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(183, 235, 255, 0.16); }
    .header .nav .logo {
      float: left;
      margin-top: 19px;
      width: 110px;
      height: 50px; }
    .header .nav .search-bar {
      float: left;
      position: relative;
      margin-top: 28px;
      margin-left: 108px;
      width: 240px;
      height: 34px; }
      .header .nav .search-bar input {
        float: left;
        width: 238px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #d8d8d8;
        border-radius: 30px;
        background-color: #f6f6f6;
        text-indent: 12px;
        font-size: 14px;
        color: #cccccc; }
      .header .nav .search-bar .btn {
        position: absolute;
        margin-top: 9.5px;
        width: 15px;
        height: 15px;
        right: 15px; }
    .header .nav .nav-wrap {
      float: left;
      font-size: 18px;
      text-align: center;
      line-height: 90px; }
      .header .nav .nav-wrap .nav-item {
        float: left;
        height: 84px;
        margin-left: 38px; }
        .header .nav .nav-wrap .nav-item a {
          display: block;
          color: #333333;
          height: 84px; }
      .header .nav .nav-wrap .active {
        border-bottom: 4px solid #00baff; }
        .header .nav .nav-wrap .active a {
          color: #00baff; }
    .header .nav .ask-doctor {
      float: right;
      margin-top: 28px;
      width: 80px; }
      .header .nav .ask-doctor img {
        display: block;
        width: 80px; }

.footer {
  margin-top: 40px;
  width: 100%;
  height: 72px;
  padding: 44px 0;
  background: #f6f6f6; }
  .footer img {
    float: left;
    width: 160px;
    height: 72px; }
  .footer .copyright {
    float: right; }
    .footer .copyright p {
      margin-bottom: 9px;
      height: 19px;
      line-height: 19px;
      font-size: 14px;
      color: #999999;
      letter-spacing: 0;
      text-align: right; }

.header-login {
  width: 100%;
  height: 88px;
  line-height: 88px;
  background: #FFFFFF;
  font-size: 18px;
  color: #eeeeee; }
  .header-login .logo {
    margin-top: 19px;
    width: 110px;
    height: 50px; }
  .header-login .flag {
    margin-left: 40px;
    color: #eeeeee; }
  .header-login .page-name {
    margin-left: 40px;
    font-size: 18px;
    color: #2a2a2a; }

.footer-login p {
  padding-top: 30px;
  padding-bottom: 343px;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  color: #999999;
  text-align: center; }

.load-more {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  font-size: 16px;
  color: #999999; }

.department {
  margin-top: 24px;
  width: 1200px;
  height: 122px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }
  .department .department-list_wrap {
    float: left;
    height: 122px; }
    .department .department-list_wrap .department-list_item {
      float: left;
      margin-top: 23px;
      width: 401px;
      height: 77px;
      border-left: 1px solid #eeeeee; }
      .department .department-list_wrap .department-list_item .department-name {
        float: left;
        margin-top: 25px;
        width: 106px;
        height: 24px;
        line-height: 24px;
        text-align: right;
        font-size: 18px;
        color: #333333; }
      .department .department-list_wrap .department-list_item .list {
        float: left;
        margin-left: 36px;
        width: 202px;
        height: 77px; }
        .department .department-list_wrap .department-list_item .list .list-item {
          margin-bottom: 10px;
          margin-right: 5px;
          float: left;
          width: 64px;
          height: 19px;
          line-height: 19px;
          text-align: left;
          font-size: 14px; }
          .department .department-list_wrap .department-list_item .list .list-item a {
            color: #666666; }
          .department .department-list_wrap .department-list_item .list .list-item:nth-child(3n+3) {
            margin-right: 0; }
          .department .department-list_wrap .department-list_item .list .list-item:hover a {
            color: #00baff; }
      .department .department-list_wrap .department-list_item:first-child {
        width: 332px;
        border-left: 0; }
        .department .department-list_wrap .department-list_item:first-child .department-name {
          width: 36px; }
  .department .more {
    margin-top: 30px;
    float: right;
    display: inline-block;
    width: 32px;
    height: 42px;
    padding: 10px 15px;
    font-size: 16px;
    color: #999999;
    border-radius: 4px;
    border: 1px solid #eee; }

.department-all {
  margin-top: 24px;
  width: 1200px; }
  .department-all .department-all_wrap {
    float: left;
    width: 1200px;
    padding-bottom: 13px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; }
    .department-all .department-all_wrap .one, .department-all .department-all_wrap .two, .department-all .department-all_wrap .detail {
      float: left;
      width: 1200px; }
      .department-all .department-all_wrap .one .left, .department-all .department-all_wrap .two .left, .department-all .department-all_wrap .detail .left {
        margin-top: 25px;
        margin-right: 32px;
        float: left;
        width: 70px;
        height: 19px;
        line-height: 19px;
        font-size: 14px;
        color: #999999;
        text-align: right; }
      .department-all .department-all_wrap .one .right, .department-all .department-all_wrap .two .right, .department-all .department-all_wrap .detail .right {
        margin-top: 19px;
        float: left;
        width: 1098px;
        height: auto; }
        .department-all .department-all_wrap .one .right li, .department-all .department-all_wrap .two .right li, .department-all .department-all_wrap .detail .right li {
          margin-bottom: 6px;
          margin-right: 10px;
          float: left;
          font-size: 14px;
          color: #333333;
          padding: 7px 10px;
          height: 19px;
          line-height: 19px;
          border-radius: 2px;
          cursor: pointer; }
        .department-all .department-all_wrap .one .right .more, .department-all .department-all_wrap .two .right .more, .department-all .department-all_wrap .detail .right .more {
          color: #00baff; }
          .department-all .department-all_wrap .one .right .more span, .department-all .department-all_wrap .two .right .more span, .department-all .department-all_wrap .detail .right .more span {
            display: inline-block;
            transform: rotate(180deg); }
        .department-all .department-all_wrap .one .right .active, .department-all .department-all_wrap .two .right .active, .department-all .department-all_wrap .detail .right .active {
          background: #00baff;
          color: #FFFFFF; }
    .department-all .department-all_wrap .two .left, .department-all .department-all_wrap .detail .left {
      margin-top: 16px; }
    .department-all .department-all_wrap .two .right, .department-all .department-all_wrap .detail .right {
      margin-top: 10px; }

.video-list_item {
  float: left;
  width: 285px;
  height: 225px;
  margin-right: 20px;
  margin-bottom: 26px; }
  .video-list_item .background-img_wrap {
    float: left;
    position: relative;
    width: 285px;
    height: 160px; }
    .video-list_item .background-img_wrap .background {
      width: 285px;
      height: 160px; }
    .video-list_item .background-img_wrap .play {
      display: none;
      position: absolute;
      top: 64px;
      left: 127px;
      width: 32px;
      height: 32px;
      z-index: 999; }
    .video-list_item .background-img_wrap .shade {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 285px;
      height: 160px;
      background: rgba(51, 51, 51, 0.6);
      z-index: 888; }
    .video-list_item .background-img_wrap .len {
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      background: #494949;
      color: #ffffff;
      font-size: 12px;
      letter-spacing: 0;
      font-family: PingFangSC-Regular; }
    .video-list_item .background-img_wrap:hover .play {
      display: block; }
    .video-list_item .background-img_wrap:hover .shade {
      display: block; }
    .video-list_item .background-img_wrap:hover .len {
      display: none; }
  .video-list_item .data-info {
    float: left;
    margin-top: 10px;
    width: 285px;
    height: 55px; }
    .video-list_item .data-info .title {
      width: 285px;
      height: 21px;
      line-height: 21px;
      font-size: 16px;
      color: #333333;
      letter-spacing: 0; }
    .video-list_item .data-info .doctor-info {
      display: flex;
      margin-top: 10px;
      width: 285px;
      height: 24px;
      line-height: 24px; }
      .video-list_item .data-info .doctor-info .doctor-photo {
        width: 24px;
        height: 24px; }
      .video-list_item .data-info .doctor-info .doctor-name {
        margin-left: 10px;
        font-size: 14px;
        color: #999999;
        letter-spacing: 0; }
      .video-list_item .data-info .doctor-info .doctor-level {
        display: block;
        margin-top: 2px;
        margin-left: 10px;
        line-height: 20px;
        padding: 0 4px;
        background: rgba(0, 186, 255, 0.1);
        border-radius: 2px;
        font-size: 12px;
        color: #00baff; }

.video-list_item:nth-child(4n+4) {
  margin-right: 0; }

.page {
  float: left; }
  .page .page-wrap {
    margin: 20px auto 40px;
    width: 560px;
    height: 40px; }
    .page .page-wrap li {
      float: left;
      height: 40px;
      margin-right: 10px; }
      .page .page-wrap li a, .page .page-wrap li span {
        display: block;
        padding: 9px 13px;
        height: 20px;
        border: 1px solid #e8e8e8;
        line-height: 20px;
        font-size: 14px;
        color: #999999; }
    .page .page-wrap .active {
      background: #00baff; }
      .page .page-wrap .active span {
        color: #FFFFFF;
        border: 1px solid #00baff; }

.data-list_item {
  margin-bottom: 32px;
  height: 101px; }
  .data-list_item .data-img_wrap {
    float: left;
    position: relative;
    width: 179px;
    height: 101px; }
    .data-list_item .data-img_wrap .data-img {
      float: left;
      width: 179px;
      height: 101px; }
    .data-list_item .data-img_wrap .play {
      display: none;
      position: absolute;
      top: 35px;
      left: 74px;
      width: 32px;
      height: 32px;
      z-index: 999; }
    .data-list_item .data-img_wrap .shade {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 179px;
      height: 101px;
      background: rgba(51, 51, 51, 0.6);
      z-index: 888; }
    .data-list_item .data-img_wrap:hover .play {
      display: block; }
    .data-list_item .data-img_wrap:hover .shade {
      display: block; }
  .data-list_item .data-info {
    float: left;
    margin-left: 17px;
    width: 672px;
    height: 101px; }
    .data-list_item .data-info .title {
      height: 24px;
      line-height: 24px;
      font-size: 18px;
      color: #333333;
      letter-spacing: 0; }
    .data-list_item .data-info .desc {
      margin-top: 10px;
      height: 38px;
      line-height: 19px;
      font-size: 14px;
      color: #666666; }
    .data-list_item .data-info .doctor-info {
      margin-top: 15px;
      height: 12px;
      font-size: 14px;
      color: #adadad;
      line-height: 12px;
      letter-spacing: 0; }
      .data-list_item .data-info .doctor-info .flag {
        opacity: 0.3; }
      .data-list_item .data-info .doctor-info .hospital-name {
        margin-left: 16px; }
      .data-list_item .data-info .doctor-info .time {
        float: right; }

.right-video {
  float: left;
  width: 278px;
  padding: 18px 10px;
  border: 1px solid #eeeeee;
  border-radius: 4px; }
  .right-video .title {
    float: left;
    width: 100%;
    height: 24px;
    font-size: 18px;
    color: #333333;
    line-height: 18px; }
    .right-video .title h3 {
      float: left; }
  .right-video .right-video_wrap {
    width: 278px;
    height: auto; }
    .right-video .right-video_wrap .right-video_item {
      float: left;
      margin-top: 15px; }
      .right-video .right-video_wrap .right-video_item .background-img_wrap {
        float: left;
        position: relative;
        width: 80px;
        height: 45px; }
        .right-video .right-video_wrap .right-video_item .background-img_wrap .background {
          width: 80px;
          height: 45px; }
        .right-video .right-video_wrap .right-video_item .background-img_wrap .shade {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 80px;
          height: 45px;
          background: rgba(51, 51, 51, 0.6);
          z-index: 888; }
        .right-video .right-video_wrap .right-video_item .background-img_wrap .play {
          display: none;
          position: absolute;
          top: 14px;
          left: 32px;
          width: 16px;
          height: 16px;
          z-index: 999; }
      .right-video .right-video_wrap .right-video_item .video-info {
        margin-left: 10px;
        float: left;
        width: 188px;
        height: 45px; }
        .right-video .right-video_wrap .right-video_item .video-info .title {
          float: left;
          height: 19px;
          line-height: 19px;
          font-size: 14px;
          color: #333333; }
        .right-video .right-video_wrap .right-video_item .video-info .doctor-info {
          float: left;
          margin-top: 14px;
          height: 12px;
          line-height: 12px;
          font-size: 12px;
          color: #adadad; }
          .right-video .right-video_wrap .right-video_item .video-info .doctor-info .doctor-level {
            margin-left: 5px; }
      .right-video .right-video_wrap .right-video_item:hover .play {
        display: block; }
      .right-video .right-video_wrap .right-video_item:hover .shade {
        display: block; }
      .right-video .right-video_wrap .right-video_item:hover .title {
        color: #00baff; }

.right-data {
  margin-top: 16px;
  float: left;
  width: 280px;
  padding: 16px 10px;
  border: 1px solid #eeeeee;
  border-radius: 4px; }
  .right-data .title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333; }
  .right-data .right-data_wrap {
    margin-top: 16px;
    width: 280px; }
    .right-data .right-data_wrap .right-data_item {
      margin-top: 16px;
      height: 19px;
      line-height: 19px; }
      .right-data .right-data_wrap .right-data_item a {
        float: left;
        font-size: 14px;
        color: #333333; }
        .right-data .right-data_wrap .right-data_item a .voice-img {
          float: left;
          margin-top: 2.5px;
          margin-right: 10px;
          width: 19px;
          height: 14px; }
        .right-data .right-data_wrap .right-data_item a .point-img {
          float: left;
          margin-top: 7.5px;
          margin-right: 10px;
          width: 4px;
          height: 4px; }
        .right-data .right-data_wrap .right-data_item a span {
          float: left;
          width: 251px; }

.answer-list {
  float: left;
  width: 872px; }
  .answer-list .answer-list_item {
    float: left;
    margin-bottom: 24px;
    width: 392px;
    height: 139px;
    padding: 16px;
    border: 1px solid #f3f3f3; }
    .answer-list .answer-list_item .title {
      width: 392px;
      height: 24px;
      line-height: 24px;
      font-size: 18px;
      color: #292929;
      letter-spacing: 0; }
    .answer-list .answer-list_item .desc {
      margin-top: 10.5px;
      width: 392px;
      height: 72px;
      font-size: 14px;
      color: #999999;
      letter-spacing: 0;
      line-height: 24px; }
    .answer-list .answer-list_item .doctor-info {
      margin-top: 10px;
      width: 392px;
      height: 24px;
      line-height: 24px; }
      .answer-list .answer-list_item .doctor-info .doctor-photo {
        float: left;
        width: 24px;
        height: 24px; }
      .answer-list .answer-list_item .doctor-info .doctor-name {
        float: left;
        margin-left: 10px;
        font-size: 14px;
        color: #999999;
        letter-spacing: 0; }
      .answer-list .answer-list_item .doctor-info .doctor-level {
        float: left;
        margin-left: 10px;
        margin-top: 3px;
        line-height: 19px;
        font-size: 12px;
        color: #00baff;
        padding: 0 4px;
        border-radius: 2px;
        background: rgba(0, 186, 255, 0.1);
        letter-spacing: 0; }
      .answer-list .answer-list_item .doctor-info .hospital-name {
        float: left;
        margin-left: 10px;
        max-width: 230px;
        font-size: 14px;
        color: #999999;
        letter-spacing: 0; }
    .answer-list .answer-list_item:hover {
      margin-top: -10px;
      margin-bottom: 34px;
      box-shadow: 0px 4px 5px rgba(183, 235, 255, 0.16); }
      .answer-list .answer-list_item:hover .title {
        color: #00baff; }
    .answer-list .answer-list_item:nth-child(2n+2) {
      margin-left: 20px; }

.specialist {
  float: right;
  margin-top: 16px;
  width: 278px;
  padding: 16px 10px;
  border: 1px solid #eeeeee;
  margin-bottom: 16px; }
  .specialist h3 {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333; }
  .specialist .specialist-wrap {
    float: left;
    margin-top: 16px;
    width: 278px; }
    .specialist .specialist-wrap .specialist-item {
      float: left;
      width: 278px;
      height: 64px;
      margin-bottom: 16px; }
      .specialist .specialist-wrap .specialist-item:last-child {
        margin-bottom: 0; }
      .specialist .specialist-wrap .specialist-item .doctor-photo {
        float: left;
        width: 64px;
        height: 64px; }
      .specialist .specialist-wrap .specialist-item .doctor-info {
        float: left;
        margin-left: 10px;
        width: 204px;
        height: 64px; }
        .specialist .specialist-wrap .specialist-item .doctor-info div {
          margin-top: 10px;
          height: 19px;
          line-height: 19px;
          color: #999999;
          font-size: 14px; }
          .specialist .specialist-wrap .specialist-item .doctor-info div .doctor-name {
            margin-right: 10px;
            font-size: 16px;
            color: #292929; }
          .specialist .specialist-wrap .specialist-item .doctor-info div .hospital-name {
            float: left;
            width: 204px; }

.doctor-voice_wrap {
  float: left;
  margin: 24px auto;
  width: 1200px; }
  .doctor-voice_wrap h3 {
    height: 18px;
    line-height: 18px;
    margin-bottom: 24px;
    padding-left: 15px;
    border-left: 4px solid #00baff;
    font-size: 24px;
    color: #333333; }
    .doctor-voice_wrap h3 .more {
      margin-top: -4px;
      float: right;
      height: 16px;
      line-height: 16px;
      font-size: 12px;
      color: #00baff;
      padding: 4px 8px;
      border: 1px solid #00baff;
      border-radius: 5px; }
  .doctor-voice_wrap .voice-list_wrap {
    float: left;
    width: 1200px;
    border-top: 1px solid #eeeeee; }
    .doctor-voice_wrap .voice-list_wrap .voice-list_item {
      margin-top: 24px;
      float: left;
      width: 1200px; }
      .doctor-voice_wrap .voice-list_wrap .voice-list_item .title {
        height: 24px;
        line-height: 24px;
        font-size: 18px;
        color: #333333; }
      .doctor-voice_wrap .voice-list_wrap .voice-list_item .content {
        margin-top: 10px;
        font-size: 14px;
        color: #666666; }
      .doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info {
        margin-top: 10px;
        height: 32px;
        line-height: 32px; }
        .doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info .voice-length {
          float: left;
          width: 140px;
          height: 32px;
          line-height: 32px;
          background: #f6f6f6;
          border-radius: 20px; }
          .doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info .voice-length img {
            float: left;
            margin-left: 10px;
            margin-top: 9px;
            width: 19px;
            height: 14px; }
          .doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info .voice-length span {
            float: right;
            margin-right: 10px;
            font-size: 14px;
            color: #bbbbbb; }
        .doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info .date {
          margin-left: 16px;
          font-size: 14px;
          color: #d8d8d8; }

.main h2 {
  margin: 40px 0;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #000000;
  text-align: center; }

.main p {
  margin-bottom: 15px; }

