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

.science-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.6rem;
}

.science-left {
    width: 4.5rem;
}

.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: 7.4rem;
    height: 7rem;
}

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

.work-box {
    width: 100%;
    background: #F7F7F7;
    overflow: hidden;
}

.work-list {
    padding-top: 0.6rem;
    margin: 0 auto;
}

.work-item {
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 0.01rem solid #EEEEEE;
}

.work-img {
    width: 3rem;
    height: 2rem;
    flex-shrink: 0;
}

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

.work-des {
    flex: 1;
    margin-left: 0.3rem;
}

.work-title {
    display: flex;
    align-items: center;
}

.work-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex: 1;
}

.work-time {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    flex-shrink: 0;
    margin-left: 0.1rem;
}

.work-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.28rem;
    margin-top: 0.25rem;
}

.work-page{
    margin: 0.6rem auto;
    display: flex;
    justify-content: flex-end;
}


@media only screen and (max-width: 1024px){
    .work-wrap{
        padding: 0 0.25rem;
        margin-top: 0.8rem ;
    }
    .science-top{
        flex-direction: column;
    }
    .science-title{
        font-size: 0.3rem;
    }
    .science-left-p{
        font-size: 0.26rem;
        line-height: 0.42rem;
    }
    .science-left{
        width: 100%;
    }
    .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;
    }
    .science-right{
        width: 100%;
        height:auto;
        margin-top: 0.3rem;
    }
    .work-box{
        padding: 0 0.25rem;
    }
    .work-page{
        justify-content: center;
    }
    .work-item{
            flex-direction: column;
    }
    .work-img{
        width: 100%;
        height:auto;
    }
    .work-des{
        margin-left: 0;
        margin-top: 0.3rem;
    }
    .work-text{
        font-size: 0.26rem;
    }
    .work-time{
        font-size: 0.24rem;
    }
    .work-p{
        font-size: 0.24rem;
        line-height:0.34rem
    }
}

