/*http://www.jinghua.cn 京华网_wallen*/
/*http://www.jinghua.cn 京华网_wallen*/



/*网站整体样式*/
body{
margin:0px auto;
padding:0px;
font-size:12px;
font-family:"宋体";
}
div{
 margin:0px auto;
 padding:0px;
}
img{
 border:0px;
}
ul{
 list-style:none;
 line-height:22px;
 margin:0px;
 padding:0px;
}
h1,h2,h3,h4,h5,h6,{
 margin:0px;
 padding:0px;
}
/*****
li定义例如(更换背景图片即可):

.li{
 text-indent:18px;
 background:url(/images/images_home/3/p_01.gif) no-repeat 7px 8px;
}
*****/

.clear{
 clear:both;
}
.left{
 float:left;
}
.right{
 float:right;
}
/*空白层栏目块间距时候用*/
.blank_01{
 width:100%;
 height:8px;
 line-height:8px;
 overflow:hidden;
}
.blank_02{
 width:100%;
 height:5px;
 line-height:5px;
 overflow:hidden;
}




/*字体样式*/

/*灰色12px和加粗、14px和加粗*/
.grey_12px{
 font-size:12px;
 color:#9c9b9b;
 font-family:"宋体";
}
.grey_12px_b{
 font-size:12px;
 font-weight:bold;
 color:#9c9b9b;
}
.grey_14px{
 font-size:14px;
 color:#9c9b9b;
}
.grey_14px_b{
 font-size:14px;
 font-weight:bold;
 color:#9c9b9b;
}

/*红色12px和加粗、14px和加粗*/
.d_red_12px{
 font-size:12px;
 color:#bd0a01;
}
.d_red_12px_b{
 font-size:12px;
 font-weight:bold;
 color:#bd0a01;
}
.d_red_14px{
 font-size:14px;
 color:#bd0a01;
}
.d_red_14px_b{
 font-size:14px;
 font-weight:bold;
 color:#bd0a01;
}
/*黑色12px和加粗、14px和加粗*/
.black_12px{
 font-size:12px;
 color:#343434;
}
.black_12px_b{
 font-size:12px;
 font-weight:bold;
 color:#343434;
}
.black_14px{
 font-size:14px;
 color:#343434;
}
.black_14px_b{
 font-size:14px;
 font-weight:bold;
 color:#343434;
}
/*亮蓝色12px和加粗、14px和加粗*/
.l_blue_12px{
 font-size:12px;
 color:#1f376d;
}
.l_blue_12px_b{
 font-size:12px;
 font-weight:bold;
 color:#1f376d;
}
.l_blue_14px{
 font-size:14px;
 color:#1f376d;
}
.l_blue_14px_b{
 font-size:14px;
 font-weight:bold;
 color:#1f376d;
}




/*整体链接样式*/
/*默认链接颜色深蓝色，鼠标经过颜色变深红有下划线，点击后无变化*/
a{
 color:#1f376d;
 text-decoration:none;
}
a:hover{
 color:#bd0a01;
 text-decoration:underline;
}

/*黑色链接，鼠标经过颜色变深红有下划线，点击后无变化*/
.black{
 color:#343434;
 text-decoration:none;
}
.black:hover{
 color:#bd0a01;
 text-decoration:underline;
}

/*深红色链接，鼠标经过颜色无变化有下划线，点击后无变化*/
.d_red{
 color:#bd0a01;
 text-decoration:none;
}
.d_red:hover{
 color:#bd0a01;
 text-decoration:underline;
}

/*亮蓝色链接，鼠标经过颜色无变化有下划线，点击后无变化*/
.l_blue{
 color:#1f376d;
 text-decoration:none;
}
.l_blue:hover{
 color:#1f376d;
 text-decoration:underline;
}

