.v4-body {
    background-color: #f5f7fa;
}
.v4-news-page {
    width: 100%;
    background: url("https://www.sciopen.com/assets/img/articles_bg-e25ed8fd164c457caedd2a904dc530c5.png") no-repeat;
    background-size: contain;
    padding-bottom: 32px;
}
.v4-news-page-news {
    background: url("https://www.sciopen.com/assets/img/news_bg-5a23a8ae96d7a9786fe92af65df209b9.png") no-repeat;
}

.v4-news-cc {
    width: 100%;
    max-width: 1240px;
    padding: 28px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.9);
    margin: 0 auto 32px;
    border: 1px solid #e7e8e8;
}

.v4-news-container {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.v4-news-co-line {
    position: absolute;
    height: calc(100% - 44px);
    width: 1px;
    border-left: 1px dashed #3158fa;
    left: 43px;
    top: 44px;
}
.v4-news-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin-top: 24px;
    position: relative;
    z-index: 1;
}
.v4-news-container .v4-news-item:first-child {
    margin-top: 0;
}
.v4-news-time {
    flex: none;
    width: 76px;
    height: 76px;
    background-color: #2f54eb;
    border-radius: 6px;
    color: #ffffff;
    line-height: 1.6;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.v4-news-time p{
    margin: 0;
    color: #ffffff;
    font-family: 'Inter-Regular';
    line-height: 1;
}
.v4-news-time p:first-child {
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.v4-news-time p:nth-child(2) {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: 'Inter-Black';
    margin: 4px 0;
}
.v4-news-time p:last-child {
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.v4-news-content {
    margin-top: 22px;
    margin-left: 28px;
    width: calc(100% - 104px);
    flex: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.v4-news-content-article {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}
.v4-news-cl {
    width: 100%;
    flex: 1;
}
.v4-news-content-article .v4-news-cl{
    width: calc(100% - 330px);
}
.v4-news-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.v4-news-title  a {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'PlayfairDisplay-Bold';
}
.v4-news-dsc {
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    line-height: 20px;
}
.v4-news-dsc a, .v4-news-dsc p, .v4-news-dsc a p, .v4-news-dsc p a{
    color: #666;
    font-size: 14px;
    font-family: 'Inter-Regular';
    line-height: 20px;
}
.v4-news-dsc img {
    display: none !important;
}
.v4-news-img {
    margin-left: 32px;
    width: 231px;
    height: 143px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.v4-news-img-l {
    width: 297px;
    height: 182px;
}

.v4-news-img img {
    width: 231px;
    height: 143px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
}
.v4-news-img-l img {
    width: 297px;
    height: 183px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
}
.v4-news-date {
    margin-top: 15px;
    font-size: 14px;
    font-family: 'Inter-Regular';
}
.v4-news-date span {
    margin: 0;
    color: #666666;
    font-size: 14px;
    font-family: 'Inter-Regular';
}
.v4-news-date .v4-news-line {
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 0.75em;
    background-color: #333333;
}
.v4-news-qikan {
    margin-bottom: 15px;
}
.v4-news-qikan a {
    color: #2f54eb;
    font-size: 14px;
    font-family: 'Inter-MediumItalic';
    font-style: italic;
}

@media (max-width: 1024px) {
    .v4-news-cc {
        padding: 12px 10px 12px 10px;
    }
}

@media (max-width: 767px) {
    .v4-news-co-line {
        display: none;
    }
    .v4-news-time {
        display: none;
    }
    .v4-news-content {
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 10px;
    }
    .v4-news-cl {
        width: 100%;
        flex: none;
    }
    .v4-news-content-article .v4-news-cl{
        width: 100%;
        flex: none;
    }
    .v4-news-img {
        margin-left: 0;
        margin-top: 32px;
    }
    .v4-news-img a {
        display: block;
    }
    .v4-news-img-l {
        width: 100%;
    }
    .v4-news-img-l img {
        width: 100%;
    }
}
