 
/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");


/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body {
	font:12px arial;
	color:#777;
	word-spacing:2px;
	line-height:22px;
}
img{
	border:none;
}

a{
	color:#333333;
	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;
}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.search .shr22{
	line-height:33px;
	width:940px;
	padding-left:10px;
	clear:both;
	margin:auto;
	height:36px;
}
.search .shr23{
	line-height:33px;
	width:910px;
	padding-left:10px;
	clear:both;
	margin:auto;
	height:36px;
	font-weight:bold;
}
.w960{
	clear:both;
	width:948px;
	margin:auto;
	border:1px solid #D1E1EB;
	overflow:hidden;
}

.w948{
	clear:both;
	width:948px;
	margin:auto;
	overflow:hidden;
}
.w960 h2{display:inline;float:left;margin:3px 6px 0 17px;padding:0 7px 0 0;color:#222;font-size:12px;font-family:Tahoma;font-weight:bold;background:url(http://img.zainuo.com/images/ico_v05.png) no-repeat right -432px;}

.wi950{
	width:950px;
	margin:auto;
}
.mt1{/* ( margin-top * 1 ) */
	margin-top:5px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:16px;
}
.clear{
	overflow:hidden;
}
.fs-12{
	font-size:12px;
}
.fc-f60{
	color:#F60;
}
.fc-f90{
	color:#F90;
}
.ipt-txt{
	line-height:15px;
	padding:4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px;
}
.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:#2F592E;
}
.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;
}
/*---------- frame ---------*/
/*---------- frame : header ---------*/
.wrap a {
	color:#2e569d;
	text-decoration:none;
}

.wrap a:hover {
	color:#333;
}

.wrap a:visited {
	color:#2e569d;
	text-decoration:none;
}

.wrap {
	width:935px;
	margin:0px auto;
}

#header {	
	height:70px;
}

#header span{	
	float:right;	
}

#header span.text{	
	width:680px;
	color:#555;
	font-style:italic;
}

* + html #header span.text{	
	font-style:normal;
}


#header ul {
	clear:both;
	margin:21px 0 0 0;
    list-style: none;
}

* html #header ul {
	margin:13px 0 0 0;
}

* html #header ul span{
	margin:2px 0 0 0;
}

* + html #header ul {
	margin:13px 0 0 0;
}

* + html #header ul span{
	margin:2px 0 0 0;
}

#header ul li{
	display:inline;
}

#header ul a{
	color:#134F81;
	padding:5px 10px 9px 10px;	
}

* html #header ul a{
	line-height:30px;
}

* + html #header ul a{
	line-height:30px;
}


#header ul a:hover{
	color:#0C3061;
	background:#fff;
	border-left:1px solid #BCD2E4;
	border-right:1px solid #BCD2E4;
	border-top:1px solid #BCD2E4;
	padding:5px 9px 9px 9px;
	
}

#header ul .hover{
	font-weight:bold; 
	color:#0C3061;
	background:#fff;
	border-left:1px solid #BCD2E4;
	border-right:1px solid #BCD2E4;
	border-top:1px solid #BCD2E4;
	padding:5px 9px 9px 9px;
	
}
#header ul span{
	width:350px;
	text-align:right;
}
.search{
	margin-top:4px;
	height:36px;
	background:url(../images/search-bg.png) repeat-x;
	clear:both;
}
.search .form{
	padding-left:8px;
	padding-top:5px;
	float:left;
}
.search .form h4{
	display:none;
}
.search .form input.search-keyword{
	font:10px arial;
	width:156px;
	height:18px;
	border:none;
	background:url(../images/search-bg.gif) left top no-repeat;
	line-height:15px;
	font-size:12px;
	padding:5px 3px 0px 58px;
	overflow:hidden;
}
.search .form select.search-option{
	font:10px arial;
	margin-left:2px;
}
.search .form button.search-submit{
	font:10px arial;
	width:68px;
	height:22px;
	border:none;
	background:#F00 url(../images/search-bg.gif) right top no-repeat;
	font-size:0px;
	line-height:100px;
	margin-left:2px;
	*margin-left:5px;
	overflow:hidden;
}