/*亮蓝色链接，鼠标经过颜色无变化有下划线，点击后无变化*/
.l_blue2{
 color:#2c8ac0;
 text-decoration:none;
}
.l_blue2:hover{
 color:#bd0a01;
 text-decoration:underline;
}
/*亮蓝色链接，鼠标经过颜色无变化有下划线，点击后无变化*/
.l_blue3{
 color:#2c8ac0;
 text-decoration:underline;
}
.l_blue3:hover{
 color:#bd0a01;
 text-decoration:none;
}
/*灰色链接，鼠标经过颜色无变化有下划线，点击后无变化*/
.grey_l2{
 color:#686666;
 text-decoration:none;
}
.grey_l2:hover{
 color:#bd0a01;
 text-decoration:underline;
}



/**********
频道内容样式 

命名：
1.栏头背景图      频道缩写+title_pic_001.....；

2.栏头div命名     频道缩写+title_div_001.....；

3.各个栏目块命名  频道缩写+栏目名_div_001.....；

4.放置在页面顶部的广告、装饰图案等长方形的图片我们取名：频道名+banner；

5.在页面上位置不固定并且带有链接的小图片取名为：频道名+button；

6.在页面上某一个位置连续出现，性质相同的链接栏目的图片取名：频道名+menu；

频道名缩写例如：
  北京频道：jhbj
  新闻频道：jhxw
  文体频道：jhwt
  报网频道：jhbw
**********/



/************/
#jh_nav{
 width:100%;
 background:#eef3f6;
 border-top:1px solid #e0eef6;
 border-bottom:2px solid #d2dfe7;
 margin-top:2px;
 padding-top:2px;
 padding-bottom:2px;
}
#jh_nav_01{
 width:960px;
}
#logo_box{
 width:59px;
 float:left;
}
#jh_nav_box{
 width:850px;
 background:#fff;
 float:right;
 text-align:right;
 font-size:13px;
 line-height:28px;
 color:#1f376d;
}
#jh_nav_box a{
 color:#1f376d;
 padding-top:2px;
 padding-bottom:1px;
 *padding-bottom:0px;
 _padding-bottom:0px;
 padding-left:6px;
 padding-right:6px;
 font-size:13px;
}
#jh_nav_box a:hover{
 background:#509ad8;
 color:#fff;
 text-decoration:none;
}




.line_blank_02{
 width:95%;
 height:1px;
 line-height:1px;
 background:url(/images/images_home/3/index_line_point001.gif) repeat-x;
 overflow:hidden;
}




.lastpage_top_ad{
 width:960px;
}
.lastpage_top_ad2{
 float:left;
}
.lastpage_top_ad2 a,.lastpage_top_ad2 img{
 display:block;
}
.lastpage_top_ad3{

 float:right;
}
.last_p_nav{
 width:960px;
 height:28px;
 line-height:28px;
 background:url(/images/images_home/3/lastpage_bg_nav.gif) no-repeat;
}
.last_p_nav2{
 width:750px;
 float:left;
 color:#2480a9;
 text-indent:10px;
}
.last_p_nav a{
 color:#2480a9;
 text-decoration:underline;
}
.last_p_nav a:hover{
 color:#2480a9;
 text-decoration:none;
}
.last_p_nav3{
 width:110px;
 text-indent:16px;
 float:right;
 color:#2480a9;
 background:url(/images/images_home/3/lastpage_bg_001.gif) no-repeat 0px 4px;
}
.page_content{
 width:960px;
}
.con_left{
 width:610px;
 float:left;
}
.con_left2{
 width:608px;
 border:1px solid #b6d6e1;
 float:left;
 padding-bottom:15px;
}
.con_right{
 width:338px;
 float:right;
}





