@charset "UTF-8";
.icon, .breadCrumb li, .nav_tabs .tab_hd .tab_hd_btns li strong, .mod-footer .f_products a, .btn, .btn-gray, .iconAtlas, .focus_box .tool .tool_r .share .bds_more, .hd strong, h1.hd .fullScreen span, h1.hd .img span, h1.hd .j_paging, .focus_box .scroll_tool .st_con a, .focus_box .tool span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nav_tabs .tab_hd .tab_hd_btns {
    margin-left: auto;
    margin-right: auto;
}

.m_l, .m_r, .mod-nbox .nImg_list li, .nav_tabs .tab_hd .tab_hd_btns li, .nav_tabs .tab_bd .tbody, .pic_list li, .pic_list.pic_list-mixin .p_img, .mod-articleNav .a_logo, .mod-articleNav .a_path, .mod-footer .f_products li, .breadCrumb li, .focus_box .tool .tool_l, .focus_box .tool li, .focus_box .copyright_box .cr_l, .focus_box .copyright_box .cr_r {
    float: left;
    display: inline;
}

.main, .ad-box, .row, .mod-nbox .nImg_list, .nav_tabs .tab_hd .tab_hd_btns, .nav_tabs .tab_bd, .pic_list, .mod-articleNav, .bd, .focus_box .mod, .focus_box .tool, .focus_box .copyright_box {
    *zoom: 1;
}

.main:before, .ad-box:before, .row:before, .mod-nbox .nImg_list:before, .nav_tabs .tab_hd .tab_hd_btns:before, .nav_tabs .tab_bd:before, .pic_list:before, .mod-articleNav:before, .bd:before, .focus_box .mod:before, .focus_box .tool:before, .focus_box .copyright_box:before, .main:after, .ad-box:after, .row:after, .mod-nbox .nImg_list:after, .nav_tabs .tab_hd .tab_hd_btns:after, .nav_tabs .tab_bd:after, .pic_list:after, .mod-articleNav:after, .bd:after, .focus_box .mod:after, .focus_box .tool:after, .focus_box .copyright_box:after {
    content: "";
    display: table;
}

.main:after, .ad-box:after, .row:after, .mod-nbox .nImg_list:after, .nav_tabs .tab_hd .tab_hd_btns:after, .nav_tabs .tab_bd:after, .pic_list:after, .mod-articleNav:after, .bd:after, .focus_box .mod:after, .focus_box .tool:after, .focus_box .copyright_box:after {
    clear: both;
}

.pic_list li .mask, .pic_list .cover, .accordion_list .cur p, .mod-recommendAtlas .accordion_list li p {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80000000', endColorstr='#80000000');
    background-color: rgba(0, 0, 0, 0.5);
}

.pic_list .iconGo-video-lg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-y: scroll;
    /* 0 */
    -webkit-overflow-scrolling: touch;
    /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
    margin: 0;
    /* 1 */
    font-size: 12px;
    /* 0 */
    line-height: 1.5;
    /* 0 */
    color: #333;
    /* 0 */
    background-color: #fff;
    /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
    *display: inline;
    /* 3 */
    *zoom: 1;
    /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
    background: transparent;
    /* 1 */
    /* 0 */
    text-decoration: none;
    color: #4b4b4b;
}

a:active, a:hover {
    outline: 0;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
    border: 0;
    /* 1 */
    vertical-align: middle;
    /* 0 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
    overflow: auto;
    /* 1 */
    white-space: pre;
    /* 2 */
    white-space: pre-wrap;
    /* 2 */
    word-wrap: break-word;
    /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    _font-family: 'courier new', monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
    overflow: auto;
    /* 1 */
    resize: vertical;
    /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}

html,
button,
input,
select,
textarea {
    font-family: "Arial", "SimSun", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none outside none;
}

h1, h2, h3 {
    line-height: 2;
    font-weight: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 15.6px;
}

h3 {
    font-size: 14.04px;
}

h4 {
    font-size: 12px;
}

h5, h6 {
    font-size: 10.2px;
    text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

.m_l, .m_r {
    width: 300px;
}

.m_l {
    width: 680px;
    margin-right: 20px;
}

body {
    font-size: 12px;
    line-height: 1.5;
    font-family: "Microsoft Yahei";
    background-color: #fff;
}

a {
    color: #707070;
}

.main, .ad-box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-bottom: 30px;
}

.m_l, .m_r {
    width: 300px;
}

.m_l {
    width: 680px;
    margin-right: 20px;
}

.line {
    font-style: normal;
    font-weight: normal;
    max-resolution: 0 3px;
}

.ad-box {
    max-height: 100px;
    margin-bottom: 30px;
}

.ad-side {
    max-height: 250px;
}

.icon, .breadCrumb li {
    vertical-align: middle;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    background-image: url(/himg2/statics/www/hqnet/dist/images/icon.png);
    background-repeat: no-repeat;
}

.icon-arrowL-gray {
    width: 20px;
    height: 30px;
    background-position: 0 -30px;
}

.icon-arrowR-gray {
    width: 20px;
    height: 30px;
    background-position: -20px -30px;
}

