@charset "UTF-8";
#app {
  width: 100%;
  /*-----首页头部-----*/
  /*-----首页内容-----*/ }
  #app .index_head {
    font-family: Xvyu;
    position: relative;
    left: 0;
    align-items: center;
    text-align: center;
    /*文本居中*/
    z-index: 0;
    color: #01f0ff; }
    #app .index_head img {
      left: 10px;
      border-radius: 50%;
      /*边框曲度*/ }
    #app .index_head h2 {
      font-size: 30px;
      color: aquamarine; }
    #app .index_head li {
      font-size: 25px;
      padding: 10px; }
    #app .index_head .head_dh {
      position: relative;
      top: calc(100% - 500px);
      width: 100%;
      height: 70px; }
      #app .index_head .head_dh .dh {
        padding: 25px;
        text-decoration: none; }
        #app .index_head .head_dh .dh a {
          text-align: center;
          border-radius: 10px;
          text-decoration: none;
          color: #468c79;
          padding: 10px 20px;
          background-color: #b0fcff; }
        #app .index_head .head_dh .dh span {
          margin-left: 5px; }
      #app .index_head .head_dh .dh .active, #app .index_head .head_dh .dh a:hover {
        background: #67fff3;
        color: #000000; }
  #app .recommend {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center; }
    #app .recommend .recommend_head {
      display: flex;
      height: 68px;
      width: 70%;
      align-items: center; }
    #app .recommend .rcmdh {
      align-items: center;
      text-align: center;
      padding: 5px;
      height: 25px;
      width: 100%;
      background-color: azure;
      color: #030205;
      font-size: 20px;
      border-radius: 10px; }
  #app .body {
    display: flex;
    background-color: transparent;
    width: 70%; }
    #app .body > ul {
      width: 100%; }
      #app .body > ul > li {
        border-radius: 10px;
        background-color: white;
        width: 100%;
        display: flex;
        margin-bottom: 20px; }
        #app .body > ul > li .left {
          width: 30%;
          box-sizing: border-box;
          padding: 10px 20px; }
          #app .body > ul > li .left > div {
            width: 100%;
            height: 100%;
            overflow: hidden;
            border-radius: 5px; }
          #app .body > ul > li .left img {
            height: 100%;
            width: 100%;
            transition: all 0.3s; }
            #app .body > ul > li .left img:hover {
              transform: scale(1.1); }
        #app .body > ul > li .right {
          width: 70%;
          padding: 10px 20px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          position: relative; }
          #app .body > ul > li .right .p {
            color: black;
            cursor: pointer;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 28px;
            text-decoration: none; }
            #app .body > ul > li .right .p:hover {
              color: #00c4ff; }
          #app .body > ul > li .right > h2 {
            font-size: 35px; }
            #app .body > ul > li .right > h2 > a {
              color: #f0ad4e;
              text-decoration: none; }
              #app .body > ul > li .right > h2 > a:hover {
                color: #00c4ff;
                transition: all 0.3s; }
          #app .body > ul > li .right .article_info {
            font-size: 20px;
            color: #555; }
            #app .body > ul > li .right .article_info > span {
              margin-right: 10px; }
              #app .body > ul > li .right .article_info > span i {
                margin-right: 5px; }
          #app .body > ul > li .right .a {
            width: 100px;
            height: 40px;
            position: absolute;
            right: 10px;
            bottom: 10px;
            background-color: #00cbff;
            color: black;
            font-size: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: none;
            border-radius: 5px;
            text-decoration: none; }
            #app .body > ul > li .right .a:hover {
              color: white;
              opacity: 0.8; }

@media (max-width: 850px) {
  #app .head_dh {
    display: none; }
  #app .recommend .recommend_head {
    width: 100%; }
    #app .recommend .recommend_head .rcmdh {
      border-radius: 0; }
  #app .recommend .body {
    width: 100%; }
    #app .recommend .body ul li {
      position: relative;
      width: 100%;
      border-radius: 0;
      margin-bottom: 10px;
      height: 33vh; }
      #app .recommend .body ul li .left {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        height: 100%;
        position: absolute;
        opacity: 0.7; }
        #app .recommend .body ul li .left div {
          border-radius: 0; }
      #app .recommend .body ul li .right {
        width: 100%;
        height: 100%;
        padding: 0;
        display: block; }
        #app .recommend .body ul li .right h2 {
          font-size: 40px;
          margin-top: 25px; }
        #app .recommend .body ul li .right .p {
          font-size: 25px;
          margin: 10px 0px 10px 0px; }
        #app .recommend .body ul li .right .article_info {
          color: black;
          font-size: 20px;
          position: absolute;
          bottom: 10px;
          left: 10px;
          width: 100%; }
        #app .recommend .body ul li .right .a {
          display: none; } }

/*# sourceMappingURL=index.css.map */