.t_w_b{
 padding-bottom:10px;
}
.t_w_b h2{
 margin:18px 0px 0px 0px;
 padding:0px;
 font-size:24px;
 width:100%;
 text-align:center;
}
.t_j_b{
 width:580px;
 border-top:1px solid #b6d6e1;
 border-bottom:1px solid #b6d6e1;
 margin-top:5px;
 background:#f5fafe;
}
.t_j_b ul{
 margin-left:20px;
 line-height:22px;
}
.t_j_b_l{
 float:left;
 margin-left:10px;
 line-height:25px;
 margin-top:2px;
}
.t_j_b_r{
 float:right;
 color:#bd0909;
 font-weight:bold;
 margin-top:3px;
 padding-right:8px;
 border-left:1px solid #ccc;
 padding-bottom:2px;
 padding-left:15px;
}
.t_j_b_r img{
 position:relative;
 top:3px;
 right:3px;
}
.t_j_b_r a:hover{
 position:relative;
 top:1px;
 left:1px;
 text-decoration:none;
 color:#666;
}
.line_div{
 width:960px;
 height:1px;
 line-height:1px;
 background:url(/images/images_home/3/last_bg_1.gif) repeat-x bottom;
}





.new_b_b_b{
 padding-top:10px;
}
.news_i_box{
 width:580px;
 overflow:hidden;
 text-align:center;
}
.news_i_box img{
 border:1px solid #b2c3d5;
 padding:5px;
 background:#fff;
}
.news_i_box h5{
 margin:8px 0px 5px 0px;
 padding:0px;
 font-size:12px;
 font-weight:100;
}
.ff_y{
 color:#666;
 width:350px;
 text-align:center;
 margin-top:5px;
}
.ff_y a{
 background:#fff;
 padding:5px 7px 3px 7px;
 border:1px solid #ccc;
}
.ff_y a:hover{
 background:#2d95c8;
 color:#fff;
 text-decoration:none;
}
.ff_y a:active{
 background:red;
}
.ff_y ul{
 line-height:28px;
}
.con_news{
 width:575px;
 margin-top:5px;
 line-height:26px;
 font-size:14px;
}
.con_news p{
 margin:12px 0px 0px 0px;
 padding:0px;
}
.bj_x{
 font-size:14px;
 text-align:right;
 width:580px;
 margin-top:7px;
 margin-bottom:7px;
}
.l_ad{
 margin-top:10px;
 text-align:center;
}



/*CSS scott style pagination*/

DIV.scott {
	PADDING-RIGHT: 3px; PADDING-LEFT: 10px; PADDING-BOTTOM: 15px; MARGIN: px; PADDING-TOP: 5px; TEXT-ALIGN: center;
}
DIV.scott A {
	BORDER-RIGHT: #8c8cc8 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #aaaadd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #aaaadd 1px solid; COLOR: #000099; MARGIN-RIGHT: 7px; PADDING-TOP: 2px; BORDER-BOTTOM: #8c8cc8 1px solid; TEXT-DECORATION: none;background:#fff;
}
DIV.scott A:hover {
	BORDER-RIGHT: #8c8cc8 1px solid; BORDER-TOP: #aaaadd 1px solid; BORDER-LEFT: #aaaadd 1px solid; COLOR: #333; BORDER-BOTTOM: #8c8cc8 1px solid; BACKGROUND-COLOR: #f1f5f8
}
DIV.scott A:active {
	BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6
}
DIV.scott SPAN.current {
	BORDER-RIGHT: #8c8cc8 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #aaaadd 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #aaaadd 1px solid; COLOR: #fff; MARGIN-RIGHT: 7px; PADDING-TOP: 2px; BORDER-BOTTOM: #8c8cc8 1px solid; BACKGROUND-COLOR: blue;
}
DIV.scott SPAN.disabled {
	BORDER-RIGHT: #8c8cc8 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #aaaadd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #aaaadd 1px solid; COLOR: #ccc; MARGIN-RIGHT: 7px; PADDING-TOP: 2px; BORDER-BOTTOM: #8c8cc8 1px solid;
    background:#ffffff;
}


