.tab_item .checked{
    font-weight: bold;}
.tab_item .item{
    width: 184px;
	height: 40px;
    background:url(../img/small_list.png);
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
	font-size: 14px;
    align-items: center;}
.tab_item .item .right_arrow{
	width: 12px;
    height: 12px;
    margin-left: 25px;}
.tab_item .item span{
    margin-left: 14px;}
.right_top{
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0 36px;
    box-sizing: border-box;}
 .line{
    width: 897px;
	height: 4px;
    background-color: #e1e1e1;
    box-sizing: border-box;
    margin: 0 auto;}
.editor{
    padding: 40px 20px 0 20px;
    min-height:200px;}