* {
	margin:0;
	padding:0;
}
body {
	background:#F5F5F5;
	line-height: 24px;
	font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
}
.container {
	width:100%;
	height:100vh;
	box-sizing: border-box;
	padding-bottom: 40px;
}
.logo {
	width:322px;
	height:90px;
	background:#F5F5F5  url(../img/2018gztj_logo_bg.jpg) no-repeat;
	margin-left:6%;
}
.header .nav {
	width:100%;
	height:43px;
	line-height:43px;
	list-style-type:none;
	display:block;
	margin-top:1px;
	background:#aa420f;
}
.header .nav li {
	color:white;
	font-size:13px;
	display:block;
	float:left;
	margin-left:5px;
}
.myframe {
	width: calc(100% - 160px);
}
h4 {
	font-size:16px;
	margin-left:180px;
}
.content {
	width:88%;
	height: calc(100% - 60px);
	margin:0 auto;
	z-index:1;
}
.content-nav {
	height:33px;
	line-height:33px;
	list-style-type:none;
	display:block;
	margin-top:1px;
	background:#f1f1f1;
	margin:0 auto;
}
.content-nav li {
	font-size:13px;
	display:block;
	float:left;
	margin-left:5px;
}
.content-select {
	height:58px;
	background:white;
	margin-top:5px;
	line-height:58px;
}
.title {
	color:#3f2d9c;
	padding-left:80px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:17px;
}
.now {
	margin-left:110px;
	color:black;
	font-size:12px;
}
table tbody tr td {
	text-align:center;
}
.footer {
	width:100%;
	height:30px;
	text-align:center;
	font-size:10px;
	color:white;
	line-height:30px;
	background:#aa420f;
	margin-top:13px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.content-tree {
	height:490px;
	width:20%;
	font-size:15px;
	margin-left:30px;
	background:white;
	overflow-y:scroll;
	float:left;
}
.content-item {
	width:75%;
	height:490px;
	background:white;
	float:left;
	overflow-y:scroll;
}
.content-tree li {
	list-style:disc;
	border-bottom:1px solid lavender;
	margin-bottom:10px;
	padding:10px;
}
.content-tree li:hover {
	color:white;
	background:#aa420f;
}
.content-tree li:hover .date {
	color:white;
}
.action {
	background:#aa420f;
	color:white;
}
.action span {
	color:white;
}
.date {
	font-size:11px;
	color:lightslategray;
}
.top {
	width:100%;
	height:70px;
}
.left {
	width:60%;
	padding-left:28px;
	padding-top:10px;
	float:left;
}
.search {
	height:25px;
}
#right {
	width:36%;
	margin-top:17px;
	float:left;
}
.year-content {
	font-size:16px;
	font-family:"gigi";
	padding-left:20px;
}
/* index.css */
.logo {
	width:214px;
	height:60px;
	background:#F5F5F5 url('./2018gztj_logo_bg.jpg') 0 0/auto 60px no-repeat;
	margin-left:6%;
}
.content-select {
	height:auto;
	width:100%;
}
.selected {
	width:100%;
}
.content-selected {
	width:73%;
	height:100px;
	border:1px solid #CCCCCC;
	float:left;
	margin-left:10px;
	overflow-y:scroll;
}
.left {
	width:100%;
	float:left;
}
.right {
	width:100%;
	float:right;
}
.main {
	overflow:visible !important;
	margin-top:30px;
	margin-bottom:5px;
}
.btns {
	text-align:right;
	padding-right:234px;
}
.content-table {
	height: calc(100% - 40px);
	background:white;
	margin-top:10px;
	text-align:center;
}
body .skin-demo .layui-layer-title {
	background:#aa420f;
	color:#fff;
	border:none;
}
body .skin-demo .layui-layer-btn {
	border-top:1px solid #E9E7E7
}
body .skin-demo .layui-layer-btn- .layui-layer-btn0 {
	border:1px solid #392983;
}
body .skin-demo .layui-layer-btn- .layui-layer-btn0 {
	background:#392983;
	border:1px solid #392983;
}
.layui-input {
	width:100%;
}
.layui-form-select .layui-edge {
	right:10px;
}
/* menu.css */
.fl {
	float:left;
}
.fr {
	float:right;
}
.clearfix:before,.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.navMenuBox {
	width:150px;
	height:100%;
	border:1px solid #fff;
}
/*添加背景色和滚动条*/
.navMenuBox {
	background-color:#F5F5F5;
	overflow:auto;
}
/*去掉默认样式*/
.navMenuBox ul,.navMenuBox li {
	list-style:none;
	padding:0px;
	margin:0px;
}
.navMenu>li>a {
	display:block;
	line-height:40px;
	font-size:14px;
	text-decoration:none;
	color:#000;
	border-top:1px solid #fff;
	border-bottom:2px solid #fff;
}
.navMenu>li.active>a,.navMenu>li>a:hover,.subMenu>li.active>a,.subMenu>li>a:hover {
	color:#FFF;
	background:rgb(0,162,212);
}
.subMenu>li>a {
	display:block;
	line-height:36px;
	font-size:14px;
	text-decoration:none;
	color:#000;
}
ul.subMenu {
	margin-top:8px;
	margin-left:10px;
	padding-bottom:5px;
}
.subMenu>li> a {
	padding-left:20px;
}
