body {
    margin: 0;
    max-width: 750px;
    min-height: 100%;
    min-width: 320px;
    margin: 0 auto;
    color: #333;
    background-color: #f0f2f5;
    font-size: .3rem;
}
/* 文章列表 */
.news-list {
    padding: .2rem 5%;
    background-color: #fff;
}

    .news-list .new-item {
        background: #ffffff;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

        .news-list .new-item .new-info {
            padding: .2rem 0rem .2rem;
            position: relative;
        }

            .news-list .new-item .new-info .info {
                height: .5rem;
                line-height: .5rem;
            }

            .news-list .new-item .new-info .pic {
                float: left;
                background-repeat: no-repeat;
                background-size: .3rem;
                background-position: 0 center;
                padding-left: .32rem;
                padding-right: .3rem;
            }

            .news-list .new-item .new-info .time {
                background-image: url("../../Images/Mobile/171.png");
                background-size: .26rem;
            }

            .news-list .new-item .new-info .source {
                background-image: url("../../Images/Mobile/172.png");
                background-size: .26rem;
            }
/* 文章详情 */
.news-show {
    background: #ffffff;
    padding: 5%;
}

    .news-show h1 {
        color: #333333;
        font-weight: 400;
    }

    .news-show .attribute {
        padding: .2rem 0;
        color: #999999;
        border-bottom: 1px dashed #cacaca;
        margin-bottom: .2rem;
    }

        .news-show .attribute .category {
            float: left;
        }

        .news-show .attribute .pic {
            float: left;
            background-repeat: no-repeat;
            background-size: .3rem;
            background-position: 0 center;
            padding-left: .32rem;
            padding-right: .3rem;
        }

            .news-show .attribute .pic.time {
                background-image: url("../../Images/Mobile/171.png");
                background-size: .26rem;
            }

            .news-show .attribute .pic.page-views {
                background-image: url("../../Images/Mobile/172.png");
                padding-left: .35rem;
            }

    .news-show .content {
        line-height: .5rem;
        word-break: break-all;
        overflow: hidden;
    }

.content p {
    font-size: .3rem;
}

.news-show .content img {
    max-width: 5rem;
}

.news-show .content table tr {
    height: .38rem;
}

.news-show .content table th {
    font-size: .3rem;
    color: #333;
}

.news-show .content table td {
    border: 1px solid #333;
    text-align: center;
    background-color: #fff;
    font-size: .25714285rem;
    font-family: "宋体","黑体",Tahoma, Geneva, sans-serif;
}

.news-top-menu-bar {
    background: #fff;
    box-sizing: border-box;
}

    .news-top-menu-bar .top-menu {
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .news-top-menu-bar .top-menu-list {
        white-space: nowrap;
        border-bottom: 1px #f0f0f0 solid;
    }

        .news-top-menu-bar .top-menu-list .active {
            color: #0180cf;
            font-size: .34285714rem;
        }

        .news-top-menu-bar .top-menu-list span {
            white-space: nowrap;
            display: inline-block;
            width: 33.3333%;
            text-align: center;
            color: #666;
            text-decoration: none;
            font-size: .32142857rem;
            height: 1.05rem;
            line-height: 1.05rem;
            -webkit-tap-highlight-color: rgba(0,0,0,.3);
        }

.con {
    width: 100%;
    display: none;
}
