.editor {
  color: #666666;
}

.titleBox {
  margin-bottom: 3%;
}

.titleBox .titleRedBg {
  margin: 0;
}

@media screen and (max-width: 850px) {
  .titleRedBg {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.title {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  color: #CC0303;
  font-weight: 700;
}

/*****************************************/
.detail {
  line-height: 1.8;
}

.detail .pic {
  line-height: 0;
}

.detail .box1 {
  margin-bottom: 5%;
}

.detail .box1 .contentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.detail .box1 .contentBox .pic {
  margin: 0 -100% -5% 0;
  line-height: 0;
  z-index: 9;
  -webkit-box-shadow: 30px 30px 25px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 30px 30px 25px 1px rgba(0, 0, 0, 0.2);
}

.detail .box1 .contentBox .pic2 {
  position: relative;
  margin: 0 0 0 auto;
  line-height: 0;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .detail .box1 .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail .box1 .contentBox .pic {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .detail .box1 .contentBox .pic2 {
    padding: 5px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.detail .box2 {
  padding-top: 5%;
  margin-bottom: 5%;
}

.detail .box2 .contentBox {
  max-width: 950px;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

.detail .box2 span {
  font-weight: 600;
  color: #CC0303;
}

.pageBtnBox {
  padding-top: 3%;
}

.tableBox {
  max-width: 950px;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  margin-bottom: 5%;
}

.tableBox .topTitle {
  padding: 20px;
  color: #fff;
  background: #3db7e4;
  font-weight: 700;
  text-align: center;
}

.tableBox table {
  width: 100%;
}

.tableBox table tr {
  border-bottom: #dadfe3 1px solid;
}

.tableBox table th {
  background: #f3f3f3;
  padding: 10px;
}

.tableBox table td {
  border: none;
  text-align: center;
}

.tableBox table td.blueBg {
  background: #eafbfd;
}

.tableBox table td.blueColor {
  color: #3db7e4;
}

.mainBox .pageTitleBox {
    padding: 3% 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width:100%;
    overflow: hidden;
}
@media (min-width:576px) {
    .mainBox .pageTitleBox {
        max-width: 540px;
    }
}
@media (min-width:768px) {
    .mainBox .pageTitleBox {
        max-width: 720px;
    }
}
@media (min-width:992px) {
    .mainBox .pageTitleBox {
        max-width: 960px;
    }
}
@media (min-width:1200px) {
    .mainBox .pageTitleBox {
        max-width: 1140px;
    }
}
@media (min-width:1400px) {
    .mainBox .pageTitleBox {
        max-width: 1320px;
    }
}