body{
    background: #F8F8F8;
}
.contentDiv{
    background: #fff;
    padding: 30px;
}
.conAuto{
    width: 100%!important;
}
.contentDiv .topBox{
    width: 100%;
    background: #2E81F5;
    box-sizing: border-box;
}
.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;
}
.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;
}
.RL_List ul li{
	padding: 20px;
	/*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 tbody tr{
    border-bottom: 1px solid #eee;
}
.bdbox tbody tr:hover{
    background: #f7faff;
}
.consultText{
	height: 220px;
}

.dingyueList li{
    height:80px;
    width: 100%;
    border: 1px solid #ededed;
    margin-bottom: 20px;
     display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}
.dingyueList li .firstP span,.dingyueList li .firstP em{
    display: block;
    width: 300px;
}
.dingyueList li img{
    display: inline-block;
    margin: 18px;
    flex: 0 0 auto;
}

.dingyueList li .firstP,
.dingyueList li .secondP,
.dingyueList li img{
    float: none !important;
}


.dingyueList li .firstP{
    margin: 15px 0;
    /* 移除固定宽度 910px，改为自适应 */
    width: calc(100% - 270px);

    border-right: 1px solid #ccc;
    height: auto;           /* 让高度随内容自适应 */
    padding: 0 20px;        /* 将行内样式的 padding 迁移到此，统一布局 */
}
.dingyueList li .firstP a{
    display: block;
    
    width: 100%;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.dingyueList li .firstP em{
    display: block;
    color: #999;
    margin-top: 10px;
}
.dingyueList li .secondP{
    /* 维持视觉宽度但用 flex 固定占位 */
    flex: 0 0 168px;
    width: 168px;
    text-align: center;
    padding-top:15px;
}
.dingyueList li .secondP a{
    display: block;
    width: 58px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ededed;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    color: #999;
}
.dingyueList li .secondP a:hover{
    border-color: #308BD8;
    color: #308BD8;
}
.dingyueList li .secondP em{
    display: block;
    margin-bottom: 7px;
    color: #999;
    }
.dingyueList li .secondP em span{
    color:#1371E6;
    display: inline-block;
    margin: 0 5px;
}
.dingyueList li .secondP .ZCDY_delete{
    display: inline-block;
    padding:2px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.dingyueList li .secondP .ZCDY_delete:hover{
    border: 1px solid #1371E6;
    color:#1371E6;
    cursor: pointer;
}

.editdybg{
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.editdybg.show{
    display: flex;
}
.alink{
    display: block;
    width: 58px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ededed;
    text-align: center;
    margin: 5px auto;
    border-radius: 4px;
    color: #999;
}
.searchline{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.searchline.none{
    display: none;
}
.searchline .input{
    border: 1px solid #999;
    border-radius: 5px;
    padding-left:5px;
}
.searchline .searchbtn{
    color: #fff;
    background-color: #409eff;
    padding: 0 20px;
    border-radius: 5px;
}
.searchline .resatbtn{
    color: #606266;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}