.case-article {
flex: 0 0 944px;
margin: 0 118px 100px 0;
}
.other-cases {
background: rgba(242, 242, 242, 1);
padding: 30px 24px;
flex: 0 0 336px;
height: fit-content;
}
.case-list {
max-height: 1100px;
overflow: auto;
}
.case-list::-webkit-scrollbar {
display: none;
}
.other-cases-bar{
border-left: 5px solid var(--main-color);
padding: 0 10px;
font-size: 16px;
font-weight: 700;
color: rgba(0, 0, 0, 1);
background: rgba(242, 242, 242, 1);
margin-bottom: 30px;
}
.other-case-box {
background: #fff;
width: 288px;
border-radius: 10px;
overflow: hidden;
margin: 0 auto 20px auto;
}
.other-case-box img {
width: 288px;
height: 191px;
object-fit: cover;
}
.other-case-box .other-case-title {
font-size: 18px;
font-weight: 400;
color: rgba(36, 38, 43, 1);
margin-bottom: 8px;
}
.other-case-box .other-case-description {
font-size: 14px;
font-weight: 400;
color: rgba(102, 107, 122, 1);
margin-bottom: 8px;
}
.other-case-box .other-case-time {
font-size: 22px;
font-weight: 700;
color: rgba(233, 236, 242, 1);
}
.other-case-text {
padding: 17px 14px;
}
.nav-area {
margin-top: 60px;
padding-top: 30px;
border-top: 1px solid var(--main-color-light);
}
.pre-article, .next-article{
font-size: 14px;
font-weight: 400;
}
.pre-article, .pre-article a {
margin-bottom: 15px;
color: var(--main-color);
}
.article-title {
font-size: 30px;
font-weight: 700;
color: rgba(36, 38, 43, 1);
font-family: HanSans-song;
margin-bottom: 16px;
}
.article-source {
padding-bottom: 5px;
border-bottom: 1px solid rgba(176, 187, 207, 1);
}
.source-item{
font-size: 14px !important;
font-weight: 400;
color: rgba(102, 107, 122, 1);
}
