.main-openfund .open img{
  width:100%;
}


.main-openfund {
  padding: 60px 9.8% 60px 18.1%;
}

.main-openfund .open {
  width: 100%;
  display: inline-block;
  font-size: 0;
}

.main-openfund .open .open-title {
  padding-left: 32px;
  position: relative;
}

.main-openfund .open .open-title .en {
  font-family: Rajdhani-SemiBold;
  font-size: 12px;
  color: #1b88ff;
  letter-spacing: 1px;
  font-weight: 600;
}

.main-openfund .open .open-title .en:before {
  content: "";
  width: 26px;
  height: 1px;
  border: 1px solid #1b88ff;
  background: #1b88ff;
  position: absolute;
  margin-top: 6px;
  margin-left: -32px;
}

.main-openfund .open .open-title .cn {
  font-size: 32px;
  color: #272727;
  font-weight: 500;
  margin-top: 9px;
  margin-bottom:16px;
}

.main-openfund .open .open-title .cn:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #207de2;
  position: absolute;
  top: 12px;
  left: 0;
}

.main-openfund .open .open-title .cn:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ffbe17;
  position: absolute;
  top: 18px;
  left: 0;
}

.main-openfund .open .wp_articlecontent p {
  font-size: 16px !important;
  color: #606266;
  letter-spacing: 0;
  line-height: 28px !important;
  font-weight: 400;
    margin-top:16px;
}

.main-openfund .open .wp_articlecontent p strong {
  font-family: PingFangSC-Medium;
  font-size: 18px !important;
  color: #272727;
  font-weight: 600 !important;
}

.main-openfund .open .wp_articlecontent table {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.main-openfund .open .wp_articlecontent table tr:nth-child(even) > td {
  background: #f2f6fe;
}

.main-openfund .open .wp_articlecontent table tr th {
  background: #4b86fb;
  border: 1px solid rgba(75, 134, 251, 0.2);
}

.main-openfund .open .wp_articlecontent table tr th p {
  font-family: PingFangSC-Medium;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.main-openfund .open .wp_articlecontent table tr th p strong {
  color: #ffffff;
}

.main-openfund .open .wp_articlecontent table tr td {
  padding: 0;
  border: 1px solid rgba(75, 134, 251, 0.2);
}

.main-openfund .open .wp_articlecontent table tr td p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #5e5e5e;
  text-align: center;
  font-weight: 400;
  padding: 12px 0;
  margin: 0;
}

.main-openfund .open .wp_articlecontent table tr td.fir {
  background: #ffffff;
}

.main-openfund .open .wp_articlecontent table tr td.fir p {
  font-family: PingFangSC-Semibold;
  color: #5a5a5a;
  font-weight: 600;
}

.main-openfund .open .wp_articlecontent h3 {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #272727;
  font-weight: 600;
  margin-top: 32px;
  padding-left: 30px;
  position: relative;
}

.main-openfund .open .wp_articlecontent h3:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #207de2;
  position: absolute;
  left: 0;
  top: 7px;
}

.main-openfund .open .wp_articlecontent ul {
  margin-top: 20px;
padding:0;
}

.main-openfund .open .wp_articlecontent ul li {
  padding-left: 30px;
  position: relative;
}

.main-openfund .open .wp_articlecontent ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #606266;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
}

.main-openfund .open .wp_articlecontent ul li a {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #606266;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}






@media screen and (max-width:768px){
.main-openfund{
  padding:30px 0;
}
.main-openfund .open .open-title {
  padding-left:20px;
}
.main-openfund .open .open-title .cn{
  font-size:24px;
  margin:0;
}
.main-openfund .open .wp_articlecontent p strong{
  font-size:16px !important;
}
.main-openfund .open .wp_articlecontent h3{
  padding-left:24px;
  font-size:16px;
}
.main-openfund .open .wp_articlecontent ul li {
  padding-left:24px;
}
.main-openfund .open .wp_articlecontent ul li a{
  font-size:14px;
}
.main-openfund .open .wp_articlecontent p{
  font-size:14px !important;
  line-height:26px !important;
}
.main-openfund .open .open-title .cn:before {
  top:7px;
}
.main-openfund .open .open-title .cn:after{
  top:13px;
}
.main-openfund .open .wp_articlecontent ul li:before {
  top:12px;
}
}
