html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left;}
a{
    text-decoration: none;
    color:black;
}
a:hover{text-decoration: none;}
.clearfix:before, .container:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/* IE 6/7 */
.clearfix { zoom: 1; }
*{
    margin:0;
    padding:0;
}

li {
    list-style: none;
}

body {
    font-size: 14px;
    background-color: white;
}

[v-cloak] {
    display: none;
}

.container {
    max-width: 750px;
    margin:0 auto;
    padding: 0;
}

.swiper-slide img{
    width:100%;
    height: 190px;
}

.nav-list {
    padding-bottom: 16px;
}

.nav-list li{
    width: 25%;
    float:left;
    margin-top: 10px;
}

.nav-list li a{
    text-align: center;
    height: 100%;
    min-height: 88px;
    display:block;
}

.nav-list img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.nav-name {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}

.content .title{
    height: 40px;
    line-height: 40px;
    padding:0 15px;
    color:#00A8FF;
    font-size: 16px;
}

.title .solid{
    display:inline-block;
    width: 2px;
    height: 15px;
    background:#00a8ff;
    margin-right: 5px;
    vertical-align: middle;
}

.more-btn {
    float: right;
    color: #999;
    font-size: 12px;
}

.article-wrap {
    border-bottom: 5px solid #F5F5F5;
    margin-top: 10px;
    padding:0 10px;
}

.article-wrap:last-child {
    border:none;
}

.article-wrap h2{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.article-wrap .img-wrap{
    width: 100%;
    height: 160px;
    border-radius:5px;
    overflow:hidden;
    display:block;
}

.article-wrap .article-footer{
    font-size: 12px;
    margin-top: 10px;
    padding: 0 5px;
    color: #BBBBBB;
    height: 20px;
    margin-bottom: 5px;
}

.parting-line {
    border-top: 10px solid #EBEBEB;
}

.article-wrap .views{
    float:right;
    padding-left: 20px;
}

.views:before{
    display: inline-block;
    content: "";
    width: 20px;
    height: 15px;
    margin: -3px 5px;
    background:url("../../images/mobile/watch.gif") ;
    background-size:20px 15px;
}

.img-list {
    height: 260px;
}

.pic-wrap img {
    display: block;
    width: 100%;
    height:100%;
}

.pic-wrap .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius:5px;
}

.pic-wrap {
    width: 50%;
    padding: 0px 15px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.pic-wrap .pic-title {
    height: 54px;
    padding: 10px 15px;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pic-wrap .pic-title h4 {
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pic-wrap .pic-title div .writer {
    display: block;
    width: 1rem;
    height: 18px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pic-wrap .pic-title div {
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
}

.browsenum {
    float: right;
}