.con_nc_page{
 float:left;
 width:270px;
 height:480px;
 margin-right:15px;
 margin-top:15px;
}
.con_nc_page_dh{
 line-height:28px;
 font-size:12px;
 font-weight:bold;
 color:#be0000;
 text-indent:10px;
 background:url(/images/images_home/3/lastpage_bg_002.gif) no-repeat;
 color:#237eab;
}
.con_nc_page_box{
 width:268px;
 border:1px solid #b6d6e1;
 margin-top:1px;
 margin-bottom:1px;
}
.con_nc_page_img_box{
 text-align:center;
 padding-top:5px;
}
.con_nc_page_img_box img{
 border:3px solid #dfdfe1;
}
.con_nc_page_img_box h2{
 font-size:12px;
 margin:3px 0px 3px 0px;
 padding:0px;
 text-align:center;
 line-height:18px;
}
.con_nc_page_ul{
 font-size:12px;
 line-height:22px;
 margin:5px auto 5px auto;
 width:240px;
 overflow:hidden;
}
.con_nc_page_ul li{
 background:url(/images/images_home/3/p_01.gif) no-repeat 7px 8px;
 text-indent:15px;
}



.last_title_r{
 width:338px;
 height:28px;
 line-height:28px;
 font-size:14px;
 color:#1e1e1e;
 font-weight:bold;
 text-indent:10px;
 background:url(/images/images_home/3/lastpage_bg_003.gif) no-repeat;
}
.last_title_r_box{
 width:336px;
 border:1px solid #cccccc;
 margin-top:1px;
}
.last_title_r_box2{
 width:336px;
 height:355px;
 overflow:hidden;
 border:1px solid #cccccc;
 margin-top:1px;
}
.last_title_r_box3{
 width:310px;
 overflow:hidden;
 padding-top:10px;
}

.last_title_r_box4{
 width:336px;
 border:1px solid #cccccc;
 margin-top:1px;
 padding-top:5px;
}
.last_title_r_box5{
 width:336px;
 border:1px solid #cccccc;
 margin-top:1px;
}
.last_title_r_box4 ul{
 width:336px;
 margin:0px auto;
}
.last_title_r_box4 ul li{
 width:142px;
 float:left;
 margin-left:16px;
 *margin-left:16px;
 _margin-left:8px;
 margin-right:0px;
 *margin-right:0px;
 _margin-right:6px;
  position:relative;
  margin-top:5px;
}
.last_title_r_box4 ul li img{
 border:2px solid #ccc;
}
.last_title_r_box4 h3{
 font-size:12px;
 font-weight:normal;
 text-align:center;
 margin:2px 0px 0px 0px;
 padding:0px;
}
.l_va{
 display:block;
}

.last_title_r_box4 ul li a span {
	width:146px;
	height:84px;
	position:absolute;
	top:0px;
	background:url(/images/images_home/3/v_play01.png) no-repeat center;/*LOGO图片定位*/
	*background:url(/images/images_home/3/v_play01.png) no-repeat center;/*LOGO图片定位*/
	_background:none;/*LOGO图片定位*/
}
.last_title_r_box4 ul li a:hover span {
	width:146px;
	height:84px;
	position: absolute;
	top:0px;
	background:url(/images/images_home/3/v_play02.png) no-repeat center;/*LOGO图片定位*/
	*background:url(/images/images_home/3/v_play02.png) no-repeat center;/*LOGO图片定位*/
	_background:url(/images/images_home/3/v_play_02.gif) no-repeat center;/*LOGO图片定位*/
	display: block;
	text-decoration: none;/*去除说明文字链接下划线*/
	cursor:pointer; /*让光标显示手形*/
	margin:0px;/*重定位文字说明层回到正常位置*/
	text-align:center;
}






