.nex-top {
    width: 100%;
    display: flex;
    background-color: #F2F4F6;
    margin-bottom: 62px;
}

.nex-top-divimg {
    width: 50%;
}
.nex-top-divimg .img_box{
    width:100%;
    height:100%;
    overflow: hidden;
}

.nex-top-divimg img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease-in-out .3s;
}

.nex-top-divtext {
    width: 50%;
    padding: 73px 9px 40px 45px;
}

.nex-top-divtext .pp1 a {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.nex-top-divtext .span1 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: block;
    margin-top: 27px;
    margin-bottom: 30px;
}

.nex-top-divtext .span2 a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.nex-top-divtext .but1 {
    width: 179px;
    height: 56px;
    background: #0D44A8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.nex-top-divtext .but1 a {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #F2F4F6;
    line-height: 35px;
    display: block;
}
.ull{
    width: 100%;
    margin-bottom: 10px;
}

.ull .liil {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.29);
    margin-bottom: 48px;
}

.liil-img {
    width: 40%;
    padding: 33px 37px;
}
.liil-img .img_box{
    width:100%;
    position: relative;
    height:100%;
    overflow: hidden;
}

.liil-img img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.liil-text {
    width: 60%;
    padding-top: 53px;
}

.liil-text .pp2 a {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.liil-text .span11 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: block;
    margin-top: 21px;
    margin-bottom: 25px;
}

.liil-text .span22 a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}

.liil-text .but2 {
    width: 180px;
    height: 57px;
    background: #FFFFFF;
    border: 1px solid #0D44A8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 34px 0px;
}
.liil-text .span22{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.liil-text .but2 a {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #438EDB;
    line-height: 35px;
}
@media screen and (max-width: 1024px){
    .nex-top{
        flex-direction: column;
    }
    .nex-top-divimg{
        width: 100%;
    }
    .nex-top-divtext{
        width: 100%;
    }
}
@media screen and (max-width: 950px) {
    .ull .liil{
        flex-direction: column;
    }
    .liil-img{
        width: 100%;

    }
    .liil-text{
        width: 100%;
        padding: 33px 37px;
    }

}
@media screen and (max-width: 48px){
    .liil-text .span22{
        display: none;
    }
}