/* 二级菜单栏目 */
@import 'common.css';
.title{
    border-bottom: 1px #f2f2f2 solid;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    /* box-sizing: border-box; */
    width: 100%;
    background-color: #ffffff;
    height: 50px;
    top:50px;
}
.title span{
    position: absolute;
    font-size: 0.3rem;
    color: #333;
    border-left: 0.09rem #C00000 solid;
    padding-left: 0.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: .3rem;
}
.title a{
    float: right;
    font-size: 0.24rem;
    color: #999;
    line-height: 50px;
    margin-right: 0.3rem;
}
#wrapper{
    position: absolute;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    top: 50px;
    /* box-sizing: border-box; */
}
.tap_list{
    font-size: 0.28rem;
    margin: 0 0.3rem;
    overflow: hidden;
}
.tap_list a {
    color: #414141;
    outline: none;
    display: block;
    position: relative;
    text-decoration: none;
    /* line-height: 0.68rem; */
    overflow: hidden;
    padding: .23rem 0;
}
.tap_list a span:nth-child(1){
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){
    .tap_list a::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #e9e9e9;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}
.tap_list .date {
    color: #666;
    float: right;
    display: inline;
    font-size: 0.24rem;
}
/* 下拉刷新 上啦加载更多 */
#pullDown,
#pullUp,
.pulldown-tips {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: #f0f0f0;
}

.pulldown-tips {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    font-size: 14px;
    background: #f0f0f0;
}
/* 文章内容 */
.article_content{
    font-size: 12px;
    color: #222222;
    padding: 15px;
}
/* scroller */
/* #scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
} */