@media screen and (max-width: 960px) {
  .meun {
    display: none !important;
  }
  .banner {
    width: 100%;
    height: 165px;
    margin-top: 44px;
    background-image: url("../img/banner7.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .detail {
    padding: 15px;
    margin: 0 auto;
    min-height: 50vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .detail .anItem {
    background: #FFFFFF;
    box-shadow: 0px 0px 22px 0px rgba(44, 44, 44, 0.14);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
  }
  .detail .anItem img {
    width: 100%;
    height: 89px;
    object-fit: cover;
  }
  .detail .anItem .info {
    padding: 14px;
  }
  .detail .anItem .info .title {
    width: calc(50vw - 48px);
    font-size: 14px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 18px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .detail .anItem .info .subTitle {
    display: none;
  }
  .detail .anItem .info .toDo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .detail .anItem .info .toDo .time {
    font-size: 10px;
    font-weight: 400;
    color: #666666;
  }
  .detail .anItem .info .toDo .btn {
    display: none;
  }
  .detailInfo {
    padding: 15px;
    margin: 0 auto;
    min-height: 50vh;
  }
  .detailInfo .titBox {
    text-align: center;
    padding-bottom: 19px;
    border-bottom: 1px solid #DEDEDE;
  }
  .detailInfo .titBox .topTitle {
    font-size: 16px;
    font-weight: bold;
    color: #0e0e0e;
    margin-bottom: 13px;
  }
  .detailInfo .titBox .time {
    font-size: 10px;
    font-weight: 400;
    color: #666666;
  }
  .detailInfo .info {
    padding: 20px 0;
  }
}

@media screen and (min-width: 960px) {
  .tabList {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    background-color: #F4F4F8;
    padding: 10px;
  }
  .tabList .item {
    font-size: 16px;
    font-family: FZYouHei-R-GB18030;
    font-weight: bold;
    color: #0e0e0e;
    cursor: pointer;
    margin: 5px 0;
    padding: 0 24px;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #e2e2e2;
  }
  .tabList .item:last-child {
    border: none;
  }
  .tabList .item:hover {
    color: #F08300;
  }
  .tabList .itemAct {
    color: #F08300 !important;
  }
  .banner {
    width: 100%;
    min-width: 1400px;
    height: 568px;
    background-image: url("../img/banner7.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .detail {
    width: 1400px;
    padding: 40px 0;
    margin: 0 auto;
    min-height: 50vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 34px;
  }
  .detail .anItem {
    width: 444px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
  }
  .detail .anItem:hover {
    box-shadow: 0px 0px 43px 0px rgba(44, 44, 44, 0.14);
  }
  .detail .anItem img {
    width: 444px;
    height: 222px;
    object-fit: cover;
  }
  .detail .anItem .info {
    padding: 15px;
  }
  .detail .anItem .info .title {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  .detail .anItem .info .subTitle {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .detail .anItem .info .toDo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .detail .anItem .info .toDo .time {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
  }
  .detail .anItem .info .toDo .btn {
    width: 98px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #B4B4B4;
    line-height: 30px;
    text-align: center;
  }
  .detailInfo {
    width: 1400px;
    padding: 116px 0;
    margin: 0 auto;
    min-height: 50vh;
  }
  .detailInfo .titBox {
    text-align: center;
    padding-bottom: 19px;
    border-bottom: 1px solid #DEDEDE;
  }
  .detailInfo .titBox .topTitle {
    font-size: 28px;
    font-weight: bold;
    color: #0e0e0e;
    margin-bottom: 13px;
  }
  .detailInfo .titBox .time {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }
  .detailInfo .info {
    padding: 20px 0;
  }
}