.mod-nbox {
    overflow: hidden;
}

.mod-nbox a {
    color: #172c45;
    font-size: 14px;
}

.mod-nbox a:hover {
    color: #cd0200;
}

.mod-nbox .hd {
    font-size: 16px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 0;
}

.mod-nbox .hd strong {
    vertical-align: top;
    margin-top: -1px;
    border-top: 2px solid #2ca9e1;
}

.mod-nbox .nImg_list {
    margin-left: -20px;
}

.mod-nbox .nImg_list li {
    margin-left: 20px;
    width: 140px;
}

.mod-nbox .nImg_list li img {
    width: 100%;
    height: 96px;
}

.mod-nbox .nImg_list li .p_tle {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.mod-nbox .nTxt_list a {
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.nav_tabs {
    position: relative;
}

.nav_tabs .tab_hd {
    font-size: 18px;
}

.nav_tabs .tab_hd .tab_hd_btns {
    width: 288px;
    line-height: 36px;
    border-radius: 3px;
}

.nav_tabs .tab_hd .tab_hd_btns li {
    width: 50%;
    cursor: pointer;
}

.nav_tabs .tab_hd .tab_hd_btns li strong {
    vertical-align: middle;
    font-weight: normal;
}

.nav_tabs .tab_hd .more {
    position: absolute;
    top: 0;
    right: 0;
}

.nav_tabs .tab_bd {
    overflow: hidden;
}

.nav_tabs .tab_bd .tbody {
    width: 1000px;
}

.pic_list {
    font-size: 14px;
    margin: -10px -10px 0 0;
}

.pic_list li {
    margin: 10px 10px 0 0;
}

.pic_list li .link {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
}

.pic_list li .link:hover .iconGo-video-lg {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pic_list li .link:hover .cover {
    height: 160px;
}

.pic_list li .p_txt {
    overflow: hidden;
    color: #707070;
    background-color: #fff;
}

.pic_list li .p_txt .p_tle {
    color: #4b4b4b;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}

.pic_list li .p_txt .p_des {
    height: 44px;
    overflow: hidden;
}

.pic_list li .mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.pic_list li .mask .p_tle {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    overflow: hidden;
}

.pic_list li .mask .p_des {
    margin: 10px;
    overflow: hidden;
}

.pic_list li img {
    width: 100%;
    height: 100%;
}

.pic_list li.picC_large .link {
    width: 490px !important;
    height: 370px !important;
}

.pic_list li.picC_large .mask .p_tle {
    margin: 0 20px;
    border-bottom: 2px solid #fff;
}

.pic_list li.picC_large .mask .p_des {
    margin: 10px 20px;
    height: 80px;
}

.pic_list.pic_list-mixin li {
    margin-top: 24px;
}

.pic_list.pic_list-mixin .p_img {
    width: 170px;
    height: 120px;
    padding: 2px;
    background-color: #e5e5e5;
    margin-right: 20px;
}

.pic_list.pic_list-mixin .p_txt .p_tle {
    font-size: 20px;
    max-height: 24px;
    margin-bottom: 15px;
}

.pic_list.pic_list-mixin .p_txt .p_des {
    font-size: 16px;
    height: 76px;
}

.pic_list.pic_list-lump {
    margin-right: -13px;
}

.pic_list.pic_list-lump li {
    margin-right: 13px;
}

.pic_list.pic_list-lump li .link {
    width: 240px;
}

.pic_list.pic_list-lump li .p_txt {
    height: 135px;
    padding: 10px 20px;
}

.pic_list.pic_list-lump li .p_des {
    height: 68px;
}

.pic_list.pic_list-lump img {
    height: 176px;
}

.pic_list.pic_list-clean li .link {
    width: 245px;
    height: 180px;
}

.pic_list.pic_list-anomaly {
    margin-right: -5px;
}

.pic_list.pic_list-anomaly li {
    margin-right: 5px;
}

.pic_list.pic_list-anomaly li .link {
    width: 320px;
    height: 396px;
}

.pic_list.pic_list-anomaly .col_2 {
    margin-top: 5px;
}

.pic_list.pic_list-anomaly .col_2 .link {
    width: 350px;
    height: 195px;
    margin-top: 5px;
}

.pic_list .iconGo-video-lg {
    opacity: 0;
    filter: alpha(opacity=0);
}

.pic_list .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

.accordion_list {
    font-size: 16px;
    margin-top: -4px;
}

.accordion_list li {
    margin-top: 4px;
    background-color: #fff;
    cursor: pointer;
}

.accordion_list .link {
    display: block;
}

.accordion_list .showElm {
    height: 0;
    overflow: hidden;
}

.accordion_list .showElm img {
    width: 100%;
    width: 100%;
}

.accordion_list p {
    height: 40px;
    line-height: 40px;
    text-indent: 16px;
}

.accordion_list .cur {
    position: relative;
}

.accordion_list .cur .link {
    color: #fff;
}

.accordion_list .cur p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mod-articleNav .main, .mod-articleNav .ad-box {
    position: relative;
}

.mod-articleNav .a_path {
    padding-top: 32px;
}

.mod-articleNav .a_path li {
    background-position: -180px -23px;
}

.mod-articleNav .a_pr {
    position: absolute;
    top: 32px;
    right: 0;
}

.mod-articleNav .a_column .cur {
    font-size: 14px;
    color: #e40000;
}

.a_logo {
    width: 250px;
    /*中国 国内 78*/
    /*国际 124*/
    /*军事id=12*/
    /*社会 1399*/
    /*台湾 290*/
    /*评论 275*/
    /*海外看中国 486*/
    /*财经177*/
    /*科技 45*/
    /*娱乐 399*/
    /*健康 504*/
    /*图片 351*/
    /*摄影 367*/
    /*论坛 173*/
    /*环球博客 567*/
    /*旅游 900*/
    /*体育 962*/
    /*汽车 1030*/
    /*视频 1050*/
    /*无线 554*/
    /*航空 238*/
    /*五周年 1083*/
    /*讽刺与幽默 1092*/
    /*公益 1110*/
    /*版权数据库 1122*/
    /*万国 国家库 1124*/
    /*博览 1154*/
    /*时尚 1167*/
    /*编译 1227*/
    /*生命时报 1228*/
    /*舆情 1360*/
    /*游戏 1371*/
    /*小说 1412*/
    /*女人 1418*/
    /*历史 1423*/
    /*无人机 1491*/
    /*留学 190 1527*/
    /*跑步 1532*/
    /*猎奇  1589*/
    /*旅游 旅行  900*/
    /*滑雪 */
    /* 智能 */
    /* 品鉴 */
}

.a_logo .logo_link {
    display: block;
    width: 240px;
    height: 67px;
    background-image: url(/himg2/statics/www/hqnet/dist/images/logoarticle.png);
}

.a_logo #logoChannel_78 {
    background-position: 0 -1855px;
}

.a_logo #logoChannel_124 {
    background-position: 0 -1426px;
}

.a_logo #logoChannel_12 {
    background-position: 0 0;
}

.a_logo #logoChannel_1399 {
    background-position: 0 -2365px;
}