/*电子报原版阅读*/
.l_ed_b{
 width:150px;
 text-align:center;
 float:left;
}
.l_ed_box{
 width:128px;
 text-align:center;
 padding-top:18px;
 padding-bottom:18px;
}
.l_ed_box h5{
 font-size:12px;
 margin:0px;
 padding:2px 0px 0px 0px;
 line-height:22px;
 text-align:center;
 background:#cb161f;
 color:#fff;
}
.l_ed_box img{
 border:2px solid #cb161f;
 padding:2px;
}
.l_ed_b_r{
 width:184px;
 float:right;
 margin-top:10px;
}
.l_ed_b_r ul{
 width:180px;
 line-height:22px;
 text-overflow:ellipsis;
 word-break:break-all;
 white-space:nowrap;
 overflow:hidden;
}
.l_ed_b_r ul li{
 background:url(/images/images_home/3/p_01.gif) no-repeat 0px 8px;
 text-indent:10px;
}





/*新闻封面*/
.jhxe_padd02{
 padding:5px;
}
.jhxw_xwfm{
 width:310px;
 margin-top:6px;
 padding-bottom:10px;
 *padding-bottom:10px;/*for IE7.0*/
 _padding-bottom:5px;/*for IE6.0*/
 border-bottom:1px dashed #2D4573;
}
.jhxw_pic_wangb{
 width:140px;
 height:96px;
}
.jhxw_img02{
 padding:2px;
 border:1px solid #B6B5B6;
}
.jhxw_xefm{
 width:144px;
 float:left;
 margin-left:6px;
}
.jhxw_txt24{
 line-height:24px;
}
.l_blue_no{
 color:#1D376A;
 text-decoration:none;
}
.l_blue_no:hover{
 color:#bd0a01;
 text-decoration:none;
}

/*京华号外*/
.jhxw_pic_wangb{
 width:140px;
 height:96px;
}
.jhxw_img02{
 padding:2px;
 border:1px solid #B6B5B6;
}
.jhxw_txt24{
 line-height:24px;
}
.jhxe_marg01{
 margin-left:5px;
}
.jhxw_txt22{
 line-height:22px;
}


/*今日调查*/
.jhxw_zz{
 text-align:center;
}
.jhxw_txt26{
 line-height:26px;
}
.jhxe_padd05{
 padding-bottom:5px;
}
.jhxw_diaocha li{
 text-indent:18px;
 background:url(/images/images_home/3/jhxw_title_pic_004.gif) no-repeat 7px 8px;
 *line-height:24px;/*for IE7.0*/
 width:310px;
 margin:0px auto;
 overflow:hidden;
}
.last_title_b li{
 float:left;
 border:1px solid #ccc;
 line-height:26px;
 width:100px;
 text-align:center;
 color:#cb2122;
 font-size:14px;
 background:#f1f1f1;
 margin-left:7px;
 *margin-left:7px;
 _margin-left:4px;
 margin-right:0px;
 *margin-right:0px;
 _margin-right:3px;
 margin-top:5px;
 margin-bottom:5px;
}
.last_title_b a:hover{
 position:relative;
 top:1px;
 left:1px;
}
.ad_r_b{
 bordeR:1px solid #ccc;
text-align:center;
}
.ad_r_b a,.ad_r_b img{
 display:block;
}
.news_xg{
 width:550px;
 margin-top:15px;
 margin-bottom:10px;
}
.news_xg h2{
 font-size:14px;
 color:#227fab;
 margin:0px;
 padding:0px;
}
.ad_text_box{
 color:#bd0a01;
 text-align:center;
 margin-top:10px;
}
.ad_text_box ul li a:hover{
 position:relative;
 top:1px;
 left:1px;  
}


