.screen8 {
  padding: 80px 0 40px;
  background: url("../image/b1.png") no-repeat center bottom;
  background-size: 100% auto;
  box-sizing: border-box;
  margin: 0; }
  .screen8 p, .screen8 div, .screen8 h3 {
    padding: 0;
    margin: 0; }
  .screen8 .content {
    width: 1600px;
    margin: 0 auto; }
  .screen8 .screen8-content {
    width: 1600px;
    margin: 32px auto 0;
    display: flex; }
    .screen8 .screen8-content .left {
      width: 35%;
      background-image: linear-gradient(to bottom, #e9f2ff 0, #fefeff 100%), linear-gradient(#e9f2ff, #d0deeb);
      background-blend-mode: normal, normal;
      border-radius: 10px;
      transition: 0.3s all linear; }
      .screen8 .screen8-content .left:hover {
        box-shadow: 0px 0px 6px 0px rgba(31, 122, 163, 0.4);
        box-sizing: border-box; }
        .screen8 .screen8-content .left:hover .info .title {
          color: #bc1b21;
          transition: 0.3s all linear; }
      .screen8 .screen8-content .left .info {
        padding-top: 40px;
        padding-left: 10%;
        padding-right: 10%; }
        .screen8 .screen8-content .left .info .title {
          font-size: 30px;
          font-weight: 700;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: 0px;
          color: #333333; }
        .screen8 .screen8-content .left .info .desc {
          padding-top: 30px;
          font-size: 19px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 1.75;
          letter-spacing: 1px;
          color: #333333;
          padding-bottom: 15px; }
        .screen8 .screen8-content .left .info .lookMore {
          font-size: 18px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 30px;
          letter-spacing: 0px;
          color: #bc1b21;
          text-align: right;
          display: block;
          text-decoration: none; }
      .screen8 .screen8-content .left .image {
        margin-top: 10px; }
        .screen8 .screen8-content .left .image img {
          width: 60%; }
    .screen8 .screen8-content .right {
      display: flex;
      flex-wrap: wrap;
      width: 60%;
      margin-left: 5%; }
      .screen8 .screen8-content .right .item {
        width: 48%;
        display: flex;
        align-items: center;
        background-color: #f6f9ff;
        box-shadow: inset 0px 5px 0px 0px #fcfdff;
        border-radius: 10px;
        border: solid 1px #dde4ff;
        box-sizing: border-box;
        padding: 0 4%;
        margin-bottom: 20px; }
        .screen8 .screen8-content .right .item:last-child {
          margin-bottom: 0; }
        .screen8 .screen8-content .right .item:nth-child(5) {
          margin-bottom: 0; }
        .screen8 .screen8-content .right .item:nth-child(2n -1) {
          margin-right: 4%; }
        .screen8 .screen8-content .right .item:hover {
          background-color: #ffffff;
          box-shadow: 0px 0px 8px 0px rgba(167, 182, 194, 0.76);
          transition: 0.3s all linear; }
          .screen8 .screen8-content .right .item:hover .info .title {
            color: #bc1b21;
            transition: 0.3s all linear; }
        .screen8 .screen8-content .right .item .image img {
          width: 55px;
          height: 55px; }
        .screen8 .screen8-content .right .item .info {
          margin-left: 5%; 
          width: 100%;}
          .screen8 .screen8-content .right .item .info .title {
            font-size: 24px;
            font-weight: 700;
            font-stretch: normal;
            line-height: 38px;
            letter-spacing: 1px;
            color: #000000; }
          .screen8 .screen8-content .right .item .info .desc {
            font-size: 19px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 1.75;
            letter-spacing: 0px;
            color: #000000;
            opacity: 0.5;
            margin-top: 4px; }

@media all and (max-width: 1919px) and (min-width: 1600px) {
  .screen8 .content {
    width: 1400px; }
  .screen8 .screen8-content {
    width: 1400px; } }
@media all and (max-width: 1600px) {
  .screen8 {
    padding: 35px 7% 10px;
    box-sizing: border-box; }
    .screen8 .content {
      width: 100%; }
    .screen8 .screen8-content {
      width: 100%; } }
@media all and (max-width: 550px) {
  .screen8 {
    padding-left: 4%;
    padding-right: 4%; }
    .screen8 .screen8-content {
      flex-wrap: wrap; }
      .screen8 .screen8-content .left {
        width: 100%; }
        .screen8 .screen8-content .left .info {
          padding-left: 5%;
          padding-right: 5%; }
        .screen8 .screen8-content .left .image img {
          width: 35%;
          display: none; }
      .screen8 .screen8-content .right {
        margin-top: 12px;
        width: 100%;
        margin-left: 0; }
        .screen8 .screen8-content .right .item {
          width: 100%;
          padding: 15px 13px;
          margin-right: 0 !important; }
          .screen8 .screen8-content .right .item .info .title {
            font-size: 20px; }
          .screen8 .screen8-content .right .item .info .desc {
            margin-top: 0px;
            font-size: 18px; }
          .screen8 .screen8-content .right .item:nth-child(5) {
            margin-bottom: 20px; } }

/*# sourceMappingURL=database-index.css.map */
