.content_box {
    margin-top: 80px;
}

.content_box:first-child {
    margin-top: 0;
}

.content_title {
    font-family: DM Serif Display;
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 24px;
    line-height: 32px;
    color: #111111;
    border-bottom: 1px solid #A5ABBD;
}

.content_box .content_list {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #A5ABBD;
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.content_box .content_list a:hover{
    color: #1F518E;
}


@media screen and (max-width: 1200px) {
    .content {
        width: 100%;
        background-color: #f4f9ff;
        padding: 0.64rem 0.36rem !important;
        color: #111111 !important;
        letter-spacing: 0px !important;
        text-align: left !important;
    }
    .content_box {
        background-color: white;
    margin-top: 0.32rem;
    padding: 0.48rem 0.24rem;
    border-radius: 8px;
    }
    .mar_top {
        padding-top: 0px;
    }
    .content_box .content_list,
    .content_title {
        border-bottom: 0;
    }
    .content_title {
        font-weight: bold;
        font-family: Roboto;
        font-size: 0.24rem;
        line-height: normal;
        padding-bottom: 0.04rem;
        border-bottom: 0.06rem solid #DFEDFF;
        display: inline;
        border-radius: 3px;
    }
    .content_title {
        margin-top: 0.38rem;
    }
    .dis_block {
        display: block;
    }
    .Glossary {
        font-weight: bold;
        font-family: Roboto;
        font-size: 0.32rem;
        line-height: normal;
        padding-bottom: 0.24rem;
        padding-top: 0.2rem;
    }
    .content_box .content_list {
        font-family: Roboto;
        font-weight: 500;
        font-size: 0.24rem;
        line-height: 0.4rem;
        height: 0.4rem;
        letter-spacing: 0px;
        text-align: left;
        margin-top: 0.16rem;
    }
    .content_box:last-child {
        padding-bottom: 0.8rem;
    }
    #bor-rds {
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
        border-radius: 8px;
        border: 1px solid white;
        margin-top: 0.64rem;
    }
}