/*最新闻*/
.li_q_01{
 float:left;
 border-top:1px solid #b8d6e1;
 border-left:1px solid #b8d6e1;
 border-right:1px solid #b8d6e1;
 width:100px;
 text-align:center;
 margin-top:5px;
 background:#fff;
 margin-left:10px;
 *margin-left:10px;
 _margin-left:5px;
 font-size:12px;
 font-weight:bold;
 color:#2080aa;
 cursor:pointer;
}
.li_q_02{
 float:left;
 margin-top:5px;
 width:100px;
 text-align:center;
 margin-left:10px;
 *margin-left:10px;
 _margin-left:5px;
 font-size:12px;
 font-weight:bold;
 color:#2080aa;
 cursor:pointer;
}
.li_nr_01{
 border-left:1px solid #b8d6e1;
 border-right:1px solid #b8d6e1; 
 border-bottom:1px solid #b8d6e1;
}
.li_nr_02{
 border-left:1px solid #b8d6e1;
 border-right:1px solid #b8d6e1; 
 border-bottom:1px solid #b8d6e1;
 display:none;
}
.jhxw_zui{
 width:300px;
 text-align:center;
 margin-top:6px;
 margin-bottom:6px;
}
.jhxw_zui img{
 display:block;
 width:280px;
 height:117px;
 margin:7px auto 0px auto;
}
.jhxw_txt26{
 line-height:26px;
}
.jhxw_news{
 width:293px;
 line-height:26px;
 margin-top:6px;
 margin-bottom:6px;
 overflow:hidden;
 text-overflow:ellipsis;
 word-break:break-all;
 white-space:nowrap;
}
.jhxw_news li{
 text-indent:13px;
 background:url(/images/images_home/3/jhxw_title_pic_002.gif) no-repeat 3px 8px;
}











.lastpage_l_title{
 width:610px;
 height:28px;
 line-height:28px;
 background:url(/images/images_home/3/lastpage_bg_004.gif) no-repeat;
}
.lastpage_l_title2{
 width:610px;
 height:28px;
 line-height:28px;
 background:url(/images/images_home/3/lastpage_bg_004.gif) no-repeat;
 font-size:14px;
 text-indent:10px;
 color:#227da9;
 font-weight:bold;
}
.news_xg ul{
 border-top:1px solid #b8d6e1;
 border-bottom:1px solid #b8d6e1;
 margin-top:5px;
 padding-bottom:5px;
}
.news_xg ul li{
 width:550px;
 height:31px;
 line-height:31px;
 text-indent:22px;
 font-size:14px;
 background:url(/images/images_home/3/index_line_point002.gif) no-repeat; 
}
.news_xg ul li a:hover{
 position:relative;
 top:1px;
 left:1px; 
}

/*图片*/
.l_img_box{
 width:608px;
 border:1px solid #b8d5e3;
 margin-top:1px;
}
.jhwt_zhai_dpic{
 padding-top:8px;
 padding-bottom:8px;
}
.jhwt_zhai_dpic ul li{
 float:left;
 text-align:center;
 margin-left:21px;
 *margin-left:21px;
 _margin-left:10px;
  margin-right:0px;
 *margin-right:0px;
 _margin-right:10px;
 width:126px;
 margin-top:5px;
}
.jhwt_zhai_dpic ul li img{
 padding:1px;
 border:1px solid #ccc;
}
.jhwt_zhai_dpic ul li img,.jhwt_zhai_dpic ul li a{
 display:block;
}
.jhwt_zhai_dpic ul li h2{
 margin:0px;
 padding:0px;
}
.jhwt_zhai_dpic_tushuo{
 font-weight:100;
 font-size:12px;
 padding-top:3px;
 *padding-top:6px;/*for IE7.0*/
 _padding-top:6px;/*for IE6.0*/
 height:18px;
 margin:0px;
}
.jhwt_zhai_dpic_jianjie{
 font-weight:100;
 text-align:left;
 font-size:12px;
 margin:0px 10px;
}



/**排行榜**/
.ranked_box{
 width:608px;
 border:1px solid #b8d5e3;
}
.ranked_box_2{

}
.jhxw_paihang{
 margin:5px 0px 3px 0px;
}
.jhxw_paihang li{
 height:24px;
 text-indent:15px;
}
.ranked_box_2 h2{
 font-size:12px;
 color:#6a6a6a;
 text-indent:10px;
 line-height:24px;
 border-bottom:1px solid #b8d6e1;
 margin:0px;
 padding:0px;
}
.jhxw_paihang li img{
 position:relative;
 top:2px;
 margin-right:10px;
}
