@charset "utf-8";
/* CSS Document */
@import url("qqlist.css");

*  {
	margin: 0;
	padding: 0;
	}
td {
	font-size:12px;
	}	
body{
	font-size:12px;
	background:#f2f2f5 url(../images/demo/bg_top.png) repeat-x top;	
	font-family: verdana, "宋体",arial, Helveticam;	
	color:#555;
}						
a {	
	color:#52588f;
	text-decoration:none;	
	}
a:hover {
	color:#f00;
	text-decoration:underline;	
	}
input,textarea{
	font-family: verdana, arial, Helveticam, sans-serif;
	font-size:12px;
}
textarea{
	overflow:auto;
}
h1,h2,h3,h5{
	font-family:"Microsoft Yahei",Verdana,Arial;
	font-weight:normal;
}

.btn{
	width:90px;
	height:30px;
	line-height:29px;
	text-align:center;
	border:0;
	color:#fff;
	font-size:14px;
	background:url(../images/demo/bg_btn.png) no-repeat;
}

.txt_red{
	color:#f00;
}
.a_btn{
	padding:0 10px;
	display:block;
	float:left;
	margin-right:15px;
	height:26px;
	line-height:26px;
	color:#fff;
	background-image:url(../common/images/bg_link.png);
	background-repeat:repeat-x;
	background-position:0 0;
}
.a_btn:hover{
	text-decoration:none;
	background-position:0 100%;
	color:#333;
}
	
/*page top*/
#page_top{
	height:100px;
	width:960px;
	margin:0 auto;
	background-image:url(../images/demo/bg_logo.png);
	background-position:0 0;
	background-repeat:no-repeat;
	zoom:1;
}
#top_hotline{
	/*background:url(../images/demo/bg_hotline.png) no-repeat 0 0;*/
	height:30px;
	width:250px;
	float:right;
	clear:both;
}
#top_lnk{	
	float:right;
	margin-top:3px;
}
#top_lnk,
#top_lnk a{
	color:#ababab;
}
#top_lnk a:hover{
	color:#000;
}

/*top menu*/
#top_menu{
	list-style:none;
	clear:both;
	width:630px;
	margin-top:34px;
	height:32px;
	font-size:14px;
	font-weight:bold;
	float:right;
}	
#top_menu li,
#top_menu li a{
	width:100px;
	height:32px;	
	display:block;
	float:left;
}
#top_menu li a{
	text-align:center;
	line-height:32px;
}

#top_menu li a:hover,
.menu_on a{
	color:#fff;
	background:url(../images/demo/bg_menu_on.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	text-decoration:none;
}
/*page banner*/


/*page middle*/
#page_main{
	width:960px;
	margin:0 auto;	
	background-color:#fff;
	padding:10px 10px 15px;
	text-align:left;
	border:solid 1px #ddd;
	border-top:0;
	zoom:1;
}
#main_left{
	width:230px;
	float:left;
	margin-right:10px;
}
#main_right{
	float:left;
	width:720px;
}

/*left dl*/
.left_dl{
	width:230px;
	background-image:url(../images/demo/bg_dl.png);
	background-repeat:repeat-y;
}
#lst_demo,
#lst_help{
	background-position:4px 0;
}
#lst_qq{
	background-position:100% 0;
}
.left_dl dt{
	width:230px;
	height:43px;
	background-image:url(../images/demo/bg_left_h1.png);
	background-repeat:no-repeat;
}
#lst_demo dt{
	background-position:0 0;
}
#lst_help dt{
	background-position:0 -43px;
}
#lst_qq dt{
	background-position:100% 100%;
	line-height:45px;
	text-indent:50px;
	font-weight:bold;
	font-size:16px;
	color:#1346a9;
}
#lst_qq dt span{
	font-size:10px;
	color:#d27300;
	
}
.left_dl dd{
	width:205px;
	height:30px;
	line-height:30px;
	margin-left:12px;
	clear:both;	
	padding-left:10px;
	width:200px;
	background-image:url(../images/demo/line.png);
	background-repeat:repeat-x;
	background-position:0 100%;
	padding-left:5px;
}

