@CHARSET "UTF-8";
/* 列表错误信息 */
#resultMsg {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0;
    color: #40aff2;
    font-size: 15px;
}

/* 中间区 */
#content {
    float: left;
    width: 67%;
    margin: 50px 24% 20px 9%;
    min-height: 500px;
}

/* 广告 */
.adv {
    float: left;
    width: 100%;
}

/* 题库信息 */
#content_info {
    float: left;
    width: 100%;
}

#content_info_top {
    float: left;
    width: 76%;
    margin-bottom: 30px;
    text-align: center;
    margin-left: 24%;
}

#content_info_top h2 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 29px;
    width: 100%;
    text-align: left;
}

#content_info_top #p_option {
    margin: 15px 0;
    padding: 10px 15px;
    border: 1px #EFEFEF solid;
    border-radius: 5px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
}

#content_info nobr {
    font-size: 13px;
    color: #bbb;
    float: left;
    margin-left: -10px;
}

#content_info nobr font, #content_info nobr span {
    margin: 0 10px;
}

#content_info_right {
    width: 76%;
    float: right;
    padding-left: 3%;
    min-height: 800px;
}

#content_info_content {
    float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    min-height: 150px;
}

#content .statement {
    float: left;
    font-size: 12px;
    color: #bbb;
    text-align: center;
    padding: 23px 0 6px;
}

/* 题库左侧内容 */
#content_info_left {
    float: left;
    width: 19%;
    margin-top: 10px;
    border-right: 1px solid #F5F5F5;
    padding-right: 1%;
}

#content_info_left_item {
    float: left;
    width: 100%;
}

#content_info_left_item .font {
    float: left;
}

#content_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;
}

#content_info_left_item .time_font_year {
    font-size: 20px;
}

#content_info_left_item .time_font_md {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0;
}

#content_info_left_item .time_font_hm {
    font-size: 20px;
}

.content_info_left_item_author {
    margin-top: 60px;
}

#content_info_left_item .author_title_font {
    width: 100%;
    text-align: center;
    line-height: 18px;
    color: #2291f7;
    font-size: 12px;
}

#content_info_left_item .author_name_font {
    width: 98%;
    text-align: center;
    margin-top: 10px;
    border-radius: 16px;
    line-height: 18px;
    padding: 0 1%;
    background-color: #2291f7;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_info_left_oper {
    margin-top: 30px;
}

.content_info_left_oper .oper_font {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: gray;
    margin-bottom: 15px;
}

.content_info_left_oper #id_collect, #id_zan, #id_complain, #id_attention {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.content_info_left_oper a {
    display: block;
    cursor: pointer;
    color: #555;
}

.content_info_left_oper a:HOVER i {
    background-color: #F5F5F5;
}

.content_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 #333;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.content_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;
}

.content_info_left_oper a:HOVER font {
    text-decoration: underline;
}