.comment_post
{
	position: relative;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    cursor: pointer;
    background: rgb(255, 255, 255);
	margin-bottom:18px;
}
.comment_body
{
	padding: 15px;
}
.comment_title
{
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 1.29px;
    color: #666;
}
.comment_sendblock
{
	margin-top:5px;
}
.comment_footer
{
	position:relative;
	text-align:center;
	padding: 8px;
	background-color: #f7f7f7;
}

#msg_block
{
	min-height:200px;
}
.cl_section
{
	position: relative;
    width: 100%;
    text-align: left;
    background-color: white;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.cls_title
{
	padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
}
.name_img
{
	color:#aaa;
	border:1px solid #aaa;
	display:inline-block;
	border-radius:50%;
	width:25px;
	height:25px;
	padding-top:4px;
	margin-right:5px;
	text-align:center;
}
.name_img_teacher
{
	color:#00577d;
	border:1px solid #00577d;
	display:inline-block;
	border-radius:50%;
	width:25px;
	height:25px;
	padding-top:4px;
	margin-right:5px;
	text-align:center;
}
.clst_name
{
	position:relative;
	color:#666;
	width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    margin-bottom: 2px;
	font-size:15px;
}
.clst_name_teacher
{
	position:relative;
	color:#00577d;
	width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    margin-bottom: 2px;
	font-size:15px;
}
.editor_btn
{
	font-weight:400;
	float:right;
	cursor:pointer;
	color:#aaa;
	
	-webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.editor_btn:hover
{
	color:#666;
}
.del_btn
{
	font-weight:400;
	float:right;
	cursor:pointer;
	color:#FF7575;
	margin-left:8px;
	
	-webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.del_btn:hover
{
	color:#FF5151;
}
.clst_time
{
	display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgb(129, 130, 142);
    font-size: 12px;
    overflow: hidden;
    margin: 0px;
}
.cls_body
{
	letter-spacing: 1px;
    overflow-wrap: break-word;
    color: rgb(74, 74, 74);
    height: auto;
    line-height: 1.6;
    font-size: 15px;
    cursor: pointer;
    display: -webkit-box;
    width: 100%;
    padding: 0px 20px;
	padding-bottom:5px;
	/* 
	max-height: 118px;
	-webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.cls_sbody
{
	font-size:13px;
	text-align:right;
	color: rgb(129, 130, 142);
	padding: 10px 20px;
	letter-spacing: 1px;
	cursor:pointer;
}
.cls_shr
{
	background-color:rgb(242, 242, 242);
	height:1px;
	margin-left:15px;
	margin-right:15px;
}
.cls_more_btn
{
    font-weight: 500;
    color: #888;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0px;
	margin-left:15px;
	margin-right:15px;
    border-bottom: 1px solid rgb(242, 242, 242);
	
	-webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.cls_more_btn:hover
{
	color:#666;
}
.cls_reply_block
{
	font-size:13px;
	padding:5px 15px;
	border-bottom: 1px solid rgb(242, 242, 242);
	margin-left:15px;
	margin-right:15px;
	
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.cls_reply_block_second
{
	font-size:13px;
	padding:5px 15px;
	border-left: 2px solid #007AB0;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.cls_reply_imgblock
{
	width:30px;
}
.cls_reply_bcon
{
	position:relative;
	width:calc( 100% - 30px );
}
.cls_reply_name
{
	line-height: 1.7;
    letter-spacing: 1px;
	color:#666;
	margin-bottom:5px;
	font-weight:600;
}
.cls_reply_name_teacher
{
	line-height: 1.7;
    letter-spacing: 1px;
	color:#00577d;
	margin-bottom:5px;
	font-weight:600;
}
.cls_reply_con
{
	line-height: 1.7;
    letter-spacing: 1px;
	color: rgb(74, 74, 74);
	margin-bottom:5px;
}
.cls_reply_time
{
	font-size:12px;
	color: rgb(129, 130, 142);
	line-height: 1.7;
    letter-spacing: 1px;
}
.cls_reply_btn
{
	padding:8px 0;
	
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.cls_replyleft
{
	width:calc( 100% - 80px );
}
.cls_replyright
{
	width:80px;
}
.cls_more_second_btn
{
    font-weight: 500;
    color: #888;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0px;
	margin-bottom:5px;
    border-bottom: 1px solid rgb(242, 242, 242);
	
	-webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.cls_more_second_btn:hover
{
	color:#666;
}
.cls_footer
{
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	
	padding: 8px 15px;
}
.cls_fleft
{
	width:calc( 100% - 80px );
}
.cls_fright
{
	width:80px;
}
.message_modifybtn
{
	font-size:12px;
	width:80px;
	min-width:80px;
	padding:7px 6px 7px;
}
.cl_section_more
{
	cursor:pointer;
	color:#aaa;
	position: relative;
    width: 100%;
    text-align: center;
    background-color: white;
	padding:5px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
	
	-webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.cl_section_more:hover
{
	color:#666;
}


.cl_section_nodata
{
	color:#aaa;
	position: relative;
    width: 100%;
	min-height:200px;
    text-align: center;
	padding:5px;
	padding-top:50px;
    margin-bottom: 15px;
	font-size:16px;
}