body{
    background: #F8F8F8;
}
.contentDiv{
    background: #fff;
    padding:30px;
    min-width: 1028px;
}
.contentDiv .topBox{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #F5F6FA;
}
.ml50{
    margin-left: 50px;
}
.mr50{
    margin-right: 50px;
}
.contentDiv .staffList li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 45px 0 50px;
}
.contentDiv .staffList li:hover{
    background: #f7faff;
}
.delBtn{
    display: block;
    width: 70px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #999;
    border-radius: 16px;
    color:  #999;
    text-align: center;
    margin: 30px auto 0;
    background: #fff;
}
.bdbox td a.delBtn:hover{
    border: 1px solid #EF205A;
    color:  #EF205A;
}
.areaTabHeader{
	height: 48px;
	line-height: 60px;
	border-radius: 4px;
	background-color: #fff;
}
.contentDiv .areaTabHeader li.fl{
	width: 100px;
	height: 41px;
	line-height: 36px;
	text-align: center;
	color: #999;
	margin-right: 10px;
	cursor: pointer;
	background: url(../../public/images/icons/area_tab.png) no-repeat;
}
.contentDiv .areaTabHeader .fl.on{
	color: #fff;
	background: url(../../public/images/icons/area_tabOn.png) no-repeat;
}
.searchbox{
    width: 270px;
    height: 40px;
    padding-left: 44px;
    background:#f3f8fe url(../images/searchIcon.png) no-repeat 20px center;
    border: 1px solid #a7caf7;
    border-radius: 20px;
    margin: 10px 0 30px 0;
}
.searchbox input{
    margin: 0;
    width: 229px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #f3f8fe;
}
.searchbox .search{
    background: url(../images/home_robot.png) no-repeat right bottom;
    width: 32px;
    height: 40px;
}
/* 项目日历 */
/* 列表开始 */
.RL_List{
	padding: 0 30px;
}
.RL_List ul li{
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
}
.RL_List ul li .list_Left{
	width: 50%;
	line-height: 35px;
	overflow: hidden;
}
.RL_List ul li .list_Left .listTitle{
	width: 85%;
	padding-left: 65px;
}
.RL_List ul li .list_Left .listTitle:hover{
	color: #1371e6;
}
.RL_List ul li .list_Left .listTitle.starting{
    background: url(../../public/images/icons/starting.png) no-repeat left center;
}
.RL_List ul li .list_Left .listTitle.notStart{
    background: url(../../public/images/icons/notStart.png) no-repeat left center;
}
.RL_List ul li .list_Left .listTitle.started{
    background: url(../../public/images/icons/started.png) no-repeat left center;
}
.RL_List ul li .list_Left .RL_ListIcon01{
    background: url(../../public/images/icons/RL_ListIcon01.png) no-repeat left center;
}
.RL_List ul li .list_Left .RL_ListIcon02{
    background: url(../../public/images/icons/RL_ListIcon02.png) no-repeat left center;
}
.RL_List ul li .list_Left .RL_ListIcon03{
    background: url(../../public/images/icons/RL_ListIcon03.png) no-repeat left center;
}
.maxW134{max-width: 134px;}
.maxW70{max-width: 120px;}
.maxW270{max-width: 320px;}
.RL_List ul li .list_Center{
	width: 15%;
	height: 90px;
	border-right: 1px solid #ededed;
	margin-top: 10px;
}
.list_Right{
    width: 20%;
}
.RL_List ul li .numTip{
	color: #f28b11;
}
.RL_List ul li .list_Right .lineTxt{
	width: 2px;
	height: 11px;
	margin: 5px 10px 0;
	color: #ededed;
}
.delBox{
    width: 14%;
    border-left: 1px solid #ededed;
    height: 90px;
    margin-top: 10px;
}
.bdbox table{
    width: 100%;
}
.bdbox th{
    height: 45px;
    line-height: 45px;
    background: #f5f6fa;
    padding-left: 3%;
    text-align: left;
}
.bdbox td{
    height: 50px;
    line-height: 50px;
    padding-left: 3%;
}
.bdbox td a:hover{
    color: #1371E6;
}
.bdbox tbody tr{
    border-bottom: 1px solid #eee;
}
.bdbox tbody tr:hover{
    background: #f7faff;
}
.consultText{
	height: 220px;
}