body{
	letter-spacing:0.5px;
	font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", 微软雅黑, tahoma, simsun, 宋体;
}
#content_div{
	width: 100%;
	/* height: 1000px; */
	background: #f5f5f5;	
}
#crumbs{
	width: 1200px;
	margin: 0 auto;
}
.news_content {
	background-color: #f5f5f5;
	min-height: 2500px;
}
#add_task{
	width: 1200px;
	margin: 0 auto;
	
    padding: 20px 40px;

    background-color: #fff;
	float: left;
}
.input_div{
	padding: 10px 0;	
}
.input_title{
	width: 100px;
	display: inline-block;
}
.task_input{
	width: 250px;
	display: inline-block;
}


.input_radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: red;
    background: url(../img/bg_icon5.png) no-repeat;
    background-position: 0 -212px;
	position: relative;
	top: 2px;
}
.select_input_radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: red;
    background: url(../img/bg_icon5.png) no-repeat;
    background-position: 0 -187px;
	position: relative;
	top: 2px;
}
.input_content_button {
    float: right;
	margin-right: 30px;
}

.my_textarea {
    display: inline-block;
    width: 656px;
    height: 130px !important;
}
.task_list_border{
	border-bottom: 1px solid #f5f5f5;
	height: 20px;
}
#task{
	width: 1200px;
	margin: 0 auto;
	
    padding: 20px 40px;

    background-color: #fff;
	float: left;
	
}
.task_left{
	width: 900px;
	display: inline-block;
	float: left;
}
.task_right{
	width: 200px;
	display: inline-block;
	float: left;
	text-align: center;
	border-left: 1px solid #f5f5f5;
}

.task_list{
	height: 50px;
}
.task_content{
	color: #777;
	border-bottom: 1px solid #f5f5f5;
	font-size: 13px;
	padding-bottom: 15px;
}
.money{
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.title a{
	margin-left: 5px;
	color:#333;
	font-size: 15px;
}
.date{
	float: right;
	margin-right: 100px;
}
.date a{
	font-size: 12px;
}
.task_list_top{
	margin-top: 15px;
}
.task_list_des{
	margin-top: 5px;
	color: #666;
	font-size: 12px;
}


.right_designer{
	margin-top: 10px;
	border-bottom: 1px solid #f5f5f5;
}
.right_designer img{
	width: 120px;
	margin: 0 auto;
}
.right_designer .img_click2 {
    display: block;
    height: 120px;
    width: 120px;
    overflow: hidden;
    margin: 0 auto;
    
    border-radius: 166px;
}
.designer_name{
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

.btn-outline-red {
    color: red;
    background-color: transparent;
    border-color: red;
}
