/* 合作医院 */
.partner .view {
  /* height: 400px; */
}
.partner-wrap {
  width: 100%;
}
.partner-item {
  width: 17.5%;
  float: left;
  height: 200px;
  margin-bottom: 40px;
  position: relative;
  background: #fff;
}
.partner-item:hover .partner-hover {
  display: block;
}
.partner-item:hover .partner-item-wrap {
  border-color: transparent;
}
.partner-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 190px;
  /* z-index: -1; */
}
.partner-item-wrap {
  border: 1px solid #999;
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 50px;
  right: 1px;
  background: #fff;
}
.partner-view {
  width: 190px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}
.partner-view img {
  width: 190px;
  height: 150px;
}
.partner-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
}
.partner-gaps {
  width: 10%;
  float: left;
  height: 150px;
}
.shim {
  width: 100%;
  height: 80px;
  clear: both;
}

/* 政策 */
.policy .view {
  /* height: 400px; */
}
.policy-wrap{
  margin-top: 50px;
  width: 100%;
}
.policy-item {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 184px;
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}
.policy-view {
  width: 300px;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
}
.policy-desc {
  position: absolute;
  left: 360px;
  top: 20px;
  right: 20px;
  bottom: 20px;
}
.policy-desc-time {
  position: absolute;
  font-size: 16px;
  color: #666;
  right: 0px;
  margin-top: 40px;
}
.policy-desc-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.policy-desc-info {
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.policy-item:hover {
  /* border-color: #0c7fbb; */
  border-color: transparent;
  box-shadow: -4px 4px 17px 1px rgba(106, 159, 187, 0.3);
}
.policy-item:hover .policy-desc-title {
  color: #0c7fbb;
}
.policy-page {
  width: 300px;
  margin: 80px auto;
}
.policy-page-item {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #999;
  border: 1px solid #ccc;
  margin: 0 10px;
  cursor: pointer;
}
.policy-page-item-active {
  background: #0c7fbb;
  color: #fff;
}
/* 详情 */
.policy-article p {
  font-size: 16px;
  margin-bottom: 40px;
  color: #666;
}
.policy-quote {
  position: relative;
  margin: 0 40px 40px;
  /* padding-top: 20px; */
}
.policy-quote .policy-quote-time {
  /* display: flex; */
  float: right;
  flex-direction: column;
  text-align: right;
}
.policy-quote-text {
  margin-top: 120px;
}
.policy-quote .policy-quote-time p {
  margin: 0;
}
.policy-quote .policy-quote-subtitle {
  font-weight: bold;
  margin-bottom: 14px;
  color: #1c5c91;
}
.policy-quote .quote-left {
  position: absolute;
  left: -40px;
  top: 0;
  height: 20px;
}
.policy-quote .quote-right {
  position: absolute;
  bottom: 0;
  right: -40px;
  height: 20px;
}
.policy-quote p {
  line-height: 30px;
  color: #666;
}
.policy-quote .policy-quote-bold {
  font-weight: bold;
  color: #000;
}
.policy-quote-foot {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-left: 40px;
}
.policy-quote-foot-none {
  display: flex;
  justify-content: space-around;
}
.policy-quote-foot p {
  color: #1c5c91;
}
.policy-quote-foot-none p {
  color: #1c5c91;
}
.policy-quote img {
  margin: 20px auto;
  display: block;
}
.policy-quote .policy-quote-arrows {
  padding: 20px 0px 20px 70px;
}
.policy-quote .policy-quote-link-first {
  color: #1c5c91;
  /* text-decoration:underline; */
  /* display: block; */
  font-size: 16px;
}
.policy-quote-link-first a{
  color: #1c5c91;
  text-decoration:underline;
  font-size: 16px;
}
.policy-quote .policy-quote-link {
  color: #1c5c91;
  text-decoration:underline;
  margin-left: 50px;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
/* 关于我们 */
.wrap-about-1 img {
  height: 250px;
}
.wrap-about-1 .about-item-desc {
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 100px;
}
.wrap-about .about-item-view {
  width: 100%;
  margin-bottom: 120px;
}