.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}/* CSS Document */
body {background: #fff;}
a {color: inherit;}
button {
  border: none;
  box-shadow: none;
  outline: none;
}
.wrap {width: 94%;margin: auto;font-size:1.2rem;line-height:1.5;}
.mar {margin: 3% auto;font-size:1.2rem;}
.p {text-indent: 2em;line-height: 1.8em;}
.content{text-indent:2em;font-size:1.2rem;}
.section {
    width: 95%;
    margin: 5% 2.5%;
}
.title-row {
    display: flex;
    justify-content: center;
}
.title-row .col {
    width: 50%;
    margin: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 540;
}
.title-row .orange-font {
    color: #ec7608;
    font-weight: bold;
}
.img img {
    max-width: 100%;
    display: block;
    margin-bottom: 2%;
}
.title-main {
  font-size: 1.5rem;
  text-align: center;
}
.title-main span {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}

.sxb li {
  width: 32.5%;
  border: 1px solid #ccc;
  margin-bottom: 3%;
}
.sxb li p {
  height: 6.5rem;
  padding: 2%;
  font-size:1rem;
  line-height:1.5;
}
.sxb li .sxb-t {
  padding: 3% 2%;
  border-top: 1px solid #ccc;
}
.sxb li .sxb-t a {
  padding: 1% 5%;
  border-radius: 50px;
  background: #121358;
  color: #fff;
  text-align: center;
}

.jyb {margin: 0 1%;}
.jyb li {
  width: 32%;
  border: 1px solid #ccc;
  margin-bottom: 2%;
  font-size: .8rem;
}
.jyb li p {
  padding: 2%;
  font-size:1rem;
  line-height:1.5;
}
.jyb li .jxb-t {
  padding-top: 3%;
  border-top: 1px solid #ccc;
  text-align: center;
  font-size:1rem;
}
.jyb li .jxb-t a {
  display: inline-block;
  padding: 1% 5%;
  border-radius: 50px;
  background: #121358;
  color: #fff;
  margin: 3% 1%;
}

.bg1 {
  padding: 2% 0;
  background: #02137c;
  color: #fff;
}
.zcjd li {
  width: 32%;
  padding: 2%;
  border: 1px solid #fff;
  margin-bottom: 2%;
}
.zcjd li h4 {
  font-size: 1rem;
  text-align: center;
}
.zcjd li p{font-size:.9rem;line-height:1.5;text-indent:2em;}
.zcjd li hr {
  width: 70%;
  margin: 3% auto;
  border-top: 1px solid #fff;
}

.ys {align-items: center;}
.ys b {
   width: 15%;
  font-size: 1.3rem;
  color: #02137c;
  border-right: 1px solid #333;
}
.ys p {
  width: 80%;
  font-size: 1rem;
  line-height:1.5;
}

.zxbtn {
  display: block;
  width: 60%;
  line-height: 3rem;
  background: #02137c;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

.bg2 {
  background: #ededed;
  overflow: hidden;
}



.ul_list9 {
  width: 50%;
}

.ul_list9 li {
    width: 93%;
    background: #fda228;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 3.5rem;
    border-radius: 14px;
}

.ul_list9 li img {
    width: 1.7rem;
    height: 1.5rem;
    margin: 0.8rem 0rem 0 0.4rem;
}

.ul_list9 li .right {
width: 80%;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    border-left: 1px dashed #fee4c0;

}

.ul_list9 li .right strong {
  display: block;
  margin-top: 0.3rem;
}

.ul_list9 li .right a {
    width: 5.8rem;
    background: #fff;
    display: block;
    margin: 0.3rem auto 0;
    color: #02137c;
    font-size: 0.8rem;
}