.article-content{
    display: flex;
    justify-content: space-between;
}
.article-content-right{
    width: 1100px;
    margin-left: 20px;
}
.article-content-right-ad{
    margin-bottom: 20px;
    display: block;
}
.article-content-right-ad img{
    width: 100%;
    height: auto;
    display: block;
}
.article-list{
    width: 321px;
    min-height: 800px;
    padding: 34px 20px 34px 20px;
    box-sizing: border-box;
    background-color: white;
}
.article-list-one{
    display: flex;
    align-items: center;
    color: rgba(56, 56, 56, 1);
}
.article-list-one:not(:first-child){
    margin-top: 16px;
}
.article-list-one-active{
    color: var(--brand-color);
}
.article-list-one:focus,.article-list-one:hover,.article-list-one:active{
    color: var(--brand-color);
}
.article-list-one-num{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 15px;
}
.article-list-one-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.detail{
    width: 100%;
    padding-bottom: 73px;
    box-sizing: border-box;
}
.detail-ad img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.detail-content{
    background-color: white;
    padding: 40px 24px;
    box-sizing: border-box;
}
.detail-title{
    font-size: 36px;
    font-weight: 400;
    line-height: 42.19px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
    text-align: left;
}
.detail-subtitle{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.1px;
    color: rgba(56, 56, 56, 1);
    margin-top: 10px;
    margin-bottom: 28px;
    text-align: left;
}
.detail-video{
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto;
    margin-bottom: 20px;
}
.detail-info{
    font-size: 16px;
}
.detail-page{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-page .btn-primary, .detail-page .btn-primary:active:hover, .detail-page .btn-primary:active:focus, .detail-page .btn-primary:hover{
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    background-color: white;
    border-color: white;
    color: var(--brand-color);
    border-radius: 4px;
    width: 128px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-page .btn.disabled, .btn[disabled]{
    background-color: rgba(0,0,0,0.3);
    border-color: transparent;
    color: rgba(0,0,0,0.3);
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
    background-color: rgba(0,0,0,0.3);
    border-color: transparent;
    color: rgba(0,0,0,0.3);
}
