.n_solution .item {
    padding: 3rem 0
}
.n_solution .item .m {
	max-width: 1400px;
    padding: 2rem 0
}

.n_solution .item .bd {
    display: flex;
    gap: 6rem
}

.n_solution .item .txt {
    display: flex;
    align-items: center
}

.n_solution .item .txt h4.tt {
    font-size: 1.75rem;
    color: #060606;
    font-weight: bold;
    margin-bottom: 1.75rem
}

.n_solution .item .txt .con {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #616161
}

.n_solution .item .img {
    flex-shrink: 0;
    width: 42.75rem;
    border-radius: .9375rem
}

.n_solution .item .img:after {
    padding-top: 62%
}
#n_news .item ul li {
    padding: 0;
    width: auto;
    float: none;
    margin-top: 0;
}

.n_solution .item ul {
    display: flex;
    gap: 3rem;
    flex-grow: .5;
    margin: 0 !important;
    margin-top: 3.5rem !important;
    align-items: flex-end;
}


.n_solution .item ul li {
    text-align: center
}

.n_solution .item ul li .ico {
    display: inline-block;
    position: relative;
    z-index: 1
}

.n_solution .item ul li .ico i {
    color: #017ffd;
    font-size: 2.25rem;
    position: relative;
    z-index: 9
}

.n_solution .item ul li .ico i img {
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
    object-fit: contain
}

.n_solution .item ul li .ico span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #dde9ff;
    position: absolute;
    z-index: -1;
    right: -.75rem;
    bottom: .25rem
}

.n_solution .item ul li p {
    margin-top: 1rem;
    white-space: nowrap
}

.n_solution .item:nth-child(even) {
    background: #fff
}

.n_solution .item:nth-child(even) .bd {
    flex-direction: row-reverse
}

.n_solution .item:nth-child(1) {
    padding-top: 0
}