#col_2list {
    MARGIN: 0px auto;
    width: 90%;
    min-width: 300px;
    max-width: 1300px;
    /* min-height: 500px; */
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}
#col_2list>div:first-child {
    width: 70%;
    margin-right: 1%;
    margin-bottom: 20px;
}


#col_2list>div:last-child {
    width: 29%;
}
#col_2list>div:last-child dl {
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    margin-top: 8px;
}
#col_2list>div:last-child hr {
    height: 1px;
    border: none;
    border-top: 1px solid #dddddd;
    width: 98%;
    margin-bottom: 25px;
}
#col_2list>div:last-child>dl>dd:first-child {
    width: 90px;
    min-width: 90px;
    margin-right: 8px;
}
#col_2list>div:last-child>dl>dd img {
    min-width: 82px;
}
#col_2list>div:last-child dl dd a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
#col_2list>div:last-child dl dd:last-child {
    margin: 0px;
    line-height: 22px !important;
    font-size: 13px;
}

@media only screen and (min-width: 600px) and (max-width: 850px) {
    #col_2list {
        width: 90%;
        display: block;
    }
    #col_2list>div:first-child {
        width: 100%;
        display: block;
    }

    #col_2list>div:last-child {
        width: 100%;
        margin: 0px;
        padding: 0 10px;
        clear: both;
    }
}

@media only screen and (max-width:600px) {
    #col_2list {
        width: 90%;
        display: block;
    }

    #col_2list>div:first-child {
        width: 100%;
        display: block;
    }

    #col_2list>div:last-child {
        width: 100%;
        margin: 0px;
        padding: 0 10px;
        clear: both;
    }
}