* {
	margin: 0px;
	padding: 0px;
}

[v-cloak] {
	display: none;
}

#todoshow {
	float: left;
	display: inline-block;
	width: 1068px; 
	height: 250px; 
	border: 1px solid rgb(10, 81, 154); 
	box-sizing: border-box; 
	position: relative;
}

#sysv {
	box-sizing: border-box;
	height: 35px;
	border-bottom: 2px solid #004A96;
	width: 1067px;
	position: absolute;
}

#todoList {
	margin-top: 25px;
}

.todo_sysType {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 0px;
	height: 35px;
	width: 9.5%;
	box-sizing: border-box;
	display: inline-block;
	border-bottom: 2px solid rgb(10, 81, 154);
	text-align: center;
	border-right: 1px solid rgb(10, 81, 154);
	float: left;
	margin: 0px;
	background-color: white;
	cursor: pointer;
}

.todo_More {
	border-left: 0px;
	height: 35px;
	width: 5%;
	box-sizing: border-box;
	display: inline-block;
	border-bottom: 2px solid black;
	text-align: center;
	border-right: 1px solid;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: rgb(237, 243, 253);
}

.todo_Moreimg {
	width: 40%;
	height: 100%;
}

.todo_sysName {
	font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 65px;
}

.todo_isshow {
	display: none;
}

.todo_sysCount {
	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 32px;
    font-size: 12px;
    min-width: 15px;
    background-color: red;
    color: white;
    -webkit-transform: scale(0.8);
    line-height: 30px;
    height: 30px;
    padding: 0px 3px;
    border-radius: 2px;
}

.todo_sysCount_z {
	font-size: 12px;
	min-width: 15px;
	background-color: #5bc029;
	color: white;
	-webkit-transform: scale(0.8);
	line-height: 30px;
	height: 30px;
	padding: 0px 3px;
	border-radius: 2px;
}

.todo_title {
	background: #edf3fd;
	margin-top: 35px;
	height: 30px;
	line-height: 30px;
}

.todo_title li {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #333;
	box-sizing: border-box;
}

.todo_title .todo_jibie {
	font-weight: bold;
	font-size: 15px;
}

.todo_title .todo_biaoti {
	font-weight: bold;
	font-size: 15px;
}

.todo_title .todo_shijian {
	font-weight: bold;
	font-size: 15px;
}

.todo_title .todo_laiyuan {
	font-weight: bold;
	font-size: 15px;
}

.todo_title .todo_mokuai {
	font-weight: bold;
	font-size: 15px;
}

.todo_title .todo_nodename {
	font-weight: bold;
	font-size: 15px;
}

.todo_title .todo_syhjblr {
	font-weight: bold;
	font-size: 15px;
}
.todo_todo .todo_biaoti {
	text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.todo_todo li {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.todo_sel {
	background-color: #EDF3FD;
	border-bottom: 3px solid #F9BF15;
}

li {
	list-style: none;
}

.todo_containor {
	height: 250px;
}

.todo_nav_left {
	width: 150px;
	height: 251px;
	float: left;
}

.todo_nav_left ul {
	width: 100%;
	height: 100%;
}

.todo_todonum_red {
	color: #e51e28;
	font-weight: 600;
}

.todo_todonum_yellow {
	color: #fdef02;
	font-weight: 600;
}

.todo_nav_left ul li {
	height: 68px;
	line-height: 68px;
	text-align: left;
	cursor: pointer;
	border: 1px solid #004a96;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
	padding-left: 15px;
}

.todo_nav_left ul li span {
	padding-left: 10px;
	height: 50px;
	line-height: 49px;
	background: #fff;
	color: #004A96;
	font-size: 16px;
	font-weight: 600;
}

.todo_nav_right {
	width: 655px;
	height: 249px;
	box-shadow: inherit;
}

.todo_ul .todo_noborderbootm {
	border-bottom: 1px solid #004a96;
}

#nav_count {
	color: red;
}

.todo_ul .todo_nav_select,.todo_ul .todo_nav_select span {
	background-color: #004a96;
	color: white;
}

.todo_nav_select #nav_count {
	color: yellow;
}

#todo_showall {
	width: 100%;
	height: 30px;
	background-color: #edf3fd;
	position: absolute;
	bottom: 5px;
}

#todo_showall a {
	display: block;
	text-align: center;
	width: 160px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border: none;
	position: absolute;
	bottom: 0px;
	right: 4px;
	color: #333;
	font-weight: 600;
}
.show_visited{
	color:#004a96 !important;
}