@charset "utf-8";

.content {
    padding-bottom: 60px;
}
.engi_list {
    padding-top: 80px;
    width: 100%;
    overflow: hidden;
}
.engi_title {
    align-items: center;
}
.engi_title .engi_left {
    flex: 1;
    display: flex;
    align-items: flex-start;
}
.engi_title .page_title {
width: 360px;
}
.engi_title .engi_text {
    flex:1;
}
.engi_title .engi_text p {
    position: relative;
    padding-left: 14px;
    padding-bottom: 15px;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}
.engi_title .engi_text p:last-child {
    padding-bottom: 0;
}
.engi_title .engi_text p::before {
    content:"";
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background-color:#666;
    border-radius: 50%;
}
.engi_title .more {
    padding-left: 30px;
}
.engi_title .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;

    border-radius: 29px;
    border: 1px solid #D9D9D9;
    color: #666;
font-size: 16px;
font-weight: 400;
transition: all 0.3s;
}

.engi_title .more span {
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
height: 24px;
background-color: var(--main-color);
border-radius: 50%;
}
.engi_title .more a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
}
.engi_title .more a:hover span{
background-color: var(--white-color);
}
.engi_title .more a:hover span svg path {
    stroke: var(--main-color);
}
.engi_list .engi_thumb {
    margin-top: 35px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width:1440px) {
    .engi_title .page_title {
        width: 300px;
    }

}

@media (max-width:1366px) {
    .engi_title .page_title {
        width: 250px;
    }

}

@media (max-width:1280px) {
    .engi_title .page_title {
       padding-right: 50px;
       width: auto;
    }

}
@media (max-width:991px) {
    .engi_title {
        flex-wrap: wrap;
    }
    .engi_title .engi_left {
        flex: inherit;
        flex-wrap: wrap;
    }
    .engi_title .page_title {
        width: 100%;

    }
    .engi_title .engi_text {
        flex: inherit;
        padding-top: 30px;
    }
    .engi_title .more {
        padding-top: 30px;
        padding-left: 0;
    }
}
@media (max-width:767px) {




.engi_title .engi_text p {
    padding-bottom: 10px;
    line-height: 28px;
}


}<!--ºÄÊ±1758367492.2266Ãë-->