@charset "UTF-8";
header {
    height: 1.5rem;
    line-height: 0.6rem;
    background: #2D8BDE;
}
header .pack {
    width: 9.4rem;
    margin: 0 auto;
    overflow: hidden;
}
header .logo {
    width: 2rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    background: url('http://mobile.news.cn/assets/img/logo.png') no-repeat left center/auto 100%;
}
header span {
    /*text-indent: -10000px;*/
    height: 0.6rem;
    margin-top: 0.45rem;
    float: left;
}
header span a {
    display: block;
    width: 100%;
    height: 100%;
}
header .nav-more-btn {
    float: right;
    width: 0.8rem;
    color: white;
    font-size: 0.6rem;
    text-align: center;
    background: none;
    margin-left: 0.2rem;
}
header .pcref {
    float: right;
    width: 1.5rem;
    background: url('http://mobile.news.cn/assets/img/ico_topc.png') no-repeat left center/100%;
}
header .pagename {
    height: 0.4rem;
    margin-top: 0.35rem;
    text-indent: 0;
    line-height: 0.4rem;
    color: #fff;
    padding-left: 0.1rem;
    font-size: 0.4rem;
}
footer {
    background: #187cd1;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}
h3{font-weight: normal;}
/*修改旧样式*/
.container>header .pcref {
    margin-right: 1rem;
}
.mainnav {
    position: absolute;
    top: 0.2rem;
}
.nav-container {
    background: none;
    border: none;
}
.nav-wrapper {
    display: none;
}
.nav-more-btn a {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ico-add::before,.ico-add::after {
    border-color: white;
}
.thumb-tit a:hover{
    color: inherit;
}