#lst_help dd a,
#lst_demo dd a{
	width:188px;
	height:25px;
	display:block;
	padding-left:10px;
	background-image:url(../images/demo/ico_li.png);
	background-repeat:no-repeat;
	background-position:0 55%;
}
#lst_help dd.dd_cat,
#lst_demo dd.dd_cat{	
	background-image:url(../images/demo/bg_left_t.png);
	background-repeat:no-repeat;
	background-position:-5px 100%;
	color:#000;
	font-weight:bold;
	padding-left:10px;
}
#lst_help dd.dd_on a,
#lst_demo dd.dd_on a{
	text-decoration:underline;
	color:#f00;
	font-weight:bold;
}
#lst_qq{
}
#lst_qq dd{
	height:30px;
	line-height:30px;
	text-align:center;
	background-image:none;
}
#lst_qq dd a img{
	border:0;
	margin-right:10px;
	vertical-align:middle;
}
#lst_qq dd#ico_tq{
	display:block;
	height:36px;
	margin-top:10px;
	background-image:url(../images/bg_kf.png);
	background-repeat:no-repeat;
	background-position:50% 0;
}
#ico_tq a{
	width:173px;
	height:32px;
	display:block;
}

.lst_demo_b,
.lst_qq_b{
	width:226px;
	height:10px;
	display:block;
	float:right;
	background-image:url(../images/demo/bg_dl_b.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.lst_demo_b{
	margin-bottom:10px;
}
.lst_qq_b{
	background-position:0 100%;
}
.btn_big{
	width:206px;
	height:50px;
	margin:5px auto;
}
.btn_big a{
	width:206px;
	height:50px;	
	display:block;
	background-image:url(../images/demo/bg_down.png);
	background-repeat:no-repeat;
}
.b_demo a{
	background-position:0 0;
}
.b_demo a:hover{
	background-position:0 -50px;
}
.b_down a{
	background-position:0 -100px;
}
.b_down a:hover{
	background-position:0 100%;
}

/*search*/
#help_search{
	width:226px;
	height:49px;
	background-image:url(../images/demo/bg_search.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 0 5px 4px;	
}
#help_search form{
	height:40px;
}
#help_search form .txtbox{
	margin-top:12px;
	margin-left:12px;
	padding:4px;
	margin-right:0;
	height:16px;
	border:0;
	background:none;
	vertical-align:top;
	width:145px;
}
#btn_go{
	margin-left:0;
	margin-top:13px;
	width:47px;
	height:24px;
	background:url(../images/demo/btn_search.png) no-repeat 0 0;
	border:0;
	cursor:pointer;
}

/*page title*/
.page_tit{
	height:35px;
	line-height:35px;
	background:url(../images/demo/bg_tit.png) repeat-x 0 0;
}
.page_tit a:hover{	
	color:#000;
}
.tit_left,
.tit_right{
	height:35px;
	background-image:url(../images/demo/bg_tit.png);
	background-repeat:no-repeat;
}
.tit_left{
	float:left;
	width:70%;
	padding-left:10px;
	background-position:0 -35px;
}
.tit_right{
	width:20%;
	float:right;
	text-align:right;
	padding-right:10px;
	background-position:100% -70px;
}
.hasIco{
	background-position:0 100%;
	padding-left:30px;
}

