.clearfix:after {
    content: "&nbsp;";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.content.fff {
    background: #fff;
}

.paddingtop0 {
    padding-top: 0 !important;
}

.paddingbottom0 {
    padding-bottom: 0 !important;
}

.w-e-text img {
    display: inline;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.header {
    border-bottom: 2px solid #eaeaea;
    background: #fff;
    margin-bottom: 1em;
}

.navbar {
    padding: .5rem 0;
    z-index: 999;
    position: relative;
}

.navbar a:hover {
    color: #129fea;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #4d4d4d;
}

.query {
    display: none;
    margin: 1px 10px 0 0;
    float: right;
}

.hamburger {
    display: none;
    margin-top: 5px;
    float: right;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #4d4d4d;
}

.nav-menu {
    line-height: 40px;
    padding-left: 180px;
    z-index: 9999;
    display: block;
}

.nav-item {
    float: left;
    padding: 0 1em;
}

.nav-item.search {
    float: right;
}

.nav-item.search a {
    width: 32px;
    height: 32px;
    display: block;
    background: url(/images/search.png?i=1) no-repeat;
    margin-top: 3px;
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
}

.nav-link {
    color: #475569;
}

.nav-link.cur {
    color: #129fea;
}

.nav-link:hover {
    color: #129fea;
}

.nav-logo {
    font-size: 2.1rem;
    color: #482ff7;
    float: left;
}

@media only screen and (max-width:768px) {
    .navbar {
        padding: .5rem 1rem;
    }

    .nav-menu {
        left: -120%;
        top: 60px;
        margin: 0;
        padding: 0;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: .3s;
        box-shadow: 0 10px 27px rgba(0,0,0,.05);
        position: absolute;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #f3f4f6;
    }

    .nav-item.search {
        display: none;
    }

    .nav-link {
        display: block;
        padding: .3rem 0;
    }

    .query {
        display: block;
    }

    .query a {
        width: 32px;
        height: 32px;
        display: block;
        background: url(/images/search.png?i=1) no-repeat;
        margin-top: 3px;
        opacity: .7;
        -moz-opacity: .7;
        -khtml-opacity: .7;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

.searchBox {
    padding: 30px 0;
}

.searchBox p {
    padding: 0 50px;
}

.searchBox p input {
    padding: 10px 16px;
    font-size: 16px;
    background: #f3f3f3;
    border: 0;
    display: block;
    margin: 0;
}

.searchBox p a {
    display: block;
    margin-top: 20px;
}

.breadcrumb {
    color: #777;
    margin-bottom: 1em;
    margin-left: 0;
    font-size: 1em;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb i {
    font-style: normal;
}

.breadcrumb .right a {
    color: #fff;
}

@media(max-width:47.999em) {
    .breadcrumb {
        margin-left: 15px;
    }
}

.linkbox {
    max-width: 1200px;
    margin: 15px auto 15px auto;
    background: #fff;
}

.linkbox .links_title {
    text-indent: 15px;
    padding: 20px 0 10px 0;
}

.linkbox .links_title strong {
    font-size: 18px;
    font-weight: initial;
}

.linkbox .links_title span {
    padding-left: 20px;
    color: #777;
}

.linkbox ul {
    padding: 0 15px 20px 15px;
}

.linkbox ul li {
    float: left;
    line-height: 30px;
    margin-right: 15px;
}

.linkbox ul li a {
    color: #808080;
}

.footer {
    background: #fff;
    text-align: center;
    padding: 1.2em;
    margin-top: 1.2em;
    font-size: 80%;
}

.footer p {
    padding: .3em 0;
    color: #34495e;
}

.footer p a {
    color: #34495e;
    padding: 0 6px;
}

#goTop {
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
    line-height: 50px;
    background-color: #eaeaea;
}

#goTop img {
    width: 30px;
}

.my_pager {
    font: 11px Arial,Helvetica,sans-serif;
    padding: 30px 20px 10px 0;
    margin: 0;
    text-align: center;
}

.my_pager a {
    padding: 1px 5px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    margin-right: 2px;
    font-size: 14px;
    color: #393d49;
}

.my_pager .noPage {
    padding: 3px 8px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    margin-right: 2px;
    color: #ccc;
}

.my_pager .noPage:hover {
    border: solid 1px #ddd;
}

.my_pager a:visited {
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
}

.my_pager .curPage {
    padding: 3px 2px;
    border: none;
    padding: 3px 8px;
    background: #129fea;
    color: #fff;
    font-size: 14px;
}

.my_pager a:hover {
    border-color: #129fea;
    text-decoration: none;
}

.my_pager a:visited {
    color: #393d49;
}

.my_pager span {
    display: inline-block;
}

.my_pager span input[type=text] {
    width: 25px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border: solid 1px #dcdfe6;
}

.my_pager span input[type=text]:focus {
    outline: 0;
    border: solid 1px #129fea;
}

.nonetitle {
    position: absolute;
    top: -20000px;
    left: -20000px;
}

.article {
    background: #fff;
    margin-bottom: 1.2em;
}

.article .listtitle {
    padding: 1.2em 1.2em 0 1.2em;
    font-weight: initial;
    font-size: 1.2em;
}

.article .listtitle a {
    color: #34495e;
}

.article .list {
    padding: 1.2em 1.2em 0 1.2em;
}

.article .list .item {
    margin-bottom: 1.2em;
}

.article .list .item .cover {
    float: left;
    width: 25%;
}

.article .list .item .info {
    float: right;
    width: 70%;
}

.article .list .item .info a {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #34495e;
}

.article .list .item .info a:hover {
    color: #129fea;
}

.article .list .item .info p {
    margin-top: .5em;
    color: #777;
}

.article .list .item .info .tags a {
    font-size: 80%;
    display: inline-block;
    color: #777;
}

.newlist {
    background: #fff;
    margin-bottom: 1.2em;
}

.newlist .listtitle {
    padding: 1.2em 1.2em 0 1.2em;
    font-weight: initial;
    font-size: 1.2em;
}

.newlist .listtitle span {
    color: #34495e;
}

.newlist .pure-g {
    padding: .8em 0 1.2em 0;
}

.newlist .pure-g .pure-u-1 a {
    padding: 0 1.2em;
    line-height: 1.8em;
    display: block;
    color: #777;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}