.la-news-read {
    background: rgba(0, 134, 227, 0.05);
}

.la-news-read .nav-bar {
    padding-top: 100px;
}

.la-news-read .nav-bar .curren-bar {
    display: inline-block;
    width: 105px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.la-news-read .news-read-con {
    padding: 70px 0 110px 0;
    display: flex;
}

.la-news-read .news-read-con .news-left .title {
    color: var(--text-color-black);
    font-family: var(--font-family);
    font-size: 30px;
    font-style: var(--font-style);
    font-weight: 700;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.la-news-read .news-read-con .news-left .date-con {
    display: flex;
    gap: 40px;
    padding-top: 30px;
}

.la-news-read .news-read-con .news-left .date-con .date {
    display: flex;
    align-items: center;
    gap: 16px;
}

.la-news-read .news-read-con .news-left .date-con .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.la-news-read .news-read-con .news-left .date-con .con {
    color: #999;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 400;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.la-news-read .news-read-con .news-left .newscon {
    padding: 30px 0 70px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin: 30px 0;
    white-space: break-spaces;
}

.news-read-con .news-left .news-nav span {
    color: var(--text-color-black);
}

.news-read-con .news-left .news-nav span:hover {
    color: var(--primary-color);
}

.news-read-con .news-left {
    width: calc(100% - 500px);
    padding-right: 90px;
}


.news-left .blog-nav{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.news-left .blog-nav li{
    border-bottom: 1px solid #000;
}

.news-read-con .news-right {
    width: 500px;
}
.news-left .blog-content-nav h4{
    padding: 20px 10px;
    position: relative;
    cursor: pointer;
    float: none;
    text-shadow: none;
    opacity: 1;
    font-size: 20px;
}
.news-left .blog-content-nav h4::after{
    content: "+";
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.news-left .blog-content-nav h4.close::after{
    transform: rotate(0deg);
}

.news-right .recommond {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(64, 64, 64, 0.06);
    padding: 30px;
}

.news-right .goods {
    margin-top: 60px;
}

.news-right .title {
    color: var(--text-color-black);
    font-family: var(--font-family);
    font-size: 30px;
    font-style: var(--font-style);
    font-weight: 700;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.news-right .line {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin: 14px 0 24px 0;
}

.news-right .list {
    display: flex;
    cursor: pointer;
    padding: 12px;
}

.news-right .list:hover {
    border-radius: 10px;
    background: var(--second-color);
}

.news-right .list-img {
    width: 132px;
}

.news-right .list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-right .list-con {
    width: calc(100% - 132px);
    padding: 6px 4px 6px 12px;
}

.news-right .list-con .list-title {
    color: var(--text-color-black);
    font-family: var(--font-family);
    font-size: 18px;
    font-style: var(--font-style);
    font-weight: 700;
    line-height: var(--line-height);
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-right .list-con .list-desc {
    color: #666;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 400;
    line-height: var(--line-height);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-right .con .list-line {
    width: 100%;
    height: 1px;
    background: rgba(217, 217, 217, 0.40);
    margin: 12px 0;
}

@media screen and (max-width: 1500px) {
    .news-read-con .news-left {
        width: 70%;
        padding-right: 50px;
    }

    .news-read-con .news-right {
        width: 30%;
    }

    .news-right .title {
        font-size: 26px;
    }

    .news-right .list-img {
        width: 35%;
    }

    .news-right .list-con {
        width: 65%;
    }

}

@media screen and (max-width: 992px) {
    .news-right .list-img {
        display: none;
    }

    .news-right .list-con {
        width: 100%;
        padding-left: 0;
    }

    .news-right .title {
        font-size: 22px;
    }
    .news-left .news-left-nav{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .la-news-read .news-read-con {
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }

    .news-read-con .news-left {
        width: 100%;
        padding: 0;
    }

    .news-read-con .news-right {
        width: 100%;
        margin-top: 30px;
    }

    .news-right .list-img {
        display: block;
    }

    .news-right .list-con {
        width: 65%;
        padding-left: 12px;
    }
}