html,
body {
    font-size: 14px;
}

@media (min-width: 992px) {

    html,
    body {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {

    html,
    body {
        font-size: 17px;
    }
}

@media (min-width: 1680px) {

    html,
    body {
        font-size: 18px;
    }
}

.page-container {
    width: 85.652%;
    max-width: 1430px;
    font-size: inherit;
    color: #333;
    padding: 0 15px;
    margin: 0 auto 70px;
}

.page-container h1 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    margin: 70px 0;
}

.page-container img {
    width: 100%;
}

.page-container .page-section {
    width: 80%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin: 0 auto 30px;
}

.page-container .page-section .page-content-box {
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
}

.page-container .page-section .page-content-box .img-box {
    width: 30.66%;
}

.page-container .page-section .page-content-box .txt-box {
    width: 66.66%;
    padding: 20px 30px 20px 0;
}

.page-container .page-section .page-content-box .txt-box .date-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.page-container .page-section .page-content-box .txt-box .date-box .date {
    display: flex;
    align-items: center;
}

.page-container .page-section .page-content-box .txt-box .date-box .date p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    padding: 10px 0;
}

.page-container .page-section .page-content-box .txt-box .date-box .date .download-box {
    display: flex;
    align-items: center;
}

.page-container .page-section .page-content-box .txt-box .date-box .date .download-icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    margin-right: 4px;
}

.page-container .page-section .page-content-box .txt-box .date-box .date .download-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/~/media/CNBGV2/publications/46/icon_01_on_250417.png") no-repeat;
    background-size: 100% 100%;
}

.page-container .page-section .page-content-box .txt-box .date-box .link a {
    font-size: 14px;
}

.page-container .page-section .page-content-box .txt-box .date-box .link a:hover {
    color: #c7000b;
}

.page-container .page-section .page-content-box .txt-box h3 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.95em;
    color: #666;
}

.page-container .page-section .page-content-box .txt-box h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px;
}

.page-container .page-section .page-content-box .txt-box .guest {
    font-size: 80%;
}

.page-container .page-section .page-content-box .txt-box .txt-show p {
    font-size: 0.875em;
    line-height: 1.65em;
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-container .page-section .page-content-box .txt-box .txt-hide {
    display: none;
}

.page-container .page-section .page-content-box .txt-box .txt-hide p {
    font-size: 0.875em;
    line-height: 1.65em;
    color: #666;
    padding-bottom: 15px;
}

.page-container .page-section .page-content-box .txt-box .show-more {
    position: relative;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    padding-right: 21px;
}

.page-container .page-section .page-content-box .txt-box .show-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/~/media/CNBGV2/publications/46/icon_02_250417.png") no-repeat;
    background-size: 100% 100%;
}

.page-container .page-section .page-content-box .txt-box .show-more.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.page-container .page-section .page-items-box {
    display: flex;
}

.page-container .page-section .page-items-box .items-list {
    width: 33.33%;
}

.page-container .page-section .page-items-box .items-list .item {
    width: 75%;
    margin: 0 auto 30px;
    position: relative;
    padding-bottom: 30px;
}

.page-container .page-section .page-items-box .items-list .item h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.65em;
    color: #c7000b;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}

.page-container .page-section .page-items-box .items-list .item:first-of-type h3 {
    border-top: none;
    padding-top: 0;
}

.page-container .page-section .page-items-box .items-list .item h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.65em;
    margin-bottom: 5px;
}

.page-container .page-section .page-items-box .items-list .item .guest {
    font-size: 80%;
    color: #999;
}

.page-container .page-section .page-items-box .items-list .item .point {
    font-size: 0.875em;
    line-height: 1.65em;
    color: #666;
    margin-top: 3px;
    margin-bottom: 10px;
}

.page-container .page-section .page-items-box .items-list .item .download {
    position: absolute;
    font-size: 0.875em;
    line-height: 1.65em;
    color: #666;
    padding-left: 20px;
    right: 0;
}


