.main-CLGS {
  background-color: #f2f3f7;
  padding: 25px 0; }
  .main-CLGS .xy-wrapper {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-CLGS .xy-wrapper .CLGS-left {
      width: 75%; }
      .main-CLGS .xy-wrapper .CLGS-left > .box-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        margin: 5px 0;
        color: #666; }
        .main-CLGS .xy-wrapper .CLGS-left > .box-item > span {
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .main-CLGS .xy-wrapper .CLGS-right {
      width: 25%; }
      .main-CLGS .xy-wrapper .CLGS-right img {
        height: 180px;
        margin-left: 50px; }

.box-title {
  font-size: 20px;
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 5px; }

.box-info {
  font-size: 12px;
  color: #888;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.6em; }

.main-list .xy-wrapper {
  position: relative; }
  .main-list .xy-wrapper .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom:140px; }
  .main-list .xy-wrapper .center-line {
    position: absolute;
    height: 100%;
    width: 80px;
    left: 50%;
    top: 0;
    margin-left: -40px; }
  .main-list .xy-wrapper .center-line-line {
    height: 100%;
    width: 0;
    position: absolute;
    left: 39.5px;
    border-right: 1px dashed #f2f3f7; }
  .main-list .xy-wrapper .center-line-ico {
    height: 40px;
    width: 80px;
    background-color: #f2f3f7;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/cut-gray.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .main-list .xy-wrapper .center-line-ico2 {
    height: 40px;
    width: 80px;
    background-color: #f2f3f7;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img//cut-white.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat; }

.list-item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.list-img {
  margin-top: 200px;
  margin-bottom: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15%;
  padding-left: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 5; margin-bottom: 90px;}
  .list-btn .list-btn-item {
    width: 180px;
    height: 50px;
    background-color: #32d3ff;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 14px;
    cursor: pointer; }
    .list-btn .list-btn-item h1{line-height: 24px;font-size:16px;margin-top:4px;}
    .list-btn .list-btn-item p{line-height: 16px;font-size:12px;}
  .list-btn .list-btn-item-b {
    background-color: #32d3ff; }
  .list-btn .list-btn-item-o {
    background-color: #ff913a; }
.list-btn .list-btn-item a{display: block;}
.list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 100%;
  margin-top:40px; }
  .list-title h3 {
    font-size: 20px;
    color: #32d3ff; }
  .list-title p {
    color: #666;
    font-size: 12px;margin-top:10px; }

.list-title-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 100%; }
  .list-title-big h3 {
    font-size: 18px;
    color: #32d3ff; }
  .list-title-big p {
    color: #666;
    font-size: 12px; }

.list-box {
  background-color: #fff;
  width: 90%;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .list-box .list-box-left {
    height: 120px;
    width: 120px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .list-box .list-box-left img {
      width: auto; }
  .list-box .list-box-right h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333; }
  .list-box .list-box-right p {
    padding-left: 15px;
    margin: 5px 0;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    position: relative; }
  .list-box .list-box-right p:hover {
    text-decoration: underline; }
  .list-box .list-box-right p:hover::after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px; }

.list-box:hover {
  -webkit-box-shadow: 0 0 2px 2px #EEE;
          box-shadow: 0 0 2px 2px #EEE; }

.list-b .list-title h3 {
  color: #32d3ff; }
.list-b .list-box-left {
  background-image: url("../img/list-bg-b.jpg"); }
.list-b .list-box-right p:hover {
  color: #32d3ff; }
.list-b .list-box-right p:hover::after {
  border-left-color: #32d3ff; }

.list-o .list-title h3 {
  color: #ff913a; }
.list-o .list-box-left {
  background-image: url("../img/list-bg-o.jpg"); }
.list-o .list-box-right p:hover {
  color: #ff913a; }
.list-o .list-box-right p:hover::after {
  border-left-color: #ff913a; }

.list-title-b h3 {
  color: #32d3ff; }

.list-title-o h3 {
  color: #ff913a; }

.list-line-wrapper {
  background-color: #fff;
  width: 80%;
  margin-top: 25px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.list-line .list-line-title {
  height: 30px;
  width: 100%;
  line-height: 30px;
  color: #FFF;
  font-size: 14px;
  text-indent: 1em;
  background-image: url("../img/course-bg.jpg");
  background-size: 100% 100%; }
.list-line .list-line-content {
  padding: 10px;
  font-size: 14px;
  padding-left: 20px; }
.list-line .LLC-item {
  margin: 5px 0; }
  .list-line .LLC-item .LLC-item-title {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    width: 100%;
    position: relative; }
  .list-line .LLC-item .LLC-item-title::after {
    content: "";
    height: 12px;
    width: 12px;
    background-color: #ff913a;
    position: absolute;
    top: 8px;
    left: -20px; }
  .list-line .LLC-item .LLC-item-content {
    line-height: 24px;
    font-size: 12px;
    color: #666;
    width: 49%;
    display: inline-block; }

.list-wrapper-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px; }

.list-box-w {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border: 1px solid #f2f3f7;
  margin-top: 20px;
  height: 130px;
  background-color: #fff; }
  .list-box-w .list-box-title {
    line-height: 20px;
    color: #32d3ff;
    margin-bottom: 10px; }
  .list-box-w .list-box-content {
    font-size: 12px;
    line-height: 1.8em;
    color: #333; }
    .list-box-w .list-box-content a {
      color: #32d3ff; }

.list-box-w:nth-child(odd) {
  margin-right: 6%; }

.list-box-w:hover {
  -webkit-box-shadow: 0 0 2px 2px #EEE;
          box-shadow: 0 0 2px 2px #EEE; }

.list-wrapper-w-o .list-box-title {
  color: #ff913a; }
.list-wrapper-w-o .list-box-content a {
  color: #ff913a; }

.BS-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .BS-box .BS-title {
    font-size: 18px;
    line-height: 1.6em;
    border-bottom: 2px solid #32d3ff;
    text-align: center;
    margin: 20px 0; }
  .BS-box .BS-item {
    margin: 10px 0;
    width: 30%; }
    .BS-box .BS-item > div {
      color: #333;
      font-size: 15px;
      margin-bottom: 5px;
      font-weight: bold; }
    .BS-box .BS-item > p {
      line-height: 1.6em;
      color: #666;
      font-size: 13px; }

.shangxian-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .shangxian-box .shangxian-item {
    width: 18%;
    height: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #EEE;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .shangxian-box .shangxian-item > b {
      width: 50px;
      height: 50px;
      background-color: #DDD;
      border-radius: 50%;
      color: white;
      font-size: 18px;
      line-height: 50px;
      margin-bottom: 20px;
      text-align: center;
      display: block;
      font-weight: normal; }
    .shangxian-box .shangxian-item > h4 {
      margin-bottom: 10px;
      font-size: 18px;
      color: #333; }
    .shangxian-box .shangxian-item > p {
      line-height: 1.8em;
      font-size: 14px;
      color: #666; }
    .shangxian-box .shangxian-item a {
      color: #32d3ff; }

.shangxian-item:hover {
  -webkit-box-shadow: 0 0 2px 2px #EEE;
          box-shadow: 0 0 2px 2px #EEE; }
  .shangxian-item:hover > b {
    background-color: #32d3ff; }

.qudao-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5; margin-bottom: 160px;}
  .qudao-box .qudao-item {
    width: 30%;
    height: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-top: 40px;
    cursor: pointer; }
    .qudao-box .qudao-item .qudao-box-title {
      height: 60px;
      text-align: center;
      background-color: #ececec;
      line-height: 60px;
      font-weight: bold;
      font-size: 16px;
      color: #666; }
    .qudao-box .qudao-item .qudao-box-content {
      text-indent: 2em;
      padding: 20px;
      color: #666;
      font-size: 13px;
      line-height: 1.8em; }
    .qudao-box .qudao-item .qudao-box-btn {
      width: 120px;
      height: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #ff913a;
      color: #ff913a;
      text-align: center;
      line-height: 30px;
      position: absolute;
      bottom: 15px;
      left: 50%;
      margin-left: -60px;
      font-size: 14px;
      cursor: pointer; }
  .qudao-box .qudao-item:hover .qudao-box-title {
    color: white;
    background-color: #ff913a; }
  .qudao-box .qudao-item:hover .qudao-box-btn {
    color: white;
    background-color: #ff913a; }

.xy-BS {
  background-image: url("../img/purchase-bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat; }

.jieru-title, .daili-title {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
  font-size: 16px;
  color: #333; }

.jieru-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }
  .jieru-box .jieru-left {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px; }
    .jieru-box .jieru-left > p {
      line-height: 1.6em;
      margin: 10px 0;
      font-size: 15px;
      color: #333; }
    .jieru-box .jieru-left .jieru-item {
      line-height: 1.6em;
      margin: 10px 0;
      font-size: 14px;
      color: #666; }
      .jieru-box .jieru-left .jieru-item > div {
        text-indent: 1.5em;
        position: relative;
        line-height: 30px; }
      .jieru-box .jieru-left .jieru-item > div::after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #32d3ff;
        position: absolute;
        left: 0;
        top: 10px; }
  .jieru-box .jieru-right {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px; }

.daili-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .daili-box .daili-line {
    position: absolute;
    width: 0;
    height: 70%;
    left: 50%;
    top: 25%;
    border-right: 1px dashed #DDD; }
  .daili-box .daili-title {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #666;
    margin-bottom: 50px;
    margin-top: 0; }
  .daili-box .daili-left, .daili-box .daili-right {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px; }
  .daili-box .daili-item {
    margin-bottom: 10px; }
    .daili-box .daili-item h5 {
      font-size: 14px;
      line-height: 30px;
      color: #333; }
    .daili-box .daili-item p {
      line-height: 1.6em;
      text-indent: 1.5em;
      font-size: 14px;
      color: #444; }
  .daili-box .daili-left > p {
    line-height: 1.6em;
    color: #666;
    line-height: 1.6em;
    font-size: 14px; }
  .daili-box .daili-left > p > a {
    padding-left: 10px;
    color: #32d3ff; }
  .daili-box .daili-right-list {
    margin-top: 30px;
    line-height: 1.6em;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    margin-left: 130px; }
  .daili-box .daili-right-tip {
    font-size: 12px;
    line-height: 2em;
    color: #999;
    margin-left: 130px; }

.gainian-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 160px; }

.gainian-item {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin: 15px;
  background-color: #fff; }
  .gainian-item .gainian-item-tite {
    font-size: 16px;
    color: #ff913a;
    font-weight: bold; }
  .gainian-item .gainian-item-content {
    margin: 10px 0;
    font-size: 12px;
    color: #666; }

.dblist{overflow: hidden;width:300px;}
.dblist-line{width:50%;float: left;}
.list-box-right-link-btn{font-size: 14px;color: #10cbff;margin-top:20px;text-align: right;cursor: pointer;}

.list-box-right-link h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333; }
.list-box-right-link p {
  margin: 5px 0;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  position: relative; }
.list-box-right-link .link:hover {
  text-decoration: underline; }
.list-box-right-link .link::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("../img/link.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  left: 5px; }

.list-box-right-link .link:hover {
  color: #32d3ff; }
.list-box-right-link .link:hover::after {
  border-left-color: #32d3ff; }

.list-box-right-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .list-box-right-link-item > div {
    width: 5%;
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 5px; }
  .list-box-right-link-item > p {
    width: 95%; }

.next-btnbox{
  position: relative;bottom: 100px;width: 70%;margin:0 15%;
}
.next-btn{
  width: 35.7%;margin: 0 7%;text-align: center;display: inline-block;
}
.next-btn a{display: block;box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);color: #ff913a;line-height: 64px;font-size: 22px;cursor: pointer;background-color: #fff;border-radius:5px;}
.next-btn a:hover{background-color: #ff913a;color: #fff;}
.next-btn a:hover .next-lable{color: #fff;}
.next-btn a .arrow{background-image: url("../img/arrow-o.png");width: 40px;height: 64px;background-position: center;background-repeat: no-repeat;display: none;vertical-align: bottom;}
.next-btn a:hover .arrow{background-image: url("../img/arrow-w.png");}
.next-btn:first-child a .arrow{background-image: url("../img/arrow-l-o.png");}
.next-btn:first-child a:hover .arrow{background-image: url("../img/arrow-l-w.png");}
.next-lable{color: #aaa;}