.search2{
	margin-top:2px;
	height:36px;
	clear:both;
	margin-bottom:5px;
}
.search2 .form{
	padding-left:8px;
	padding-top:5px;
	float:left;
}
.search2 .form h4{
	display:none;
}
.search2 .form input.search-keyword{
	font:10px arial;
	width:156px;
	height:18px;
	border:none;
	background:url(../images/search-bg.gif) left top no-repeat;
	line-height:15px;
	font-size:12px;
	padding:5px 3px 0px 58px;
	overflow:hidden;
}
.search2 .form select.search-option{
	font:10px arial;
	margin-left:2px;
}
.search2 .form button.search-submit{
	font:10px arial;
	width:68px;
	height:22px;
	border:none;
	background:#F00 url(../images/search-bg.gif) right top no-repeat;
	font-size:0px;
	line-height:100px;
	margin-left:2px;
	*margin-left:5px;
	overflow:hidden;
}
.tags{
	float:left;
	margin-left:16px;
	padding-top:8px;
}
.tags h4{
	width:66px;
	height:19px;
	float:left;
	font-size:0px;
	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:0px 5px;
}
.tzu{
font-size:12px;
line-height:28px;
margin:auto;
width:900px;
padding:10px;
	border-left:1px solid #E2EDF4;
	border-right:1px solid #E2EDF4;
	border-bottom:1px solid #E2EDF4;
	background-color:#F2F6F9;
}
/*---------- frame : channel-nav ---------*/
.channel-nav{
	height:31px;
	border-bottom:1px solid #E5EFD6;
}
.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 0px 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 0px no-repeat;
	cursor:pointer;
	overflow:hidden;
	line-height:23px;
	color:#666666;
}
.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:#78A63C;
	text-decoration:none;
	background:url(../images/channel-nav-bg.gif) left -22px no-repeat;
}
.channel-nav ul li.thisclass{
}
.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:#94B56A;
}
.channel-nav .back a:hover{
	text-decoration:none;
	color:#777;
}

/*---------- frame : footer ---------*/
.link{	 
	height:25px;
	line-height:25px;
	margin:auto;
	clear:both;
	color:#999;
	width:950px;
	text-align:center;
	border:1px solid #D1E1EB;
	background:#F9FBFB;
}
.link2{
	margin:auto;
	clear:both;
	color:#999;
	width:930px;
	padding-left:20px;
	margin-bottom:5px;
	border:1px solid #D1E1EB;
	border-top:1px solid #fff;
	background:#fff;
}
.footer{
	clear:both;
	color:#999;
	text-align:center;
	padding-bottom:10px;
	border-top:1px solid #D1E1EB;
	padding-top:10px;
	background:#F9FBFB;
}
.footer .link{
	text-align:center;
	padding:5px 0px;
}
.footer .link a{
	margin:0px 5px;
	color:#666666;
}
.footer .powered{
	font-size:12px;
	line-height:28px;
}
.footer .powered strong{
	color:#690;
}
.footer .powered strong span{
	color:#F93;
}
.footer .copyright{
	color:#666666;
	line-height:23px;

}

.news_ad3 {
	float: left;
	width: 173px;
}

.news_ad28 {
	float: left;
	width: 220px;
}
.news_ad38 {
	float: left;
	width: 200px;
	height: 200px;
	padding:7px;
	clear:both;
	overflow:hidden;
	border:1px solid #dcdcdc;
	margin-bottom:5px;
}
.news_dd28 {
	margin-top:5px;
	float: left;
	width: 214px;
	clear:both;
	overflow:hidden;
	border:1px solid #dcdcdc;
	margin-bottom:5px;
}

.left_box1_m3 {
	clear:both;
	width: 214px;
	border:1px solid #dcdcdc;
}
.left_box1_m3 h2{
	height:19px;
	padding-top:6px;
	padding-left:10px;
	font:14px arial,宋体;
	font-weight:bold; 
	background-color:#E6EFF1;
}

.left_box1_m3 li{
	font:12px arial,宋体;
	height:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	list-style-type: none;
	padding-top: 6px;
	padding-left: 38px;
	padding-bottom: 3px;
	font-weight:bold; 
	background-color:#F8F8F8;
}
.left_box1_m2 li {
	font:12px arial,宋体;
	height:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	list-style-type: none;
	padding-top: 6px;
	padding-left: 38px;
	padding-bottom: 3px;
	font-weight:bold; 
	background-color:#F8F8F8;
}
.mt_more{
	clear:both;
	width:720px;
	padding: 5px;
	}

.content22{
font:11px arial;
	width:320px;
	padding: 5px;
	padding-top:15px;
	padding-left:23px;
	float:left;
	color:#333333;
	overflow:hidden;
	}
