@charset "utf-8";
/*
 * 中国青年网文章页复刻样式
 * 合并自原站 wzy_common.css + 20170531wenzhangye.css + 页内 <style>
 * 图片资源已本地化；页眉图标(防盗链)改用 CSS 自绘
 */

/* ===== 基础 reset (wzy_common.css) ===== */
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix:after { margin: 0; padding: 0; }
html, body { height: 100%; }
body {
    padding: 0; margin: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
    background-color: #f5f5f5;
}
h1, h2, h3, h4 { font-weight: normal; }
li { list-style-type: none; }
a { text-decoration: none; outline: none; color: #333; }
a:hover { text-decoration: none; color: #3773db; }
table { border-collapse: collapse; border-spacing: 0; }
iframe, img { border: 0; }
img { vertical-align: middle; }
input { outline: none; }
.clearfix { display: block; }
.clearfix:after { content: ''; overflow: hidden; width: 100%; height: 0px; font-size: 0px; display: block; clear: both; }
.left { float: left; }
.right { float: right; }
.hide { display: none; }

/* ===== 文章页 (20170531wenzhangye.css) ===== */
.container {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    word-wrap: break-word;
}

.container > header {
    height: 0.8rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #ccc;
    background-color: #29B965;
}

.container > header span {
    height: 1.5rem;
    text-indent: -200%;
    overflow: hidden;
    float: left;
}

.container > header span a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 页眉返回箭头 —— 已下载原站图片 */
.container > header .menu {
    width: 0.3rem;
    height: 0.48rem;
    margin-left: 0.4rem;
    margin-top: 0.2rem;
    background: url('/assets/img/youth_hot/20170609backnew.png') no-repeat left center !important;
    background-size: auto 100% !important;
}

/* 页眉 logo —— 已下载原站图片 */
.container > header .logo {
    width: 1.89rem;
    height: 0.75rem;
    margin-left: 3.61rem;
    margin-top: 0.05rem;
    background: url('/assets/img/youth_hot/20170601header_logo.png') no-repeat left center !important;
    background-size: auto 100% !important;
}

.main { background: #fff; }
.pagewidth { width: 90%; margin: 0 auto; }
.main_tit { margin-bottom: 0.5rem; }

.main_tit h1 {
    width: 98%;
    margin: 0 auto;
    font-size: 22px;
    color: #444;
    text-align: center;
    font-weight: bold;
    margin-top: 6px;
}

.main_tit .info {
    border-bottom: 2px solid #ccc;
    line-height: 30px;
    height: auto;
    text-align: center;
}

.main_tit .info #source { font-size: 14px; color: #666; }
.main_tit .info #source a { font-size: 14px; color: #666; padding-right: 0.5rem; }
.main_tit .info #pubtime { font-size: 14px; color: #666; padding-right: 0.5rem; }

#content p {
    font-size: 18px;
    margin: 0 auto;
    line-height: 28px;
    color: #444;
    margin-bottom: 0.5rem;
}

/* 文章内插图 */
#content p.article-img {
    text-align: center;
    margin: 0.4rem auto 0.5rem;
}
#content p.article-img img {
    max-width: 100%;
    display: inline-block;
}

#content img {
    width: auto;
    height: auto !important;
    margin: 10px 0;
    max-width: 100%;
}

.conmorebtn {
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 20px;
    color: #4398ed;
}

.conmorebtn #open_text {
    font-size: 0.45rem;
    color: #F33;
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: 0rem;
    line-height: 0.8rem;
    text-align: center;
}

.column { background-color: #fff; margin-bottom: 15px; }
.pack { margin: 0 auto; overflow: hidden; }

.thumb-item {
    position: relative;
    padding: 12px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.thumb-item-nerver {
    position: relative;
    padding: 12px 0;
    float: left;
    padding-bottom: 0.5rem;
}

.thumb-img {
    float: left;
    width: 35%;
    height: 2.0rem;
    font-size: 0.2rem;
    overflow: hidden;
    text-indent: -10000px;
    background: #eee; /* 原为防盗链灰底占位图，此处用纯色 */
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
}

.thumb-img img {
    display: block;
    width: 3.2rem;
    height: 2.0rem;
}

.thumb-info {
    float: right;
    width: 60%;
    margin-left: 3%;
    position: relative;
}

.thumb-tit {
    font-size: 0.43rem;
    line-height: 1.5;
    min-height: 1.53rem;
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
}

.thumb-text-extra .keyword,
.thumb-extra .keyword,
.thumb-extra-txt .keyword,
.thumb-extra .hot-news {
    padding: 0 0.1rem;
    font-size: 0.36rem;
    color: #aaa;
    float: left;
}

.thumb-text-extra .source,
.thumb-extra .source,
.thumb-extra-txt .source,
.thumb-extra-txt .source {
    float: right;
    margin-top: 0.02rem;
    font-size: 0.3rem;
    color: #aaa;
}

.thumb-p3 { padding: 12px 0; border-bottom: 1px solid #eee; }
.thumb-p3-tit-txt { line-height: 1.5; font-size: 0.43rem; }
.thumb-p3-tit { line-height: 1.5; font-size: 0.43rem; padding-bottom: 12px; }
.thumb-p3-imgs img { float: left; width: 32%; margin-right: 1.3%; height: 2.05rem; }

.only_txt {
    position: relative;
    padding: 12px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}

.thumb-info-txt {
    float: left;
    width: 100%;
    margin-left: 0rem;
    margin-top: 5px;
}

.thumb-extra-txt { width: 100%; }
.thumb-extra-txt span { padding: 0 0.1rem; font-size: 0.36rem; color: #aaa; float: left; }

.column-name { line-height: 1rem; margin: 0 auto; overflow: hidden; }
.column-name span { padding: 0 0.1rem; font-size: 0.5rem; color: #444 !important; float: left; }
.column-icon { width: 0.2rem; line-height: 1rem; height: 0.5rem; background-color: #ff3f57; float: left; margin-top: 0.27rem; }

.more-show { text-align: center; border-top: 1px solid #eee; padding: 4px 0; }
.more-show a {
    text-align: center;
    color: #999 !important;
    display: block;
    padding-bottom: 0.2rem;
    font-size: 0.4rem;
    padding-top: 0.2rem;
    text-indent: 0.2rem;
    transition: all 0.3s;
}

.line_style { height: 0.8rem; margin-bottom: 15px; border-bottom: 5px solid #ccc; }

.container > footer {
    background: #fff;
    color: #666;
    font-size: 0.38rem;
    text-align: center;
    line-height: 1.0rem;
    border-top: 2px solid #ccc;
}

.content1 {
    font-size: 18px;
    margin: 0 auto;
    line-height: 28px;
    color: #444;
    margin-bottom: 0.5rem;
}

video { width: 100%; margin-bottom: 0.5rem; }
.prism-player { margin-bottom: 0.5rem; }

/* ===== 页内补充样式 (原站 <style>) ===== */
#source_author_id {
    font-size: 14px !important;
    text-align: right;
    color: #666;
}

.fixed_top {
    position: fixed;
    width: 10rem;
    z-index: 100000;
    top: 0px;
}

.loadingIcon { width: 30px; margin: 0 auto; display: none; }
.loadingIcon img { width: 100%; animation: loadspin 1s linear infinite; }
@keyframes loadspin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

footer {
    background: #fff;
    color: #666;
    font-size: 0.38rem;
    text-align: center;
    line-height: 1.0rem;
    border-top: 2px solid #ccc;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.container > .leader_part { width: 90%; margin: 0 auto; }
