/* 列表页 */
.list_wrapper {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 30px auto 42px;
}
.list_wrapper .list_left {
  width: 876px;
}
.list_wrapper .list_left .list_title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid #25b6a0;
  margin-bottom: 30px;
  font-size:19px;
}
.list_wrapper .list_left .list_title img {
  width: 22px;
  margin-right: 10px;
}
.list_wrapper .list_left .list_title h1 {
  font-size: 19px;
}
.list_wrapper .list_left .list_content .list_top .list_concerns {
  display: flex;
}
.list_wrapper .list_left .list_content .list_top > p {
  font-size: 21px;
  margin-bottom: 12px;
}
.list_wrapper .list_left .list_content .list_top .list_concerns img {
  width: 238px;
  height: 182px;
  margin-right: 6px;
}
.list_wrapper .list_left .list_content .list_top .list_concerns > ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.list_wrapper .list_left .list_content .list_top .list_concerns > ul li a {
  display: block;
  text-align: center;
}
.list_wrapper
  .list_left
  .list_content
  .list_top
  .list_concerns
  > ul
  li:first-child
  a:first-child {
  width: 323px;
  height: 50px;
  line-height: 50px;
  background: #fffce8;
  font-size: 20px;
  margin-right: 4.31px;
}
.list_wrapper
  .list_left
  .list_content
  .list_top
  .list_concerns
  > ul
  li:first-child
  a:last-child {
  width: 302px;
  height: 50px;
  line-height: 50px;
  background: #fdeaec;
  font-size: 20px;
}
.list_wrapper
  .list_left
  .list_content
  .list_top
  .list_concerns
  > ul
  li:nth-child(2)
  a:first-child {
  width: 288px;
  height: 66px;
  line-height: 66px;
  background: #e5f9fe;
  font-size: 24px;
  margin-right: 6px;
}
.list_wrapper
  .list_left
  .list_content
  .list_top
  .list_concerns
  > ul
  li:nth-child(2)
  a:nth-child(2) {
  width: 146px;
  height: 66px;
  line-height: 66px;
  background: #f5f5f5;
  margin-right: 6px;
  font-size: 27px;
}
.list_wrapper
  .list_left
  .list_content
  .list_top
  .list_concerns
  > ul
  li:nth-child(2)
  a:nth-child(3) {
  width: 183px;
  height: 66px;
  font-size: 21px;
  line-height: 66px;
  background: #fdeee9;
}
.list_wrapper
  .list_left
  .list_content
  .list_top
  .list_concerns
  > ul
  li:nth-child(3)
  a:nth-child(1) {
  width: 327px;
  height: 54px;
  line-height: 54px;
  background: #fdeffc;
  font-size: 21px;
}
.list_wrapper
  .list_left
  .list_content
  .list_top
  .list_concerns
  > ul
  li:nth-child(3)
  a:nth-child(2) {
  width: 296px;
  height: 54px;
  line-height: 54px;
  background: #e2faec;
  font-size: 21px;
}
.list_wrapper
  .list_left
  .list_content
  .list_top
  .list_concerns
  > ul
  li:last-child {
  margin-bottom: 0;
}
.list_wrapper .list_left .list_center {
  padding: 0 28px;
}
.list_wrapper .list_left .list_center li {
  margin-top: 36px;
  padding-bottom: 26px;
  border-bottom: 1px dashed #dcdcdc;
}
.list_wrapper .list_left .list_center li h1 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.list_wrapper .list_left .list_center li h1 > a {
  display: inline-block;
  font-size: 20px;
}
.list_wrapper .list_left .list_center li h1 img {
  width: 24px;
  height: 28px;
  margin-right: 8px;
}
.list_wrapper .list_left .list_center li > p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.list_wrapper .list_left .list_center li > p a {
  color: #ff7800;
}
.list_wrapper .list_left .pagination {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.list_wrapper .list_left .pagination li {
  padding: 6px 10px;
  margin-right: 9px;
  border: 1px solid #e5e5e5;
}
.list_wrapper .list_left .pagination li:last-child {
  margin-right: 0;
}
.list_wrapper .list_left .pagination li a {
  color: #666;
  font-size: 16px;
}
.list_wrapper .list_left .pagination li.active {
  background: #25b6a0;
}
.list_wrapper .list_left .pagination li.active a {
  color: #fff;
}
.list_wrapper .list_right {
  width: 278px;
}
.list_wrapper .list_right .list_bg {
  background: #f5f5f5;
}
.list_wrapper .list_right .specialize_title {
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-left: 13px;
  padding-bottom: 9px;
  border-bottom: 2px solid #25b6a0;
  margin-bottom: 15px;
}
.list_wrapper .list_right .specialize_title > img {
  width: 22px;
  margin-right: 5px;
}
.list_wrapper .list_right .specialize_title > a {
  display: inline-block;
  color: #25b6a0;
  font-size: 21px;
  font-weight: 700;
}
.list_wrapper .list_right .list_specialize {
  width: 278px;
  height: 370px;
  margin-bottom: 28px;
  margin-top:40px;
}
.list_wrapper .list_right .list_specialize form {
  padding: 0 16px;
  color: #333333;
}
.list_wrapper .list_right .list_specialize form p:first-child {
  margin-bottom: 12px;
}
.list_wrapper .list_right .list_specialize form p label {
  display: inline-block;
  width: 85px;
  font-size: 17px;
  font-weight: 600;
}
.list_wrapper .list_right .list_specialize form p input {
  display: inline-block;
  width: 156px;
  outline: none;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 5px 8px;
  box-sizing: border-box;
}
.list_wrapper .list_right .list_specialize form p input.textarea {
  position: relative;
  height: 66px;
}
.list_wrapper .list_right .list_specialize form p input.textarea::placeholder {
  position: absolute;
  top: 7px;
  white-space: pre-wrap;
  line-height: 30px;
}
.list_wrapper .list_right .list_specialize .specialize_btn {
  display: flex;
  justify-content: space-between;
  margin: 18px 16px 20px;
}
.list_wrapper .list_right .list_specialize .specialize_btn > a {
  display: inline-block;
  width: 104px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 9px;
}
.list_wrapper .list_right .list_specialize .specialize_btn > a:first-child {
  background: #ffb400;
}
.list_wrapper .list_right .list_specialize .specialize_btn > a:last-child {
  background: #4cafe3;
}
.list_wrapper .list_right .list_specialize .specialize_publicize {
  width: 278px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #25b6a0;
  margin-bottom: 23px;
}
.list_wrapper .list_right .list_specialize > a {
  display: block;
  margin-left: 16px;
}
.list_wrapper .list_right .doctor_recommend {
  width: 278px;
  height: 490px;
  background: #f5f5f5;
  margin-bottom: 28px;
}
.list_wrapper .list_right .doctor_recommend > ul {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  flex-wrap: wrap;
}
.list_wrapper .list_right .doctor_recommend > ul li {
  box-sizing: border-box;
  width: 118px;
  height: 173px;
  padding: 10px 10px 8px 10px;
  background-color: #fff;
}
.list_wrapper .list_right .doctor_recommend > ul li a {
  display: block;
}
.list_wrapper .list_right .doctor_recommend > ul li a h1 {
  margin-top: 1px;
  font-size: 22px;
  font-weight: 700;
  color: #25b6a0;
  text-align: center;
}
.list_wrapper .list_right .doctor_recommend > ul li:first-child,
.list_wrapper .list_right .doctor_recommend > ul li:nth-child(2) {
  margin-bottom: 10px;
}
.list_wrapper .list_right .doctor_recommend .doctor_botton {
  margin-top: 17px;
  text-align: center;
}
.list_wrapper .list_right .doctor_recommend .doctor_botton a {
  display: inline-block;
  width: 186px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #ffb400;
  border-radius: 9px;
  font-size: 16px;
  color: #fff;
}
.list_wrapper .list_right .snapshot_recommend {
  width: 278px;
  padding-bottom: 22px;
  background: #f5f5f5;
}
.list_wrapper .list_right .snapshot_recommend .snapshot_content {
  margin: 0 16px;
  padding-bottom: 18px;
}
.list_wrapper .list_right .snapshot_recommend .snapshot_content > img {
  width: 246px;
}
.list_wrapper .list_right .snapshot_recommend .snapshot_content > h1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.list_wrapper .list_right .snapshot_recommend .snapshot_content > p {
  text-indent: 2em;
  font-size: 15px;
  color: #666;
  line-height: 24px;
}
.list_wrapper .list_right .snapshot_recommend .snapshot_content > p a {
  color: #ff7800;
}
.snapshot_line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 15px;
}
.list_wrapper .list_right .snapshot_recommend > ul {
  padding: 0 16px;
}
.list_wrapper .list_right .snapshot_recommend > ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
}
.list_wrapper .list_right .snapshot_recommend > ul li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 2.5px;
  background: #25b6a0;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  -o-border-radius: 2.5px;
}
.list_wrapper .list_right .snapshot_recommend > ul li a {
  overflow: hidden;
  display: inline-block;
  width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
/* 文章页 */
.address_wrapper {
  margin-top: 28px;
  padding-bottom: 22px;
}
.address_wrapper > a {
  display: block;
  padding: 0 16px;
  margin-bottom: 20px;
}
.article_content {
  margin-top: 50px;
}
.article_content .article_title {
  margin-bottom: 35px;
  text-align: center;
}
.article_content .article_title h1 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  margin-bottom: 28px;
}
.article_content .article_title .article_source {
  font-size: 16px;
}
.article_content .article_title .article_source a {
  display: inline-block;
  color: #999;
}
.article_content .article_title .article_source a:first-child {
  margin-right: 15px;
}
.article_content .article_detaile p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 35px;
}
.article_content .article_detaile p a {
  color: #25b6a0;
  font-weight: 700;
}
.article_content .article_detaile .article_last a {
  color: #ff9000;
}
.consultation {
  margin: 88px auto 121px 60px;
}
.consultation h1 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 7px;
}
.consultation h1 img {
  width: 32px;
  height: 25px;
  margin-left: 18px;
  margin-right: 5px;
}
.consultation p {
  display: flex;
  align-items: center;
}
.consultation p input {
  width: 578px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none;
  text-indent: 18px;
  margin-right: 8px;
}

