/* 最大显示一行，溢出省略号 */
.txt-line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 最大显示两行，溢出省略号 */
.txt-line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.b-line {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  overflow: hidden;
  border-bottom: #e4e4e4 solid 1px;
}
.r-line {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-right: #e4e4e4 solid 1px;
}
.t-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  overflow: hidden;
  border-top: #e4e4e4 solid 1px;
}
.l-line {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-left: #e4e4e4 solid 1px;
}
.clear {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex-0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  flex: 0;
}
body {
  font-family: "微软雅黑";
  background: #f7f7f7 top center no-repeat;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #069195;
}
a:hover,
a:focus {
  color: #046264;
}
.row {
  margin: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0;
}
.btn-primary {
  background-color: #07A9AE;
  border-color: #07A9AE;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #068c91;
  border-color: #068c91;
}
.btn-primary:hover {
  background-color: #068c91;
  border-color: #068c91;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #068c91;
  border-color: #068c91;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #068c91;
  border-color: #068c91;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #07A9AE;
  border-color: #07A9AE;
}
.btn-primary .badge {
  color: #07A9AE;
}
.pagination > li > a,
.pagination > li > span {
  color: #07A9AE;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #07A9AE;
  border-color: #069195;
  cursor: default;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: auto;
}
.pager-box {
  text-align: center;
}
.pager {
  display: inline-block;
  margin: 20px 0;
  text-align: center;
}
.pager > a,
.pager > span {
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-left: -1px;
  float: left;
  line-height: 1.428;
  background-color: #fff;
  border: #ddd solid 1px;
  color: #07A9AE;
  text-decoration: none;
}
.pager > a:first-child,
.pager > span:first-child {
  margin-left: 0;
  border-radius: 4px 0 0 4px;
}
.pager > a:last-child,
.pager > span:last-child {
  border-radius: 0 4px 4px 0;
}
.pager > a:hover,
.pager > span:hover,
.pager > a:focus,
.pager > span:focus {
  z-index: 3;
  color: 555;
  background-color: #eee;
  border-color: #ddd;
}
.pager > span {
  z-index: 2;
  color: #fff;
}
.pager > span,
.pager > span:hover,
.pager > span:focus {
  background-color: #07A9AE;
  border-color: #069195;
  cursor: default;
}
/*面包屑*/
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  color: #999;
}
.breadcrumb li a {
  color: #666;
  font-size: 12px;
}
.breadcrumb li a:hover {
  color: #07A9AE;
}
.container {
  padding: 0;
  margin: 0 auto;
}
.bg-gray {
  background: #f1f1f1;
  position: relative;
  z-index: 100;
  padding-top: 10px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.imgformat {
  vertical-align: bottom;
  display: block;
}
.header {
  position: relative;
  padding-top: 490px;
}
.header .menu .navbar {
  margin-bottom: 0;
  min-height: 50px;
}
.header .menu .navbar .navbar-nav {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .menu .navbar .navbar-nav > li {
  float: left;
  background: url("/statics/images/xmimg/nav_line.gif") right center no-repeat;
}
.header .menu .navbar .navbar-nav > li:last-child {
  background: transparent;
}
.header .menu .navbar .navbar-nav > li > a {
  line-height: 20px;
  height: 54px;
  padding: 17px 21px;
  font-size: 17px;
  white-space: nowrap;
}
.header .menu .navbar-default {
  border: none;
  background-color: #07A9AE;
  border-radius: 0;
}
.header .menu .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.header .menu .navbar-default .navbar-nav > li > a:hover,
.header .menu .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}
.header .menu .navbar-default .navbar-nav > .active {
  position: relative;
}
.header .menu .navbar-default .navbar-nav > .active:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  top: -5px;
  left: 0;
  right: 0;
  background: #33DCDF;
}
.header .menu .navbar-default .navbar-nav > .active > a,
.header .menu .navbar-default .navbar-nav > .active > a:hover,
.header .menu .navbar-default .navbar-nav > .active > a:focus {
  background-color: #23C7C3;
}
.header .menu .navbar-default .navbar-toggle:hover,
.header .menu .navbar-default .navbar-toggle:focus {
  background-color: #23C7C3;
}
.header .menu .navbar-default .navbar-nav > .open > a,
.header .menu .navbar-default .navbar-nav > .open > a:hover,
.header .menu .navbar-default .navbar-nav > .open > a:focus {
  background-color: #07A9AE;
}
.header .menu .navbar-default .navbar-brand {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .menu .navbar-default .navbar-toggle .icon-bar {
  background-color: #ddd;
}
.header .menu .dropdown-menu {
  min-width: auto;
}
.header .menu .dropdown-menu > li > a {
  padding: 8px 20px;
}
.header .home-menu .home-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.header .home-menu .home-nav::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.header .home-menu .home-nav .nav-item {
  width: 33.33%;
  float: left;
  padding: 5px;
}
.header .home-menu .home-nav .nav-item > a {
  display: block;
  height: 190px;
  background: #fff;
  position: relative;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.18);
  padding: 64px 170px 20px 48px;
  color: #2f2f2f;
  text-decoration: none;
}
.header .home-menu .home-nav .nav-item .nav-name {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1;
}
.header .home-menu .home-nav .nav-item .nav-en {
  font-size: 14px;
  color: #666;
  font-weight: lighter;
}
.header .home-menu .home-nav .nav-item .nav-icon {
  display: block;
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 108px;
  height: 108px;
  object-fit: contain;
}
.header .home-menu .home-nav .nav-item .dropdown-menu {
  width: calc(100% - 10px);
  margin: -5px 5px;
  padding: 0;
  border-width: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.175);
}
.header .home-menu .home-nav .nav-item .dropdown-menu > li > a {
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
}
.header .home-menu .home-nav .nav-item .dropdown-menu > li > a:hover {
  background: #07A9AE;
  color: #fff;
}
.header .container {
  position: relative;
}
/* 滚动焦点图css */
.banner {
  width: 100%;
  position: relative;
  z-index: 150;
  height: 550px;
  background: top center no-repeat;
  margin-bottom: 10px;
}
/* 公告css */
.ann-box {
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 102;
  margin-bottom: 10px;
  background: #fff;
  height: 60px;
}
.ann-box .ann-Scroll {
  float: left;
  width: 1170px;
  position: relative;
}
.ann-box .ann-Scroll .hd {
  width: 110px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.ann-box .ann-Scroll .hd h5 {
  padding: 10px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  color: #07A9AE;
}
.ann-box .ann-Scroll .ft {
  overflow: hidden;
  width: 80px;
  height: 60px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
}
.ann-box .ann-Scroll .ft .prev,
.ann-box .ann-Scroll .ft .next {
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("/statics/images/xmimg/ann_arrow.png") no-repeat;
}
.ann-box .ann-Scroll .ft .prev {
  background-position: -50px -10px;
}
.ann-box .ann-Scroll .ft .next {
  background-position: -50px -50px;
}
.ann-box .ann-Scroll .ft .prevStop {
  background-position: -10px -10px;
}
.ann-box .ann-Scroll .ft .nextStop {
  background-position: -10px -50px;
}
.ann-box .ann-Scroll .bd {
  padding: 18px 10px;
  margin: 0 100px 0 110px;
  overflow: hidden;
}
.ann-box .ann-Scroll .bd ul {
  overflow: hidden;
  zoom: 1;
}
.ann-box .ann-Scroll .bd ul li {
  margin-right: 20px;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: left;
  _display: inline;
}
.ann-box .ann-Scroll .bd ul li a {
  display: block;
  width: 660px;
  margin-right: 80px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
}
.ann-box .ann-Scroll .bd ul li span {
  color: #999;
  float: right;
}
.index-box {
  margin-bottom: 1px;
}
.index-box .index-news,
.index-box .index-leftnav,
.index-box .index-about,
.index-box .index-tab,
.index-box .index-app {
  background: #fff;
}
.index-box .index-news {
  float: right;
  width: 930px;
  min-height: 722px;
}
.index-box .index-news .news-cont {
  float: left;
  width: 710px;
}
.index-box .index-news .news-cont .media {
  padding: 20px;
}
.index-box .index-news .news-cont .media .media-body {
  color: #787878;
  font-size: 13px;
}
.index-box .index-news .news-cont .media .media-heading {
  font-size: 16px;
}
.index-box .index-news .news-cont .media .media-heading a {
  color: #555;
}
.index-box .index-news .news-more {
  float: right;
  display: block;
  width: 220px;
  height: 310px;
  line-height: 30px;
  background: #07A9AE;
  padding: 90px 40px 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.index-box .index-news .news-more .tit-en {
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.5);
}
.index-box .index-news .news-more .tit-zh {
  margin-bottom: 40px;
}
.index-box .index-news .news-more .more {
  display: inline-block;
  border: rgba(255, 255, 255, 0.5) solid 1px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  border-radius: 20px;
  line-height: 24px;
  font-size: 12px;
}
.index-box .index-leftnav {
  float: left;
  width: 230px;
}
.index-box .index-leftnav ul {
  margin-bottom: 0;
}
.index-box .index-leftnav ul li {
  height: 82px;
}
.index-box .index-leftnav ul li a {
  position: relative;
  display: block;
  border-bottom: #eee solid 1px;
  padding-left: 76px;
  color: #666;
  font-size: 16px;
  line-height: 82px;
}
.index-box .index-leftnav ul li a .xmicon {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 36px;
  top: 50%;
  left: 20px;
  margin: -18px 0 0 0;
  color: #07A9AE;
}
.index-box .index-leftnav ul li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #23C7C3;
  border-bottom: none;
}
.index-box .index-leftnav ul li a:hover .xmicon {
  color: #fff;
}
.index-box .index-qr {
  float: left;
  width: 230px;
  height: 270px;
  background: #fff;
  padding: 15px;
  text-align: center;
}
.index-box .index-qr .index-qr-hd {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #07A9AE;
}
.index-box .index-qr .index-qr-bd {
  padding: 5px 0;
}
.index-box .index-qr .index-qr-bd img {
  width: 80%;
}
.index-box .index-qr .index-qr-ft {
  font-size: 13px;
  line-height: 20px;
  color: #a3a3a3;
}
.index-box .index-tab {
  float: right;
  width: 930px;
  height: 288px;
}
.index-box .index-tab .nav {
  padding: 15px 15px 0;
}
.index-box .index-tab .nav > li {
  padding: 10px 0;
}
.index-box .index-tab .nav > li > a {
  color: #999;
  font-size: 16px;
  padding: 0 15px;
  border-right: #e7e7e7 dotted 1px;
  border-radius: 0;
}
.index-box .index-tab .nav > li > a:hover,
.index-box .index-tab .nav > li > a:focus {
  color: #07A9AE;
  background-color: transparent;
}
.index-box .index-tab .nav.nav-pills > li.active > a,
.index-box .index-tab .nav.nav-pills > li.active > a:hover,
.index-box .index-tab .nav.nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #07A9AE;
}
.index-box .index-tab .nav > li:last-child > a {
  border-right: none;
}
.index-box .index-tab .tab-pane {
  padding: 10px 30px;
  overflow: hidden;
  line-height: 24px;
  color: #666;
}
.index-box .index-tab .tab-pane ul.infoList {
  overflow: hidden;
  zoom: 1;
}
.index-box .index-tab .tab-pane ul.infoList li {
  height: 36px;
  line-height: 36px;
  text-align: left;
  padding-left: 20px;
  background: url("/statics/images/xmimg/icon01.gif") 0 center no-repeat;
}
.index-box .index-tab .tab-pane ul.infoList li a {
  display: block;
  width: 350px;
  margin-right: 80px;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
}
.index-box .index-tab .tab-pane ul.infoList li a:hover {
  color: #07A9AE;
  text-decoration: none;
}
.index-box .index-tab .tab-pane ul.infoList li span {
  color: #999;
  float: right;
  font-size: 12px;
}
.index-body {
  margin-bottom: 48px;
}
.index-body.row {
  margin-right: -7px;
  margin-left: -7px;
}
.index-body .col-xs-1,
.index-body .col-sm-1,
.index-body .col-md-1,
.index-body .col-lg-1,
.index-body .col-xs-2,
.index-body .col-sm-2,
.index-body .col-md-2,
.index-body .col-lg-2,
.index-body .col-xs-3,
.index-body .col-sm-3,
.index-body .col-md-3,
.index-body .col-lg-3,
.index-body .col-xs-4,
.index-body .col-sm-4,
.index-body .col-md-4,
.index-body .col-lg-4,
.index-body .col-xs-5,
.index-body .col-sm-5,
.index-body .col-md-5,
.index-body .col-lg-5,
.index-body .col-xs-6,
.index-body .col-sm-6,
.index-body .col-md-6,
.index-body .col-lg-6,
.index-body .col-xs-7,
.index-body .col-sm-7,
.index-body .col-md-7,
.index-body .col-lg-7,
.index-body .col-xs-8,
.index-body .col-sm-8,
.index-body .col-md-8,
.index-body .col-lg-8,
.index-body .col-xs-9,
.index-body .col-sm-9,
.index-body .col-md-9,
.index-body .col-lg-9,
.index-body .col-xs-10,
.index-body .col-sm-10,
.index-body .col-md-10,
.index-body .col-lg-10,
.index-body .col-xs-11,
.index-body .col-sm-11,
.index-body .col-md-11,
.index-body .col-lg-11,
.index-body .col-xs-12,
.index-body .col-sm-12,
.index-body .col-md-12,
.index-body .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}
.index-column {
  padding: 0;
  background: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.18);
}
.index-column .title {
  overflow: hidden;
  background: #07A9AE;
}
.index-column .title span {
  display: block;
  float: left;
  padding: 14px 24px;
  color: #fff;
  font-size: 16px;
}
.index-column .title.green {
  background-image: linear-gradient(90deg, #07A7B4 0%, #49E38A 100%);
}
.index-column .title.blue {
  background-image: linear-gradient(90deg, #14B5DD 0%, #A5F4FF 100%);
}
.index-column .cont {
  padding: 24px;
}
.index-column .cont label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.index-column .cont .btn-default {
  border-color: #2FA065;
  color: #2FA065;
  border-radius: 34px;
  padding: 9px 12px;
  width: 120px;
  background: #fff;
}
.index-column .form-horizontal .form-group:last-child {
  margin-bottom: 0;
}
.index-contact {
  line-height: 1.8;
  color: #555;
  padding: 10px 24px;
}
.index-contact p {
  margin-bottom: 0;
}
.index-contact .btn-primary {
  border-radius: 72px;
  font-size: 20px;
  padding: 22px 16px;
  background-image: linear-gradient(90deg, #07A7B4 0%, #49E38A 100%);
  margin-bottom: 18px;
  border-width: 0;
}
/*内页*/
.content {
  padding: 0 0 10px;
}
.content > .row > .col-md-2 {
  width: 21%;
}
.content > .row > .col-md-10 {
  width: 79%;
}
.mainbody {
  background: #fff;
  padding: 0;
  margin-left: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.mainbody .sub-title {
  height: 30px;
  position: relative;
  margin: 20px 0 10px;
}
.mainbody .sub-title h3 {
  height: 30px;
  line-height: 36px;
  padding: 0 15px;
  margin: 0;
  border-left: #23C7C3 solid 10px;
  font-size: 22px;
  font-weight: lighter;
  color: #787878;
}
.mainbody .mb-line {
  border-left: #eee solid 1px;
}
.mainbody .sub-cont {
  padding: 20px 30px;
  min-height: 543px;
}
.mainbody .sub-cont .hospital .sel-province {
  width: 150px;
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  margin: 20px 0;
  text-indent: 10px;
  font-size: 20px;
  line-height: 18px;
}
.leftnav {
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.leftnav ul {
  margin-bottom: 0;
}
.leftnav ul li {
  height: 82px;
}
.leftnav ul li a {
  position: relative;
  display: block;
  border-bottom: #eee solid 1px;
  color: #666;
  font-size: 15px;
  line-height: 82px;
  text-align: center;
}
.leftnav ul li a .xmicon {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 28px;
  color: #07A9AE;
  vertical-align: -4px;
  margin-right: 4px;
}
.leftnav ul li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #07A9AE;
}
.leftnav ul li a:hover .xmicon {
  color: #fff;
}
.leftnav ul li.active {
  background: #fdfdfd;
}
.leftnav ul li.active a {
  border-left: #23C7C3 solid 5px;
  margin-left: -5px;
  color: #07A9AE;
  background: transparent;
}
.leftnav ul li.active:hover {
  color: #07A9AE;
}
.leftnav ul li.active:hover .xmicon {
  color: #07A9AE;
}
.head-qr {
  background: #fff;
  padding: 0;
  text-align: center;
  position: absolute;
  right: 80px;
  top: -170px;
  width: 129px;
}
.head-qr .head-qr-hd {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #07A9AE;
}
.head-qr .head-qr-bd img {
  width: 100%;
  height: auto;
  display: block;
}
.head-qr .head-qr-ft {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  background-color: #07A9AE;
}
.left-qr {
  background: #fff;
  padding: 15px;
  text-align: center;
}
.left-qr .left-qr-hd {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #07A9AE;
}
.left-qr .left-qr-bd {
  padding: 5px 0;
}
.left-qr .left-qr-bd img {
  width: 90%;
}
.left-qr .left-qr-ft {
  font-size: 13px;
  line-height: 20px;
  color: #a3a3a3;
}
.sub-leftnav {
  position: relative;
  z-index: 999;
}
.sub-leftnav ul li a {
  display: block;
  background: #07A9AE;
  color: #fff;
  line-height: 36px;
  padding: 15px 10px;
}
.sub-leftnav ul li a:hover {
  text-decoration: none;
}
.sub-leftnav ul li a span {
  display: block;
  height: 44px;
}
.sub-leftnav ul li:last-child a {
  padding-bottom: 100px;
  border-radius: 0 0 100px 100px;
}
.sub-leftnav ul li:nth-child(2) a {
  background: #07b3b8;
}
.sub-leftnav ul li:nth-child(3) a {
  background: #08bcc2;
}
.sub-leftnav ul li:nth-child(4) a {
  background: #08c6cb;
}
.sub-leftnav ul li:nth-child(5) a {
  background: #09cfd5;
}
.sub-leftnav ul li:nth-child(6) a {
  background: #09d9df;
}
.sub-leftnav ul li:nth-child(7) a {
  background: #09e2e9;
}
.sub-leftnav ul li:nth-child(8) a {
  background: #0aecf3;
}
/* 援助统计 */
.ilvzhou-count-box {
  background: url("/statics/images/xmimg/count_line.gif") center top no-repeat;
  padding: 20px 0 0;
  margin-top: 20px;
}
.ilvzhou-count-box p.count-info {
  padding: 10px;
  line-height: 30px;
}
.ilvzhou-count-box .ilvzhou-contact {
  padding: 10px 0;
}
.ilvzhou-count-box .ilvzhou-contact h4 {
  color: #07A9AE;
  font-weight: bold;
  margin-bottom: 30px;
}
.ilvzhou-count-box .ilvzhou-contact .item {
  text-align: center;
  line-height: 20px;
}
.ilvzhou-count-box .ilvzhou-contact .item span {
  display: inline-block;
  padding: 4px 10px;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 16px;
  color: #666;
}
.ilvzhou-count-box .ilvzhou-contact .item span.site {
  font-size: 14px;
  font-weight: normal;
  background-color: #f1f1f1;
  border-radius: 30px;
  color: #07A9AE;
}
.ilvzhou-count-box .ilvzhou-contact .item p {
  padding: 10px;
}
.ilvzhou-count-box .ilvzhou-count {
  width: 100%;
  padding-top: 58%;
  height: 0;
  position: relative;
  background: url("/statics/images/xmimg/count_bg.jpg") center center no-repeat;
  background-size: cover;
}
.ilvzhou-count-box .ilvzhou-count.ilvzhou-count-s {
  padding-top: 70%;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .title {
  padding: 30px 30px 40px;
  text-align: center;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .title h2 {
  margin-bottom: 20px;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .title p a {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 40px;
  border: #fff solid 1px;
  color: #fff;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .title p a:hover {
  text-decoration: none;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-num {
  margin-bottom: 40px;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-num .item {
  float: left;
  width: 33%;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-num .item span {
  display: block;
  margin: 0 auto 10px;
  background-image: url("/statics/images/xmimg/count_icon.png");
  background-repeat: no-repeat;
  width: 100px;
  height: 120px;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-num .item span.t1 {
  background-position: 0 center;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-num .item span.t2 {
  background-position: -100px center;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-num .item span.t3 {
  background-position: -200px center;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-num .item p {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 0;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-num .item p.num {
  color: #23C7C3;
  font-size: 40px;
  font-family: Helvetica;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-all {
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
.ilvzhou-count-box .ilvzhou-count .ilvzhou-count-area .count-all span {
  display: inline-block;
  border: #23C7C3 solid 1px;
  border-radius: 40px;
  color: #23C7C3;
  margin: 0 5px;
  padding: 3px 10px;
}
/* 列表 */
.list-style1 .item {
  padding: 20px 0;
  border-bottom: #eee solid 1px;
}
.list-style1 .item .list-date {
  text-align: right;
  font-size: 12px;
}
.list-style1 .item .list-date span {
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
  background: #07A9AE;
  line-height: 20px;
  border-radius: 20px;
  color: #fff;
}
.list-style1 .item .list-date p {
  padding: 5px 0;
  color: #999;
  white-space: nowrap;
}
.list-style1 .item .list-cont {
  padding: 0 0 0 20px;
  line-height: 20px;
}
.list-style1 .item .list-cont h4.list-title {
  margin: 0;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 20px;
}
.list-style1 .item .list-cont p.list-info {
  font-size: 12px;
  color: #666;
  min-height: 40px;
}
.list-style1 .item .list-cont a.list-more {
  border: #ccc solid 1px;
  font-size: 12px;
  color: #555;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
}
.list-style1 .item .list-cont a.list-more:hover {
  border-color: #07A9AE;
  background-color: #07A9AE;
  text-decoration: none;
  color: #fff;
}
.list-page-c {
  text-align: center;
}
.index-news .news-cont .list-style1 {
  margin: 0 20px;
  border-top: #eee solid 1px;
  padding: 5px 0;
}
.index-news .news-cont .list-style1 .item {
  padding: 10px 0;
  border-width: 0;
}
.index-news .news-cont .list-style1 .item .list-date {
  text-align: center;
  border-right: #eee solid 1px;
}
.index-news .news-cont .list-style1 .item .list-date span {
  display: inline-block;
  padding: 5px 0 0;
  white-space: nowrap;
  background: transparent;
  line-height: 20px;
  border-radius: 20px;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: bold;
}
.index-news .news-cont .list-style1 .item .list-date p {
  margin-bottom: 0;
  color: #aaa;
}
.index-news .news-cont .list-style1 .item .list-cont .list-title {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  color: #555;
  padding: 15px 0;
}
/* 项目列表 */
.list-style2 .items {
  padding: 20px 10px;
}
.list-style2 .items .item-title {
  color: #069195;
  padding: 10px;
  line-height: 24px;
  font-size: 16px;
}
.list-style2 .items a.item {
  margin: 10px;
  height: 251px;
  overflow: hidden;
}
.list-style2 .items a.item:hover {
  text-decoration: none;
}
.list-style2 .items a.item:hover,
.list-style2 .items a.item:focus,
.list-style2 .items a.item:active {
  border-color: #069195;
}
.list-style2 .items a.item .caption h4 {
  height: 40px;
}
.list-style2 .items a.item .caption p {
  color: #787878;
  height: 40px;
}
/* 视频列表 */
.video-list .item {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: #eee solid 1px;
  margin-bottom: 40px;
}
.video-list .item .list-title {
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}
/* 文章详情 */
.article {
  padding: 10px 0 30px;
}
.article .article-title {
  line-height: 1.5;
  overflow: hidden;
  padding: 0 42px;
  text-align: center;
  margin-bottom: 20px;
}
.article .article-title h2 {
  color: #07A9AE;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}
.article .article-info {
  color: #999999;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
}
.article .article-info a {
  color: #cc0000;
  font-size: 12px;
}
.article .hint {
  color: red;
  padding-left: 35px;
}
.article .article-c {
  font-size: 15px;
  line-height: 28px;
  overflow: hidden;
  color: #444;
}
.article .article-c img,
.article .article-c p img {
  max-width: 100%;
}
.footer {
  background: #fff;
  border-top: #ebebeb solid 1px;
}
.footer .foot-bd {
  padding: 0;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.footer .foot-bd .friendlink {
  float: left;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
.footer .foot-bd .friendlink > ul {
  display: inline;
}
.footer .foot-bd .friendlink > ul li {
  display: inline;
}
.footer .foot-bd .friendlink > ul li a {
  margin: 0 10px;
  color: #525252;
}
.footer .foot-bd .friendlink > ul li img {
  vertical-align: middle;
}
.footer .foot-bd .hotphone {
  float: right;
  line-height: 24px;
  margin-top: 4px;
  color: #525252;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.footer .foot-bd .hotphone p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.footer .foot-ft {
  background: #4b4b4b;
  padding: 10px 30px;
  line-height: 24px;
  color: #666;
  font-size: 12px;
}
.footer .foot-ft .rights {
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.list02 {
  padding: 10px 0;
}
.list02 ul li {
  height: 140px;
  padding: 0 0 20px;
  border-bottom: #e6e6e6 solid 1px;
  margin-bottom: 20px;
  position: relative;
}
.list02 ul li .photo {
  position: absolute;
  top: 0;
  left: 0;
}
.list02 ul li .photo,
.list02 ul li .photo img {
  width: 260px;
  height: 120px;
  border-radius: 5px;
}
.list02 ul li .cont {
  margin-left: 270px;
  height: 140px;
  overflow: hidden;
}
.list02 ul li .cont .list02_t {
  line-height: 32px;
}
.list02 ul li .cont .list02_t a {
  font-size: 18px;
}
.list02 ul li .cont .list02_c {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
}
/*下载*/
.listdl a {
  background: #87f7fa none repeat scroll 0 0;
  border: 1px solid #23C7C3;
  border-radius: 5px;
  color: #046264;
  display: block;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0 10px;
}
.listhospital ul {
  padding: 10px 0;
}
.listhospital ul li {
  margin: 0 20px 20px 0px;
  float: left;
  position: relative;
}
.listhospital ul li a,
.listhospital ul li span {
  display: block;
  background: #fff;
  border: 1px solid #23C7C3;
  border-radius: 20px;
  color: #07A9AE;
  line-height: 30px;
  overflow: hidden;
  padding: 0 15px 2px;
  font-size: 14px;
  cursor: pointer;
}
.table th {
  background: #EBF8F7;
  color: #05A9AF;
  font-weight: normal;
}
.table td {
  background: #fff;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #BAE6E8;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .col-xs-1,
.form-horizontal .col-sm-1,
.form-horizontal .col-md-1,
.form-horizontal .col-lg-1,
.form-horizontal .col-xs-2,
.form-horizontal .col-sm-2,
.form-horizontal .col-md-2,
.form-horizontal .col-lg-2,
.form-horizontal .col-xs-3,
.form-horizontal .col-sm-3,
.form-horizontal .col-md-3,
.form-horizontal .col-lg-3,
.form-horizontal .col-xs-4,
.form-horizontal .col-sm-4,
.form-horizontal .col-md-4,
.form-horizontal .col-lg-4,
.form-horizontal .col-xs-5,
.form-horizontal .col-sm-5,
.form-horizontal .col-md-5,
.form-horizontal .col-lg-5,
.form-horizontal .col-xs-6,
.form-horizontal .col-sm-6,
.form-horizontal .col-md-6,
.form-horizontal .col-lg-6,
.form-horizontal .col-xs-7,
.form-horizontal .col-sm-7,
.form-horizontal .col-md-7,
.form-horizontal .col-lg-7,
.form-horizontal .col-xs-8,
.form-horizontal .col-sm-8,
.form-horizontal .col-md-8,
.form-horizontal .col-lg-8,
.form-horizontal .col-xs-9,
.form-horizontal .col-sm-9,
.form-horizontal .col-md-9,
.form-horizontal .col-lg-9,
.form-horizontal .col-xs-10,
.form-horizontal .col-sm-10,
.form-horizontal .col-md-10,
.form-horizontal .col-lg-10,
.form-horizontal .col-xs-11,
.form-horizontal .col-sm-11,
.form-horizontal .col-md-11,
.form-horizontal .col-lg-11,
.form-horizontal .col-xs-12,
.form-horizontal .col-sm-12,
.form-horizontal .col-md-12,
.form-horizontal .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.form-horizontal .control-label {
  padding-top: 12px;
}
.form-group .required {
  margin-right: 4px;
  color: #e02401;
}
.form-control {
  padding: 11px 12px;
  height: 44px;
}
@media (max-width: 768px) {
  .banner {
    height: 0;
    padding-top: 48%;
    margin-top: 50px;
    margin-bottom: 0;
    background-size: cover;
  }
  .header {
    padding-top: 0;
  }
  .header .menu {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header .menu .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.75);
  }
  .ann-box .ann-Scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .ann-box .ann-Scroll .hd,
  .ann-box .ann-Scroll .ft {
    position: relative;
    width: auto;
  }
  .ann-box .ann-Scroll .bd {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .index-box .index-leftnav {
    width: 100%;
    float: none;
  }
  .index-box .index-leftnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .index-box .index-leftnav ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: auto;
  }
  .index-box .index-leftnav ul li a {
    padding: 10px 5px;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
  }
  .index-box .index-leftnav ul li a .xmicon {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    left: auto;
  }
  .index-box .index-qr {
    display: none;
  }
  .index-box .index-news {
    width: 100%;
    float: none;
  }
  .index-box .index-news .news-cont {
    width: 100%;
    float: none;
  }
  .index-box .index-news .news-cont .list-style1 {
    margin: 0;
  }
  .index-box .index-news .news-cont .list-style1 .item {
    padding: 5px 0;
  }
  .index-box .index-news .news-cont .list-style1 .item .list-cont {
    padding: 0 10px;
  }
  .index-box .index-news .news-cont .list-style1 .item .list-cont a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-box .index-news .news-cont .list-style1 .item .list-cont .list-title {
    padding: 8px 0;
  }
  .index-box .index-news .news-cont .list-style1 .item .list-date span {
    padding: 0;
    font-size: 14px;
  }
  .index-box .index-news .news-cont .list-style1 .item .list-date p {
    padding: 0;
  }
  .index-box .index-news .news-more {
    float: none;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    line-height: 24px;
  }
  .index-box .index-news .news-more .tit-zh {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .index-box .index-tab {
    width: 100%;
    float: none;
    height: auto;
    margin-top: 10px;
  }
  .index-box .index-tab .media-body {
    padding: 0 20px;
  }
  .index-box .index-tab .nav {
    padding: 0;
  }
  .index-box .index-tab .nav > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
  .index-box .index-tab .tab-pane {
    padding: 10px;
  }
  .mainbody {
    margin-left: 0;
  }
  .mainbody .sub-title {
    margin-top: 10px;
    height: 24px;
  }
  .mainbody .sub-title h3 {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    border-left-width: 5px;
    padding-left: 8px;
  }
  .mainbody .sub-cont {
    padding: 10px 15px;
  }
  .leftnav {
    width: 100%;
    float: none;
  }
  .leftnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .leftnav ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: auto;
  }
  .leftnav ul li a {
    padding: 10px 5px;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
  }
  .leftnav ul li a .xmicon {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    left: auto;
  }
  .leftnav ul li.active a {
    border-left-width: 0;
  }
  .leftnav .left-qr {
    display: none;
  }
  .article {
    padding: 0 0 10px;
  }
  .footer .foot-bd {
    padding: 10px;
  }
  .footer .foot-bd .friendlink {
    float: none;
    text-align: center;
    height: auto;
    line-height: normal;
  }
  .footer .foot-bd .friendlink img {
    height: 24px;
    width: auto;
  }
  .footer .foot-bd .hotphone {
    float: none;
    text-align: center;
  }
  .footer .foot-bd .hotphone p {
    display: inline-block;
    font-size: 12px;
  }
}
.pagination {
  display: block;
  text-align: center;
}
.pagination .nav-links {
  display: inline-block;
  margin: 20px 0;
  text-align: center;
}
.pagination .nav-links a {
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-left: -1px;
  float: left;
  line-height: 1.428;
  background-color: #fff;
  border: #ddd solid 1px;
  color: #07A9AE;
  text-decoration: none;
}
.pagination .nav-links .current {
  border-color: #07A9AE;
  cursor: default;
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-left: -1px;
  float: left;
  line-height: 1.428;
  background-color: #07A9AE;
  border: #ddd solid 1px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 320px) {
  .header .menu .navbar-default .navbar-brand {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .header .navbar-header {
    display: none;
  }
  .header .navbar-collapse {
    padding: 0;
  }
}
/*# sourceMappingURL=./xmcss.css.map */