.a_logo #logoChannel_290 {
    background-position: 0 -1685px;
}

.a_logo #logoChannel_275 {
    background-position: 0 -1940px;
}

.a_logo #logoChannel_486 {
    background-position: 0 -1515px;
}

.a_logo #logoChannel_177 {
    background-position: 0 -70px;
}

.a_logo #logoChannel_45 {
    background-position: 0 -580px;
}

.a_logo #logoChannel_399 {
    background-position: 0 -495px;
}

.a_logo #logoChannel_504 {
    background-position: 0 -1005px;
}

.a_logo #logoChannel_351 {
    background-position: 0 -2535px;
}

.a_logo #logoChannel_367 {
    background-position: 0 -1770px;
}

.a_logo #logoChannel_962 {
    background-position: 0 -410px;
}

.a_logo #logoChannel_1030 {
    background-position: 0 -1175px;
}

.a_logo #logoChannel_1050 {
    background-position: 0 -240px;
}

.a_logo #logoChannel_554 {
    background-position: 0 -325px;
}

.a_logo #logoChannel_238 {
    background-position: 0 -2450px;
}

.a_logo #logoChannel_1110 {
    background-position: 0 -1345px;
}

.a_logo #logoChannel_1124 {
    background-position: 0 -835px;
}

.a_logo #logoChannel_1154 {
    background-position: 0 -1600px;
}

.a_logo #logoChannel_1167 {
    background-position: 0 -2025px;
}

.a_logo #logoChannel_1360 {
    background-position: 0 -1260px;
}

.a_logo #logoChannel_1371 {
    background-position: 0 -155px;
}

.a_logo #logoChannel_1418 {
    background-position: 0 -2990px;
}

.a_logo #logoChannel_1423 {
    background-position: 0 -2280px;
}

.a_logo #logoChannel_1491 {
    background-position: 0 -2625px;
}

.a_logo #logoChannel_190, .a_logo #logoChannel_1527 {
    background-position: 0 -2110px;
}

.a_logo #logoChannel_1532 {
    background-position: 0 -2195px;
}

.a_logo #logoChannel_1589 {
    background-position: 0 -2720px;
}

.a_logo #logoChannel_900 {
    background-position: 0 -2810px;
}

.a_logo #logoChannel_1608 {
    background-position: 0 -2900px;
}

.a_logo #logoChannel_1763 {
    background: url(/himg2/statics/images/logoarticle_smart.png) no-repeat 0 2px;
}

.a_logo #logoChannel_1737 {
    background: url(/himg2/statics/images/logoarticle_appraise.png) no-repeat 0 2px;
}

.a_logo #logoChannel_1875 {
    background: url(/himg2/statics/images/logoarticle_korea.png) no-repeat -20px 5px;
}

.a_logo #logoChannel_1863 {
    background: url(/himg2/statics/images/logoarticle_city.png) no-repeat 0 15px;
}

.a_logo #logoChannel_2025 {
    background: url(/himg2/statics/images/logoarticle_gten.png) no-repeat 30px 17px;
}

