@CHARSET "UTF-8";

/* 列表错误信息 */
#resultMsg {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0;
    color: #40aff2;
    font-size: 15px;
}

/* 广告 */
.adv {
    float: left;
    width: 100%;
}

/* 内容区 */
#content {
    float: left;
    background-color: #fff;
    width: 67%;
    margin: 50px 24% 20px 9%;
    min-height: 500px;
}

/* 顶部 */
#content_top {
    float: left;
    width: 76%;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 24%;
}

#content_top #content_top_left {
    float: left;
    width: 19%;
}

#content_top #content_top_left img {
    float: left;
    border: 1px solid #F5F5F5;
}

#content_top_content {
    float: left;
    margin-left: 2%;
    width: 78%;
    text-align: left;
}

#content_top_content p {
    float: left;
    width: 100%;
}

#content_top_content span {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

#content_top_content #cTitle {
    float: left;
    font-size: 20px;
    font-weight: normal;
    color: black;
    max-width: 75%; /*要显示文字的宽度*/
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis;
}

#content_top_content #cDesc {
    margin-top: 10px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
}

#content_top_content #cDesc em {
    margin: auto 3px;
}

#content_top_content #cDesc_1 {
    position: relative;
    display: inline-block;
    width: 100%;
}

#content_top_content #cDesc_1 p {
    /* cursor: pointer; */
    margin-top: 20px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #333;
}

/* #cDesc_1_hidden {
	position: absolute;
	top: 10px;
	left: 40%;
	width: auto;
	border-radius: 3px;
	border: 1px solid #CCC;
	background-color: #fff;
	min-width: 80%;
	max-width: 90%;
	z-index: 10;
	box-shadow: 0 1px 2px #DEDEDE, inset 0 1px 2px #EEE;
	display: none;
	padding: 10px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333;
}

#content_top_content #cDesc_1:HOVER #cDesc_1_hidden {
	display: block;
} */

#content_top_content #operDiv {
    float: left;
    padding: 20px 0;
}

#content_top_content #operDiv a {
    padding: 8px 18px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 20px;
    border: 1px solid #FE7517;
    color: #FE7517;
    float: left;
}

#content_top_content #operDiv #nowRead {
    padding: 9px 42px;
    background-color: #FE7517;
    color: white;
}

/* 图文左侧内容 */
#content_left {
    float: left;
    width: 19%;
    margin-top: 10px;
    border-right: 1px solid #F5F5F5;
    padding-right: 1%;
}

#content_left_item {
    float: left;
    width: 100%;
}

#content_left_item .font {
    float: left;
}

#content_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_left_item .time_font_year {
    font-size: 20px;
}

#content_left_item .time_font_md {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0;
}

#content_left_item .time_font_hm {
    font-size: 20px;
}

.content_left_oper {
    margin-top: 30px;
}

.content_left_oper .oper_font {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: gray;
    margin-bottom: 15px;
}

.content_left_oper #id_collect, #id_zan, #id_complain, #id_attention {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.content_left_oper a {
    display: block;
    cursor: pointer;
    color: #555;
}

.content_left_oper a:HOVER i {
    background-color: #F5F5F5;
}

.content_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;
}

.content_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_left_oper a:HOVER font {
    text-decoration: underline;
}

/* 图文右侧内容 */
#content_right {
    width: 76%;
    float: right;
    padding-left: 3%;
    min-height: 800px;
}

#content_right hr {
    float: left;
    margin: 0;
    padding: 1px;
    border-bottom: 1px dashed #CCC;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
    width: 100%
}

/* 目录 */
#cCatalog, #cCatalogTop {
    float: left;
    width: 100%;
}

#cCatalogTop h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 23px 0.5%;
    text-align: center;
    width: 19%;
    float: left;
}

#cCatalogTop img {
    width: 40%;
    float: left;
    margin: 30px 0;
    object-fit: cover;
}

#cCatalog ul {
    float: left;
    width: 100%;
    list-style: none;
}

#cCatalog ul li {
    float: left;
    width: 31%;
    padding: 10px 1%;
}

#cCatalog ul li a {
    font-size: 12px;
}

#cCatalog ul li a:HOVER {
    color: #FE7517;
}

#cCatalog ul li a:ACTIVE {
    color: #FE7517;
}

#cCatalog ul li .active {
    color: #FE7517;
}

#course_desc {
    float: left;
    width: 100%;
    margin-top: 40px;
}

#course_desc span {
    float: left;
    width: 4px;
    height: 24px;
    background-color: #fe7517;
}

#course_desc h2 {
    float: left;
    font-size: 20px;
    padding: 0 10px;
    margin: 0px;
    line-height: 24px;
    vertical-align: middle;
}

#course_desc p {
    float: left;
    width: 100%;
    line-height: 26px;
    letter-spacing: 1px;
    color: #333;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*控制在4行*/
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#content .statement {
    float: left;
    font-size: 12px;
    color: #bbb;
    text-align: center;
    padding: 23px 0 6px;
}