/* ---------- 注意事项 Start ---------- */
.attention {
	width: 100%;
	color: red;
	text-align: center;
	background: rgba(254,85,127,0.2);
	padding: 5px 10px;
	box-sizing: border-box;
}
/* ---------- 注意事项 End ---------- */

/* ---------- 审批 Start ---------- */
.infoApprovalStep .ulForm > li,
.infoApprovalStep .ulForm > li > p {
	margin-bottom: 3px;
}
.infoApprovalStep .labelStyle textarea {
	height: 50px;
}
/* ---------- 审批 End ---------- */

/* ---------- 审批单提交文件列表 Start ---------- */
.projectAttachment i,
.authorizationfileList i {
	font-size: 16px;
	cursor: pointer;
}
.authorizationfileList i:first-child {
	margin-right: 10px;
}
.projectAttachment i:hover,
.authorizationfileList i:hover {
	font-weight: bold;
}
.authorizationfileList input {
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
}
.authorizationBtn {
	width: 61px;
	height: 30px;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 999;
}
/* ---------- 审批单提交文件列表 End ---------- */

/* ---------- 成果 Start ---------- */
.achieveInfo tr td div {
	display:inline-block;
	border-bottom: 1px solid #e6e6e6;
}
.art_inline {
	display:inline-block;
	border-bottom: 1px solid #e6e6e6;
}
/* ---------- 成果 End ---------- */

/* ---------- 新建合同 Start ---------- */
.contResultList label {
	margin: 2px 5px;
	cursor: pointer;
}
.contResultList label input {
	width: 14px;
	height: 14px;
	vertical-align: text-top;
}
.contResultList label input[type='checkbox']:checked:before {
	top: -3px;
	left: 2px;
}
.contResultList label input[type='text'] {
	width: auto;
	height: 20px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #d5d5d5;
}
.invoiceTypeList label {
	margin: 2px 5px;
	cursor: pointer;
}
.invoiceTypeList label input {
	width: 14px;
	height: 15px;
	vertical-align: text-top;
}
.invoiceTypeList label input[type='checkbox']:checked:before {
	top: -3px;
	left: 2px;
}
.invoiceTypeList label input[type='text'] {
	width: auto;
	height: 16px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #d5d5d5;
}
/* ---------- 新建合同 End ---------- */

/* ---------- 其他 Start ---------- */
.itemDeclareCode {
	display: inline-block;
	min-width: 80px;
	text-align: left;
}
.generalForm td.title,
.generalForm .item {
	text-align: center;
}
/* ---------- 其他 End ---------- */

/* ---------- 进度轴 Start ---------- */
.assessSchedule {
	margin: 10px 0 20px;
	position: relative;
	z-index: 100;
}
.assessSchedule .line {
	width: 86%;
    height: 0;
    border: 2px solid #EDEBE9;
    position: absolute;
    top: 6px;
    left: 7%;
	z-index: -1;
}
.assessSchedule ul {
	display: flex;
	overflow: hidden;
}
.assessSchedule li {
	flex: 1;
	text-align: center;
	cursor: pointer;
}
.assessSchedule li:hover {
	font-weight: bold;
}
.assessSchedule li.no:hover {
	font-weight: normal;
}
.assessSchedule li a {
	display: inline-block;
	color: #000;
	border-radius: 3px;
	background: #EDEBE9;
	padding: 3px 8px;
}
.assessSchedule li.no a {
	background: #ccc;
}
.assessSchedule li i {
	display: inline-block;
	width: 15px;
	height: 15px;
	color: #C3C5C7;
	background-color: #fff;
	border: 3px solid #C3C5C7;
	border-radius: 50%;
}
.assessSchedule .active a {
	color: #fff;
	background: #0A6DED;
}
.assessSchedule .active i {
	border-color: #0A6DED;
}
/* ---------- 进度轴 End ---------- */

