
.selfListDown > article {
    padding-bottom: 100px;
}
.selfListDown > article > h3 {
    height: 70px;
    padding: 18px 0;
    margin-top: 19px;
    margin-bottom: 30px;
    border-bottom: 2px solid #333333;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
    box-sizing: border-box;
}
.selfListDown > article > p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 40px;
    text-align: center;
}
.selfListDown > article > .tabWrap {
    border-bottom: 1px dashed #bebebe;
}
.selfListDown > article > .tabWrap > .tab {
    margin-top: 40px;
    padding-bottom: 40px;
    width: 50%;
}
.selfListDown > article > .tabWrap > .tab > h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}
.selfListDown > article > .tabWrap > .tab > ul {
    margin-top: 20px;
}
.selfListDown > article > .tabWrap > .tab > ul > li:first-of-type {
    width: 40%;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 11px 0;
}
.selfListDown > article > .tabWrap > .tab > ul > li:last-of-type {
    width: 60%;
}
.selfListDown > article > .tabWrap > .tab > ul > li:last-of-type > a > button {
    background-color: #1b51a5;
    padding: 0;
    border: none;
    width: 100px;
    height: 40px;
    color: #fff;
}