.list-content {
    width: 87.5rem;
    margin: 0 auto;
    min-height: 400px;
}

.list-content-left {
    width: 15.9375rem;
    margin-top: -3rem;
    z-index: 1;
    position: relative;
}

.first-nav {
    height: 5.9375rem;
    display: flex;
    align-items: center;
    padding-left: 1.875rem;
    color: #fff;
    font-size: 1.5rem;
    background-color: #ef8c36;
}

.sec-nav-wrapper {
    width: 15.9375rem;
    padding: 0 1.875rem 1.875rem;
    background: #fcf0e1;
}

.sec-nav-item {
    height: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(40, 90, 166, 0.1);
    font-size: 1.25rem;
    cursor: pointer;
}

.sec-nav-item:hover {
    color: #ef8c36;
    font-weight: bold;
}

.list-content-right {
    flex: 1;
    margin-left: 2.5rem;
    margin-top: 1.25rem;

}

.list-content-right-top {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(40, 90, 166, 0.1);
}

.list-content-right-top-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ef8c36;
}

.letter {
    display: inline-block;
    padding: 0 5px;
}

.list-content-right-top-left span {
    color: rgba(0, 0, 0, .4);
}

.list-content-right-top-left-icon {
    margin-right: 0.3125rem;
}

.list-content-right-bottom-item-text {
    font-size: 1rem;
}

@media screen and (max-width:900px) {
.list-content-right-bottom-item-text {
     font-size: 1rem;
    width: 22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-content-right-bottom-item-text span {
  font-size:1rem!important
}
  
}

.list-content-right-bottom-item-text:hover {
    color: #ef8c36;
    font-weight: bold;
}

.list-content-right-bottom {
    margin-top: 0.625rem;
    width: 100%;
}

.list-content-right-bottom-item {
    padding: 1.0625rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.dot {
    width: 0.375rem;
    height: 0.375rem;
    background-color: #ef8c36;
    border-radius: 50%;
    margin-right: 0.625rem;
}

.list-content-right-news {
    margin-top: 3.125rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-content-right-news-title {
    font-size: 1.375rem;
    font-weight: bold;
}


@media (max-width: 1024px) {
    .list-content-left {
        display: none;
    }

    .list-content {
        width: 100%;
        padding: 0 2rem;
    }

    .list-content-right {
        margin-left: 0px;
        margin-top: 1.25rem;
    }
}

.new-nav-wrapper {
    background-color: #F4F5F9;
}

.new-nav {
    display: flex;
    height: 70px;
}
.new-nav-item {
    height: 70px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-bottom: 3px solid #F4F5F9;
    cursor: pointer;
}

.new-nav-item-active {
    background-color: rgba(255, 240, 224, 1);
    border-bottom: 3px solid rgba(240, 157, 70, 1);
    color: rgba(240, 157, 70, 1);
    font-weight: bold;
}