.mod-footer {
    font-family: "SimSun";
    line-height: 24px;
    background-color: #fff;
}

.mod-footer .f_products {
    color: #fff;
    padding: 10px 0;
    background-color: #0a70b1;
    border-bottom: 3px solid #e6e5e6;
}

.mod-footer .f_products a {
    color: #89c3eb;
    padding-left: 12px;
    background: url(/himg2/statics/www/hqnet/dist/images/icon.png) -188px 1px no-repeat;
}

.mod-footer .f_products a:hover {
    color: #fff;
}

.mod-footer .f_products li {
    border-left: 1px solid #3288bf;
    padding: 0 30px 0 40px;
}

.mod-footer .f_products li.col_1 {
    width: 120px;
}

.mod-footer .f_products li.col_1 a {
    display: block;
}

.mod-footer .f_products li.col_2 {
    width: 240px;
    padding-right: 20px;
}

.mod-footer .f_products li.col_2 a {
    width: 102px;
}

.mod-footer .f_products li.col_3 {
    width: 465px;
    padding-right: 0;
    border-right: 1px solid #3288bf;
}

.mod-footer .f_products li.col_3 a {
    margin-right: 18px;
    min-width: 72px;
}

.mod-footer .f_links {
    padding: 20px 0;
    text-align: center;
}

.mod-footer .f_links i {
    color: #e5e5e5;
    margin: 0 5px;
    font-style: normal;
}

.mod-scrollPicList {
    position: relative;
    padding: 0 30px;
}

.mod-scrollPicList .s_arr_prev, .mod-scrollPicList .s_arr_next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center;
}

.mod-scrollPicList .s_arr_prev {
    left: 0;
}

.mod-scrollPicList .s_arr_next {
    right: 0;
}

body {
    font-family: "Arial", "SimSun", Helvetica, Tahoma, sans-serif;
    background-color: #fff;
}

a:hover {
    color: #cd0200;
    text-decoration: underline;
}

.topIndex .hdTopCon {
    width: 1000px;
}

.topNav {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-bottom: 20px;
}

.topNav .ad-box {
    margin: 0 auto;
}

.ad-side {
    height: auto;
    margin-bottom: 20px;
}

.btn, .btn-gray {
    vertical-align: middle;
    color: #fff;
    width: 78px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #2ca9e1;
    background-color: #2ca9e1;
}

.btn:hover, .btn-gray:hover, .btn:active, .btn-gray:active {
    color: #fff;
    text-decoration: none;
    border: 1px solid #2ca9e1;
    background-color: #3db2d2;
}

