@media screen and (max-width: 1028px) {

    body {
        width: 100%;
    }

.header{
    height: 80px;
}
    .header_content {
        width: 100%;
    }

    .header .nav {
        display: none;
    }

    .header .logo img {
        height: 60px;
    }

    .mobile_btn {
        display: block;
    }

    .header .navmobile {
        width: 100%;
        box-sizing: border-box;
        transition: ease .5s;
        opacity: 0;
        transform: translateY(-140%);
        /*	height: calc(100% - 50px);*/
        height: 100vh;
        position: fixed;
        top: 80px;
        left: 0px;
        z-index: 998;
        background: #2c6db4;
        text-align: left;
        padding: 10px 30px 30px;
        padding-top: 80px;
    }

    .header .navmobile ul {
        overflow: scroll;
        height: 80%;
        overflow-x: hidden;
    }

    .header .navpc ul li:hover:before {
        width: 0px;
        left: 0px;
        opacity: 1;
    }

    .header .navpc ul li:hover .box {
        height: 0;
        overflow: hidden;
        display: none;
    }

    .header .navpc ul li.on .box {
        height: auto;
        display: block;
        top: 3px;
        padding: 9px;
        left: 0px;
        margin-left: 0px;
        box-shadow: none;
    }

    .header .navmobile.on {
        transform: translateY(0);
        opacity: 1;
    }

    .header .navmobile ul li {
        width: 92%;
        margin: 0 auto;
        height: auto;
    }

    .header .navmobile ul li {
        font-size: 15px;
        display: block;
        padding: 10px 0;
        line-height: 29px;
        color: #fff;
        position: relative;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .header .navmobile ul li a {
        line-height: 29px;
        height: auto;
        color: #fff;
        display: inline-block;
    }

    .header .navmobile ul li .tit:before {
        content: "";
        background: url(../images/top02.png) no-repeat top center;
        width: 20px;
        height: 20px;
        background-size: 20px auto;
        position: absolute;
        right: 0px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        top: 15px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .header .navmobile ul li .no:before {
        content: "";
    }

    .header .navmobile ul li.cur .tit {
        color: #fff;
    }

    .header .navmobile ul li.cur .tit:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .header .navmobile ul li .box {
        display: none;
        padding: 10px 0;
        position: relative;
        background: none;
        padding: 0px;
        height: 0px;
        border: 0px;
    }

    .header .navmobile ul li .box a {
        display: block;
        font-size: 15px;
        line-height: 32px;
        height: 32px;
        color: #fff;
        text-align: left;
        text-indent: 10px;
    }
    .banner .banner-title {
      margin-bottom: 8px;
        font-size: 16px;
    }

    .banner .banner-desc {
        font-size: 10px;
        margin: 0;
        padding: 0;
    }
.banner .banner-content{
    top: 60%;
}

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 45px;
    }

    .news-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .container {
        width: 94%;
        margin: 20px auto;
    }

    .work-dynamic,
    .training-course,
    .activity-mien,
    .res-section,
    .detail {
        padding: 15px;
    }

    .section-title {
        font-size: 18px;
    }

    .course-banner-container {
        display: block;
        height: auto;
    }

    .course-video-wrapper {
        height: 220px;
    }

    .custom-play-button {
        top: 125px;
    }

    .custom-play-button img {
        width: 35px;
    }

    .course-video-list {
        position: static;
        transform: translateX(0);
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .course-video-list .list-item {
        height: 70px;
        font-size: 14px;
    }

    .course-video-list .list-item .video-title {
        line-height: 26px;
    }

    .activity-mien .activity-grid a {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

    .res-tabs {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 8px;
    }

    .res-tab {
        width: calc(50% - 7.5px);
        margin-bottom: 10px;
    }

    .res-tabs .res-tab:nth-child(2n) {
        margin-right: 0;
    }

    .res-grid {
        grid-template-columns: 1fr;
    }

    .res-card {
        width: 100%;
        box-sizing: border-box;
    }
.res-title {
white-space:normal;
width:100%;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}

    .footer {
        padding: 20px;
    }

    .news-grid a{
        margin-bottom: 15px;
    }

    .news-item {
        height: auto;
    }

    .news-item img {
        height: 210px;
    }

    .w1400 {
        width: 94%;
    }

    .navmobile {
        display: block;
    }

    .detail-title {
        font-size: 20px;
        line-height: 36px;
    }

    .navigation {
        width: 94%;
    }

    .section-title+div {
        display: block !important;
    }

    .search-box {
        text-align: right;
    }

    .page ul {
        flex-wrap: wrap;
        justify-content: left;
    }

    .page ul li {
        margin-bottom: 10px;
    }

    .header-info .title{
        margin-right: 0;
    }

    .meta-info{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .main-content{
        display: block;
    }

    .doc-preview{
        min-height: auto;
    }

    .news-list{
        gap: 15px;
    }

    .news-list .news-item{
        width: 100%;
    }
.res-actions img {
    width: 60%;
    height: 15px;
}




   .dialog {
    width: 90%;
    height: auto;
    padding: 15px;
    padding-bottom: 30px;
  }

  .close {
    left: 0;
    top: -5px;
  }

  .dialog_title {
    height: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .dialog .form_item {
    flex-wrap: wrap;
  }

  .dialog .form {
    margin-left: 0;
  }

  .dialog .form_item .label + div {
    width: 100%;
  }

  .dialog .form_item:nth-child(2) .label {
    margin-right: 60%;
  }

  .dialog .form_item #code {
    width: 120px;
    margin-top: 2px;
  }

  .dialog .submit {
    margin-left: 0;
  }

  .dialog .submit a {
    width: 40%;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
  }

  .dialog .form_item:nth-child(2) .label + div {
    width: 50%;
    margin-right: 10px;
  }

  .dialog .form_item .label {
    line-height: 35px;
  }

  .form_item #password,
  .form_item #smscode {
    width: 100%;
    height: 45px;
    padding-left: 10px;
  }

  .suggest_dialog .dialog_content {
    padding-left: 0;
  }

  .suggest_dialog .dialog_btn {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
    .recommendation_dialog {
    width: 90%;
    height: 450px;
    margin-top: 15vh;
    padding: 3%;
    padding-top: 5%;
    padding-bottom: 70px !important;
  }

  .recommendation_btn {
    width: 100%;
  }

  .recommendation_content p {
    line-height: 32px;
  }

  .recommendation_title {
    margin-bottom: 30px;
  }


}