/* .page-container .page-section .page-items-box .items-list .item .download:hover {
    color: #c7000b;
} */

.page-container .page-section .page-items-box .items-list .item .download::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/~/media/CNBGV2/publications/46/icon_01_on_250417.png") no-repeat;
    background-size: 100% 100%;
}

/* .page-container .page-section .page-items-box .items-list .item .download:hover::before {
    background: url("../img/icon_01_on_250417.png") no-repeat;
    background-size: 100% 100%;
} */

.page-container .web-show {
    display: block;
}

.page-container .mob-show {
    display: none;
}

@media (max-width:1280px) {
    .page-container .page-section {
        width: 100%;
    }
}

@media (max-width:834px) {
    .page-container {
        width: 100%;
        max-width: none;
        margin: 0 auto 40px;
    }

    .page-container h1 {
        margin: 70px 0 35px;
    }

    .page-container .page-section {
        padding-bottom: 15px;
        margin: 0 auto 30px;
    }

    .page-container .page-section .page-content-box {
        flex-direction: column;
    }

    .page-container .page-section .page-content-box .img-box {
        width: 55.2vw;
        padding-top: 20px;
        margin: 0 auto;
    }

    .page-container .page-section .page-content-box .txt-box {
        width: 100%;
        padding: 15px;
    }

    .page-container .page-section .page-content-box .txt-box .date-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-container .page-section .page-content-box .txt-box .date-box .date {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-container .page-section .page-content-box .txt-box .date-box .date p {
        padding: 10px 0 0;
    }

    .page-container .page-section .page-content-box .txt-box .date-box .date .download-icon {
        width: 16.67px;
        height: 16.67px;
        margin-top: 10px;
        margin-left: 0;
    }

    .page-container .page-section .page-content-box .txt-box .date-box .link {
        margin-top: 10px;
    }

    .page-container .page-section .page-content-box .txt-box h3 {
        font-size: 1.1em;
        margin-top: 0;
    }

    .page-container .page-section .page-content-box .txt-box .guest {
        font-size: 80%;
    }

    .page-container .page-section .page-content-box .txt-box .txt-show p {
        font-size: 0.875em;
        line-height: 1.65em;
        color: #666;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .page-container .page-section .page-content-box .txt-box .txt-hide {
        display: none;
    }

    .page-container .page-section .page-content-box .txt-box .txt-hide p {
        font-size: 0.875em;
        line-height: 1.65em;
        color: #666;
        padding-bottom: 15px;
    }

    .page-container .page-section .page-content-box .txt-box .show-more {
        position: relative;
        font-size: 16px;
        line-height: 36px;
        color: #666;
        padding-right: 25px;
    }

    .page-container .page-section .page-content-box .txt-box .show-more::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: url("/~/media/CNBGV2/publications/46/icon_02_250417.png") no-repeat;
        background-size: 100% 100%;
    }

    .page-container .page-section .page-content-box .txt-box .show-more.active::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .page-container .page-section .page-items-box {
        flex-wrap: wrap;
    }
    
    .page-container .page-section .page-items-box .items-list {
        width: 100%;
    }
    
    .page-container .page-section .page-items-box .items-list .item {
        width: calc(100% - 30px);
    }
    
    .page-container .page-section .page-items-box .items-list .item h3 {
        font-size: 1.1em;
        margin-bottom: 0;
    }
    
    .page-container .page-section .page-items-box .items-list .item:first-of-type h3 {
        border-top: 1px solid #e6e6e6;
        padding-top: 20px;
    }
    
    .page-container .page-section .page-items-box .items-list:first-of-type .item:first-of-type h3 {
        border-top: none;
        padding-top: 0;
    }
    
    .page-container .page-section .page-items-box .items-list .item h4 {
        font-size: 1.1em;
    }

    .page-container .web-show {
        display: none;
    }

    .page-container .mob-show {
        display: block;
    }
}

@media (max-width:640px) {}