.science-wrap {
    margin: 1.4rem auto 0.9rem auto;
    padding: 0 1.05rem;
}

.science-top {
    display: flex;
    justify-content: space-between;
}

.science-left {
    width: 6.26rem;
}

.science-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.48rem;
    position: relative;
    padding-bottom: 0.25rem;
}

.science-title::after {
    content: '';
    width: 1.6rem;
    height: 0.02rem;
    background: #0DA0D6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.science-left-p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
    margin: 0.25rem 0;
}

.science-left-bt {
    width: 1.02rem;
    height: 0.34rem;
    background: #E50014;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.science-left-bt p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.science-left-bt img {
    width: 0.18rem;
    height: 0.18rem;
}

.science-right {
    width: 5.34rem;
    height: 5.31rem;
}

.science-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.science-list {
    display: flex;
    flex-wrap: wrap;
}

.science-item {
    margin-top: 0.6rem;
    width: 3.9rem;
    margin-right: 0.4rem;
}

.science-item:nth-child(3n) {
    margin-right: 0;
}

.science-img {
    width: 3.9rem;
    height: 2.6rem;
    position: relative;
}

.science-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.science-img p {
    min-width: 0.4rem;
    min-height: 0.4rem;
    background: #E50014;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.science-des {
    padding: 0 0.35rem;
    margin-top: 0.25rem;
    position: relative;
}

.science-des::after {
    content: '';
    width: 0.04rem;
    height: 0.3rem;
    background: #E50014;
    position: absolute;
    top: 0;
    left: 0;
}

.science-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.3rem;
}

.science-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    margin: 0.3rem 0;
    text-align: justify;
}

@media only screen and (max-width: 1024px){
    .science-wrap{
        padding: 0 0.25rem;
        margin: 0.8rem 0;
    }
    .science-item{
        width: 100%;
        margin-right: 0;
    }
    .science-img{
        width: 100%;
        height: auto;
    }
    .science-img p{
        min-width: 0.6rem;
    min-height: 0.6rem;
        font-size: 0.26rem;
    }
    .science-text{
        font-size: 0.26rem;
    }
    .science-p{
        font-size: 0.24rem;
        line-height: 0.34rem;
    }
    .science-left-bt{
        width: 1.8rem;
        height:0.45rem;
    }
    .science-left-bt p{
        font-size: 0.24rem;
    }
    .science-left-bt img{
        width: 0.3rem;
        height: 0.3rem;
    }
}



