@charset "utf-8";

html,
body {
  min-width: 1024px;
}
.pgsize {
  width: 1024px;
}

a {
  color: #0c5f96;
}

.content {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 15px;
  color: #373737;
}
.content,
.content p {
  line-height: 1.7;
}

.content p,
.content .item-100 {
  margin-bottom: 1em;
  text-indent: 2em;
}

.content .item-100 {
  display: block;
  text-indent: 0;
  width: 100%;
}

.cm-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cm-header .logo {
  width: 150px;
  height: 126px;
}
.cm-header .nav {
  overflow: hidden;
  margin-top: 20px;
}
.cm-header .nav ul {
  margin-left: -30px;
}
.cm-header .nav li {
  margin-left: 30px;
}
.cm-header .nav a {
  display: block;
  font-size: 16px;
  color: #282828;
  line-height: 80px;
}

.cm-banner {
  height: 600px;
  background: url(../img/banner.jpg) no-repeat top center;
}

.cm-footer-ajust {
  height: 70px;
}
.cm-footer {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  background-color: #0c5f96;
}
.cm-footer,
.cm-footer a,
.cm-footer a:hover {
  color: #fff;
}

.cm-title-group {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.cm-title-group h3 {
  float: left;
  font-size: 28px;
  color: #222;
}
.cm-title-group p {
  float: left;
  margin-top: 12px;
  margin-left: 10px;
  color: #999;
  font-size: 17px;
  text-transform: uppercase;
}
.cm-title-group .more {
  float: right;
  margin-top: 10px;
}

.hospital-introduction .main-info .info {
  color: #666;
  font-size: 14px;
  line-height: 2;
}

.news-main {
  overflow: hidden;
}
.news-main ul {
  margin-top: -12px;
  margin-left: -30px;
}
.news-main li {
  position: relative;
  width: 497px;
  margin-top: 12px;
  margin-left: 30px;
}
.news-main a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 7em;
}
.news-main span {
  position: absolute;
  color: #686868;
  right: 0;
  top: 0;
}
.team-main {
  overflow: hidden;
}
.team-main ul {
  margin-top: -16px;
  margin-left: -16px;
}
.team-main li {
  width: 192px;
  margin-left: 16px;
  margin-top: 16px;
}
.team-main .cover {
  display: block;
  height: 300px;
  overflow: hidden;
  background-color: #0c5f96;
}
.team-main .cover img {
  display: block;
  width: 100%;
}
.team-main span {
  display: block;
  margin-top: 5px;
  text-align: center;
}