.content22 a{
font:12px arial;
color:#333333;
font-weight:bold; 
text-decoration:underline;
	}
.content22 img{
	background:#E5E5E5;
	display:block;
	margin-left:3px;
	margin-top:3px;
	border:1px solid #dcdcdc;
	padding:5px;
}
.gg22{
	clear:both;
	padding-left:10px;
	display:block;
	overflow:hidden;
	}
.content25{
	float:left;
font:11px arial;
	width:180px;
	padding: 5px;
	padding-top:15px;
	padding-left:23px;
	float:left;
	color:#333333;
	overflow:hidden;
	}
.content25 a{
font:12px arial;
color:#333333;
font-weight:bold; 
text-decoration:underline;
	}
.content25 img{
	width:170px;
	background:#E5E5E5;
	display:block;
	margin-left:3px;
	margin-top:3px;
	border:1px solid #dcdcdc;
	padding:5px;
}
.content28{
	float:left;
	width:500px;
	padding: 5px;
	padding-top:15px;
	padding-left:23px;
	float:left;
	color:#333333;
	overflow:hidden;
	}

.content33{
	float:left;
	width:710px;
	overflow:hidden;
	}
.content55{
	float:left;	overflow:hidden;
	width:505px;
	}
#digg11{
	float:left;
	text-align:left;
	width:485px;
	}
#digg12{
	float:left;
	padding-left:25px;	
	width:485px;
	}
.content15{
	float:left;
font:11px arial;
	width:160px;
	padding: 5px;
	padding-top:15px;
	padding-left:23px;
	float:left;
	color:#333333;
	overflow:hidden;
	}
.content15 a{
font:12px arial;
color:#333333;
font-weight:bold; 
text-decoration:underline;
	}
.content15 img{
	width:140px;
	background:#E5E5E5;
	display:block;
	margin-left:3px;
	margin-top:3px;
	border:1px solid #dcdcdc;
	padding:5px;
}
.content18{
	float:left;
	width:245px;
	padding: 5px;
	padding-top:15px;
	padding-left:23px;
	float:left;
	color:#333333;
	overflow:hidden;
	}
.content88{
	float:left;
	width:180px;
	padding: 2px;
	padding-top:10px;
	padding-left:15px;
	overflow:hidden;
	}
.content_text{
font:14px arial;
color:#333333;
line-height:35px;
margin:30px;
	}
.nr_img {
	padding:10px;
	FLOAT: left; 
	}
.nr_img img{
border:1px solid #C3E0F2;
	padding:3px;
	}
.min{
font:11px arial;
	color:#666;
	}

