/*本期文章列表*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust: none;
    -webkit-touch-callout:none;
    -webkit-user-selec:none;
    -webkit-tap-highlight-color:rgba(255,255,255,0)
}
a{text-decoration: none;}
body{background-color:#01AE8B;}
.fix_top{
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0px;
    height: 40px;
    overflow: hidden;
}
body{padding-top: 40px;background-color: #ececec;}
.j_topBar div a{text-decoration: none;color:#fff;}
.j_topBar{
    height: 40px;
    line-height: 40px;
    background-color: #01AE8B;
    font-size: 16px;
    color: #fff;

    padding: 0 80px 0 40px;
}
.jo_viewHistory_btn{
    width: 80px;
    text-align: center;
    border-left: 1px solid #008F72;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    color: #fff;
}
.jo_back_btn {
    display: block;
    width: 40px;
    height: 40px;
    background: url(img/icon.png) no-repeat center;
    background-size: 12px 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.topic_p{
    margin: 0 0 15px 0;
    overflow: hidden;
}
.topic_p .top_p_a{
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    color: black;
    text-decoration: none;
}
.topic_p .top_p_a img{
    width: 100%;display:block;
}
.topic_p .top_p_a span{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    color: #000;
    text-decoration: none;
}
.j_alist{
    margin:-15px 15px 0 15px;
}
.j_alist a{
    display: block;
    padding: 10px 10px 10px 80px;
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid #D7D4D1;  border-top: 1px solid #F8F6F6;
}
.j_alist img{
    height: 54px;
    width: 72px;
    position: absolute;
    left: 0;
    top: 10px;
}
.j_alist span{
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #000;
}
.j_alist a{
    text-decoration: none;
}
.j_alist p{
    line-height: 1.5;
    padding-top: 5px;
    color: #828282;
    font-size: 12px;
    max-height: 36px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*文章页*/
.share{
    background: url(img/share.png) no-repeat center;
    background-size: 18px 18px;
}
.a_main{
    margin: 15px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 15px;
}
.a_main h3{
    font-weight: normal;
}
.a_main p{
    font-size: 1em;
    color: #333;
    line-height: 1.5;
    text-indent: 2em;
    margin: 10px 0;
}
.a_main img{
    margin: 10px auto;
    max-width: 290px;
    display: block;
}
.a_author{
    color: #bebebe;
    font-size: 12px;
    margin: 10px 0;
}
.a_author span{color: #01AE8B;padding-left: 10px;}
.a_next{ margin:0 15px}
.a_next a{display:block;margin: 15px 0; text-decoration: none;color: #01AE8B;font-size: 14px;}

/*主列表*/
.m_topBar{
    padding: 0 40px;
    text-align: center;
}
.m_item{
    background-color: #80D6C5;
    height: 40px;
    padding: 0 0 0 40px;
    background-image: url(img/date.png);
    background-size: 18px;
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin-top: -1px;
}
.m_list{margin: 0 15px}
.m_list a{
    text-decoration: none;
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    height: 44px;
    border-bottom: 1px solid #BEBEBE;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.message{
    position: fixed;
    height: 50px;
    border: 1px solid red;
    width: 100%;
    background-color: #EEE;
    bottom: 100px;
    color: black;
    font-size: 18px;
}