﻿
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, form, input {
    margin: 0;
    padding: 0
}

html, body {
    height: 100%
}

body {
    width: 100%;
    font-family: "Helvetica Neue","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,Arial,Helvetica,sans-serif;
    margin: 0;
    background: #f2f2f2;
    color: #333;
    font-size: 12px;
    position: relative;
}

img {
    border: 0;
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    word-wrap: break-word
}

a, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: #333
}

    a:hover {
        text-decoration: underline
    }

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.disnone {
    display: none;
}

.outer {
    position: relative;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1146px;
    background: #fff;
    height: 94px;
    color: #000;
    border: 1px solid #dfdfdf;
    z-index: 1000;
}

    .header .header-content {
        margin: 0 auto;
        height: 100%;
        width: 1142px
    }

.header-logo {
    display: block;
    float: left;
    width: auto;
    height: 100%;
    line-height: 94px;
}

    .header-logo img {
        margin-top: 12px;
        margin-left: 10px;
        height: 60px;
        vertical-align: middle;
    }

.header-list {
    display: block;
    margin-top: 33px;
    margin-left: 40px;
    float: left;
}

    .header-list > .header-list-item {
        float: left;
        display: block;
        list-style: none;
        border-bottom: 2px solid transparent;
        padding: 0 22px;
    }

        .header-list > .header-list-item > a {
            display: block;
            height: 40px;
            line-height: 40px;
            color: #333;
            text-decoration: none;
            font-size: 18px;
            margin: 0 2px;
            font-weight: 400;
            text-align: center;
        }

    .header-list > .selected > a {
        color: #0047ff;
        border-bottom: 2px solid #0047ff;
    }

    .header-list > .header-list-item > a:hover {
        color: #0047ff;
        border-bottom: 2px solid #0047ff;
    }

.header .asidebtn {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 58px;
    display: none;
}

    .header .asidebtn img {
        width: 40%;
        vertical-align: middle;
    }
.header-list .more {
    position: relative;
}

.header-list .more:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #666;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 18px;
    right: 5px;
}

.header-list .moreitembox {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 100;
}

.header-list .moreitembox .nav-item {
    padding: 0 4px;
    line-height: 30px;
}

.header-list .moreitembox .nav-item a {
    font-size: 16px;
    color: #666;
}

.header-list .moreitembox .nav-item a:hover {
    color: #fff;
}
.header-list .moreitembox .header-list-item {
    padding: 0 4px;
    line-height: 30px;
}
.header-list .moreitembox .header-list-item a {
    font-size: 16px;
}
.header-list .header-list-item:hover {
    background: #eee;
}
.pageWrapper {
    position: relative;
    padding-top: 100px;
}

.content {
    margin: 0 auto;
    width: 1160px;
    padding-bottom: 180px;
    padding-top: 20px;
}

    .content .main {
        float: left;
        width: 774px;
    }


.articles {
   
    width: 100%;
    background: #fff;
}

.articles .articlelist {
        padding: 0 20px 20px;
        margin-top: 0
}

.articles .articlelist .article-item {
            padding: 20px 0;
            border-bottom: #eaeaea solid 1px;
}

.article-item {
    display: inline-block;
}

.article-img {
    float: left;
    width: 180px;
    /*height: 120px;*/
    background: #f5f5f5;
    overflow: hidden;
    position: relative
}


.article-info {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 500px;
    height: 94px;
}

.article-item > .article-info > .tital {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
    max-height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    top: 44%;
    transform: translateY(-50%);
}

.article-info > .other {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    font-size: 14px;
}

    .article-info > .other > .author {
        float: left;
    }

        .article-info > .other > .author > .info {
            display: inline-block;
        }

.aside {
    float: right;
    width: 378px;
    overflow: hidden;
}
.adbox{
    text-align:center;
}
.right-top-item {
    height: 324px;
    background-color: #fff;
}

    .right-top-item:after {
        content: '';
        clear: both;
    }

    .right-top-item div {
        float: left;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
    }

    .right-top-item .rank {
        width: 10%;
        font-size: 20px;
        color: #ddd;
    }

        .right-top-item .rank .blue-bg {
            background-color: #03A9F4;
            color: #fff;
            padding-right: 5px;
        }

    .right-top-item .itemtital {
        width: 90%;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-indent: 1rem;
    }


.right-bottom-list {
    /* margin: 20px 0; */
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
   
}

