body.List {
	padding: 15px;
}


.IFrameMainBox {
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 50px;
	/*Apple*/
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}



/*MainTable*/
.MainTable {
	width: 100%;
	margin-bottom: 15px;
}

.MainTable tr td {
	vertical-align: top;
	padding: 0px;
}

.SearchInput {
	background: transparent;
	border: #CCC solid 1px;
	color: #FFF;
}

.SearchInput::-webkit-input-placeholder {
	color: #DDD;
}

.NoticeBoxes,
.NewsBoxes {
	display: flex;
	justify-content: space-between;
}

.NoticeBoxes>li,
.NewsBoxes>li {
	width: 33%;
	position: relative;
	height: 290px;
	padding: 15px;
	margin-bottom: 15px;
	border: #DDD solid 1px;
	border-radius: 5px;
	background: #FFF;
	overflow: hidden;
}

.NewsBoxHeader {
	color: #666;
	font-size: 15px;
	border-bottom: #EEE solid 1px;
	line-height: 29px;
	padding-left: 10px;
	margin-bottom: 3px;
}




/*WorkSystemList*/

.WorkSystemList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.WorkSystemList li {
	width: 130px;
	height: 90px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.WorkSystemCategory {
	color: #666;
	font-size: 15px;
	border-bottom: #EEE solid 1px;
	line-height: 29px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.WorkSystemList .Type {
	display: block;
	clear: both;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 10px;
}


.WorkSystemList li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

.WorkSystemList li .Icon {
	display: block;
	width: 45px;
	height: 45px;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 10px;
	abackground-color: var(--main-color);
}

.WorkSystemList li .Name {
	display: block;
	text-align: center;
}

.WorkSystemList li .TaskCount {
	position: absolute;
	top: 0px;
	right: 8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #FF0000;
	color: #FFF;
	text-align: center;
	line-height: 18px;
}

.WorkSystemList li .NewFlag {
	position: absolute;
	top: 0px;
	right: 0px;
}

.WorkSystemBox {
	position: relative;
	padding: 15px;
	border: #DDD solid 1px;
	border-radius: 5px;
	background: #FFF;
}

.WorkSystemBox tr,
.WorkSystemBox tr td {
	vertical-align: top;
}

.WorkSystemSearch {
	display: block;
	width: 100%;
	border: 0px;
	line-height: 28px;
	outline: 0px;
	border: #DDD solid 1px;
	padding-left: 10px;
	border-radius: 3px;
}

.SearchHint {
	position: absolute;
	left: 30px;
	top: -15px;
	width: 360px;
	height: 32px;
	background: url(/Img/SearchHint.png) no-repeat right center;
}


/*InformList*/
.ToDoList li,
.InformList li {
	display: flex;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: #E0E0E0 dashed 1px;
}

.InformList li a {
	flex: 1;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.InformList li .Date {
	width: 60px;
	text-align: center;
	font-size: 14px;
}



.RunOneTime {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 66px;
	background: #FF9000;
}

.RunOneTime a {
	display: block;
	width: 100%;
	height: 66px;
	background: url(/Img/RunOneTime.png) no-repeat center;
}





.HeaderSimple {
	position: relative;
	width: 960px;
	height: 90px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../Img/HeaderSimple.jpg) repeat-x;
}

.BodySimple {
	background: #DDD;
}

.ContentSimple {
	position: relative;
	width: 960px;
	min-height: 200px;
	padding: 50px;
	padding-bottom: 100px;
	margin: 0 auto;
	background: #FFF;
}

.FooterSimple {
	position: relative;
	width: 960px;
	height: 10px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
	color: #555;
	background: url(../Img/FooterSimple.jpg) repeat-x;
}


.HeaderMailBox {
	position: relative;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: #0055AA;
}

.HeaderMail {
	width: 435px;
	height: 80px;
	background: url(../Img/HeaderMail.png) no-repeat;
}

.HeaderMailBox .TopMenu {
	position: absolute;
	right: 0px;
	top: 29px;
}

/*TopMenu*/
.TopMenu {
	position: absolute;
	right: 0px;
	top: 2px;
}

.TopMenu li {
	float: left;
	margin-right: 25px;
}

.TopMenu li,
.TopMenu li a {
	color: #FFF;
	font-size: 14px;
}

.TopMenu li a:hover {
	color: #FF0;
}

.UserIcon {
	padding-left: 25px;
	background: url(/Img/UserIcon.png) no-repeat 0px 4px;

}


/*LeftMenu*/
.LeftMenuMailBox {
	display: block;
	position: absolute;
	width: 185px;
	left: 0px;
	right: 0px;
	top: 80px;
	bottom: 0px;
	z-index: 1;
	background: #F7F7F7;
	border-right: #EEE solid 3px;
}

.LeftMenuMail {
	padding-top: 10px;
	width: 170px;
	margin: 0 auto;
}

.LeftMenuMailHeader {
	font-size: 14px;
	text-align: center;
	background: #DDD;
	color: #888;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	font-size: 14px;
	border-bottom: #EEE solid 1px;
	border-radius: 2px;
}

.LeftMenuMail li a {
	display: block;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000;
	font-size: 14px;
	text-indent: 35px;
	border-bottom: #DDD solid 1px;
}

.LeftMenuMail li a:hover {
	color: #F00;
}


.ContentBox {
	padding: 30px;
}

.WorkArea {
	position: relative;
	width: 968px;
	min-height: 600px;
	padding: 15px;
	overflow: hidden;
	border: #7CBEF7 solid 1px;
	border-top: 0px;
	margin: 0 auto;
	background: #FFFFFF;
}



.Footer {
	width: 998px;
	height: 35px;
	margin: 0 auto;
	color: #000000;
	border: #7CBEF7 solid 1px;
	border-top: 0px;
	text-align: center;
	padding-top: 10px;
	background: url(../Img/Footer.jpg) repeat-x;

}

.Footer * {
	color: #330000;
}

.Title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.Dotline {
	border: 1px dotted #0C0C0C;
}

.BatchBar {
	padding: 5px;
}

.Pager {
	background-color: #FFFFFF;
}



.Pic {
	BORDER: #888888 1px solid;
}

.Today {
	width: 200px;
	padding-left: 35px;
	float: left;
	color: #FFFF00;
	font-size: 14px;
}

.Tip {
	text-align: center;
}

.BorderTable {
	border: #DDDDDD solid 1px;
}

.BorderTable td {
	padding: 5px;
}

.BorderTableTitle {
	font-weight: bold;
	background: #EEEEEE;
}

.ItemList {
	margin-left: 30px;
	margin-top: 10px;
	list-style-type: none;
}


.FloatBox {
	background: #FFFFFF;
}


.OrderByField {
	cursor: pointer;
}


.OrderByFieldAsc {
	cursor: pointer;
	background: url(../Img/Asc.gif) no-repeat right;
}

.OrderByFieldDesc {
	cursor: pointer;
	background: url(../Img/Desc.gif) no-repeat right;
}



.LeftMenuBox {
	width: 197px;
	min-height: 500px;
	border: #EEEEEE solid 1px;
	padding: 0px;
	background: #F8F8F8;
}

.LeftMenuHeader {
	width: 100%;
	height: 30px;
	background: url(../Img/LeftMenuHeader.png) no-repeat;
}

.LeftMenu {
	margin-left: 30px;
	margin-top: 35px;
	width: 180px;
}

.LeftMenu li {
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 15px;
	background: url(../Img/LeftMenu.jpg) no-repeat 0px 4px;
}



.SubHeader {
	font-weight: bold;
}


.h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}




.MenuBox {
	width: 197px;
	min-height: 500px;
	border: #EEEEEE solid 1px;
	padding: 0px;
	background: #F8F8F8;
}

.MenuHeader {
	position: relative;
	width: 100%;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	cursor: hand;
	color: #FFFFFF;
	background: url(../Img/MenuHeader.png) repeat-x;
}

.MenuHeader .CloseFlag {
	position: absolute;
	right: 5px;
	top: 7px;
	width: 13px;
	height: 13px;
	background: url(../Img/CloseFlag.gif) no-repeat;
}

.Box {
	position: relative;
	width: 200px;
	background: url(../Img/BoxHeader.jpg) repeat-x;
}

.BoxHeader {
	position: relative;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #0871CE;
	padding-left: 32px;
	padding-top: 6px;
	background: url(../Img/BoxNav.gif) no-repeat 8px 5px;
}

.BoxBody {
	min-height: 20px;
	padding: 10px;
	overflow: hidden;
	border-left: #C6DBF7 solid 1px;
	border-right: #C6DBF7 solid 1px;
}

.BoxFooter {
	height: 10px;
	background: url(../Img/BoxFooter.jpg) repeat-x;
}

.More {
	display: block;
	position: absolute;
	right: 18px;
	top: 10px;
	height: 28px;
	color: #DDD;
	font-size: 12px;
}

.IconEdit {
	display: block;
	position: absolute;
	right: 55px;
	top: 5px;
	width: 16px;
	height: 16px;
	background: url(../Img/EditSmall.gif) no-repeat;
}

.IconList li {
	float: left;
	padding-bottom: 20px;
	cursor: hand;
	width: 60px;
	height: 60px;
	padding: 5px;
	border: #FFFFFF solid 1px;
}

.IconList li a {
	display: block;
}

.IconList li .Icon {
	width: 60px;
	height: 50px;
}

.IconList li .Name {
	text-align: center;
	padding-top: 5px;
}

.IconList li:hover {
	border: #CCCCCC solid 1px;
	background: #F7F7F7;
}




.IconList1 li {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	cursor: hand;
	width: 75px;
	height: 75px;
	padding: 7px;
	border: #FFFFFF solid 1px;
}

.IconList1 li a {
	display: block;
}

.IconList1 li .Icon {
	width: 75px;
	height: 55px;
	margin: 0 auto;
}

.IconList1 li .Name {
	text-align: center;
	padding-top: 2px;
}

.IconList1 li:hover {
	border: #CCCCCC solid 1px;
	background: #F7F7F7;
}





.IconListEx li {
	position: relative;
	float: left;

	padding-bottom: 5px;
	cursor: hand;
}

.IconListEx li a {
	display: block;
	width: 200px;
	height: 50px;
	padding: 3px;
}

.IconListEx li:hover {
	background: url(../Img/IconHover.png) no-repeat;
	cursor: hand;
}

.IconListEx li .Icon {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 50px;
	height: 45px;
}

.IconListEx li .Plate {
	position: absolute;
	left: 10px;
	top: 43px;
	width: 50px;
	height: 14px;
	background: url(../Img/IconPlate.png) no-repeat;
}

.IconListEx li .Name {
	position: absolute;
	left: 70px;
	top: 13px;
	font-weight: bold;
	color: #227FCC;
}

.IconListEx li .Description {
	position: absolute;
	left: 70px;
	top: 33px;
	color: #A5A5A5;
}

.IconListEx li .NewFlag {
	position: absolute;
	width: 27px;
	height: 17px;
	right: 15px;
	top: 5px;
	background: url(../Img/NewFlag.gif) no-repeat;
}

.IconList3 li {
	position: relative;
	float: left;
	width: 290px;
	height: 70px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	cursor: hand;
	border: #D7E7F8 solid 1px;
	background: #F3F6F8;
}

.IconList3 li:hover {
	border: #EFD784 solid 1px;
	background: #FFFFBD;
	cursor: hand;
}

.IconList3 li .Icon {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 70px;
	height: 70px;
}

.IconList3 li .Name {
	position: absolute;
	left: 85px;
	top: 20px;
	font-weight: bold;
	color: #227FCC;
}

.IconList3 li .Description {
	position: absolute;
	left: 85px;
	top: 38px;
	color: #A5A5A5;
}


.Photo {
	width: 80px;
	height: 80px;
}

.PhotoSmall {
	width: 38px;
	height: 38px;
}

.PhoneSearchBox {
	position: absolute;
	width: 210px;
	height: 300px;
	background: #F7F7F7;
	border: #EEEEEE solid 1px;
	padding: 10px;
	line-height: 22px;
	text-align: left;
	font-size: 14px;
}

.PhoneSearchBox ul li {
	width: 65px;
	float: left;
	background: #F7F7F7;
	text-align: left;
	font-size: 14px;
}

.PhoneSearchBox .Phone {
	letter-spacing: 2px;
	font-size: 16px;
	font-family: Times New Roman;
	font-weight: bold;
}

.MessageBoxLink {
	color: #F00;
	margin-right: 20px;
	padding-left: 20px;
	background: url(../Img/Message.png) no-repeat;
}


.MessageList li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../Img/Email.png) no-repeat;
}

