#pc-wrap {
  background: #f6f6f6;
}
.position td{
  color: #0287e6;
  font-size: 14px !important;
}
#pc-wrap .main {
  background: url(./bg-main.png) no-repeat center bottom;
  background-size: contain;
  padding: 20px 0;
}

#pc-wrap .main .container {
  background: #fff;
}

#pc-wrap .main .container .position {
  width: 100%;
  height: 56px;
  background: #f8f8f8;
  padding-left: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 18px;
  font-family: MicrosoftYaHeiUISemibold;
  margin:20px  40px 0 40px
}

#pc-wrap .main .container .title-b {
  font-family: "YouSheBiaoTiHei";
  font-size: 36px;
  height: 63px;
  color: #0287e6;
  text-align: center;
  background: url(./bg-title.png) no-repeat center;
  background-size: 244px 63px;
  margin-top: 25px;
}

#pc-wrap .main .container .content {
  padding: 10px;
}

#pc-wrap .main .container .content .title-s {
  font-size: 18px;
  color: #0287e6;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

#pc-wrap .main .container .content .title-s::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  line-height: 16px;
  border-radius: 4px;
  padding-top: 22px;
  margin-right: 10px;
  background: #0287e6;
}

#pc-wrap .main .container .content .list {
  padding: 25px 0;
}

#pc-wrap .main .container .content .list li {
  width: 23%;
  padding: 20px 0;
  margin: 12px 11px;
  text-align: center;
  border: 1px solid #ddd;
}

#pc-wrap .main .container .content .list li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pc-wrap .main .container .content .list li:hover {
  border: 1px solid #0287e6;
}

#pc-wrap .main .container .content .list li:hover a {
  color: #0287e6;
}