@CHARSET "UTF-8";
/*文本框只读样式*/
.input_onlyread{
	color:#ED5564!important;
	font-weight:bold;
}
.input_money{
	color:#48CFAE!important;
}

.input_userId{
	color:#ED5564!important;
}


/*分页样式*/
.page_list{
	margin-top:10px;
	width: 100%;
    height: 45px;
   /* background-color: #ffffff;*/
}
.page_list div{
	
	margin:0 auto;   
    width: 100%;
   

}

.current{
	margin-top: 2px;
    font-size: 12px;
    color: #fff;
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #ED5564;
    border: 1px solid #ED5564;
    border-left-width: 0;
    border-radius: 3px 0 0 3px;
    border-left-width: 1px;
}
.num,.next,.prev,.first,.end{
margin-top: 2px;
    font-size: 12px;
    color: #999;
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    border-radius: 3px 0 0 3px;
    border-left-width: 1px;
}



/***文章页面 内容***/
.content p{
	word-wrap: break-word;
}
