.btn-banner {
    margin-right: 13px;
}

.subject-container {
    padding-top: 50px;
    padding-bottom: 80px;
}

.subject-box {
    display: flex;
    justify-content: space-between;
}

.subject-nav {
    margin-bottom: 50px;
}

.subject-content {
    width: 810px;
}

.subject-right {
    width: 290px;
}

.subject-list {
    width: 70%;
}

.sub-text {
    font-size: 14px;
    font-weight: 400;
    color: #617288;
    line-height: 20px;
    align-items: center;
    margin-right: 20px;
}

.content-box {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 28px !important;
    margin-bottom: 15px !important;
}

.content-box ul {
    padding-left: 30px;
    list-style: disc;
}

.content-box h2 {
    font-family: "Microsoft YaHei", PingFangSC-Semibold !important;
    padding: 0 0 10px;
    font-size: 22px;
    line-height: 26px;
    color: #334356;
}

.content-box h3 {
    font-family: "Microsoft YaHei", PingFangSC-Semibold !important;
    padding: 20px 0 10px;
    font-size: 18px;
    line-height: 20px;
    color: #334356;
}

.subject-intro {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.subject-intro p {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #617288;
    line-height: 17px;
    margin-bottom: 0;
    margin-right: 15px;
}

.content-box p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 15px;
}

.content-box h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 15px;
}

.hot-box-title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
}

.hot-box-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-title:hover {
    color: #0069EA !important;
}

.hot-box-item a {
    color: #333333;
}

.item-index {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #9c9c9c;
    line-height: 22px;
    width: 20px;
    height: 22px;
    background-color: rgba(156, 156, 156, 0.2);
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
}

.list-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 20px;
}

.subject-list-item {
    padding: 20px;
    margin-right: 10px;
}

.subject-list-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
    border-radius: 4px;
}

.subject-list-item h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subject-page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.prev-page {
    text-align: center;
    width: 58px;
    color: #FFFFFF;
    background: #B3C1D3;
    border-radius: 2px;
}

.page-style {
    width: 58px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.subject-page-list {
    display: flex;
    align-items: center;
}

.subject-page-a {
    width: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 0px 5px;
}

.page-active {
    background: #2587FF;
    border: 1px solid #2587FF;
    color: #FFFFFF;
}

.page-jump {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-left: 12px;
}

.page-input {
    width: 36px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    margin: 0 4px;
    text-align: center;
}

.page-total {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-left: 12px;
}

.subject-hot-box {
    margin-bottom: 50px;
}

.subject-content img {
    max-width: 90%;
    box-shadow: 0 0 4px 0 #C8CBD0;
    margin: 16px 0;
}

.subject-content th {
    border: 1px solid #BBB !important;
    background-color: #F7F7F7;
    text-align: center;
    font-weight: bold;
}

.subject-content td {
    padding: 5px 10px;
    border: 1px solid #DDD;
    line-height: 28px;
    letter-spacing: 0.1px;
}