.right-bottom-item {
    /*height: 200px;*/
    margin-bottom: 20px;
}

    .right-bottom-item .imgbox img {
        /*height: 140px;*/
        width: 100%;
    }

    .right-bottom-item .titalbox {
        height: 60px;
        position: relative;
        font-size: 16px;
        padding-top: 10px;
        margin-left:10px;
    }

        .right-bottom-item .titalbox span {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

.detail-con .fabox {
    
    text-align: center;
}


.aside .headtital {
    position: relative;
    height: 38px;
    line-height: 38px;
    background-color: #fbfbfb;
    font-size: 20px;
    text-indent: 20px;
    border-bottom: #f2f2f2 solid 1px;
}
.headtital {
    position: relative;
    height: 38px;
    line-height: 38px;
    background-color: #fbfbfb;
    font-size: 20px;
    text-indent: 20px;
    border-bottom: #f2f2f2 solid 1px;
}


.footer {
    clear: both;
    margin-top: 30px;
    padding: 20px 0px;
    background: #0c0d0d;
    text-align: center;
    color: #9ea2a2;
    font-size: 12px;
    line-height: 25px;
}

.fonter-text {
    position: relative;
    width: 90%;
    margin: 0px auto;
    overflow: hidden;
}



.mask {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1001;
    opacity: .3;
}

.offcanvas {
    position: fixed;
    top: 0;
    left: 100%;
    width: 30%;
    height: 100%;
    background-color: #3c3c44;
    overflow-y:auto;
}

    .offcanvas .aside-list {
        margin-top: 20px;
    }

        .offcanvas .aside-list .aside-list-item {
            display: block;
            height: 40px;
            line-height: 40px;
            text-indent: 1rem;
            font-size: 16px;
        }

        .offcanvas .aside-list .selected {
            border: 1px solid #6f6f6f;
            background: #585858;
        }

.aside-list-item a {
    color: #fff;
}


.gotop {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 70px;
    background: #666;
    text-align: center;
    cursor: pointer;
}

    .gotop img {
        width: 80%;
    }
/*文章页*/
.article-title {
    padding: 10px;
}

.article-other {
    padding: 10px;
}
.addthis_inline_share_toolbox{
    padding-left:10px;
}
.articles .detail-con {
    padding: 10px;
    margin-bottom: 10px;
}

.detail-con img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50%;
}

.detail-con p {
    margin-top: 10px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .header {
        height: 60px;
        min-width: 0;
    }

        .header .header-content {
            width: 100%;
        }

    .header-logo {
        line-height: 60px;
    }

        .header-logo img {
            margin-top: 0;
            height: 40px;
        }

    .header-list {
        display: none;
    }

    .header .asidebtn {
        display: block;
    }

    .pageWrapper {
        padding-top: 15px;
    }

    .content {
        width: 100%;
        padding-top: 0;
    }

        .content .main {
            width: 100%;
            min-height:80vh;
        }

    .articles {
        width: 100%;
        margin-top: 0;
    }

    .article-item {
        width: 100%;
    }

    .article-img {
        width: 40%;
        height: auto;
    }

    .article-img img {
            width: 100%;
    }

    .article-info {
        margin-left: 0;
        width: 60%;
        padding-left: 10px;
        /*height: 100px;*/
    }

    .article-item > .article-info > .tital {
        font-size: 14px;
        -webkit-line-clamp: 2;
        top: 0;
        transform: translateY(0);
    }

    .aside {
        width: 100%;
        margin-top: 0;
        overflow: hidden;
    }
    .right-bottom-list {
        margin-top: 0;
       
    }
}

@media screen and (max-width: 414px) {
  
    .footer {
        padding: 20px;
    }
}



.sharediv {
    padding: 15px;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 20px;
}

.sharediv button {
        display: inline-block;
        padding: 8px 12px;
        background: rgb(76,115,181);
        font-size: 1rem;
        line-height: 22px;
        color: #fff;
        border-radius: 5px;
        margin-bottom: 10px!important;
    }

 .sharediv button i {
            margin-right: 5px;
        }

.sharediv blockquote a {
        display: inline-block;
        padding: 5px 10px;
        background: rgb(76,115,181);
        line-height: 22px;
        color: #fff;
        border-radius: 5px;
        margin-bottom: 0px;
    }

.sharediv .fb-page {
        max-height: 130px!important;
        overflow: hidden;
    }

.fb-page {
    font-size: 16px;
    font-style: normal;
}