.clearfix:after {

content: "\200B";
display: block;
height: 0;
clear: both;

} .clearfix {

*zoom: 1;

} .page {

width: 1140px;
box-sizing: border-box;
margin: 0 auto;
// word-break: break-all;
.left {
    width: 75%;
    float: left;
    padding: 20px 30px;
    line-height: 1.6;
    font-size: 16px;
    background-color: #f8f8fd;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4),0 0 30px rgba(10,10,0,0.1) inset;
    >h1 {
        margin-bottom: -10px;
    }
    a:not([title]){
        word-break: break-all;
    }
    ul {
        >h2 {
            margin-left: -40px;
            color: #6a6b6b;
        }
        li {
            line-height: 1.8;
            color: #888888;
            time {
                display: inline-block;
                width: 135px;
            }
            .title {
                font-weight: bold;
                color: #223253;
                transition: 0.3s ease;
                &:hover {
                    color: #4d6dad;
                }
            }
            i {
                margin-right: 5px;
            }
            .categories {
                padding: 0 15px;
                i {
                    color: #9e9d9d;
                }
                a {
                    padding: 0 5px;
                    background-color: #9e9d9d;
                    color: #fff;
                    font-size: 90%;
                    transition: 0.3s ease;
                    &:hover {
                        background-color: #b6b6b9;
                    }
                }
            }
            .pageTag {
                i {
                    color: #c6cbe9;
                }
                a {

                    // border: 1px solid #aaa;
                    padding: 0 5px;
                    background-color: #c6cbe9;
                    border-radius: 4px;
                    color: #fff;
                    font-size: 90%;
                    transition: 0.3s ease;
                    &:hover {
                        background-color: #c0ddc7;
                    }
                }
            }
        }
    }
}
.anchor {
    display: none;
}
.right {
    float: left;
    width: 25%;
    padding-left: 20px;
    top: 0;
    .fixed {
        position: fixed;
        top: 20px;
    }
    .scroll-bottom {
        position: absolute;
        bottom: 190px;
    }
    .side {
        box-sizing: border-box;
        background-color: #f8f8fd;
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 30px rgba(10, 10, 0, 0.1) inset;
        padding-bottom: 1px;
        -ms-word-break: break-all;
        word-break: break-all;
        margin-bottom: 20px;
        /* Non standard for webkit */
        // word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        >div {
            padding: 12px 15px;

            // margin-right: -10px;
            border-bottom: 1px solid #c0c0c0;
            font-size: 16px;
            font-weight: bold;
        }
        a {
            color: #4d6dad;
            transition: 0.5s ease;
            &:hover {
                color: #223253;
            }
        }
        #search_box {
           display: block;
           margin: auto;
           padding: 7px;
           font-size: 14px;
           height: 16px;
           border-radius: 5px;
           border: solid 1px #BBB;
        }
    }
    .content-ul {
        overflow-y: auto;
        padding-right: 10px;
        line-height: 1.8;
        padding-left: 35px;
        ul {
            padding-left: 20px;
        }
    }
    .search-ul {
       line-height: 1.8;
       margin: 0;
       list-style: none;
       padding: 0;
       li {
          font-size: 14px;
          a {
             display: block;
             width: 100%;
             padding: 2px 0;
             border-bottom: 1px solid #eee;
             &:hover {
                background-color: #dbdfee;
                .badge {
                   background-color: #dbdfee;
                   transform: scale(1.2) rotate(360deg);
                }
             }
             .name {
                padding-left: 15px;
             }
             .badge {
                display: block;

                // width: 20px;
                float: right;
                text-align: center;
                margin-right: 15px;
                margin-top: 3px;
                padding: 0 10px;
                font-size: 12px;
                color: #fff;
                background-color: #bbb;
                border-radius: 50%;
                transition: 0.5s ease-in-out;
             }
          }
          .keyword {
              background-color: #dbdfee;
          }
          &:last-of-type a {
             border: none;
          }
       }
    }
    .search_keyword {
       color: #2a7ae2;
    }
}

} @media screen and (max-width:1200px) and (min-width: 770px) {

.page {
    width: 90%;
}

} @media screen and (max-width: 770px) {

.page {
    width: 95%;
    .left {
        width: 100%;
        float: left;
        padding: 10px 14px;
        font-size: 14px;
        >h1 {
            font-size: 25px;
            margin-bottom: -10px;
        }
        ul {
            padding-left: 20px;
            >h2 {
                font-size: 20px;

                // margin: 0;
                margin-left: -20px;
            }
            li {
                margin: 20px 0;
                time {
                    display: block;
                    width: auto;
                }
                .title {
                    display: block;
                    font-size: 16px;
                }
                .categories {
                    font-size: 12px;
                    padding-left: 0;
                    padding-right: 10px;
                }
            }
        }
    }
    .anchor {
        display: block;
        visibility: visible;
        position: fixed;
        top: 76px;
        right: 2.5%;
        padding: 5px 10px;
        color: #333;
        font-size: 15px;
        background-color: #f8f8fd;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 0 30px rgba(10, 10, 0, 0.1) inset;
        opacity: 0.7;
        transition: 0.2s cubic-bezier(0.5, 0.1, 0.51, 1.38);
    }
    .anchor-hide {
        opacity: 0;
        visibility: hidden;
    }
    .right {
        visibility: hidden;

        // display: none;
        position: fixed;

        // z-index: 190;
        float: none;
        width: auto;
        max-width: 95%;
        padding: 0;
        top: 76px;
        right: 2.5%;
        opacity: 0;
        transform-origin: 100% 0;
        transform: scale(0.1);
        transition: 0.2s cubic-bezier(0.5, 0.1, 0.51, 1.38);
    }
    .right-show {
        z-index: 999;
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        .content-ul{
          margin-bottom: 0;
          >li:last-of-type{
            margin-bottom: 16px;
          }
        }
    }
}

}