.partners {
  border: 1px solid #d6d6d6;
  padding: 1px;
  margin-top: 20px;
}
.partners-item {
  width: 240px;
  box-shadow: 0px 0px 10px #d6d6d6;
  text-align: center;
  padding: 15px;
}
.partners-item img {
  height: 41px;
}
.partners-item h3 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.partners-item a {
  color: #000000;
  text-decoration: none;
}
.partners-item a:hover {
  text-decoration: underline;
}
.content {
  padding: 30px;
  border: 1px solid #d6d6d6;
}
.content h1 {
  font-size: 16px;
}
.content .partners-logo img {
  width: 180px;
}
.content .partners-desc {
  font-size: 14px;
  line-height: 22px;
}
.content .parts {
  height: 40px;
  background: #faf6ff;
  line-height: 40px;
}
.content .parts strong {
  display: inline-block;
  font-size: 14px;
  text-indent: 1em;
}
.content .desc {
  line-height: 24px;
}
.menus {
  width: 200px;
  border: 1px solid #d6d6d6;
}
.menus ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
.menus ul li a {
  display: inline-block;
  width: 100%;
  height: 39px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.menus ul li a:hover,.menus ul li a.cur {
  font-weight: bold;
  background: #f4ebff;
}
.menus ul li a.cur:after {
  content:'';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #f4ebff;
  position: absolute;
  top: 15px;
  right: -12px;
}
.info {
  width: 1130px;
  padding: 30px;
  border: 1px solid #d6d6d6;
}
.info p {
  margin: 10px 0;
  line-height: 24px;
  text-indent: 2em;
}