@import url("layout.css");
@import url("page.css");

* {
	margin:0;
	padding:0;
	line-height:20px;
}
body {
	font:12px Verdana, Arial, Tahoma;
	background:url(index_bg.gif) 
}
img {
	border:none;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#F33;
	text-decoration:underline;
}
ul {
	list-style:none;
}
input, select, button {
	font:12px Verdana, Arial, Tahoma;
	vertical-align:middle;
}
/*首页*/
.indexmore{	
	color:#F30;
	padding-right:10px;
	font-size:11px;
	}
.indexmore a {color:#F30; font-size:11px;}
.indexmore a:hover{color:#333; font-size:11px;}

.index_title{padding-left:2px;color:#FFF; font-size:14px;}/*首页分栏标题*/

.YellowArrowList{
	line-height: 26px;
	list-style-image: url(yellowArrow.jpg);
	list-style-type: none;	
	}
.boldfont{
	font-weight:bold;	
}
.title h2 {
	font-size:24px;
	color:#333;
	line-height:30px;
}
.info {
	height:24px;
	line-height:17px;
	text-align:center;
	overflow:hidden;
	color:#777;
}
.info small {
	margin-left:8px;
	margin-right:3px;
	color:#999;
	font-size:12px;
}
.info a {
	color:#690;
}
.intro {
	line-height:25px;
	background:#FAFDFE;
	border:1px solid #DDD;
	font-size:13px;
	color:#666;
	margin-top:8px;
	padding:8px 16px;
}
.content {
	font-size:13px;
	line-height:25px;
	color:#333;
	padding:12px 16px;
}
.context ul li {
	line-height:29px;
	color:#888;
}
.clear {
	overflow:hidden;
}
.fs-12 {
	font-size:12px;
}
.fc-f60 {
	color:#F60;
}
.fc-f90 {
	color:#F90;
}
.ipt-txt {
	line-height:15px;
	font-size:12px;
	margin-right:2px;
	border-color:#666 #BBB #BBB #666;
	border-style:solid;
	border-width:1px;
	padding:4px 5px;
}
.btn-1 {
	width:56px;
	height:23px;
	border:none;
	background:url(../images/btn-bg1.gif) no-repeat;
	line-height:25px;
	letter-spacing:1px;
	overflow:hidden;
	color:#369;
}
.btn-2 {
	width:70px;
	height:25px;
	border:none;
	background:url(../images/btn-bg2.gif) left top no-repeat;
	line-height:25px;
	overflow:hidden;
	color:#444;
	margin-right:2px;
}
.header {
	width:100%;
	padding-top:16px;
	overflow:hidden;
}
.header a {
	color:#777;
}
.header a:hover {
	color:#390;
	text-decoration:none;
}
.header .top {
	clear:both;
	overflow:hidden;
}
.header .title {
	float:left;
	padding-left:16px;
}
.header .title h1 a {
	width:200px;
	height:56px;
	display:block;
	font-size:0;
	text-indent:-200px;
	overflow:hidden;
	background:url(../images/logo.gif) center center no-repeat;
}
.header .banner {
	width:480px;
	height:56px;
	float:left;
	margin-left:40px;
	overflow:hidden;
}
.header .banner img {
	width:480px;
	height:56px;
	display:block;
}
.header .rlink {
	width:172px;
	height:52px;
	float:left;
	margin-left:32px;
	overflow:hidden;
	padding-top:4px;
}
.header .rlink ul li {
	width:78px;
	height:21px;
	background:url(../images/toprlink-bg.gif) left top no-repeat;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	overflow:hidden;
}
.header .rlink ul li a {
	display:block;
	color:#777;
	line-height:21px;
	text-indent:22px;
	background-image:url(../images/toprlink-bg.gif);
	background-repeat:no-repeat;
}
.header .rlink ul li a:hover {
	color:#000;
}
.header .rlink ul li.r1 a {
	background-position:0 -21px;
}
.header .rlink ul li.r2 a {
	background-position:0 -42px;
}
.header .rlink ul li.r3 a {
	background-position:0 -63px;
}
.header .rlink ul li.r4 a {
	background-position:0 -84px;
}
.header .welcome {
	float:right;
	margin-top:20px;
	padding-right:10px;
	color:#999;
}
.header .welcome a {
	margin:0 3px;
}
/*============菜单制作*/
.menu {

width:900px;
height:30px;
position:relative; 
margin:2px 20px 0 30px;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#fff; 
width:75px; 
height:1.5em;
padding-left:6px; 
line-height:1.5em;
margin-right:2px;
margin-top:6px;
font-size:14px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:75px;
w\idth:78px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
	color:#FF0;
	border-bottom:0px solid #606;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:1.2em;
margin-top:11px;
left:0; 
width:75px;
border:1px solid #888;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
color:#000; 
border:0;
margin:0;
color:#333;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:5px; 
width:76px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=70);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:76px; /* for IE5.5 faulty box model */
w\idth:66px; /* for IE6 */
}

/*================菜单结束*/
.littlebar {
	margin:0;
	padding:0;
	width:4px;
	height:32px;
	float:left;
	background:url(../images/littlebar.jpg) no-repeat;
}
.header .search {
	height:40px;
	background:url(../images/search-bg.png) repeat-x;
	clear:both;
}
.header .search .form {
	padding-left:8px;
	padding-top:5px;
	float:left;
}
.header .search .form h4 {
	display:none;
}
.header .search .form input.search-keyword {
	width:156px;
	height:18px;
	border:none;
	background:url(../images/search-bg.gif) left top no-repeat;
	line-height:15px;
	font-size:12px;
	overflow:hidden;
	padding:5px 3px 0 58px;
}
.header .search .form select.search-option {
	margin-left:2px;
}
.header .search .form button.search-submit {
	width:68px;
	height:22px;
	border:none;
	background:red url(../images/search-bg.gif) right top no-repeat;
	font-size:0;
	line-height:100px;
	margin-left:5px;
	overflow:hidden;
}
.tags {
	float:left;
	margin-left:16px;
	padding-top:8px;
}
.tags h5 {
	width:66px;
	height:19px;
	float:left;
	font-size:0;
	line-height:100px;
	overflow:hidden;
	background:url(../images/search-tags-title.gif) no-repeat;
}
.tags ul {
	height:21px;
	float:left;
	overflow:hidden;
}
.tags ul li {
	float:left;
	line-height:19px;
	padding:0 5px;
}

 .commend dl dd, .index .hot dl dd, .viewbox .picbox ul.e8 li .title {
	padding-top:0;
}
.channel-nav {
	height:31px;
	border-bottom:1px solid #CFE3EB;
}
.channel-nav ul {
	height:22px;
	padding-left:10px;
	padding-top:3px;
	overflow:hidden;
	float:left;
}
.channel-nav ul li {
	height:22px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.channel-nav ul li a {
	height:22px;
	display:block;
	padding-right:10px;
	float:left;
	background:url(../images/channel-nav-bg.gif) right 0 no-repeat;
	overflow:hidden;
}
.channel-nav ul li a span {
	display:block;
	float:left;
	height:22px;
	padding-left:10px;
	background:url(../images/channel-nav-bg.gif) left 0 no-repeat;
	cursor:pointer;
	overflow:hidden;
	line-height:23px;
	color:#666;
}
.channel-nav ul li a:hover {
	text-decoration:none;
	background:url(../images/channel-nav-bg.gif) right -22px no-repeat;
}
.channel-nav ul li a:hover span {
	color:#369;
	text-decoration:none;
	background:url(../images/channel-nav-bg.gif) left -22px no-repeat;
}
.channel-nav ul li.thisclass a, .channel-nav ul li.thisclass a:hover {
	background:url(../images/channel-nav-bg.gif) right -44px no-repeat;
	cursor:default;
}
.channel-nav ul li.thisclass a span, .channel-nav ul li.thisclass a:hover span {
	background:url(../images/channel-nav-bg.gif) left -44px no-repeat;
	color:#FFF;
	cursor:default;
}
.channel-nav .back {
	display:block;
	height:22px;
	line-height:21px;
	padding-top:6px;
	padding-right:10px;
	padding-left:20px;
	letter-spacing:2px;
	float:right;
	background:url(../images/ico-home.gif) 4px 10px no-repeat;
}
.channel-nav .back a {
	color:#7C9EBE;
}
.channel-nav .back a:hover {
	text-decoration:none;
	color:#777;
}
.footer {
	color:#999;
	text-align:center;
	padding-bottom:10px;
	border-top:1px solid #E5EFD6;
	padding-top:10px;
}
.footer .link {
	text-align:center;
	padding:5px 0;
}
.footer .link a {
	color:#666;
	margin:0 5px;
}
.footer .powered {
	font-size:10px;
	line-height:25px;
}
.footer .powered strong {
	color:#690;
}
.footer .powered strong span {
	color:#F93;
}
.footer .copyright {
	color:#666;
	line-height:23px;
}
.bg5, html {
	background:#FFF;
}

.mt1{
	margin-top:8px;
}
.tiaotitle{ font-size:30px; }
.tiaotitle a{ font-size:30px;  height:50px; line-height:50px; font-weight:bold; color:red;}
.Classtitle{font-size:14px;font-weight:bold;}
.Classtitle a{ font-size:14px; font-weight:bold;}
.classinto{
	color:#484848;
}
.redfont{
	color:#666;
}
.redfont a{
	color:#666;
}
.item{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom:8px;
	padding-bottom:5px;
}
.item h4 a{
	line-height:30px;
	height:30px;
}
.searchLineinfo{
	line-height:22px;
	color:#808080;
}