.btn-gray {
    color: #333;
    width: 118px;
    border-color: #b8b8b8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    background-image: -webkit-linear-gradient(top, #fefefe 0, #ebebeb);
    background-image: -o-linear-gradient(top, #fefefe 0, #ebebeb);
    background-image: linear-gradient(to bottom, #fefefe 0, #ebebeb);
}

.btn-gray:hover, .btn-gray:active {
    color: #368196;
    background-color: #f7f7f7;
}

.pic_list .link:hover {
    text-decoration: none;
}

.iconAtlas, .focus_box .tool .tool_r .share .bds_more {
    vertical-align: middle;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    background-image: url(/himg2/statics/www/hqnet/dist/atlas/images/atlas_icon.png) !important;
    background-repeat: no-repeat;
}

.iconAtlas-fullScreen {
    background-position: 0 0;
}

.iconAtlas-img {
    background-position: -20px 0;
}

.iconAtlas-comment {
    background-position: -40px 0;
}

.iconAtlas-list {
    background-position: -60px 0;
}

.iconAtlas-heart {
    background-position: -80px 0;
}

.iconAtlas-time {
    background-position: 0 -40px;
}

.iconAtlas-from {
    background-position: -20px -40px;
}

.iconAtlas-user {
    background-position: -40px -40px;
}

.iconAtlas-fullArrow {
    width: 40px;
    background-position: -60px -40px;
}

.iconAtlas-c {
    background-position: -100px -40px;
}

.iconAtlas-close {
    background-position: -160px -40px;
    vertical-align: top;
}

.iconAtlas-share, .focus_box .tool .tool_r .share .bds_more {
    font-size: 12px;
    font-style: normal;
    text-indent: 18px;
    line-height: 20px;
    width: 63px;
    background-position: -100px 4px !important;
}

.iconAtlas-arrowL {
    width: 20px;
    height: 40px;
    background-position: 0 -60px;
}

.iconAtlas-arrowR {
    width: 20px;
    height: 40px;
    background-position: -20px -60px;
}

.iconAtlas-popClose {
    width: 40px;
    height: 40px;
    background-position: -120px -60px;
}

a:hover .iconAtlas-fullScreen, a.cur .iconAtlas-fullScreen {
    background-position: 0 -20px;
}

a:hover .iconAtlas-img, a.cur .iconAtlas-img {
    background-position: -20px -20px;
}

a:hover .iconAtlas-comment, a.cur .iconAtlas-comment {
    background-position: -40px -20px;
}

a:hover .iconAtlas-list, a.cur .iconAtlas-list {
    background-position: -60px -20px;
}

a:hover .iconAtlas-heart, a.cur .iconAtlas-heart {
    background-position: -80px -20px;
}

a:hover .iconAtlas-from, a.cur .iconAtlas-from {
    background-position: -120px -40px;
}

a:hover .iconAtlas-user, a.cur .iconAtlas-user {
    background-position: -140px -40px;
}

.disabled .iconAtlas-arrowL {
    background-position: -40px -60px;
}

.disabled .iconAtlas-arrowR {
    background-position: -60px -60px;
}

.hd {
    position: relative;
    font-size: 20px;
    color: #333;
    line-height: 45px;
    height: 45px;
    margin-bottom: 10px;
}

.hd strong {
    vertical-align: middle;
}

.hd .more {
    position: absolute;
    top: 10px;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.hd.hd-large {
    font-size: 28px;
    text-align: center;
    margin: 15px 0 0 0;
}

h1.hd {
    font-size: 26px;
}

h1.hd strong {
    font-family: "Microsoft Yahei";
    max-width: 840px;
    height: 45px;
    overflow: hidden;
    font-weight: normal;
}

h1.hd a:hover span {
    color: #44c6ea;
}

h1.hd .fullScreen, h1.hd .img {
    position: absolute;
    top: 15px;
    right: 0;
    height: 30px;
    line-height: 30px;
}

h1.hd .fullScreen span, h1.hd .img span {
    vertical-align: middle;
    font-size: 12px;
    color: #8c8c8c;
}

h1.hd .fullScreen {
    right: 85px;
}

h1.hd .j_paging {
    font-size: 14px;
    line-height: 35px;
    vertical-align: bottom;
}

h1.hd .j_paging .j_n {
    color: #C02E31;
}

.focus_box h1.hd strong {
    vertical-align: bottom;
}

.mod-cl .m_l {
    min-height: 10px;
    width: 660px;
    margin-right: 40px;
}

.mod-cl .m_l .mod-atlasPic {
    margin-bottom: 30px;
}

.mod-cl .m_r .mod-nbox {
    margin-bottom: 30px;
}

.breadCrumb li {
    width: auto;
    text-indent: 0;
    padding-left: 20px;
    background-position: -180px -43px;
}

.breadCrumb li:first-child {
    padding-left: 0;
    background: none;
}

.breadCrumb li.cur {
    color: #537197;
    font-weight: bold;
}

.focus_box {
    position: relative;
}

.focus_box .m_l {
    width: 718px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.focus_box .m_l .ad-box {
    width: 720px;
    height: 70px;
    margin-bottom: 0;
}

.focus_box .m_r {
    width: 240px;
}

.focus_box .m_r .focus_txt {
    border-top: 2px solid #2ca9e1;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0;
    margin: 10px 0;
    max-height: 218px;
    overflow-y: auto;
    word-break: break-all;
}

.focus_box .m_r .ad-side {
    height: 240px;
}

.focus_box .scroll_tool {
    position: relative;
    height: 56px;
    padding: 12px 160px;
    background-color: #f9f9f9;
}

.focus_box .scroll_tool .st_prev, .focus_box .scroll_tool .st_next {
    position: absolute;
    top: 12px;
    width: 110px;
    height: 56px;
}

.focus_box .scroll_tool .st_prev img, .focus_box .scroll_tool .st_next img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.focus_box .scroll_tool .st_prev span, .focus_box .scroll_tool .st_next span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 56px;
    border-radius: 3px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80000000', endColorstr='#80000000');
    background-color: rgba(0, 0, 0, 0.5);
}

.focus_box .scroll_tool .st_prev:hover span, .focus_box .scroll_tool .st_next:hover span {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#4D000000', endColorstr='#4D000000');
    background-color: rgba(0, 0, 0, 0.3);
}

.focus_box .scroll_tool .st_prev {
    left: 12px;
}

.focus_box .scroll_tool .st_next {
    right: 12px;
}

.focus_box .scroll_tool .st_con {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 12px 0;
    width: 680px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.focus_box .scroll_tool .st_con a {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 3px;
    background-color: #44c6ea;
    margin: 0 5px;
}

.focus_box .scroll_tool .st_con a:hover, .focus_box .scroll_tool .st_con a.selected {
    text-decoration: none;
    background-color: #d3a12a;
}

.focus_box .tool {
    margin-bottom: 10px;
    color: #8c8c8c;
    line-height: 24px;
}

.focus_box .tool a {
    color: #8c8c8c;
}

.focus_box .tool a:hover {
    color: #2ca9e1;
}

.focus_box .tool span {
    vertical-align: middle;
    margin-left: 3px;
}

.focus_box .tool .tool_l {
    border-right: 1px solid #ededed;
}

.focus_box .tool .tool_l .item {
    padding: 0 8px 0 5px;
}

.focus_box .tool .tool_r {
    float: right;
    display: inline;
    border-right: 1px solid #ededed;
}

.focus_box .tool .tool_r .share .bds_more {
    float: none;
    width: 68px;
    margin: 0;
    height: 24px;
    line-height: 24px;
}

.focus_box .tool .tool_r .share .bds_more:hover {
    background-position: -100px -18px !important;
}

.focus_box .tool li {
    border-left: 1px solid #ededed;
}

.focus_box .tool li a {
    padding: 0 8px 0 5px;
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.focus_box .tool li a:hover, .focus_box .tool li a.cur {
    color: #2ca9e1;
    border-top-color: #ededed;
    border-bottom-color: #ededed;
    background-color: #f9f9f9;
}

.focus_box .tool li.fullArrow {
    padding: 0 8px 0 5px;
}

.focus_box .atlas_list {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 10px;
    overflow: hidden;
    display: none;
}

.focus_box .atlas_list .hd, .focus_box .atlas_list .bd {
    color: #666666;
    padding: 0 30px;
}

.focus_box .atlas_list .hd {
    font-size: 14px;
}

.focus_box .atlas_list .bd {
    padding-bottom: 20px;
}

.focus_box .atlas_list .bd p {
    text-indent: 2em;
    margin-bottom: 20px;
}

.focus_box .copyright_box {
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 10px 0;
}

.focus_box .copyright_box .iconAtlas, .focus_box .copyright_box .tool .tool_r .share .bds_more, .focus_box .tool .tool_r .share .copyright_box .bds_more {
    position: absolute;
    top: 10px;
    left: 10px;
}

.focus_box .copyright_box .cr_l, .focus_box .copyright_box .cr_r {
    height: 50px;
    overflow: hidden;
    border-right: 1px solid #e6e6e6;
}

.focus_box .copyright_box .cr_l {
    width: 725px;
    padding-right: 62px;
    padding-left: 40px;
    border-left: 1px solid #e6e6e6;
}

.focus_box .copyright_box .cr_r {
    width: 170px;
    text-align: center;
    line-height: 50px;
}

.focus_box .focus_popup {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 500;
    width: 860px;
    height: 480px;
    margin-left: -431px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    line-height: 30px;
}

.focus_box .focus_popup .pop_inner {
    padding: 10px;
}

.focus_box .focus_popup .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999999999999999 !important;
    width: 20px;
    height: 20px;
    padding: 10px;
    background-color: #fff;
}

.focus_box .focus_popup .pop_con {
    height: 400px;
    margin-bottom: 20px;
}

.focus_box .focus_popup .ad-box {
    position: relative;
    z-index: 1;
    width: 840px;
    height: 400px;
    max-height: 400px;
}

.focus_box .focus_popup .t_l {
    font-family: "Microsoft Yahei";
    font-size: 16px;
}

.focus_box .focus_popup .t_r {
    float: right;
    display: inline;
}

.focus_box .focus_popup .btn, .focus_box .focus_popup .btn-gray {
    margin-left: 10px;
}

.mod-scrollPicList {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 480px;
    max-width: 718px;
}

.mod-scrollPicList .pic_list {
    margin: 0;
}

.mod-scrollPicList .pic_list li {
    margin: 0;
    width: 718px;
    height: 480px;
}

.mod-scrollPicList .pic_list li .link {
    line-height: 480px;
    text-align: center;
}

.mod-scrollPicList .pic_list li .link img {
    width: auto;
    height: auto;
    max-width: 718px;
    max-height: 480px;
}

.mod-scrollPicList .pic_list a {
    display: block;
    width: 718px;
    height: 480px;
    text-align: center;
    line-height: 480px;
}

.mod-scrollPicList .pic_list a img {
    width: auto;
    height: auto;
    max-width: 718px;
    max-height: 480px;
}

.mod-scrollPicList .s_arr_prev, .mod-scrollPicList .s_arr_next {
    z-index: 101;
    top: 0;
    width: 359px;
    height: 480px;
    margin-top: 0;
    background: url(#) no-repeat;
}

.mod-scrollPicList .s_arr_prev span, .mod-scrollPicList .s_arr_next span {
    display: none;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
}

.mod-scrollPicList .s_arr_prev:hover span, .mod-scrollPicList .s_arr_next:hover span {
    display: block;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99FFFFFF', endColorstr='#99FFFFFF');
    background-color: rgba(255, 255, 255, 0.6);
}

.mod-scrollPicList .s_arr_prev:hover span:hover, .mod-scrollPicList .s_arr_next:hover span:hover {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
    background-color: white;
}

.mod-scrollPicList .s_arr_prev .iconAtlas-arrowL {
    background-position: 0 -60px;
}

.mod-scrollPicList .s_arr_prev span {
    left: 0;
}

.mod-scrollPicList .s_arr_next span {
    right: 0;
}

.mod-scrollPicList .s_arr_next.disabled:hover span:hover {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99FFFFFF', endColorstr='#99FFFFFF');
    background-color: rgba(255, 255, 255, 0.6);
}

.mod-atlasPic .hd {
    border-top: 2px solid #2ca9e1;
    margin-bottom: 0;
}

.mod-atlasPic .pic_list {
    font-family: "SimSun";
    margin-right: -20px;
}

.mod-atlasPic .pic_list li {
    margin-right: 20px;
    width: 150px;
    height: 140px;
}

.mod-atlasPic .pic_list li img {
    height: 100px;
}

.mod-atlasPic .pic_list li .p_txt {
    background: none;
}

.mod-atlasPic .pic_list li .p_tle {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    font-weight: normal;
    margin-bottom: 0;
    color: #002244;
}

.mod-atlasPic a:hover .p_tle {
    color: #cd0200;
}

.mod-atlasPic.fillAtlasPic {
    padding: 19px;
    border: 1px solid #e6e6e6;
    background-color: #f9f9f9;
}

.mod-atlasPic.fillAtlasPic .pic_list {
    margin-right: -12px;
}

.mod-atlasPic.fillAtlasPic .pic_list li {
    margin-right: 12px;
}

.mod-recommendAtlas {
    margin-bottom: 30px;
}

.mod-recommendAtlas .accordion_list {
    height: 380px;
}

.mod-recommendAtlas .accordion_list li {
    position: relative;
}

.mod-recommendAtlas .accordion_list li .showElm {
    height: 40px;
}

.mod-recommendAtlas .accordion_list li p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, transparent 0, #000);
    background-image: -o-linear-gradient(top, transparent 0, #000);
    background-image: linear-gradient(to bottom, transparent 0, #000);
}

.mod-popFull {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    color: #fff;
    min-height: 630px;
    overflow-y: auto;
    background-color: #1e1e1e;
}

.mod-popFull .main, .mod-popFull .ad-box {
    position: relative;
    width: 1180px;
    height: 630px;
    border: 1px solid #2d2d2d;
    margin-top: 100px;
    padding: 10px;
}

.mod-popFull .close {
    position: absolute;
    right: 0;
    top: -50px;
}

.mod-popFull .mod-scrollPicList {
    height: 630px;
    max-width: 1180px;
}

.mod-popFull .mod-scrollPicList .pic_list li {
    width: 1180px;
    height: 630px;
}

.mod-popFull .mod-scrollPicList .pic_list li .link {
    line-height: 630px;
    text-align: center;
}

.mod-popFull .mod-scrollPicList .pic_list li .link img {
    width: auto;
    height: auto;
    max-width: 1180px;
    max-height: 630px;
}

.mod-popFull .mod-scrollPicList .pic_list .link {
    width: 1180px;
    height: 630px;
    line-height: 630px;
    text-align: center;
}

.mod-popFull .mod-scrollPicList .pic_list .link img {
    width: auto;
    height: auto;
    max-width: 1180px;
    max-height: 630px;
}

.mod-popFull .mod-scrollPicList .s_arr_prev, .mod-popFull .mod-scrollPicList .s_arr_next {
    width: 590px;
    height: 630px;
}

.mod-popFull .mod-scrollPicList .s_arr_prev span, .mod-popFull .mod-scrollPicList .s_arr_next span {
    display: block;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#992D2D2D', endColorstr='#992D2D2D');
    background-color: rgba(45, 45, 45, 0.6);
}

.mod-popFull .mod-scrollPicList .s_arr_prev:hover span:hover, .mod-popFull .mod-scrollPicList .s_arr_next:hover span:hover {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#FF2D2D2D', endColorstr='#FF2D2D2D');
    background-color: #2d2d2d;
}

.mod-popFull .mod-scrollPicList .s_arr_prev.disabled:hover span:hover, .mod-popFull .mod-scrollPicList .s_arr_next.disabled:hover span:hover {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#992D2D2D', endColorstr='#992D2D2D');
    background-color: rgba(45, 45, 45, 0.6);
}

.mod-popFull .mod-scrollPicList .s_arr_prev.disabled .iconAtlas-arrowL, .mod-popFull .mod-scrollPicList .s_arr_next.disabled .iconAtlas-arrowL {
    background-position: 0 -60px;
}

.mod-popFull .mod-scrollPicList .s_arr_prev.disabled .iconAtlas-arrowR, .mod-popFull .mod-scrollPicList .s_arr_next.disabled .iconAtlas-arrowR {
    background-position: -60px -60px;
}

.mod-popFull .s_arr_prev .iconAtlas-arrowL {
    background-position: -80px -60px;
}

.mod-popFull .s_arr_next .iconAtlas-arrowR {
    background-position: -100px -60px;
}

.mod-nbox .nav_tabs .tab_hd {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 12px;
}

.mod-nbox .nav_tabs .tab_hd .tab_hd_btns {
    width: 150px;
    text-align: center;
    color: #b2b2b2;
}

.mod-nbox .nav_tabs .tab_hd .tab_hd_btns li {
    position: relative;
    margin-left: 20px;
    width: 55px;
}

.mod-nbox .nav_tabs .tab_hd .tab_hd_btns li:last-child:before {
    position: absolute;
    bottom: 0;
    left: -10px;
    font-size: 15px;
    content: '/';
    color: #b2b2b2;
}

.mod-nbox .nav_tabs .tab_hd .tab_hd_btns .cur {
    color: #333;
}

.mod-nbox .nav_tabs .tab_hd .tab_hd_btns .cur:after {
    position: absolute;
    bottom: -3px;
    left: 21px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ebebeb;
}

.mod-nbox .nav_tabs .tbody {
    width: 300px;
}

.pic_ranking_list li {
    position: relative;
    margin-bottom: 1px;
}

.pic_ranking_list li .link {
    display: block;
    overflow: hidden;
    padding: 10px 5px 10px 35px;
    height: 20px;
    border-bottom: 1px solid #ebebeb;
}

.pic_ranking_list li .img {
    display: none;
    position: absolute;
    height: 0;
    top: 15px;
    left: 45px;
}

.pic_ranking_list li .img img {
    width: 120px;
    height: 80px;
}

.pic_ranking_list li .txt {
    line-height: 20px;
    height: 100%;
    overflow: hidden;
}

.pic_ranking_list li .num {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    background-color: #fafafa;
}

.pic_ranking_list li.cur .num {
    color: #fff;
    width: 30px;
    font-size: 20px;
    background-color: #fea432;
}

.pic_ranking_list li.cur .link {
    padding: 15px 5px 15px 178px;
    height: 80px;
    background-color: #fafafa;
}

.pic_ranking_list li.cur .link .img {
    display: block;
}

.pic_ranking_list li:nth-child(1) .num {
    background-color: #fea432;
}

.pic_ranking_list li:nth-child(1) .link {
    border-top: 1px solid #ebebeb;
}

.pic_ranking_list li:nth-child(2) .num {
    background-color: #fcc67e;
}

.pic_ranking_list li:nth-child(3) .num {
    background-color: #fce7ca;
}

a.popup_more {
    display: none !important;
}

.varAd {
    background: #f9f9f9;
    border: #e6e6e6 1px solid;
    padding: 10px;
}

.varAd .pic_list li {
    margin-right: 13px;
}

.varAd .ad-min-box {
    display: block;
    width: 630px;
    height: 90px;
    margin: 10px 0 10px -10px;
    padding: 10px 14px;
    border-top: #e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid;
}

/**
 * 环球商城推广位 
 */
.mod-365 {
    border-top: 1px solid #e2e2e2;
    font-family: "Microsoft Yahei";
}

.mod-365 .hd {
    position: relative;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    margin-bottom: 0;
}

.mod-365 .hd strong {
    font-weight: normal;
}

.mod-365 .hd .more {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #203c79;
}

.mod-365 .bd {
    border: 1px solid #e2e2e2;
    padding: 10px;
    height: 270px;
    background-color: #fcfcfc;
}

.mod-365 .bd a {
    color: #707070;
}

.mod-365 .bd a:hover {
    color: #cd0200;
}

.mod-365 .bd .m365_img {
    float: left;
    width: 305px;
    margin-right: 15px;
}

.mod-365 .bd .m365_img ul {
    margin-left: -5px;
}

.mod-365 .bd .m365_img li {
    float: left;
    width: 150px;
    margin-left: 5px;
    text-align: center;
}

.mod-365 .bd .m365_img img {
    width: 150px;
    height: 100px;
}

.mod-365 .bd .m365_img .i_tle {
    color: #707070;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
}

.mod-365 .bd .m365_img a:hover .i_tle {
    color: #cd0200;
}

.mod-365 .bd .m365_txt {
    overflow: hidden;
}

.mod-365 .bd .m365_txt dl {
    margin-bottom: 10px;
}

.mod-365 .bd .m365_txt dt {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.mod-365 .bd .m365_txt dd {
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    padding-left: 17px;
    position: relative;
}

.mod-365 .bd .m365_txt dd:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 5px;
    width: 4px;
    height: 4px;
    background-color: #18a7e4;
}

/* 图集页-广告角标代码 */
/*.ad-box,.ad-side,.ad-min-box,#BAIDU_SSP__wrapper_u2501045_0{ position: relative; }
.ad-box:after,.ad-side:after,.ad-min-box:after,#BAIDU_SSP__wrapper_u2501045_0:after{position: absolute; left: auto; top: 1px; right: 1px; z-index: 2147483648; content: ''; width: 29px; height: 16px; background: url(/himg2/attach/ad/superscript2.png) no-repeat; }
.ad-box:after { right: 10px; }
#BAIDU_SSP__wrapper_u2501045_0:after { position: fixed; left: auto; top: auto; right: 14px; bottom: 253px;}*/

/* 图集页-顶通分栏广告 */
.ad-box_col {
    overflow: hidden;
    margin-top: 10px;
}

.ad-box_col:after {
    position: static;
    display: none;
}

.ad-box_760x90, .ad-box_240x90 {
    float: left
}

.ad-box_760x90 {
    width: 760px;
}

.ad-box_240x90 {
    width: 240px;
}

/*# sourceMappingURL=index.css.map */

#adP-Bot-right-float {
    display: block;
    border: none;
    margin: 0px;
    padding: 0px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    visibility: visible;
    background: transparent;
    width: 300px;
    height: 250px;
    z-index: 10000000;
}

.ad-close-btn {
    position: absolute;
    right: 0px;
    top: 1px;
    z-index: 10000001;
    width: 15px;
    height: 15px;
    background: url(/himg2/attach/ad/close.png) no-repeat;
    cursor: pointer;
}