/* ---------- 项目详情 Start ---------- */
.ProjectDetails .titleLevel3 {
	border: 1px solid #e6e6e6;
}
.ProjectDetails .titleLevel3 i {
	cursor: pointer;
}
.ProjectDetails .titleLevel3 i:hover {
	font-weight: bold;
}
.ProjectDetails .infoBox {
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding: 10px;
	box-sizing: border-box;
}
.ProjectDetails .detailedInfo {
	width: 100%;
}
.ProjectDetails .detailedInfo td {
	padding: 0 5px;
	box-sizing: border-box;
}
.ProjectDetails .detailedInfo .item {
	text-align: right;
}
.ProjectDetails .detailedInfo .text {
	vertical-align: middle;
	min-height: 30px;
	line-height: 18px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding: 5px 8px;
	margin: 5px 0;
}
.ProjectDetails .detailedInfo .text.high {
	min-height: 60px;
}
.ProjectDetails .contents .infoBox {
	height: 480px;
	overflow-y: auto;
}
.ProjectDetails .fileList li {
	float: left;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}
.ProjectDetails .fileList li:hover {
	background: #F3F3F3;
	border-radius: 5px;
}
.ProjectDetails .fileList li img {
	width: 50%;
}
.ProjectDetails .fileList li p {
	height: 30px;
	font-size: 12px;
	line-height: 15px;
	margin-top: 3px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ProjectDetails .fileList2 li {
	float: left;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}
.ProjectDetails .fileList2 li:hover {
	background: #F3F3F3;
	border-radius: 5px;
}
.ProjectDetails .fileList2 li img {
	width: 50%;
}
.ProjectDetails .fileList2 li p {
	height: 30px;
	font-size: 12px;
	line-height: 15px;
	margin-top: 3px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ProjectDetails .layui-layer-tips {
	width: 700px !important;
}
.ProjectDetails .layui-layer-tips th,
.ProjectDetails .layui-layer-tips td {
	color: #000;
	line-height: 16px;
}
.ProjectDetails .creatRecord {
	height: 160px;
	overflow-y: auto;
}
.ProjectDetails .creatRecord table:nth-child(3) tbody tr:hover,
.ProjectDetails .creatRecord table:nth-child(5) tbody tr:hover,
.ProjectDetails .creatRecord table:nth-child(3) tbody tr.active,
.ProjectDetails .creatRecord table:nth-child(5) tbody tr.active {
	background: #F3F3F3;
	cursor: pointer;
}
/* ---------- 项目详情 End ---------- */

/* ---------- 首页 Start ---------- */
.firstPage .tabSelect .btns {
	float: right;
	line-height: 22px;
	font-size: 12px;
	padding: 2px 10px 0;
	border-radius: 15px;
	background: #EFF1F7;
	margin-left: 10px;
	cursor: pointer;
}
.firstPage .tabSelect .btns.active {
	color: #fff;
	background: #3C6EF0;
}
.firstPage .eventList {
	height: 180px;
	overflow: hidden;
	overflow-y: auto;
}
.firstPage .eventList li {
	display: flex;
	color: #999999;
	border-bottom: 1px dashed #E6E6E6;
	padding:  8px 10px 8px 20px;
	box-sizing: border-box;
	background: url(../../images/img/arrow.png) left no-repeat;
}
.firstPage .eventList li p {
	flex: 1;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.firstPage .eventList li p.canJump:hover {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}
.firstPage .layui-laypage {
	margin-bottom: 0;
}
.firstPage .layui-laypage a,
.firstPage .layui-laypage span {
	margin-bottom: 0;
}

.listModeTable .layui-table {
	color: #333;
}
.listModeTable .layui-table-header,
.listModeTable .layui-table-view .layui-table th,
.listModeTable .layui-table[lay-even] tr:nth-child(even),
.listModeTable .layui-table tbody tr:hover {
	background: #fff;
}
.listModeTable .layui-form.layui-border-box.layui-table-view,
.listModeTable .layui-table-view .layui-table td,
.listModeTable .layui-table-view .layui-table th {
	border: 0;
}
.listModeTable .layui-table-body .layui-table tr {
	border-bottom: 1px dashed #E6E6E6;
}
.listModeTable .layui-table-header tr th:first-child .layui-table-cell {
	padding-left: 10px;
}
.listModeTable .layui-table-body tr td:first-child div .icons {
	display: block;
	background: url(../../images/img/arrow.png) left no-repeat;
}
.listModeTable .layui-table-body td > div {
	text-align: center !important;
}
/* ---------- 首页 End ---------- */

.form_width {
	width: 842px !important;
	margin: 0 auto;
}

.approvalHistory {
	position: relative;
}
.approvalHistory span {
	cursor: pointer;
	position: absolute;
	top: -4px;
    left: 80px;
}
.approvalHistory > div:last-child {
	/* height: 73px; */
	height: 0;
	overflow: hidden;
}

.drag_obj_info {
	display: none;
	width: auto;
	height: auto;
	background: #eee;
	border: 1px solid #e6e6e6;
	box-shadow: 0 -1px 8px rgb(0 0 0 / 8%);
	padding: 5px 15px;
	position: absolute;
	top: 0;
	left: 0;
}

.angle-down {
	position: relative;
	cursor: pointer;
}
.angle-down:after {
	content: "\f107";
	display: inline-block;
	font-size: 17px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 15px;
    right: 9px;
}
/* --------- 创建工作报告 Start ---------- */
.moreFiles {
	border: 0;
}
.moreFiles ul {
	width: 100%;
	height: auto;
	min-height: 37px;
	border: 1px solid #E0E3E9;
	border-radius: 5px;
	padding: 3px 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.moreFiles ul li {
	float: left;
	color: #0037ff;
	padding: 3px 10px;
	background-color: #F7F7F7;
	margin: 2px;
}
.moreFiles ul li i {
	display: inline-block;
	vertical-align: middle;
	color: #959595;
	margin-left: 10px;
	cursor: pointer;
}
.moreFiles ul li i:hover {
	color: #000;
}
.moreFiles .downloadable {
	color: #0037ff;
	text-decoration: underline;
	cursor: pointer;
}
.moreFiles .downloadable:hover {
	color: red !important;
}

/* 作废图标 */
.toVoidData {
	width: 150px;
	height: auto;
	opacity: 0.6;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5555;
}

.ProjectDetails .fileRecordList .infoBox {
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding: 5px;
	box-sizing: border-box;
}
/* 查询统计详情多选附件 */
.ProjectDetails .fileRecordList .fileList {
	height: 130px;
	overflow-y: auto;
}
.ProjectDetails .fileRecordList .fileList li {
    float: left;
    width: 50%;
    color: #169bd5;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.ProjectDetails .fileRecordList .fileList li:hover {
    background-color: #F7F7F7;
}
.ProjectDetails .fileRecordList .fileList input {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6%;
    right: 17%;
}
.ProjectDetails .fileRecordList .fileList input:checked:before{
    content: "\2714";
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -3px;
    left: 2px;
}
.ProjectDetails .fileRecordList .fileList img {
    width: 20%;
    margin-bottom: 5px;
}
.ProjectDetails .fileRecordList .fileList div {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}


.ProjectDetails .fileRecordList2 .infoBox {
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding: 5px;
	box-sizing: border-box;
}
/* 查询统计详情多选附件 */
.ProjectDetails .fileRecordList2 .fileList2 {
	height: 130px;
	overflow-y: auto;
}
.ProjectDetails .fileRecordList2 .fileList2 li {
    float: left;
    width: 50%;
    color: #169bd5;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.ProjectDetails .fileRecordList2 .fileList2 li:hover {
    background-color: #F7F7F7;
}
.ProjectDetails .fileRecordList2 .fileList2 input {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6%;
    right: 17%;
}
.ProjectDetails .fileRecordList2 .fileList2 input:checked:before{
    content: "\2714";
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -3px;
    left: 2px;
}
.ProjectDetails .fileRecordList2 .fileList2 img {
    width: 20%;
    margin-bottom: 5px;
}
.ProjectDetails .fileRecordList2 .fileList2 div {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}