.MessageList li .TheDate {
	display: block;
	color: #888;
}



.FlowTemplateList .Category {
	font-size: 16px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: none;
	clear: both;
	background: none;
}

.FlowTemplateList li {
	float: left;
	margin-right: 25px;
	font-size: 14px;
	padding-left: 20px;
	background: url(../Img/Item.gif) no-repeat 0px 2px;
}

.FlowStartButton {
	display: block;
	color: #F00;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 10px;
	margin: 20px auto;
	width: 200px;
	border: #888 solid 1px;
}

.PhotoList li {
	float: left;
	margin: 15px;
	text-align: center;
}

.PhotoList li img {
	max-width: 200px;
	max-height: 200px;
}

.LoginCodeImage {
	cursor: pointer;
}


.LessonTable td {
	border: #888 solid 1px;
}



/*Front*/
.BodyFront {
	background: #FFF;
}

.HeaderFront {
	position: relative;
	width: 1000px;
	height: 95px;
	margin: 0 auto;
	background: url(../Img/Header.jpg) repeat-x;
	border-bottom: #1693CD solid 5px;
}

.BodierFront {
	width: 950px;
	margin: 0 auto;
	padding: 25px;
	background: #FFF;
	min-height: 300px;
	border: #DDD solid 1px;
}

.FooterFront {
	text-align: center;
	line-height: 50px;
	height: 50px;
	border-top: #1177DD solid 2px;
	color: #888;
}


/*Post*/
.Post {}

.Post .Subject {
	font-size: 0.95rem;
	line-height: 50px;
	text-align: center;
	border-bottom: #0055DD solid 2px;
	margin-bottom: 15px;
}

.Post .Content {
	font-size: 0.875rem;
	line-height: 26px;
	text-align: justify;
}

.Post .Sign {
	color: #888;
	line-height: 26px;
	text-align: right;
	margin-bottom: 15px;
	border-bottom: #DDD solid 1px;
}

.Post .SubList li {}

.JobBox {
	padding: 5%;
}

.JobBox .Content {
	text-indent: 0px;
	font-size: 0.9rrem;
	line-height: 32px;
}

.WorkSystemSearch {
	width: 100%;
}