@charset "utf-8";
/* CSS Document */
* {
	font-size: 14px;
	font-family:tahoma;
}
body, html {
	margin:0;
	padding:0;
}
ul, li {
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
textarea {
	resize:none;
}

div.panel {
	width: 970px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
a.banner {
	
}
a.banner img {
	width: 100%;
}
div.nav {
	margin: 20px 0;
}
div.nav, div.nav * {
	color: #888;
}
div.nav span {
	color: #333;
}
div.backHome {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #e5f9e6;
	background-color: #479b4c;
	cursor: pointer;
	font-weight: bold;
	z-index: 20;
}
div.titlePanel {
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}
div.titlePanel div.title{
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 2px solid #35912d;
	background: no-repeat center left;
	font-size: 18px;
	padding-left: 30px;
}
div.titlePanel div.title.new {
	background-image: url('../images/greenStyle/ico_sj.png');
}
div.titlePanel div.title.scdt {
	background-image: url('../images/redStyle/ico_scdt.png');
}

div.bothPanel {
	border: 1px solid #ddd;
	border-top: none;
}
div.channelPanel {
	float: left;
	border-right: 1px dotted #ddd;
	width: 15%;
	height: 880px;
	overflow: hidden;
	overflow-y: auto;
}
div.channelPanel div.channelItem {
	text-align: center;
	height: 120px;
	cursor: pointer;
}
div.channelPanel div.channelItem img {
	margin-top: 10px;
	height: 60px;
	transition: all 0.3s ease 0s;
}
div.channelPanel div.channelItem:hover img {
	opacity: 0.8;
	transform: scale(1.1, 1.1);
}
div.channelPanel div.channelItem div.txt {
	margin-top: 10px;
	font-size: 16px;
}
div.channelPanel div.channelItem.selected div.txt {
	color: #fd9e00;
}

div.listPanel {
	float: left;
	width: 84%;
}

div.listPanel div.list {
	
}
div.listPanel div.list div.item {
	background: no-repeat scroll 50px center;
	cursor: pointer;
	border-bottom: 1px dashed #e0e0e0;
	padding: 0 50px;
}
div.listPanel div.list div.item.type1 {
	background-image: url('../images/greenStyle/ico_jg.png');
}
div.listPanel div.list div.item.type2 {
	background-image: url('../images/redStyle/ico_zs.png');
}
div.listPanel div.list div.item.type3 {
	background-image: url('../images/redStyle/ico_search.png');
}
div.listPanel div.list div.item div.text {
	float: left;
	width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 40px;
	line-height: 40px;
	text-indent: 40px;
}
div.listPanel div.list div.item div.date {
	float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 40px;
	line-height: 40px;
}
div.listPanel div.pager {
	margin: 20px auto;
    width: max-content;
}
div.listPanel div.pager div.page {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	float: left;
	cursor: pointer;
	margin-right: 3px;
	padding: 0 10px;
}
div.listPanel div.pager div.page:hover {
	background-color: #c40001;
	color: white;
}
div.listPanel div.pager div.page.selected {
	color: black;
	font-weight: bold;
	background-color: #e3e3e3;
}
div.listPanel div.pager div.page.disabled {
	color: #aaa;
	background-color: #e3e3e3;
}

div.footer {
	background: url('../images/footer.png') no-repeat center center;
}
div.footer div.footerLine {
	margin: 3px auto;
	text-align: center;
}
div.footer div.footerLine a {
	padding: 0 10px;
	border-left: 1px solid #ddd;
	font-size: 12px;
	color: #000;
}
div.footer div.footerLine a:first-child {
	border-left: none;
}
div.footer div.footerLine span  {
	font-size: 10px;
}