.main {
	position: relative;
	padding-right: 5px;
	width: 100%;
	height: 100%;
}

.wrapper-one,
.wrapper-two,
.wrapper-three {
	margin-bottom: 20px;
}

.tit {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: bold;
	background-color: #badaf9;
	cursor: pointer;
}

.tit-icon {
	display: inline-block;
	margin: -2px 0 0 0;
	width: 30px;
	height: 30px;
	background: url(../img/tit.png) no-repeat;
	background-size: auto 100%;
	vertical-align: middle;
}

.icon-duty {
	background-position: 28% center;
}

.icon-menu {
	background-position: 90% center;
}

.project-num {
	font-weight: normal;
}

.pull{
	margin: 5px 0 0 0;
	width: 30px;
	height: 30px;
}

.pullclose{
	background: url(../img/pullClose.png) no-repeat;
	background-size: 100% 100%;
}

.pullopen{
	background: url(../img/pullOpen.png) no-repeat;
	background-size: 100% 100%;
}

.tasks-ul {
	margin: 0 auto;
	padding-top: 10px;
	box-sizing: border-box;
	overflow-y: auto;
}

.tasks-li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 20px;
	width: 100%;
}

.li-active {
	background-color: #eaf4fe;
}

.click-text {
	cursor: pointer;
	position: relative;
	margin: 0 auto;
	padding: 10px 40px;
	width: 100%;
	color: #333;
	font-size: 16px;
	border: 1px solid #ebebeb;
}

.arrow {
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 8px;
	width: 24px;
	height: 24px;
	background: url(../img/icon.png) no-repeat;
	background-size: auto 200%;
	vertical-align: middle;
}

.arrow-open {
	background-position: 10% bottom;
}

.arrow-close {
	background-position: 55% bottom;
}

.wrapper-one {
	border: 1px solid #e5e5e5
}

.bookmark {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 5px;
	width: 30px;
	height: 30px;
	background: url(../img/bookmark.png) no-repeat;
	background-size: auto 150%;
	vertical-align: middle;
}

.dangermark {
	background-position: 10% 70%;
}

.focusmark {
	background-position: 89% 70%;
}

.normalmark {
	background-position: 49% 70%;
}

.timeline {
	display: none;
	padding: 20px 0;
	border: 1px solid #ebebeb;
	border-top: none;
}

.timeline-li {
	padding: 0 60px;
}

.timeline-text {
	margin: 0;
}

.timeline-time {
	display: inline-block;
	position: relative;
	padding: 0 18px;
	vertical-align: top;
	cursor: pointer;
}

.timeline-box {
	position: relative;
	display: inline-block;
	margin: 0 0 5px 0;
	max-width: 90%;
	border-left: 1px solid #cfcfcf;
	font-size: 16px;
	cursor: pointer;
}

.timeline-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: -12px;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: url(../img/icon.png) no-repeat;
	background-size: auto 220%;
	background-position: 96% 6%;
	background-color: #F5F5F5;
}

.timeline-details {
	display: inline-block;
	position: relative;
	margin: 0 0 0 20px;
	padding: 5px 20px;
	background-color: #E3ECF7;
	cursor: pointer;
}

.timeline-details::after {
	content: '';
	position: absolute;
	top: .5vh;
	left: -1vh;
	width: 0;
	height: 0;
	border: .5vh solid;
	border-color: transparent #E3ECF7 transparent transparent;
}

.timeline-details img{
	vertical-align: middle;
}

.timeline-details img:nth-child(1){
	margin: 0 0 0 20px;
}

.meeting-ul {
	margin: 0 auto;
	padding-top: 10px;
	box-sizing: border-box;
}

.meeting-li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 20px;
	width: 100%;
}

.meeting-li:hover .meeting-text{
	background-color: #ccefff;
	border-left: 4px solid #77c6ed;
}

.meeting-li:hover ul li .meeting-text{
	background-color: #e8f8ff;
}

.meeting-text {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px 10px 150px;
	width: 100%;
	color: #333;
	font-size: 16px;
	border-left: 4px solid #7eb0ff;
	cursor: pointer;
	background-color: #f7f8fd;
}