#main_right h1,
#main_right h3{
	text-align:center;
	font-size:18px;
	margin:15px 10px;
	color:#1e96c8;	
}
#main_right h3{
	text-align:left;
	font-size:16px;
	padding-bottom:3px;
	background:url(../images/demo/line.png) repeat-x 0 100%;
}
/*text*/
.text_content{
	margin:15px 0 30px;
	padding-left:10px;
}
.text_content p{
	line-height:180%;
	margin:10px 15px;
	color:#333;	
	font-size:14px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.text_content embed{
	margin:10px 0;
/*	width:600px;
	height:400px;*/
	width:650px;
	height:464px;
	border:solid 1px #555;
	text-align:center;
}
.text_content p a{
	padding:0 5px;
	color:#7878ff;
	border-bottom:dotted 1px #7878ff;
	text-decoration:none;
}
.text_content p a:hover{
	color:#f00;
	border-bottom:solid 1px #f00;
}

.right_form{
	border:solid 1px #dedede;
	width:670px;
	height:210px;
	display:block;
	margin-left:20px;
	background:#fff url(../images/demo/bg_form.png) repeat-x 0 100%;	
}
.right_form form{
	border:solid 1px #fff;
	width:100%;
	height:100%;
}

.right_form p{
	clear:both;
	margin:10px 0;
}
.rad_box{
	margin-left:10px;
	margin-top:-2px;
	vertical-align:middle;
}
.right_form textarea{
	border:solid 1px;
	background:#fff;
	padding:3px;
	border-color:#b4b4b4 #e8e8e8 #e8e8e8 #b4b4b4;
}

.lab{
	width:90px;
	float:left;
	text-align:right;
	margin-right:10px;
}

/*news list on right*/

/*#main_right #frm_qqlist{
	margin-bottom:5px;
	width:180px;
	margin-left:30px;
}*/
#main_right .search_tit{
	font-size:14px;
	margin:10px;
	background:url(../images/demo/line.png) repeat-x 0 100%;
	padding-bottom:3px;
}
.dl_list{
	margin:10px 15px;
	border-bottom:solid 1px #dfeaf3;	
}
.dl_list dt{
	font-size:14px;	
	height:25px;
	line-height:25px;
}
/*.dl_list dd{
	line-height:160%;
}
.dl_list dt a{
	text-decoration:underline;
	color:#7878ff;
}
.dl_list dt a:hover{
	text-decoration:none;
	color:#f00;
}*/
.dl_list dt a{
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	background:url(../images/ico_h5.png) no-repeat 0 50%;
}
.dl_list dt label{
	float:right;
	font-size:10px;
	color:#aaa;
	margin-top:-20px;
}
.dl_list dd{
	color:#aaa;	
	margin-left:15px;
	margin-top:5px;
	line-height:180%;
}

.isNone{
	clear:both;
	text-align:center;
	padding:20px;
	margin:15px;
	background:#fff;
	line-height:160%;
	font-size:14px;
	color:#f00;
	border:solid 1px #bed2e1;
}

/*PageReak*/
.page_break{
	font-size:12px;
	word-spacing:-5px;
	text-align:right;
	clear:both;
	margin:0 10px;
	height:25px;
	padding:5px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	background-position:0 0;
}
#left_content .page_break{
	text-align:center;
	background:none;
}
.page_break .title{
	margin-right:5px;
	word-spacing:normal;
}
.page_break .current,
.page_break .disabled,
.page_break a {
	border: solid 1px #dedfde;
	display:inline-block;
	padding: 0 5px;
	height:18px;
	line-height:18px;
	margin:0 2px;
	color:#555;	
}
.page_break a:hover {
	border-color: #5a8cc8;
}
.page_break .current{
	border-color: #5a8cc8;
	font-weight:bold;
	color:#fff;
	background-image:url(../images/bg_curr_page.png);
	background-repeat:no-repeat;
}
.page_break .disabled{
	border-color: #f5f5f5; 	
	color:#bcbcbc; 
}
.page_break select{
	margin-left:2px;
	font-size:11px;
}
	
/*page line*/	
.page_line {
	clear: both;
	margin:0 auto;		
	width:100%;
	height:0;	
}
	
/*页脚样式*/
#page_footer {
	clear: both;
	color:#999;
	height:60px;
	padding:10px 0;
	line-height:180%;
	text-align:center;
}
#page_footer a{
	color: #6482a0;
}
#page_footer a:hover{
	color: #000;
}