/**组件样式*/
    .w20 {
        width: 20%;}

    .w20 a {
        font-size: 16px;
        font-family: "Microsoft Yahei", sans-serif, Arial, Helvetica !important;
        color: #333;
        font-weight: bold;}

    .w60 {
        margin: 0 2%;
        width: 56%;
        color: rgb(102, 102, 102);
        line-height: 30px;
        font-size: 16px;
        font-family: 微软雅黑 !important;}

    .w60 strong {
        color: #333;}

    .w30 {
        width: 20%;
        color: rgb(102, 102, 102);
        line-height: 30px;
        font-size: 16px;
        font-family: 微软雅黑 !important;}

    .w30 strong {
        color: #333;
        font-family: 微软雅黑 !important;
        font-size: 16px;}

    .znks ul li {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px solid #ddd;
        padding: 30px 0;}

    .znks ul li:hover a {
        color: #274373;}
    .w60 *{ font-size: 16px;}
    .w30 *{ font-size: 16px;}
    @media only screen and (max-width: 823px) {
        .znks ul li {

            flex-direction: column;}

        .w20 {
            width: 100%;}

        .w60 {
         margin: 20px 10px;
            width: 100%;}

        .w30 {
            width: 100%;}
    }