.msgbar{
	height:27px;
	line-height:27px;
	border-bottom:1px solid #E4F0DF;
	font-size:14px;
	color:#666;
}
.msgbar p{
	padding-left:22px;
	background:#F3FAF1;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

.resultlist{
	padding:2px 20px;
}
.resultlist h2{
	display:none;
}
.fc_03c{
	color:#03C;
}
.item h3 .title{
	font-size:14px;
	font-weight:normal;
	line-height:25px;
	text-decoration:underline;
}
.item h3 .title:hover{
	text-decoration:none;	
}
.item{
	margin-top:16px;
}
.item .intro{
	font-size:14px;
	line-height:19px;
	padding-left:2px;
	color:#777;
}
.item .info{
	font-size:12px;
	line-height:26px;
	color:#080;
}
.item .info small{
	font-size:12px;
}
.item .info span{
	margin-right:10px;
}
.item .info a{
	color:#444;
}

.othersearch{
	height:31px;
	overflow:hidden;
	clear:both;
	line-height:31px;
	padding-left:16px;
	margin-top:16px;
}
.othersearch h2{
	float:left;
	font-size:14px;
}
.othersearch ul{
	float:left;
}
.othersearch ul li{
	float:left;
	margin-left:10px;
	font-size:14px;
	line-height:33px;
}

 .Mbox3{display:block; clear:both;padding-left:10px;padding-top:8px; padding-bottom:4px;}
	
.Mbox3 div{ width:705px; line-height:150%;border:1px solid #B1C4D9; background:#F6F7F8;padding:5px 8px;margin-bottom:10px;}

 .Mbox5{display:block; clear:both;padding-left:10px;padding-top:8px; padding-bottom:4px;}
	
.Mbox5 div{ width:660px; line-height:150%;border:1px solid #B1C4D9; background:#F6F7F8;padding:5px 8px;margin-bottom:10px;}	

.Mbox22{ width:705px; margin-bottom:5px;}
.Mboxaa{ width:700px; padding:5px 8px;}
 .wangzhai{width:620px; display:block; clear:both;margin-left:50px;padding-top:8px; }

.help00{ margin:auto;padding-top:6px;width:660px; line-height:150%;border:1px solid #B1C4D9; background:#F6F7F8;padding:5px 8px;margin-top:8px;margin-bottom:10px;}	

.en{
	font-size:10px;
	font-family:arial;
}
.ring_hot dd{padding:0 3px 5px 2px; padding-top:4px}
.ring_hot li{line-height:22px; border-bottom:dashed 1px #AEC7EB;}
.ring_hot li a{background:url(http://img.zainuo.com/images/rli.gif) left center no-repeat; padding-left:18px;line-height:22px; float:left;color:#055EB7}
.ring_hot li a:hover{ text-decoration:none;background:url(http://img.zainuo.com/images/rli2.gif) left center no-repeat; padding-left:18px;color:#FF3300}
.ring_hot li span{float:right;	font-family: "宋体";font-size:12px;line-height:22px;color: #777777;}

.ring{}
.ring li{width:47%; border-bottom:1px dashed #cccccc; float:left; margin-left:5px; padding-left:5px;}
.ring li span{float:left; line-height:28px;}
.ring li span.index{color:#FF0000;font-weight:bold;font-size:10px; width:40px; overflow:hidden;}

.ring li span.name{width:210px;font-size:12px; }
.ring li span.name a{background:url(http://img.zainuo.com/images/rli.gif) left center no-repeat; padding-left:22px;line-height:28px; }
.ring li span.name a:hover{ background:url(http://img.zainuo.com/images/rli2.gif) left center no-repeat; padding-left:22px; }
.ring li span.album{text-align:center;}
.ring li span.type{width:40px;font-size:10px; text-align:center; color:#003300;}
.ring li span.singer{width:90px;text-align:center; overflow:hidden; }
.ring li span.date{}
.ring li a{line-height:25px}
.ring li span.f12{font-size:12px; text-align:center}

#pl{
	clear:both;
}	
#ber{width:100%;height:25px;background:#FCFCFC;border-bottom:1px solid #F0F0F0;margin-bottom:8px;}
#ber28{width:950px;line-height:25px;height:25px;text-align:left;margin:0px auto;}
#ber22{width:250px;text-align:left;float:left;}
#ber26{width:700px;text-align:right;float:left;}
#title_28{color: #FFF;width:950px;line-height:32px;height:32px;text-align:left;
background:#6972F6 url(http://img.zainuo.com/images/bg_box_v06.png) 0 -80px no-repeat;
margin:0px auto;clear:both;
overflow:hidden;
}
#title_28 h2{display:inline;float:left;margin:0px 6px 0 17px;padding:0 7px 0 0;background:url(http://img.zainuo.com/images/ico_v05.png) no-repeat right -387px;color:#ffef3e;font-size:12px;font-family:Tahoma;font-weight:bold;}
#title_28 ul{float:left;list-style: none;}
#title_28 li{	float:left;padding:0 8px 0 6px; background:url(http://img.zainuo.com/images/ico_v05.png) right -590px no-repeat;}
#title_28 li.first{padding-left:0;}
#title_28 li.last{padding-right:0;background:none;}

#title_28 a{color: #FFF;

}


#title_29{color: #6C6C6C;width:948px;background: #fff;
border: 1px solid #E0E0E0;line-height:24px;text-align:left;
margin:0px auto;clear:both;overflow:hidden;
}
#title_29 a{color: #222;;

}
#title_29 h2{display:inline;float:left;margin:3px 6px 0 17px;padding:0 7px 0 0;color:#222;font-size:12px;font-family:Tahoma;font-weight:bold;background:url(http://img.zainuo.com/images/ico_v05.png) no-repeat right -432px;}
#title_29 ul{float:left;list-style: none;}
#title_29 li{	float:left;padding:0 15px 0 10px;height:30px;line-height:30px;background:url(http://img.zainuo.com/images/ico_v05.png) right -1308px no-repeat;}
#title_29 li.first{padding-left:0;}
#title_29 li.last{padding-right:0;background:none;}
#menu28{
padding-top:2px;
margin:auto;
width:950px;text-align:left;
}
#menu28 #menu281{
padding-left:100px;
float:left;width:100px;text-align:left;color: #ccc;
}
#menu28 #menu282{
margin:auto;
float:left;width:700px;text-align:left;

}

#menu28 #menu282 ul {
	height:24px;
	line-height:25px;
	clear:both;
    list-style: none;
padding-bottom:3px;
}


#menu28 #menu282 ul li{
	height:24px;
	line-height:24px;
	font-size:13px;
	display:inline;
}


#menu28 #menu282 ul a{
	color:#0C3061;
	background:#fff;
	height:24px;
	line-height:24px;
	border-left:1px solid #D6D7DB;
	border-right:1px solid #D6D7DB;
	border-top:1px solid #D6D7DB;
	padding:5px 8px 7px 8px;
}


#menu28 #menu282 ul a:hover{
	color:#fff;
	background:#6981F5;
	border-left:1px solid #5668D2;
	border-right:1px solid #5668D2;
	border-top:1px solid #5668D2;
	padding:5px 8px 7px 8px;
}

#menu28 #menu282 ul .hover{
	font-weight:bold; 
	color:#fff;
	background:#6981F5;
	border-left:1px solid #5668D2;
	border-right:1px solid #5668D2;
	border-top:1px solid #5668D2;
	padding:5px 8px 7px 8px;
}
/*页头*/
#head{
width:950px;overflow:hidden;
height:80px;
margin:0 auto;
}
#head_left{
width:270px;
height:80px;
float:left;	overflow:hidden;
}

#head_right{	overflow:hidden;
width:680px;
height:80px;
float:right;
}
#contt{
padding:15px;
padding-left:30px;
width:650px;
text-align:left;
font-size:12px;
color:#333;
}
.gg208{	overflow:hidden;
padding:5px;
width:700px;
height:90px;
}
.km_kuang {border: 3px solid #eee;width:300px;height:26px;line-height:28px;background-color: #fff;padding: 0px 0px 0px 3px}
.ssgo {border: 1px solid #CAD1E2;width:50px;height:38px;background: #fff ; }
.ssgo2 {border: 2px solid #CAD1E2;width:80px;height:32px;background: #fff ; }
.hao{color:#ddd;}

/*download */
#download{clear:both;margin:0 20px 8px;width:600px;overflow:hidden;}
.downurl{clear:both;width:578px;padding:6px 10px;border-right: 1px solid #EAEAEB;border-bottom: 1px solid #EAEAEB;border-left: 1px solid #EAEAEB;overflow:hidden;}
.downurl ul{margin:8px auto;padding:8px 0;font-family:Arial;}
.downurl span{color:#C2130E;}
.downurl .down-id{margin:0 2px;font-weight:bold;}
.downurl li.dizhi{line-height:20px;font-weight:bold;border-bottom:1px solid #feea94;}
.downurl li.jixing, .downurl li.shuoming{line-height:20px; color:#555;}
.pc, .mp{margin:0 20px 0 0;}
.pc a:link, .pc a:visited{color:#008000;background:url(../images/sprites_page_s.gif) -287px 2px no-repeat;padding:2px 0 0 16px;text-decoration:none;}
.pc a:hover, .pc a:active{background:url(../images/sprites_page_s.gif) -287px -26px no-repeat;padding:2px 0 0 16px;color:#ff0000;text-decoration: underline;}
.mp a:link, .mp a:visited{color:#008000;background:url(../images/sprites_page_s.gif) -289px -56px no-repeat;padding:2px 0 0 12px;text-decoration:none;}
.mp a:hover, .mp a:active{background:url(../images/sprites_page_s.gif) -289px -86px no-repeat;padding:2px 0 0 12px;color:#ff0000;text-decoration: underline;}
.downurl li.jixing a:link, .downurl li.shuoming a:link, .downurl li.jixing a:visited, .downurl li.shuoming a:visited{color:#3300FF;text-decoration: underline;}
.downurl li.jixing a:hover, .downurl li.shuoming a:hover, .downurl li.jixing a:active, .downurl li.shuoming a:active{color:#f00;text-decoration: none;}
/*download end*/



#zt_show{color: #6C6C6C;width:698px;background: #fff;
line-height:22px;text-align:left;
clear:both;overflow:hidden;
padding-left:18px;
}
#zt_show22{color: #6C6C6C;width:948px;background: #fff;
border: 1px solid #E0E0E0;line-height:22px;text-align:left;
margin:0px auto;clear:both;overflow:hidden;
}