@charset "UTF-8";
html {
  font-size: 14px;
  color: #333;
}
.content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.content .menu {
  width: 193px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ededed;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  box-sizing: border-box;
}
.content .menu .item {
  height: 44px;
  line-height: 44px;
  color: #333333;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  padding-left: 20px;
}
.content .menu .item.active {
  background-color: #f2f7fc;
  color: #0d86ff;
  position: relative;
}
.content .menu .item.active:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 44px;
  background-color: #0d86ff;
  content: '';
}
.content .container {
  width: 957px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ededed;
  box-sizing: border-box;
  overflow: hidden;
}
.content .container .item {
  display: none;
}
.content .container .item.active {
  display: block;
}
.content .container .item .title {
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  padding-left: 15px;
  background-color: #fcfcfc;
  border-bottom: solid 1px #ededed;
}
.content .container .item .warp {
  text-align: left;
  padding: 0 15px 20px 15px;
}
.content .container .item .warp .blod {
  font-weight: bold;
}
.content .container .item .warp.ours div {
  line-height: 34px;
}
.content .container .item .warp p {
  margin: 30px auto 0;
  line-height: 30px;
  font-size: 15px;
  color: #444;
}
.content .container .item .warp p > b {
  font-weight: bold;
  color: #000;
  display: block;
}
.content .container .item .warp h6 {
  line-height: 20px;
  margin-top: 36px;
  color: #000;
  font-size: 15px;
}
.content .container .item .warp .desc {
  width: 919px;
  background-color: #f2f7fc;
  box-sizing: border-box;
  color: #333333;
  padding: 38px 24px 30px 34px;
  margin-top: 20px;
  line-height: 20px;
}
.content .container .item .warp .title2 {
  color: #333333;
  font-size: 18px;
  border-bottom: solid 2px #ededed;
  padding-bottom: 16px;
  background: #fff;
  margin-bottom: 20px;
  margin-top: 60px;
}
.content .container .item .warp .item-course {
  display: flex;
  display: -webkit-flex;
}
.content .container .item .warp .item-course .item-content {
  width: 425px;
  height: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-right: 18px;
}
.content .container .item .warp .item-course .item-content .jainyi {
  background-color: #f2f7fc;
  padding: 30px 56px 30px 17px;
  position: relative;
  border: 1px solid #E5EDF5;
}
.content .container .item .warp .item-course .item-content .jainyi:before {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  width: 18px;
  height: 34px;
  margin-top: -17px;
  background: url("/static/img/about_bac.png") no-repeat;
  background-size: 100% 100%;
}
.content .container .item .warp .item-course .item-content .time {
  color: #333333;
  font-size: 30px;
  margin-bottom: 15px;
}
.content .container .item .warp .item-course .item-content .desc2 {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.content .container .item .warp .item-course .item-content .detail {
  color: #666666;
  font-size: 14px;
}
.content .container .item .warp .item-course .item-content:after {
  position: absolute;
  top: 45%;
  right: -47px;
  content: url("../img/circle.png");
  width: 16px;
  height: 16px;
}
.content .container .item .warp .item-course .item-content:before {
  position: absolute;
  top: 0;
  right: -40px;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ededed;
}
.content .container .item .warp .item-course.right {
  justify-content: flex-end;
}
.content .container .item .warp .item-course.right .item-content {
  text-align: left;
  padding-left: 18px;
  padding-right: 0;
}
.content .container .item .warp .item-course.right .item-content .jainyi {
  padding-left: 55px;
  padding-right: 20px;
}
.content .container .item .warp .item-course.right .item-content .jainyi:before {
  left: -18px;
  background: url("/static/img/about_bacr.png") no-repeat;
  background-size: 100% 100%;
}
.content .container .item .warp .item-course.right .item-content:after {
  position: absolute;
  top: 45%;
  left: -43px;
  content: url("../img/circle.png");
  width: 16px;
  height: 16px;
}
.content .container .item .warp .item-course.right .item-content:before {
  position: absolute;
  top: 0;
  left: -36px;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ededed;
}
.content .container .item .warp .warp-desc {
  width: 919px;
  background-color: #f2f7fc;
  border-radius: 4px;
  padding: 32px 72px 33px 76px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
.content .container .item .warp .warp-desc .warp-desc-item {
  width: 237px;
  height: 368px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ededed;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin-right: 30px;
  margin-bottom: 24px;
  text-align: center;
  padding-top: 10px;
  align-items: center;
  box-sizing: border-box;
}
.content .container .item .warp .warp-desc .warp-desc-item img {
  width: 212px;
  height: 291px;
  margin-bottom: 17px;
}
.content .container .item .warp .warp-desc .warp-desc-item:nth-child(3) {
  margin-right: 0;
}
.content .container .item .advert-nav {
  height: 50px;
  box-sizing: border-box;
  background-color: #fcfcfc;
  color: #666666;
  border-bottom: 1px solid #e5ecf4;
}
.content .container .item .advert-nav .one {
  margin: 0 10px 0 20px;
  display: inline-block;
  line-height: 47px;
  cursor: pointer;
}
.content .container .item .advert-nav .one.select {
  color: #0d86ff;
  border-bottom: 2px solid #0d86ff;
}
.content .container .item .list-content-box {
  padding: 20px;
}
.content .container .item .list-content-box .item-content-box {
  border: 1px solid #e5ecf4;
  padding: 5px;
  margin-bottom: 30px;
}
.content .container .item .list-content-box .item-content-box .advert-product-title {
  background-color: #0d86ff;
  height: 45px;
  line-height: 45px;
  color: white;
  font-size: 16px;
  text-align: center;
}
.content .container .item .list-content-box .item-content-box .advert-product-list {
  padding: 30px 0;
  overflow: hidden;
}
.content .container .item .list-content-box .item-content-box .advert-product-list > div {
  float: left;
}
.content .container .item .list-content-box .item-content-box .advert-product-list .left {
  padding: 0 40px;
}
.content .container .item .list-content-box .item-content-box .advert-product-list .left img {
  width: 323px;
}
.content .container .item .list-content-box .item-content-box .advert-product-list .right .tips {
  text-align: center;
  color: #999999;
  font-size: 14px;
  line-height: 40px;
}
.content .container .item .list-content-box .item-content-box .advert-product-list .right table {
  width: 477px;
  text-align: center;
  border: 1px solid #e5ecf4;
}
.content .container .item .list-content-box .item-content-box .advert-product-list .right thead tr {
  height: 50px;
  background-color: #f3f7fb;
}
.content .container .item .list-content-box .item-content-box .advert-product-list .right thead tr th {
  text-align: center;
  padding: 0 10px;
  font-weight: 600;
}
.content .container .item .list-content-box .item-content-box .advert-product-list .right tbody {
  font-size: 14px;
  border: 1px solid #e5ecf4;
  color: #333333;
}
.content .container .item .list-content-box .item-content-box .advert-product-list .right tbody tr td {
  font-size: 14px;
  padding: 10px 0;
}
.content .container .item .list-content-box .item-content-box .center-box {
  display: flex;
  align-items: center;
}
.content .container .item .list-content-box .advert-call-phone {
  color: white;
  font-size: 16px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-image: url("../img/advert/phone_bg.png");
  background-size: 100% 100%;
}
/*# sourceMappingURL=about.css.map */