@charset "utf-8";
body {
  background: #f3f7fb;
}
.banner {
  width: 100%;
}

.banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.curse {
  width: 100%;
  padding: 30px 0;
}

.curse p {
  font-size: 16px;
  color: #000000;
}

.box-main {
  width: 100%;
  padding-bottom: 30px;
}

.box-main .left {
  width: 840px;
  background-color: #ffffff;
  padding: 30px;
}

.box-main .left .left-title {
  width: 100%;
  font-size: 20px;
  color: #0b1d30;
  font-weight: bold;
}

.left-tex {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-align: justify;
}

.left-tex img {
  max-width: 100%;
}

.left-item {
  width: 100%;
  margin-bottom: 30px;
}

.item-title {
  width: 86px;
  height: 179px;
  background-color: #0d61d3;
}

.left-item.one .item-title {
  height: 82px;
}

.item-title p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.item-flex {
  flex: 1;
  height: 179px;
}

.left-item.one .item-flex {
  height: 82px;
}

.item-flex p {
  width: 157px;
  height: 82px;
  background-color: #f3f7fb;
  margin-left: 13px;
  text-align: center;
  line-height: 82px;
  font-size: 18px;
  color: #0b1d30;
}

.item-flex p.two {
  width: 213px;
}

.item-flex p.three {
  width: 441px;
}

.item-flex p.four {
  width: 327px;
}

.right {
  width: 337px;
}

.right .right-a {
  width: 100%;
  height: 69px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  line-height: 69px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 15px;
}

.right .right-a.active {
  background-color: #0d61d3;
  color: #FFFFFF;
}

.right .img-right {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.right .img-right img {
  width: 100%;
}

































































































































































