.content .contact-top {
  padding: 60px 0 30px 0;
  text-align: center;
  position: relative;
}
.content .contact-top p {
  font-size: 26px;
  color: #0075be;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.content .contact-top .import {
  font-size: 20px;
  color: #195fbc;
  position: relative;
}
.content .contact-top .import .left-line {
  width: 2px;
  height: 68px;
  background-color: #064089;
  display: inline-block;
  margin-right: 5px;
}
.content .contact-top .bottom-square {
  width: 30px;
  height: 27px;
  background-color: #064089;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .fifth {
  padding: 50px 0;
  background-color: #fff;
}
.content .fifth .fifth-content .fifth-l-content .title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000000;
}
.content .fifth .fifth-content .fifth-l-content .pinyin {
  font-size: 10px;
  letter-spacing: 1px;
  color: #222222;
  padding-top: 5px;
}
.content .fifth .fifth-content .fifth-l-content .postcard {
  width: 100%;
  height: 190px;
  margin-top: 20px;
  display: flex;
}
.content .fifth .fifth-content .fifth-l-content .postcard .weixin {
  width: 140px;
  height: 190px;
  background-color: #ffffff;
  border: solid 1px rgba(25, 95, 188, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .fifth .fifth-content .fifth-l-content .postcard .weixin div {
  text-align: center;
}
.content .fifth .fifth-content .fifth-l-content .postcard .weixin div:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #195fbc;
  padding-top: 10px;
}
.content .fifth .fifth-content .fifth-l-content .postcard .weixin div:last-child {
  font-size: 14px;
  color: #646464;
  padding-bottom: 10px;
}
.content .fifth .fifth-content .fifth-l-content .postcard .contact-con {
  width: 422px;
  height: 217px;
  background: url("../img/fifth-l-content-bg.png") no-repeat;
  background-position: -20px 156px;
  margin-left: 10px;
  padding-left: 30px;
}
.content .fifth .fifth-content .fifth-l-content .postcard .contact-con div {
  padding-bottom: 5px;
}
.content .fifth .fifth-content .fifth-l-content .postcard .contact-con div span {
  font-size: 18px;
  color: #195fbc;
  padding-right: 10px;
}
.content .fifth .fifth-content .fifth-r-content .ditu {
  height: 295px;
}
@media (max-width: 768px) {
  .fifth .fifth-r-content {
    margin-top: 30px;
  }
  .fifth .fifth-r-content .ditu {
    height: 295px;
  }
}
