@CHARSET "UTF-8";
/* 列表错误信息 */
#resultMsg {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0;
    color: #40aff2;
    font-size: 15px;
}

/* 图文信息 */
#article_info {
    float: left;
    width: 67%;
    margin: 50px 24% 20px 9%;
    min-height: 500px;
}

/* 广告 */
.adv {
    float: left;
    width: 100%;
}

#article_info hr {
    float: left;
    margin: 20px 0;
    padding: 1px;
    border-bottom: 1px dashed #CCC;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
    width: 100%
}

#article_info_top {
    float: left;
    width: 76%;
    margin-bottom: 30px;
    text-align: center;
    margin-left: 24%;
}

#article_info_top h2 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 29px;
    width: 100%;
    text-align: left;
}

#article_info nobr {
    font-size: 13px;
    color: #bbb;
    float: left;
}

#article_info nobr font, #article_info nobr span {
    margin: 0 10px;
}

#article_info_right {
    width: 76%;
    float: right;
    padding-left: 3%;
    min-height: 800px;
}

#article_info_abstract {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 2;
    word-wrap: break-word;
}

#article_info_abstract em {
    font-size: 18px;
    font-weight: 600;
}

#article_info_acontent {
    float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    min-height: 150px;
}

#article_info .address {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#article_info .address span {
    color: #bbb;
    padding: 0;
    margin: 0 5px;
}

#article_info .address a {
    font-size: 14px;
    color: #40aff2;
    cursor: pointer;
    padding: 5px;
}

#article_info .address a:HOVER {
    text-decoration: underline;
}

#article_info #audio, #video {
    float: left;
    max-width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

#article_info .statement {
    float: left;
    font-size: 12px;
    color: #bbb;
    text-align: center;
    padding: 23px 0 6px;
}

/* 图文左侧内容 */
#article_info_left {
    float: left;
    width: 19%;
    margin-top: 10px;
    border-right: 1px solid #F5F5F5;
    padding-right: 1%;
}

#article_info_left_item {
    float: left;
    width: 100%;
}

#article_info_left_item .font {
    float: left;
}

#article_info_left_item .time_font {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: Times, TimesNR, 'New Century Schoolbook', Georgia,
    'New York', serif;
    font-weight: lighter;
}

#article_info_left_item .time_font_year {
    font-size: 20px;
}

#article_info_left_item .time_font_md {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0;
}

#article_info_left_item .time_font_hm {
    font-size: 20px;
}

.article_info_left_oper {
    margin-top: 30px;
}

.article_info_left_oper .oper_font {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: gray;
    margin-bottom: 15px;
}

.article_info_left_oper #id_collect, #id_zan, #id_complain, #id_attention {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.article_info_left_oper a {
    display: block;
    cursor: pointer;
    color: #555;
}

.article_info_left_oper a:HOVER i {
    background-color: #F5F5F5;
}

.article_info_left_oper a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 1px #555;
    text-align: center;
    font-size: 14px;
    margin-bottom: 6px;
}

.article_info_left_oper a img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-bottom: 6px;
}

.article_info_left_oper a:HOVER font {
    text-decoration: underline;
}

/* 内容区2 - 图文推荐 */
#content_two {
    float: left;
    width: 52%;
    padding: 0 23.6% 0 24.4%;
    background-color: #F5F5F5;
    margin-top: 20px;
}

/* 中间右侧内容区 */
#content_two_recommend {
    width: 98%;
    margin: 0 1%;
    float: left;
    padding-bottom: 35px;
    padding-top: 20px;
    float: left;
}

#article_recommend_top {
    float: left;
    width: 100%;
    padding: 10px 0;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    border-bottom: 1px solid #DEDEDE;
}

#article_recommend_top h4 {
    padding: 0;
    margin: 0;
    float: left;
    color: #40aff2;
}

#article_recommend_top a {
    float: right;
    color: #40aff2;
    font-size: 12px;
    cursor: pointer;
}

#article_recommend_top a:HOVER {
    text-decoration: underline;
}

#article_recommend_item {
    float: left;
    width: 100%;
}

#recommend_article_info {
    float: left;
    width: 100%;
    padding: 2% 0;
    border-bottom: 1px solid #DEDEDE;
}

#article_info_item {
    width: 100%;
    float: left;
}

#article_recommend_item img {
    float: left;
    width: 92px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #F5F5F5;
}

#article_recommend_item #article_right {
    float: left;
    width: calc(100% - 110px);
    margin-left: 16px;
    height: 56px;
}

#article_recommend_item #article_right p {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    vertical-align: middle;
    font-size: 12px;
}

#article_recommend_item #article_right a {
    font-size: 15px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
}

#article_recommend_item #article_right a:HOVER {
    text-decoration: underline;
}

#article_recommend_item #article_right font {
    color: #555;
}

#article_recommend_item #article_right span {
    color: #AAAAAA;
}

#article_recommend_item_error {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    color: #555;
    font-size: 14px;
    margin-top: 20px;
    display: none;
}

.loading_module {
    float: left;
    width: 100%;
    text-align: center;
    background-color: transparent;
    margin: 15px 0;
}

.loading_module img {
    border: none;
    outline: none;
}