body {}
.clearfix{}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}


a {
    text-decoration: none !important;
}

button {
    outline: none;
}

i {
    font-style: normal;
}


#top-nav {
    height: 115px;
    vertical-align: middle;
    background-color: white;
    border-bottom: #333 1px solid;
    margin-bottom: 20px;
}

#top-nav .container {
    height: 72px;
    padding-top: 20px;
}

#top-menu ul {
    margin-top: 20px; 
}

#top-menu ul li {
    padding-left: 18px;
}

.igest-articles{padding:10px;}

#top-menu ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

#logined-area .user-avatar i {
    font-size: 28px;
}

#top-menu .header-nav-a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 5px 0;
    color: #5e5e5e !important;
}

.header-nav-a:hover {
    background: #ef4f5d !important;
    color: #5e5e5e !important;
}

.header-app {
    background: #1c4879 !important;
    color: #fff !important;
}

.header-app:hover {
    background: #1c4879 !important;
    color: #fff !important;
}

.navbar-default {
    background-color: #222 !important;
}

.active a {
    color: #fff !important;
    background-color: #9dd5d1 !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.logo {
    display: block;
    text-align: center;
}

.shouji {
    display: block;
}

.shouji-hen {
    display: inline-block;
}

.diannao {
    display: none;
}

.diannao-hen {
    display: none;
}

.nan-shouji {
    margin-top: 0 !important;
}

.width {
    border-bottom: 1px solid #ccc;
}

.thumb-title {}

.pics-notes {
    margin-bottom: 20px;
}

.pic-notes a {}

.pics-notes a span {}

.personal ul li {
    float: left;
    color: #ccc;
}
 

.digest-articles h4 {
    color: chocolate;
}

.digest-articles .article-box {
    margin-bottom: 20px;
}

.left-article-box ul li a {
    font-size: 14px;
    line-height: 30px;
}

.box-header {
    height: 20px;
    line-height: 20px;
    margin: 20px auto 10px auto;
    padding-right:10px;
}

.box-header .pull-left {
    font-size: 16px;
    font-weight: bold;
    padding-left: 19px;
    border-left: 4px solid coral; 
}

.story-box {
    margin-top: 10px;
}

.footer-text li {
    height: 39px;
}

.footer-a {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    margin-top: 0;
}

.footer-a li {
    width: 14%;
    display: inline-block;
    float: left;
    text-align: center;
    border-right: 1px solid #ccc;
}

.footer-a li a {
    font-size: 19px;
    color: #919191;
}

.footer-img {
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    margin-top: 0;
}

.footer-img li {
    width: 16%;
    height: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    float: left;
    text-align: center;
}

.footer-img li a img {
    width: 30px;
    height: 30px;
}

.aboutus-content p {
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    padding-top: 10px;
}

.aboutus-content h4 {
    color: green;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .shouji {
        display: none;
    }

    .shouji-hen {
        display: none;
    }

    .diannao {
        display: block;
    }

    .diannao-hen {
        display: inline-block;
    }

    .touxiang {
        display: none !important;
    }

    .collapse-shouji {
        width: 100% !important;
    }

    .nan-shouji {
        margin-top: 0 !important;
        width: 100% !important;
    }

    .width {
        padding: 0;
        text-align: center;
        border-bottom: none;
    }

    .width8 {
        width: 8%;
    }

    .width9 {
        width: 8%;
    }

    .width10 {
        width: 10%;
    }

    .width12 {
        width: 12.5%;
    }

    .width14 {
        width: 14%;
        border-right: 1px solid #fff;
        height: 50px;
    }

    .width20 {
        width: 20%;
        border-right: 1px solid #fff;
        height: 50px;
    }

    .width24 {
        width: 24%;
        border-right: 1px solid #fff;
        height: 50px;
    }

    .width30 {
        width: 30%;
        border-right: 1px solid #fff;
        height: 50px;
    }

    .text-muted {
        background: #fff; 
      
        height: 100%;
    }

    .footer-text li {
        height: 39px;
    }

    .footer-a {
        top: 155px;
        left: 0;
        width: 100%;
        margin-top: 0;
    }

    .footer-a li {
        width: 14%;
        border-right: 1px solid #ccc;
    }

    .footer-a li a {
        color: #919191;
        font-size: 14px;
    }

    .footer-img {
        top: 66px;
        left: 0;
        width: 100%;
        margin-top: 0;
    }

    .footer-img li {
        width: 16%;
    }

    .footer-img li a img {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 992px) {
    .touxiang {
        display: block !important;
    }
}