.consultation p input::placeholder {
  font-size: 14px;
  color: #999;
}
.consultation p a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #ffb400;
  border-radius: 5px;
}
.article_alike {
  display: flex;
  justify-content: space-between;
  width: 876px;
  height: 290px;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 36px 55px 33px;
}
.article_alike > div {
  width: 350px;
}
.article_alike > div .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_alike > div .title h1 {
  display: flex;
  width: 129px;
  padding-bottom: 10px;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  color: #25b6a0;
  border-bottom: 2px solid #25b6a0;
}
.article_alike > div .title h1 img {
  width: 22px;
  height: 22px;
  padding-left: 7px;
  margin-right: 6px;
}
.article_alike > div .title .more {
  display: inline-block;
  width: 221px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 7px;
  font-size: 15px;
  text-align: right;
  color: #666;
  border-bottom: 2px solid #e5e5e5;
}
.article_alike .alike_left > ul,
.article_alike .alike_right > ul {
  padding: 19px 7px;
}
.article_alike .alike_left > ul li,
.article_alike .alike_right > ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 33px;
}
.article_alike .alike_left > ul li a,
.article_alike .alike_right > ul li a {
  overflow: hidden;
  width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.article_alike .alike_left > ul li span,
.article_alike .alike_right > ul li span {
  color: #555;
}
.address_wrapper .address_rode {
  padding: 0 16px;
}
.address_wrapper .address_rode li {
  line-height: 24px;
  border-bottom: 1px dashed #e5e5e5;
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
}
.address_wrapper .address_rode li:last-child {
  border-bottom: none;
}
.address_wrapper .address_rode li a {
  color: #333;
}
