@media (min-width: 768px) {}


@media (min-width: 1500px) {
    .container {
        width: 1300px;
    }


}

@media (min-width: 1800px) {
    .container {
        width: 1500px;
    }

}


@media (max-width: 1919px) {}

@media (max-width: 1800px) {

    .card-title {}
}

@media (max-width: 1510px) {}

@media (max-width: 1400px) {

    .progress-container,
    .carousel-container {
        width: 100%;
        padding: 0PX 15PX;
    }

    .insight-card {
        width: 370px;
    }
}

@media (max-width: 1199px) {
    .contai {
        width: 996px;
    }

    .insight-card {
        width: 461px;
    }

    .card-image {
        height: 270px;
    }

    .card-title {
        font-size: 20px;
        min-height: auto;
    }

    .card-header {
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 75px;
    }

    .top-news-left h4,
    .top-news-right-right ul li:nth-child(2) a p,
    .top-news-right-right ul li:nth-child(1) a {
        font-size: 18px;
    }

    .top-news-right-left img {
        height: 319px;
        object-fit: cover;
    }

    .years span {
        font-size: 21px;
    }

    .years p {
        font-size: 20px;
    }

    .milestones,
    .videos-new,
    .voices,
    .Popular-Shanghai,
    .top-news {
        padding: 50px 0px;
    }
}

@media (max-width: 991px) {
    .contai {
        width: 100%;
        padding: 0px 15px;
    }

    .insight-card {
        width: 300px;
    }

    .card-title {
        font-size: 16px;
    }

    .card-image {
        height: 210px;
    }

    .top-news-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .top-news-right-right {
        width: calc(100% - 250px);
    }

    .top-news-right-left {
        width: 250px;
    }

    .top-news-right-left img {
        height: 350px;
        object-fit: cover;
    }

    .latest-right {
        margin-top: 20px;
    }

    .latest-right ul li p {
        min-height: auto;
    }

    .public-title img {
        height: 35px;
        width: auto;
    }
}


@media (max-width: 767px) {

    .progress-container {
        width: 300px;
    }

    .card-header {
        min-height: auto;
    }

    .card-title {
        font-size: 16px;
        font-weight: 500;
        padding-right: 10px;
    }

    .top-news-right-left {
        width: 100%;
    }

    .top-news-right-right {
        width: 100%;
        margin-top: 10px;
    }

    .top-news-right-right ul li:nth-child(2) {
        padding-left: 0px;
    }

    .top-news-right-right ul li:nth-child(2) img {
        width: 100%;
        float: none;
        margin-bottom: 0px;
    }

    .top-news-left h4,
    .top-news-right-right ul li:nth-child(2) a p,
    .top-news-right-right ul li:nth-child(1) a {
        font-size: 16px;
        padding: 10px 15px;
    }

    .top-news-right-right ul li:nth-child(2) a p {
        margin-bottom: 0px;
    }

    .milestones,
    .videos-new,
    .voices,
    .Popular-Shanghai,
    .top-news {
        padding: 20px 0px;
    }

    .top-news-right-right ul li:nth-child(1) {
        margin-bottom: 10px;
        padding-left: 0px;
    }

    .top-news-left {
        margin-bottom: 10px;
    }

    .Popular-Shanghai .animate-slider1 .item img {
        height: 240px;
    }

    .latest-right ul li p,
    .Popular-Shanghai .animate-slider1 .item p {
        font-size: 18px;
        line-height: 25px;
    }

    .latest-right ul li a {
        margin-bottom: 10px;
    }

    .latest-right {
        margin-top: 10px;
    }

    .videos-slider1 {
        width: 100%;
    }

    .public-title {
        width: 80%;
        padding: 10px 0px;
        margin-bottom: 15px;
    }

    .public-title img {
        height: 25px;
    }

    .videos-slider1 .owl-nav button.owl-prev {
        left: -10px;
    }

    .videos-slider1 .owl-nav button.owl-next {
        right: -10px;
    }

    .videos-slider1 .owl-nav button {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .videos-slider1 .owl-nav button i {
        font-size: 16px;
    }
    .years p {
        font-size: 16px;
        height: auto;
    }
    .milestones-slider .owl-nav button {
        width: 25px;
        height: 30px;
    }
    .milestones-slider .owl-nav button.owl-prev{
        left: -22px;
    }
    .milestones-slider .owl-nav button.owl-next{
        right: -22px;
    }
    .milestones .milestones-slider .owl-item:nth-child(even) {
        margin-top: 40px;
    }
    .milestones .milestones-slider .owl-item{
        margin-top: 40px;
    }
    .milestones .milestones-slider::before{
        top: 30px;
        transform: translateY(0px);
        height: 10px;
    }
    .milestones .milestones-slider .owl-item .years b ,
    .milestones .milestones-slider .owl-item:nth-child(even) .years b {
        bottom: auto;
        top: -15px;
        width: 20px;
        height: 20px;
    }
    .progress-handle{
        right: -10px;
    }
    .carousel-container{
        margin: 0px auto 10px;
    }
    .Popular-Shanghai .animate-slider1 .item p{
        padding: 10px;
    }
    .years span {
        font-size: 18px;
    }
    .progress-container, .carousel-container{
        padding: 0px;
    }
    .top-news-right-left img,
    .top-news-left .img{
        height: auto;
    }
}

@media (max-width: 580px) {}

@media (max-width: 480px) {}

@media (max-width: 380px) {}

@media (max-width: 340px) {}