.list_content {
    overflow: hidden;
    width: 1198px;
    margin: 0 auto;
    margin-top: 33px;
    margin-bottom: 28px;
  }
  .list_left {
    float: left;
    width: 851px;
    background: #ffffff;
    border: 1px solid #ededed;
  }
  .navigation {
    display: flex;
    align-items: center;
    width: 768px;
    height: 62px;
    line-height: 62px;
    margin: 0 auto;
    border-bottom: 1px solid #7d7d7d;
  }
  .navigation img {
    width: 24px;
    height: 20px;
    margin-right: 14px;
  }
  .navigation h1 {
    font-size: 20px;
  }
  .navigation h1 a {
    font-size: 20px;
    color: #333;
  }
  .image_navigation {
    overflow: hidden;
    width: 745px;
    margin: 18px 0 20px 40px;
  }
  .image_navigation .nav_img {
    float: left;
    width: 339px;
    height: 175px;
  }
  .image_navigation .nav_groups {
    float: right;
  }
  .image_navigation .nav_groups p {
    display: flex;
    justify-content: space-between;
  }
  .image_navigation .nav_groups p a {
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    text-align: center;
    color: #fff;
  }
  .image_navigation .nav_groups p .groups_btn1 {
    width: 188px;
    background: #eb9848;
    margin-right: 6px;
  }
  .image_navigation .nav_groups p .groups_btn2 {
    width: 179px;
    background: #045372;
  }
  .image_navigation .nav_groups p .groups_btn3 {
    width: 138px;
    background: #1a8eb7;
    margin: 8px 6px 8px 0;
  }
  .image_navigation .nav_groups p .groups_btn4 {
    width: 229px;
    background: #e16525;
    margin: 8px 0;
  }
  .image_navigation .nav_groups p .groups_btn5 {
    width: 223px;
    background: #42b7e3;
    margin-right: 6px;
  }
  .image_navigation .nav_groups p .groups_btn6 {
    width: 143px;
    background: #087e7e;
  }
  .list_essay {
    width: 766px;
    margin: 0 auto;
  }
  .list_essay li {
    box-sizing: border-box;
    padding: 25px 0 24px;
    border-bottom: 1px dashed #8d8c8c;
  }
  .list_essay li .essay_title {
    display: block;
    margin-bottom: 23px;
  }
  .list_essay li .essay_title img {
    width: 19px;
    height: 14px;
    margin-right: 2px;
  }
  .list_essay li .essay_title p {
    display: inline-block;
    font-size: 16px;
    font-style: "Microsoft YaHei";
    font-weight: 700;
    color: #323232;
  }
  .list_essay li .essay_content {
    width: 715px;
    margin: 0 auto;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    color: #403f3f;
  }
  .list_essay li .essay_content a {
    color: #2c7ed4;
  }
  .pagination {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 700px;
    padding: 0;
    margin: 63px auto 39px;
  }
  .pagination li {
    border: 1px solid #8d8c8c;
    margin: 0 8px;
  }
  .pagination li a {
    float: left;
    padding: 6px 10px;
    text-decoration: none;
    color: #333;
  }
  .pagination li a:hover:not(.active) {
    background-color: #f5f5f5;
  }
  .pagination li:hover {
    border: 1px solid transparent;
  }
  .pagination .previous,
  .pagination .next,
  .pagination .last {
    border: none;
    border: 1px solid transparent;
  }
  .list_right {
    float: right;
    width: 314px;
  }
  .aside_top {
    box-sizing: border-box;
    width: 314px;
    height: 438px;
    padding-top: 21px;
    margin-bottom: 30px;
    background: #f5f5f5;
  }
  .aside_title {
    display: block;
    box-sizing: border-box;
    margin-left: 18px;
    margin-bottom: 19px;
  }
  .aside_top .rmtj_img {
    display: block;
  }
  .aside_top .rmtj_img img {
    width: 314px;
    height: 163px;
    margin-bottom: 22px;
  }
  .aside_top ul {
    padding: 0 20px;
  }
  .aside_top ul li {
    display: flex;
    align-items: center;
    line-height: 30px;
  }
  .aside_top ul li a {
    overflow: hidden;
    display: inline-block;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #323232;
    text-decoration: none;
  }
  .aside_top ul li img {
    width: 7px;
    height: 7px;
    margin-right: 4px;
  }
  .aside_center {
    box-sizing: border-box;
    width: 314px;
    height: 331px;
    padding-top: 21px;
    background: #f5f5f5;
  }
  .aside_center .doctor_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 19.06px 27.19px 19.06px;
  }
  .aside_center .doctor_item {
    width: 130px;
    height: 229px;
    background: #ffffff;
  }
  .aside_center .doctor_item>a{
    display:block;
  }
  .aside_center .doctor_item:first-child,
  .aside_center .doctor_item:nth-child(2) {
    margin-bottom: 15.03px;
  }
  .aside_center .doctor_item img {
    width: 81.13px;
    height: 93.78px;
    margin-left: 24.22px;
    margin-top: 15.79px;
    margin-bottom: 10.84px;
  }
  .aside_center .doctor_item h1 {
    font-size: 21.07px;
    color: #36231a;
    font-weight: bold;
    text-align: center;
  }
  .aside_center .doctor_item p {
    font-size: 15.8px;
    color: #323232;
    text-align: center;
  }
  .aside_center .doctor_item button {
    margin-top: 6px;
    width: 99px;
    height: 35px;
    background: #2c7ed4;
    border-radius: 5px;
    border: 0;
    margin-left: 15.82px;
    font-size: 17px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
  }
  .aside_bottom {
    width: 314px;
    margin-top: 28px;
    padding-top: 21px;
    background: #f5f5f5;
  }
  .aside_bottom .map_img {
    width: 315px;
  }
  .aside_bottom p {
    width: 315px;
    margin: 19px auto;
    color: #333333;
    font-size: 16px;
  }
  .aside_bottom p a {
    font-weight: 700;
  }