html.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
}

.fp header .headline .logo {
  cursor: pointer;
}

.fp header .nav-0 .menu nav>a.slt {
  color: #df0b0a;
}

.fp header .nav-0 .search-open {
  display: none;
}

.inner-row .right .content {
  background: none;
}

.content .news_list li {
  border-bottom: 1px dashed #ddd;
  line-height: 60px;
  overflow: hidden;
}

.content .news_list li a {
  color: #333;
  display: block;
  width: 70%;
  background: url(../images/dian.png) no-repeat left center;
  padding-left: 15px;
  float: left;
}

.content .news_list li a:hover {
  color: #df0b0a;
}

.content .news_list li span {
  float: right;
  color: #999;
  font-size: 14px;
}

.part03 .list ul li span label {
  font-weight: bold;
  color: #df0b0a;
}

/*新闻详情页*/

#content .news_title {
  font-size: 24px !important;
  color: #df0b0a;
  padding: 10px 0;
  line-height: 30px !important;
  font-weight: bold;
}

#content .news_info {
  line-height: 25px !important;
  border-bottom: 1px dashed #ccc;
  font-size: 14px !important;
  color: #999;
  padding-bottom: 5px;
}

#content table td {
  padding-top: 10px;
}

#content table td p {
  padding: 0 0 10px;
}

#content table td,
#content table td div,
#content table td span,
#content table td p,
#content table td a {
  font-family: arial, Helvetica, sans-serif, "微软雅黑", "宋体" !important;
  font-size: 16px !important;
  color: #333;
  line-height: 1.6 !important;
}

/* 现任领导 */
.pic-list {
  display: flex;
}

.pic-list._style-1 .column {
  flex-shrink: 0;
  width: calc((100% - 1.2rem) / 6);
  width: -moz-calc((100% - 1.2rem) / 6);
  width: -webkit-calc((100% - 1.2rem) / 6);
  margin-right: .24rem;
}

@media (max-width: 768px) {
  .pic-list._style-1 .column {
    width: calc((100% - .9rem) / 3);
    width: -moz-calc((100% - .9rem) / 3);
    width: -webkit-calc((100% - .9rem) / 3);
    margin-right: .3rem;
  }
}

.pic-list._style-1 .pic .box {
  padding-top: 128%;
}

.pic-list._style-1 .txt {
  text-align: center;
}

.inner .pic-list._style-1 {
  flex-wrap: wrap;
}

.inner .pic-list._style-1 .column {
  margin-bottom: .24rem;
}

@media (min-width: 769px) {
  .inner .pic-list._style-1 .column {
    width: calc((100% - .96rem) / 5);
    width: -moz-calc((100% - .96rem) / 5);
    width: -webkit-calc((100% - .96rem) / 5);
  }

  .inner .pic-list._style-1 .column:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .inner .pic-list._style-1 .column {
    width: calc((100% - .6rem) / 3);
    width: -moz-calc((100% - .6rem) / 3);
    width: -webkit-calc((100% - .6rem) / 3);
  }

  .inner .pic-list._style-1 .column:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* 领导详情 */
.in-content .inner_personDetail .pic {
  width: 39%;
  margin-left: 2em;
  margin-bottom: 2em;
  margin-top: 1em;
  position: relative;
  float: right
}

.in-content .inner_personDetail .pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 124%;
  background: #333
}

.in-content .inner_personDetail .pic .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/default_photo.jpg) no-repeat center;
  background-size: cover
}

.in-content .inner_personDetail .btn a {
  background: #eee;
  color: #999;
  display: inline-block;
  width: 100%;
  line-height: 3em;
  border-radius: 5px;
  margin: 1em 0;
  text-align: center;
}

.in-content .inner_personDetail .doctor-name {
  font-size: 18px;
  color: #df0b0a;
}

.in-content .inner_personDetail .doctor-duty {
  padding-bottom: 15px;
}

.in-content .inner_personDetail .padding-bottom-0 {
  padding-bottom: 0;
}

.in-content .inner_personDetail .doctor-description {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .in-content .inner_personDetail {
    padding-top: 20px;
  }
}

