.ncxl {
    
    max-width: 1400px;
    width: 100%;
    margin: 50px auto;
}
.ncxl .content {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.ncxl .content .item {
   
    
    width: 23%;
    height: auto;
    margin: 10px 0;
    overflow: hidden;
}
.ncxl .content .item img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.ncxl .content .item img:hover {
    box-shadow: 0 0 10px #ccc;
    transform: scale(1.4);
    transition: all 0.3s ease-in-out;
}
.ncxl .title {
    display: flex;
    justify-content: space-between;
   margin: 30px; 
}
.ncxl .title img {
    border-radius: 20px;
    width: 49%;
    height: auto;
}
.ncxl .title img:hover {
    box-shadow: 0 0 20px #0f0f0f;
   
    transition: all 0.3s ease-in-out;
}
.ncxl hr {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #ccc;
}
.baozhuang {
    
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.baozhuang img {
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
}
.daizhuang {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.daizhuang img {
    border-radius: 10px;
    width: 30%;
    height: auto;
    margin-top: 30px;
}
.daizhuang img:hover {
    box-shadow: 0 0 10px #ccc;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}