.meeting-li>.meeting-text{
	font-size: 16px;
	background-color: #e5efff;
}

.meeting-text .meeting-time{
	position: absolute;
	left: 20px;
	font-size: 16px;
}

.wrapper-two {
	border: 1px solid #e5e5e5;
}

.menu-ul {
	margin: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-y: auto;
}

.menu-li {
	position: relative;
	width: 100%;
	border-left: 3px solid #fff;
}

.menu-li:nth-child(even) {
	background-color: #F7F8FD;
	border-left: 3px solid #F7F8FD;
}

.menu-li:hover {
	background-color: #E8F8FF;
	border-left: 3px solid #098EE0;
}

.menu-text {
	cursor: pointer;
	position: relative;
	margin: 0 auto;
	padding: 10px 40px 10px 60px;
	width: 100%;
	color: #333;
	font-size: 16px;
}

.sort {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 15px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	background: url(../img/box.png) no-repeat;
	background-size: auto 100%;
	background-position: center;
	color: #67ABF0;
}

.assessment {
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}

.title {
	margin: 1vh 0 0 0;
	color: #1863C0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.assessment-btn {
	padding: 5px 14px;
	background-color: #338EE7;
	font-size: 16px;
	color: #fff;
	border-radius: 4px !important;
}

.assessment-img {
	margin-top: -3px;
	height: 18px;
	vertical-align: middle;
}

.wrapper-three {
	border: 1px solid #e5e5e5;
}

.situation {
	margin: 1% 0 0 0;
	width: 100%;
	text-align: center;
}

.situation th,
.situation tr {
	text-align: center;
	height: 3.8vh;
}

.situation th {
	height: 4vh;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background-color: #f7f8fd;
}

.situation td {
	font-size: 16px;
	padding: 10px 1vw;
	color: #4d4d4d;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.situation td a {
	color: #000;
}

.situation tr:nth-child(even) {
	background-color: #f7f8fd;
}

/*.situation-body td:nth-child(1),
.situation-body td:nth-last-child(1) {
	width: 20%;
}*/

.situation-body td:nth-child(1) {
	text-align: left;
}

.listWraper {
	position: fixed;
	top: 30%;
	right: 0;
}

.listBox {
	position: relative;
}

.listBox>li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.listBox>li:last-child {
	background: #9e9e9e;
}

.listBox>li:last-child:hover {
	background: #DAE8FF;
}

.listBox>li:first-child {
	background: #1F66DB;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px 5px 0 0 !important;
}

.listBox>li:first-child:hover {
	background: #1a6bb9;
}

.listBox>li:first-child:hover .process_box {
	display: block;
}

.process_box {
	width: 140px;
	height: 80px;
	border: 1px solid #6995F1;
	position: absolute;
	background: #ffffff;
	box-sizing: border-box;
	box-shadow: -2px 5px 8px #006699;
	border-radius: 3px;
	/*top: 50%;*/
	top: 0%;
	right: 100%;
	border-radius: 3px 0 3px 3px;
	display: none;
	padding: 0 0 0 10px;
}

.process_box>ul {
	border-left: 2px solid #eaebe5;
}

.process_box>ul>li {
	font-size: 12px;
	padding: 5px 5px 5px 10px;
	/*height: 34px;*/
	line-height: initial;
	text-align: left;
	position: relative;

}

.polygon {
	display: none;
}

.small_circle {
	width: 10px;
	left: -6px !important;
}

.process_box>ul>li:hover {
	color: #55b0e4;
	background: #ddd;
}

.process_box>ul>li:hover .polygon {
	display: inline-block;
}

.process_box>ul>li>img {
	position: absolute;
	left: -8px;
	top: 10px;
}

@media screen and (max-width: 1300px) {
	.title {
		font-size: 24px;
	}

	.timeline-box {
		width: 75%;
	}
}

@media screen and (max-width: 1699px) {
	.title {
		font-size: 26px;
	}

	.tit {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1700px) {
	.title {
		font-size: 28px;
	}

	.tit {
		font-size: 20px;
	}
}