﻿@charset "utf-8";
/*---------------------------------------------------------
content styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 0 auto;
}

/* 通用-当前位置 */
.list_info,
.list_info a {
    font-size: 16px;
    color: #8a8b8d;
}

/* 文章主体 */
.word_content .word_title {
    text-align: center;
    padding: 0 0 20px;
}

.word_content .word_title h3,
.word_content .word_title h4 {
    margin: 10px 0;
}

.word_content .word_title h3 {
    font-size: 26px;
}

.word_content .word_title h4 {
    font-size: 20px;
}

.word_content .word_info {
    line-height: 36px;
    padding: 30px 0;
}

.word_content .word_info #playercontainer {
    margin: 0 auto;
}

/* 嵌套-文章信息 */
.xy-msg {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    line-height: 54px;
    font-size: 14px;
    color: #333;
    background-color: #f4f4f8;
    padding: 0 20px;
}

.xy-msg span,
.xy-msg a {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.xy-msg .clock {
    width: 18px;
}

.xy-msg .source {
    width: 17px;
}

.xy-msg .write {
    width: 16px;
}

.xy-msg .eyes {
    width: 21px;
}

.xy-msg .print {
    width: 17px;
    margin-left: 15px;
}

.xy-msg .line {
    display: inline-block;
    width: 1px;
    height: 17px;
    background: url(xy-hd-line03.png) no-repeat left center;
    background-size: 100%;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.xy-msg .section {
    float: left;
}

.xy-msg .rt {
    float: right;
}

.xy-msg img {
    vertical-align: middle;
}

.xy-msg a {
    text-decoration: none;
    cursor: pointer;
}

.xy-msg .share {
    display: inline-block;
    margin-left: 10px;
}

.xy-msg .share .share-icon {
    width: 16px;
}

.xy-msg .weixin {
    width: 30px;
    margin-right: 5px;
}

.xy-msg .weibo {
    width: 30px;
}