﻿@charset "utf-8";
/* All Css Style  */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	color:#444;
	font-size:12px;
}
img {
	vertical-align:middle;
	border:0;
}
input, select {
	vertical-align:middle;
}
ul, li {
	list-style:none;
}
.rights span {
	float:right;
}
/* link style */
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
}
.clear {
	font-size:0;
	clear:both;
	height:0;
}

/* toper style */
#toper {
	text-align:left;
	margin:auto;
	width:958px;
	height:31px;
	background:url(images/menubg.png) repeat-x;
	border:1px solid #e3e3e3;
	margin-top:5px;
}
#toper span{
	padding:8px 10px 0 0;
}
#banner{
	margin:auto;
	width:960px;
	padding:5px 0 8px;
}
#container{
	margin:auto;
	width:960px;
	text-align:left;
}
#left,.topicleft{
	float:left;
	width:285px;
}
.topicright{
	float:right;
	width:667px;
	padding:0 0 0 8px;
	margin-top:8px;
}
.actionlist li{
	float:left;
	width:160px;
	text-align:center;
	line-height:20px;
	height:158px;
}
.actionlist li a{
	color:#013abe;
	text-decoration:underline;
}
.actionlist li a:hover{
	color:#f60;
}
.actionlist li img{
	width:140px;
	border:1px solid #000;
	margin-bottom:5px;
}
#mid{
	float:left;
	width:360px;
	padding:0 8px; 
}
.info{
	border:1px solid #ddd;
	padding:10px 12px;
	background:url(images/bg.png) repeat-x bottom;
	line-height:20px;
}
.heighter{
	height:60px;
	overflow:hidden;
}
.infos{
	margin-top:8px;
	height:143px;
	overflow:hidden;
}
.info strong.topics{
	color:#013abe;
}
.rightinfo{
	height:204px;
	overflow:hidden;
	background:url(images/bg.png) repeat-x bottom;
}
.infos h1{
	font-size:14px;
	padding-top:10px;
	height:20px;
}
.infos h1 a{
	color:#f00;
	text-decoration:underline;
}
.infos h1 a:hover{
	color:#900;
}
.lists{
	padding:16px 0;
}
.lists li{
	padding:5px 0 0 12px;
	height:22px;
	overflow:hidden;
	border-bottom:1px dashed #ddd;
	background:url(images/navicon.gif) no-repeat -5px -200px;
}
.newlist li{
	padding:4px 0 0 12px;
	height:18px;
	background:url(images/navicon.gif) no-repeat -5px -122px;
}
.newlists li{
	padding:5px 0 5px 12px;
	background:url(images/navicon.gif) no-repeat -5px -120px;
}
#right{
	float:right;
	width:299px;
}
.nav{
	background:url(images/navbg.png) repeat-x;
	height:29px;
	line-height:29px;
	color:#fff;
}
.nav span{
	background:url(images/nav.jpg) no-repeat;
	height:29px;
	width:83px;
}
.nav strong{
	background:url(images/icon.gif) no-repeat 10px 0;
	padding-left:25px;
}
.naver{
	background:url(images/navbg.png) repeat-x;
	height:29px;
	line-height:29px;
	color:#fff;
}
.naver span{
	background:url(images/nav.jpg) no-repeat;
	height:29px;
	width:83px;
}
.naver strong{
	background:url(images/icon.gif) no-repeat 10px -42px;
	padding-left:25px;
}
.box{
	margin-top:8px;
}
/* footer style */
#footer{
	clear:both;
	width:100%;
	height:30px;
	padding-top:20px;
	font-family:Verdana, Geneva, sans-serif;
}
#footer a{
	color:#666;
	text-decoration:underline;
}
#footer a:hover{
	color:#f60;
}
