* {
    padding: 0;
    margin: 0;
    outline: none;
}

a {
    text-decoration: none;
}

body {
    background-color: #EEF3F8;
}

.digital-technology-museum {
    display: flex;
    flex-wrap: wrap;
    width: 75vw;
    margin: 1vw auto auto;
}

.digital-technology-museum-item {
    width: 15.875vw;
    height: 23.38542vw;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 1vw;
    background-size: cover;
    overflow: hidden;
    transition: all .2s linear;
    margin: 0 2.5vw 1rem 0;
}

.digital-technology-museum-item:hover {
    transform: scale(1.1);
    z-index: 99;
}

.liu_you {
    -webkit-text-size-adjust: auto;
}

.digital-technology-museum-item-content {
    width: 15.97917vw;
    height: 8.4375vw;
    background-color: #ffffffe3;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.digital-technology-museum-item-content-title {
    /*font-weight: 900;*/
    font-size: 1.14583vw;
    color: #2e384a;
    text-align: left;
    margin-top: 1vw;
    line-height: 1.5vw;
}

.digital-technology-museum-item-content-desc {
    font-weight: 500;
    font-size: .83333vw;
    line-height: 1.45833vw;
    text-align: left;
    color: #666;
    display: flex;
    align-items: center;
    margin-top: .78125vw;
}

@media screen and (min-width: 601px) {
   .news-header-dig {
        width: 100%;
        height: 70px;
        position: absolute;
        top: 80px;
        background: linear-gradient(90deg, rgb(35 163 249 / 78%) 0%, rgba(68, 104, 230, .36) 100%);
        justify-content: center;
        line-height: 70px;
    } 
}
.news-header-content {
    width: 100%!important;
}

.news-tab {
    width: 100%;
    display: flex;
    justify-content: center;
   
}

.news-tab div {
    padding: 0 12px;
}

.news-tab div a {
    color: #fff;
    border: 1px solid #fff;
    padding: .5rem 1rem;
    border-radius: 24px;
}

.tag {
    margin: auto;
    display: flex;
    text-align: center;
    margin-left: 30%;
    font-size: 28px;


}

.tag div {
    margin-left: 10px;
}

@media screen and (max-width: 600px) {
    .digital-technology-museum {
        width: 95% !important;
        margin:auto;
        display: flex;
        flex-wrap: wrap;
        
    }
    
    .news-header-dig {
        width: 100%;
        height: 70px;
        position: static!important;
        /*top: 120px;*/
        background: linear-gradient(90deg, rgb(35 163 249 / 78%) 0%, rgba(68, 104, 230, .36) 100%);
        justify-content: center;
        line-height: 70px;
    }
}