@charset "UTF-8";
.recommended-section {
  background: #f7f7f7; }
  .recommended-section .row {
    width: 1280px;
    margin: 0 auto;
    overflow-x: hidden; }
    .recommended-section .row .section-header {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 32px;
      color: rgba(0, 0, 0, 0.87); }
    .recommended-section .row h3 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 16px; }
    .recommended-section .row .btn-row {
      text-align: right; }
      .recommended-section .row .btn-row:before {
        content: " ";
        display: table; }
      .recommended-section .row .btn-row:after {
        content: " ";
        display: table;
        clear: both; }
    .recommended-section .row .btn {
      display: inline-block;
      width: 260px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      margin-bottom: 32px;
      font-size: 14px;
      color: #fff;
      background: #4a5b9b; }

.article-row {
  font-size: 0;
  margin: 0 -15px; }
  .article-row .js_result_container_wrapper {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 6px 12px; }
    .article-row .js_result_container_wrapper .js_result_container {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      background: #fff;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
      -webkit-transition: box-shadow 0.3s ease;
      -moz-transition: box-shadow 0.3s ease;
      -ms-transition: box-shadow 0.3s ease;
      -o-transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease; }
      .article-row .js_result_container_wrapper .js_result_container:hover {
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); }
        .article-row .js_result_container_wrapper .js_result_container:hover .card-title {
          text-decoration: underline; }
    .article-row .js_result_container_wrapper .js_result_row {
      position: relative;
      margin: 0;
      overflow: visible;
      border: 0;
      padding: 0;
      width: 100%;
      height: 324px; }

.card-img-container .card-img {
  width: 100%;
  height: 140px;
  background-size: cover;
  display: block; }

.card-content-container {
  padding: 20px; }
  .card-content-container .card-title {
    color: #4a5b9b;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .card-content-container .card-description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden; }

.section-shaped {
  position: relative;
  padding: 100px 0 250px;
  overflow: hidden !important; }
  .section-shaped .shape {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-8deg);
    transform-origin: 0;
    background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%); }
    .section-shaped .shape span {
      position: absolute;
      transform: skew(8deg);
      width: 120px;
      height: 120px;
      border-radius: 50%; }
      .section-shaped .shape span:nth-child(1) {
        bottom: auto;
        left: -4%;
        background: rgba(255, 255, 255, 0.1); }
      .section-shaped .shape span:nth-child(2) {
        top: 10%;
        right: 4%;
        background: rgba(255, 255, 255, 0.1); }
      .section-shaped .shape span:nth-child(3) {
        top: 280px;
        right: 5.66666%;
        background: rgba(255, 255, 255, 0.3); }
      .section-shaped .shape span:nth-child(4) {
        top: 320px;
        right: 7%;
        background: rgba(255, 255, 255, 0.15); }
      .section-shaped .shape span:nth-child(5) {
        top: 38%;
        right: auto;
        left: 1%;
        background: rgba(255, 255, 255, 0.05); }
      .section-shaped .shape span:nth-child(6) {
        top: 44%;
        right: auto;
        left: 10%;
        width: 200px;
        height: 200px;
        background: rgba(255, 255, 255, 0.15); }

.container-txt {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-weight: 100; }
  .container-txt .title {
    font-size: 35px;
    margin-bottom: 10px; }
  .container-txt .title-s {
    font-size: 21px;
    margin-bottom: 30px; }
  .container-txt .desc {
    font-size: 14px;
    margin-bottom: 10px; }
  .container-txt .btn-wrapper {
    margin-top: 80px; }
  .container-txt .btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 11px 24px;
    border-radius: 5px;
    text-transform: uppercase;
    will-change: transform;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease; }
    .container-txt .btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
    .container-txt .btn:not(:last-child) {
      margin-right: 10px; }
  .container-txt .btn-success {
    color: #fff;
    background: #2dce89;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }
  .container-txt .btn-white {
    color: #212529;
    background: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }

/*适配*/
/*小屏电脑*/
@media screen and (max-width: 1320px) {
  .recommended-section .row {
    width: 1000px; } }
/*ipad pro等*/
/*ipad、平板电脑*/
/*手机端横屏*/
@media screen and (max-width: 999px) {
  .container-txt {
    padding: 0 15px; }

  .container-txt .title {
    font-size: 20px; }

  .container-txt .title-s {
    font-size: 14px; }

  .container-txt .desc {
    font-size: 12px; }

  .recommended-section .row .section-header {
    font-size: 20px; }

  .recommended-section .row {
    width: 100%;
    padding: 0 15px; }

  .article-row .js_result_container_wrapper {
    width: 100%;
    padding: 0 15px 12px; }

  .recommended-section .row .btn {
    width: 100%; } }
/*手机端*/
