@media screen and (max-width: 1300px) {
  .news-center .idx-news .tabs-content .tabs-content-right {
    height: 628px;
  }
}
@media screen and (max-width: 850px) {
  .news-center {
    margin-top: 0;
  }
  .news-center .idx-news {
    padding-top: 10px;
  }
  .news-center .idx-news .title {
    justify-content: center;
    margin-top: 30px !important;
  }
  .news-center .idx-news .title .title-group {
    margin: 0 auto;
  }
  .news-center .idx-news .title .title-group .title-chinese {
    line-height: 43px;
    font-size: 28px;
  }
  .news-center .idx-news .title .title-group .title-english {
    line-height: 37px;
    top: -27px;
  }
  .news-center .s4-tab {
    position: unset;
    display: flex;
    justify-content: center !important;
  }
  .news-center .s4-tab span {
    margin: 0;
    padding-left: 15px;
    margin-right: 20px;
  }
  .news-center .s4-tab span:last-child {
    margin-right: 0;
  }
  .news-center .news-list {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .news-center .news-list .news-item {
    margin-bottom: 30px;
  }
  .news-center .news-list .news-item .cover {
    height: 250px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-center .news-list .news-item .cover .play {
    width: 55px;
    height: auto;
  }
  .news-center .news-list .news-item .title {
    font-size: 19px;
    margin-top: 10px;
    text-align: left;
    letter-spacing: 1px;
    font-family: 'NotoSansCJKsc-Medium';
  }
  .news-center .news-list .news-item .content {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 20px;
    line-height: 25px;
  }
  .news-center .news-list .news-item .content::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .news-center .news-list .news-item .content::-webkit-scrollbar-thumb {
    background: #006CB7;
    border-radius: 6px;
  }
  .news-center .news-list .news-item .content p {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .news-center .news-list .news-item .content a {
    color: #006BB2;
    width: 100%;
  }
  .news-center .news-list .btn-more {
    border-radius: 3px;
    width: 141px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0c0c0;
    border: 1px solid #c0c0c0;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 20px;
  }
}