/* 通用样式 */
#fancybox-wrap {
  box-sizing: content-box;
}

.fancybox-title-over {
  width: 100% !important;
}

.return {
  float: right;
  margin: 20px 10px;
}

.pager {
  text-align: center;
  font-size: 16px;
  margin: 20px 0px;
}

.pager a, .return a {
  color: #df0b0a !important;
  font-size: 16px;
}

.pager select {
  width: auto !important;
  border: 1px solid #666 !important;
  border-radius: 4px;
  font: caption !important;
}

.search_result {
  padding-bottom: 10px;
}

.search_info li {
  line-height: 2.0;
}

.search_result b, .search_info li a:hover {
  color: #df0b0a;
}

.content .search_info.news_list li a {
  width: 95%;
}

.swiper-button-next, .swiper-button-prev {
  color: #df0b0a !important;
}

/* 意见直通车 */
input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  height: 100%;
}

textarea {
  width: 100% !important;
}

.in-content form.suggestion_form {
  display: none;
}

.in-content form.suggestion_form section {
  padding-bottom: .2rem;
}

.in-content form.suggestion_form section span {
  /* float: l; */
  margin-right: .5em;
  flex: none;
}

.in-content form.suggestion_form section.suggestion span {
  float: left;
}

.in-content form.suggestion_form section input, .in-content form.suggestion_form section textarea {
  flex: 1;
  /* width: auto; */
  height: 3em;
  border-radius: 1.5em;
  background: white;
  border: 1px solid #e5e5e5;
  padding: 0 1em;
  max-width: 50%;
}

.in-content form.suggestion_form section textarea {
  height: 100%;
}

.in-content form.suggestion_form button {
  border: none;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: bold;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #df0b0a;
  color: white;
  box-shadow: 0 20px 30px rgba(1, 64, 153, 0.2);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  width: 2.4rem;
  height: 3em;
  border-radius: 1.5em;
  margin: 1.5vw 0;
}

.in-content #ask {
  text-align: right;
  cursor: pointer;
  color: #328f79;
  margin-top: -13px;
  /* background: url(../images/suggestion.png) no-repeat 94% -3px; */
}

.in-content #ask img {
  position: relative;
  top: 10px;
}

.in-content label.error {
  color: #df0b0a;
  padding-left: 5px;
}

/* 意见直通车列表 */
/* .opinion-express-list {
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  height: 410px;
} */

.opinion-express-list dl {
  border-bottom: 2px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 120px;
}

.opinion-express-list dt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  background: url(../images/wshd_07.png) no-repeat left 8px;
  padding-left: 30px;
  line-height: 40px
}

.opinion-express-list dt a {
  color: #333;
}

.opinion-express-list dd {
  background: url(../images/wshd_13.png) no-repeat left 2px;
  padding-left: 30px
}

.opinion-express-list dd span {
  /* background: #f3f3f3; */
  /* display: block; */
  /* padding: 3px 0 10px 15px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  /* max-height: 4em; */
}

/* 意见直通车详情 */
.opinion-express-show .table3 {
  float: left;
  color: #333;
  /* background: #f5f5f5; */
  border-top: 3px solid #3f82c3;
  /* border-bottom: 1px solid #ccc; */
  padding: 15px 0;
  margin-top: 15px;
  font-size: 14px;
}

.opinion-express-show .tab3_title {
  font-size: 14px;
  font-weight: bold;
}

.opinion-express-show .time {
  color: #999;
  font-size: 12px;
}

.opinion-express-show .table3 .icon_question, .opinion-express-show .table4 .icon_reply {
  width: 24px;
  height: auto;
}

.opinion-express-show .table4 {
  float: left;
  color: #333;
  /* background: #f5f5f5; */
  border-top: 3px solid #5bbf16;
  /* border-bottom: 1px solid #ccc; */
  padding: 15px 0;
  margin-top: 15px;
  font-size: 14px
}

.opinion-express-show .table4 .time {
  font-size: 12px
}

.opinion-express-show .table4 td span {
  background: #fff;
  display: block;
  padding: 10px;
  width: 95%;
  margin: 10px 0
}

.opinion-express-show .back {
  color: #df0b0a !important;
}