@charset "utf-8";
/* CSS Document */

/** 清除内外边距 **/ 

body, h1, h2, h3, h4, h5, h6, hr, p,  

blockquote, /* structural elements 结构元素 */ 

dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 

pre, /* text formatting elements 文本格式元素 */ 

fieldset, legend, button, input, textarea, /* form elements 表单元素 */ 

th, td, /* table elements 表格元素 */ 

img,/* img elements 图片元素 */
form{  
  border:medium none;  
  margin:0;  
  padding:0; 
} 
ul {list-style:none;}

/** 设置默认字体 **/ 

body,button, input, select, textarea {
	font-size: 12px;
	font-family: "宋体";
} 
button{ cursor:pointer;}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }  

em{font-style:normal;}  

/** 重置列表元素 **/ 

ul, ol { list-style: none; }  

/** 重置超链接元素 **/ 

a { text-decoration: none; color:#333;}  

a:hover {
	/**text-decoration: underline;**/ 
	color: #B70000;
}  

/** 重置图片元素 **/ 

img{ border:0px; vertical-align:middle;}  

/** 重置表格元素 **/ 

table { border-collapse: collapse; border-spacing: 0; } 
/* 左浮动 */
.f_left{
	float: left;
}
body{
	line-height:1.28;
	color:#242424;
	background-color: #ffffff;
	background-image: url(../images_index/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 140px;
}
/* 右浮动 */
.f_right{
	float:right;
	}
.btn_f_right{
	position:absolute;
	right:0px;
}
.text {
	font-family:'Hiragino Sans GB','Microsoft YaHei',sans-serif!important;
}
.ST_text {
	font-family:Tahoma, Verdanac, sans-serif, Arial ,宋体
}
.entext {
	font-family:Tahoma, Verdanac, sans-serif, Arial
}
.html, body {overflow-x: hidden; overflow-y: auto;}
/* Clearfix */
.clearfix:after {
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.clearfix {
zoom:1;
}
.font24{ font-size:24px; font-weight:normal;}
.font18{ font-size:18px;}
.font16{ font-size:16px; }
.font15{ font-size:15px;}
.font14{ font-size:14px;font-weight:normal;}
.font12{ font-size:12px;}
.red{
	color:#CC0000;
}
.wrapper{ width:980px; margin:0 auto;}



.left_3part{ width:260px; overflow:hidden;float:left;}
.left_2part{ width:690px; overflow:hidden;float:left;}
.center_3part{ width:420px;overflow:hidden;float:left; margin-left:10px; display: inline;}
.right_3part{ width:280px;overflow:hidden;float:left; margin-left:10px; display: inline;}
.right_part{ width:278px; 	
    border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc0202;
	border-right-color: #ffecd1;
	border-bottom-color: #ffecd1;
	border-left-color: #ffecd1;
	margin-top:10px;
	padding-bottom:10px;
	background-color:#fff6ea;
	float:right;
	} 
.right_part .right_title{
	background-image: url(../images_index/right_title.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-top:4px;
	margin-left:5px;
	line-height:25px;
	height:25px;
	font-family:'Hiragino Sans GB','Microsoft YaHei',sans-serif!important;
	font-size:14px;
	color:#cc0202;
}
.right_part .right_title a{
	color:#cc0202;
}

.newslist{ padding-top:5px; float:left;}
.newslist li{
	line-height:25px;
	background-image: url(../images_index/dian.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-left: 15px;
}

	
.left_column_title{
	line-height: 24px;
	background-image: url(../images_index/demo-4_03.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 24px;
	width: 87px;
	color:#d90600;
}
.left_column_title a{

	color:#d90600;
}
/*header头部导航*/
#header{
	height:82px;
	background-image: url(../images_index/headerbg.gif);
	background-repeat: repeat-x;
	width:100%;
}
#header_nav{
	width:980px;
	height:60px;
	margin:0 auto;
	background-image: url(../images_index/header_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px;	
}
#header_nav .nav_one{	
    background-image: url(../images_index/nav_line.gif);
	background-repeat: no-repeat;
	height:52px;
	padding-top:8px;
	width:353px;
	overflow:hidden;
	margin-left:115px;
	float:left;
	display:inline;
	}

#header_nav .nav_li {float:left; margin-left:13px; line-height:23px; display:inline;}
#header_nav .nav_two{
	background-image: url(../images_index/nav_line.gif);
	background-repeat: no-repeat;
	height:52px;
	padding-top:8px;
	width:360px;
	overflow:hidden;
	float:left;
	display:inline;

	}
#header_nav .nav_three{
	background-image: url(../images_index/nav_line.gif);
	background-repeat: no-repeat;
	height:52px;
	padding-top:8px;
	width:151px;
	overflow:hidden;
	float:left;
	color:#747474;
	display:inline;
	}
#header_nav .nav_three a{
	color:#747474
	}

/*logo&banner区*/
#logo{ position:relative;}
#logo #nowtime{ position:absolute; bottom:5px; left:40px; color:#333333}
/*焦点头条*/
#focus_news{ width:958px; height:68px; border:1px solid #ccc; margin:0 auto; background:#fff; margin-top:10px; padding:10px;}
#focus_news #news_text{ width:823px; text-align:center;}
#focus_news h1 a{
	color:#0b6db4;
	font-size:32px;
	font-weight: 400;
}
#focus_news p{line-height:24px;}


/* --------------------首页主体开始--------------------- */
/*要闻模块*/
.yw_section{
	margin-top:10px;
	width:978px;
	border:1px solid #D9D9D9;
	background-image: url(../images_index/pic_15.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.yw_secl{ width:606px; height:auto; float:left; overflow:hidden;}
.yw_secr{ width:369px; float:right; border-left:1px solid #D9D9D9; height:322px; overflow:hidden; background:url(pic_15.jpg) repeat-x 0px -1px; padding-top:10px;}
.slidenews{ width:596px;  padding:5px;}
.wmrc{
	width:596px;
	height:28px;
	margin-left:5px;

	background-image: url(../images_index/wmrc_bg.gif);
	background-repeat: no-repeat;
}
.wmrc p{
	padding-left:100px;
	height:28px;
	line-height:28px;

}
.wmrc p a{ padding-left:20px; font-size:14px; 	background-image: url(../images_index/dian.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;}
.yw_secr ul li{ display:block; width:77px; height:27px; float:left; text-align:center; line-height:27px; margin-left:15px;  _margin-left:10px; font-size:14px; font-weight:bold; }
.yw_secr ul li.li01{
	color:#fff;
	font-weight:bold;
	background-image: url(../images_index/pic_16.jpg);
	background-repeat: no-repeat;
}
.yw_secr ul li.li02 a:link,.yw_secr ul li.li02 a:visited{ font-size:14px; font-weight:bold;}
.yw_secr ul li.li02 a:hover{}
.yw_secr ul li.li01 a:link,.yw_secr ul li.li01 a:visited{ color:#fff; font-size:14px; font-weight:bold;}
.yw_secr ul li.li01 a:hover{}
.yw_secr ul li.li03{ text-align:right;}
.yw_secr_txt{ width:350px; height:46px; text-align:left; padding:12px 15px; *padding:14px 15px; _padding:13px 15px; border-bottom:1px dashed #D9D9D9;}
.yw_secr_txt h2 a:link,.yw_secr_txt h2 a:visited{  color:#1E4586;  font-size:16px; line-height:24px;}
.yw_secr_txt h2 a:hover{}
.yw_secr_txt h3 a:link,.yw_secr_txt h3 a:visited{ font-size:14px; font-weight:normal; line-height:24px;}
.yw_secr_txt h3 a:hover{}


/*联盟展播*/
.border{
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc0202;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
	margin-top:10px;
	padding-bottom:10px;
}
.part_title{
	height:33px;
	background-image: url(../images_index/title.jpg);
	background-repeat: no-repeat;
	line-height:33px;
	font-size:14px;
	color:#cc0202;
	font-family:'Hiragino Sans GB','Microsoft YaHei',sans-serif!important;
	text-indent: 45px;
}
.part_title a{

	color:#cc0202;

}
.alliance_topic { 
   height: 26px;
	width: 119px;
	display:inline;
	float:left;
	margin-left:6px;
	margin-top:5px;
	}
.alliance_topic a{
	line-height: 26px;
	background-image: url(../images_index/alliance_topic_bg.jpg);
	text-align: center;
	height: 26px;
	width: 119px;
	display:block;
	color:#FFF;
}

/*公告 简报 文件 tab*/
.announcement{ width:258px; overflow:hidden; position:relative; z-index:999; padding-top:36px;}
.ggtab{
	background-image: url(../images_index/tab_bg.gif);
	height:33px;
	width:280px;
	white-space:nowrap;
	overflow:hidden;
	margin-left:-1px;
	position:absolute;
	z-index:0px;
	top:0px;
}
.ggtab .selected{ background:#FFFFFF; color:#cc0202; display:block;width:87px; font-weight:bold;
	}
.ggtab li{
	width:85px;	
	line-height:33px;
	font-size:14px;
	float:left;
	text-align:center;
    border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/*直播四川*/
#region{
	background-image: url(../images_index/dq_bg.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 388px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:14px;
}
#region ul li{ float:left; margin:0 5px; line-height:24px;display:inline;white-space:nowrap;}
#region .region_w{ width:55px;}



#ztld{ margin-left:15px; margin-top:1px;}
#ztld li img{ border:1px solid #CCC; margin-top:11px;}

/*文明微薄*/
.weibo_part{	background-image: url(../images_index/right_part_bg.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	padding-bottom:15px;
}
#weibo{ margin-top:10px; margin-left:10px; padding-bottom:15px;}
#weibo #user_photo , #weibo #user_name , #weibo #join_btn { float:left; width:60px; text-align:center;}

#weibo #user_photo img{ border:solid 1px #ccc;}
#weibo #user_name{ line-height:24px; }
#weibo #text_info{
	float:right;
	background-image: url(../images_index/weibo_info.gif);
	background-repeat: no-repeat;
	height: 137px;
	width: 176px;
	padding-left:15px;
	padding-top:5px;
	display:inline;
	margin-right:10px;
}
#weibo #text_info span{margin-left:115px;line-height:24px;}
#weibo #text_info p{ line-height:21px; color:#555555;}
#weibo #text_info span ,#weibo #text_info span a{ color:#FF0000; clear:both; }
.weibo_fans{ float:left; margin:5px 0 0 13px; display:inline;}
.weibo_fans dt{ text-align:center; line-height:24px;}
.weibo_fans dt a{color:#555555;}
.weibo_fans dd{ padding:3px; background-color:#FFFFFF; width:45px; border:1px solid #ccc;}
.weibo_fans dd img{ vertical-align:middle;}
#bbs_photo{ border:1px solid #CCC; padding:4px; background-color:#fff; width:240px; height:80px; margin-left:13px; margin-top:10px;}
#bbs_photo img{ width:240px; height:80px;}



/*蜀风评论*/
#f_news{ float:left; display:inline; margin-left:10px; margin-top:10px; margin-right:2px;}
#f_news dd{ padding:4px; border:1px solid #ccc;}
#f_news dd img{}
#f_news dt{ width:80px; text-align:center; line-height:24px;}

/*专题荟萃*/
.zthc{
	width:648px;
	height:215px;
	border:1px solid #CCC;
	float:left;
	margin-top:10px;
	background-image: url(../images_index/zthc.jpg);
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	padding-left:40px;
	overflow:hidden;
	margin-bottom:10px;
}
.zthc dl{ float:left; width:120px; height:80px; padding:4px; border:#CCCCCC 1px solid; background-color:#fff; position:relative; margin-left:27px; display:inline; margin-top:12px;}
.zthc dl dt{ position:absolute; bottom:5px; z-index:998; color:#FFFFFF; text-align:center; width:120px; overflow:hidden; line-height:20px;}
.zthc dl dt a{color:#FFFFFF;}
.zthc dl .bg{ position:absolute; bottom:5px; width:120px; height:20px; background-color:#000; display:block;z-index:1;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}


/*文明创建*/
#cjkx{
	float:left;
	margin-left:11px;
	margin-top:10px;
	background-image: url(../images_index/demo-4_05.png);
	background-repeat: no-repeat;
	height: 143px;
	width: 327px;
	background-position: 0px 24px;
	display:inline;
	margin-bottom:10px;
}
#cjsjk{	float:left;
	margin-left:11px;
	margin-top:10px;
	background-image: url(../images_index/demo-4_05.png);
	background-repeat: no-repeat;
	height: 143px;
	width: 327px;
	background-position: 0px 24px;}
#sjk_select, #sjk_btn , #sjk_cx_btn{ float:left;}
##sjk_btn{ margin-top:1px;}
#sjk_btn li { width:90px; margin:17px  4px 0 14px;}
#sjk_select{
	width:130px;
	line-height:24px;
	padding-top:15px;
	color:#999999;
	margin-right:3px;

}
#sjk_select select{ width:120px;}
#sjk_cx_btn img{ vertical-align:middle;}
#sjk_cx_btn{ margin-top:22px; width:71px; height:76px; background:none;}

#wmcl{
	clear:both;
	padding-left:10px;
	width:655px;
	height:144px;
	background-image: url(../images_index/demo-4_12.png);
	background-repeat: no-repeat;
	margin-left:11px;
}
#wmcl ul { width:100px; float:left; margin-top:30px;}
#wmcl ul li{
	background-image: url(../images_index/demo-4_15.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 93px;
	line-height:24px;
	margin-top:10px;
	text-indent: 25px;
	letter-spacing: 1em;
}
#wmcl ul li a{display:block;
	height: 24px;
	width: 93px;}
#wmcl .selected{
	background-image: url(../images_index/demo-4_12.jpg);
	color:#fff;

}
.wmcl_list { float:left; margin-top:25px; margin-right:8px;}
.wmcl_list dd{ padding:4px; border:1px solid #CCC; background-color:#fff; width:120px; height:80px;}
.wmcl_list dt { text-align:center; line-height:24px;} 


/*焦点图文列表*/

.f_photo_news {
	width:315px;
	margin:10px 0 0 10px;
	background-image: url(../images_index/dashed_line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom:15px;
}
.f_photo_news .f_photo{ padding:4px; border:1px solid #ccc; width:120px; height:80px; float:left; margin-right:8px; background-color:#fff;}
.f_photo_news .f_photo img{ width:120px; height:80px;}
.f_photo_news .f_title{float:left; width:174px; line-height:24px; margin-top:3px; }
.f_photo_news .f_title a{ color:#cc0202; font-size:14px;}
.f_photo_news .f_info{ line-height:20px; width:174px; height:60px; overflow:hidden;}
.f_photo_news .f_info a{ color:#666;}
.f_photo_news .f_info span a{ color:#cc0202;}


/*榜样的力量*/
#bydll{ float:left;}

/*四川好人*/
#schr{
	float:left;
	margin-left:10px;
	display:inline;
	margin-top:10px;
	width:345px;
	background-image: url(../images_index/demo-4_59.png);
	height: 240px;
	background-position: 0 24px;
	background-repeat: no-repeat;
}
#schr .schr_list{ margin:5px 0 0 10px; float:left; display:inline;}
#schr .schr_list dd{ background-color:#fff; border:1px solid #ccc;}
#schr .schr_list dt{ line-height:24px; text-align:center; width:100px;}

/*视频*/
#video{ margin-left:13px; padding:4px; border:1px solid #ccc; background-color:#fff; width:240px; overflow:hidden; margin-top:5px;}

.video_list{ padding-top:5px;}
.video_list li{
	background-image: url(../images_index/video_ico.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	line-height:24px;
	padding-left:30px;
}
/*广告*/
.ad{ margin-top:10px;}

/*三基地一窗口*/

.r_photo_news {
	width:263px;
	margin:10px 0 0 10px;
	background-image: url(../images_index/dashed_line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom:15px;
}
.r_photo_news .g_photo {
	width: 100px;
	background-color: #fff;
	clear: left;
	float: left;
	height: 123px;
	padding: 4px;
	margin-right: 8px;
	border: 1px solid #fff;
}

.r_photo_news .f_photo{ padding:4px; border:1px solid #ccc; width:120px; height:80px; float:left; margin-right:8px; background-color:#fff;}
.r_photo_news .f_photo img{ width:120px; height:80px;}
.r_photo_news .f_title{float:left; width:120px; line-height:24px; margin-top:3px; }
.r_photo_news .f_title a{ color:#cc0202; font-size:14px;}
.r_photo_news .f_info{ line-height:20px; width:120px; height:60px; overflow:hidden;}
.r_photo_news .g_info {
	height: 123px;
}

.r_photo_news .f_info a{ color:#666;}
.r_photo_news .f_info span a{ color:#cc0202;}


/*未成年人*/

.wcnr{ width:318px;margin-top:10px;margin-left:10px;}
.wcnr_list{
	background-color:#ffffff;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #fed096;
	border-left-color: #fed096;
	width:316px;
	background-image: url(../images_index/wcnr_bg.gif);
	background-repeat: repeat-x;
	z-index:1;	
	position:relative;
}
.wcnr_list li{
	float:left;
}
.wcnr_list li a{width:77px;
	line-height:25px; display:block;
	width:78px;
	line-height:25px;
	height:25px;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #feeacf;
	border-right-color: #fed096;
	border-bottom-color: #fed096;
	color:#ae5b0a;
	

	}
.wcnr_list .selected{ background-color:#fff6ea;border-bottom:#fff6ea 1px solid; display:block; }
.tab_wcnr{
	background-color:#fff6ea;
	width:315px;
	border: 1px solid #fed096;
	margin-top:-1px;
	z-index:0;
	position:relative;

	height:90px;

}



.jieri{	margin-left:10px;
	margin-top:10px;}

.jieri_list{
	background-color:#ffffff;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #fed096;
	border-left-color: #fed096;
	width:315px;
	background-image: url(../images_index/wcnr_bg.gif);
	background-repeat: repeat-x;
	z-index:1;	
	position:relative;

	}
.jieri_list li{ float:left;}
.jieri_list li a{ width:77px;
	line-height:25px; display:block;
	width:44px;
	line-height:25px;
	height:25px;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #feeacf;
	border-right-color: #fed096;
	border-bottom-color: #fed096;
	color:#ae5b0a;
	} 
.tab_jieri{
	background-color:#fff6ea;
	width:314px;
	border: 1px solid #fed096;
	margin-top:-1px;
	z-index:0;
	position:relative;
	height:90px;

}

/*节日*/
.r_photo_news_lite{ margin-left:10px; float:left; display:inline;}
.r_photo_news_lite .f_photo{float:left;}
.r_photo_news_lite .f_photo img { width:65px; height:80px; padding:4px; border:1px solid #ccc; background-color:#FFFFFF;}

.r_photo_news_lite .f_title{float:left; width:175px; line-height:24px; margin-top:3px; display:inline; margin-left:8px; }
.r_photo_news_lite .f_title a{ color:#cc0202; font-size:14px;}
.r_photo_news_lite .f_info{ float:left;line-height:20px; width:175px; height:60px; overflow:hidden;display:inline; margin-left:8px;}
.r_photo_news_lite .f_info a{ color:#666;}
.r_photo_news_lite .f_info span a{ color:#cc0202;}

.r_list_list{margin-top:0px; padding-top:0px;float:left; width:180px; overflow:hidden;}

/*魅力四川*/
.mlsc_list{ padding:0; margin-top:10px;line-height:18px;float:left;}

.mlsc_list li{
	line-height:24px;
	background-image: url(../images_index/dian.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 15px;
}
.mlsc{
	float:left;
	margin-left:11px;
	margin-top:10px;
	background-image: url(../images_index/mlsc_bg.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 327px;
	background-position: 0px 24px;
	display:inline;
}
.l_photo_news_lite { float:left; margin-left:10px; margin-top:14px; display:inline;}
.l_photo_news_lite .f_photo{ padding:4px; border:1px solid #ccc; background-color:#fff;}
.l_photo_news_lite .f_photo img{ width:80px; height:100px;}

/*巴蜀儿女*/
.mlsc_r{ width:278px; 	
    border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc0202;
	border-right-color: #ffecd1;
	border-bottom-color: #ffecd1;
	border-left-color: #ffecd1;
	margin-top:10px;
	padding-bottom:10px;
	background-color:#fff6ea;
	float:right;
	margin-right:10px;
	display:inline;
	} 

.right_column_title{
	background-image: url(../images_index/part_title.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top:4px;
	margin-left:5px;
	line-height:25px;
	height:25px;
	font-family:'Hiragino Sans GB','Microsoft YaHei',sans-serif!important;
	font-size:14px;
	color:#cc0202;
	background-position: 6px center;
}
.right_column_title a{

	color:#cc0202;

}
.xjt{	background-image: url(../images_index/right_part_bg.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	padding-bottom:10px;
}

/*文艺之窗*/
.wyzc{
	float:left;
	margin-left:11px;
	margin-top:10px;
	background-image: url(../images_index/wyzc_bg.png);
	background-repeat: no-repeat;
	height: 271px;
	width: 214px;
	background-position: 0px 24px;
	display:inline;
	overflow:hidden;
}

.wyzc_list{ padding:0; margin-top:10px;line-height:18px;float:left;}

.wyzc_list li{
	line-height:22px;
	background-image: url(../images_index/dian.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 15px;}
.wyzc_photo_news {
	width: 214px;
	margin:10px 0 0 10px;
	background-image: url(../images_index/dashed_line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height:115px;
	overflow:hidden;

	padding-bottom:15px;
}
.wyzc_photo_news .f_photo{ padding:4px; border:1px solid #ccc; background-color:#fff;width:80px; height:110px; float:left; margin-right:8px;}
.wyzc_photo_news .f_title{float:left; width:100px; line-height:20px; margin-top:3px; }
.wyzc_photo_news .f_title a{ color:#cc0202; font-size:12px;}
.wyzc_photo_news .f_info{ line-height:19px; width:100px; height:110px; overflow:hidden;}
.wyzc_photo_news .f_info a{ color:#666;}
.wyzc_photo_news .f_info span a{ color:#cc0202;}

.wyzc_photo_news  .f_photo img{ width:80px; height:110px;}

.wyzc .left_column_title{
}
/*文艺之窗*/
#tyzj{
	
	background-image: url(../images_index/zlzj.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 956px;
	float:left;
	display:inline;
	background-color:#fee2be;
	margin-top:10px;
	margin-left:10px;
	border:1px solid #fed096;
	overflow:hidden;
}
#tyzj ul {margin-left:90px;}
#tyzj ul li{
	float:left;
	margin:0 12px;
	height: 27px;
	line-height: 27px;
	display:inline;
}
/*图说文明*/
.tswm{ height:310px; overflow:hidden;}
.tswm_list{ float:left; margin-left:10px; margin-top:2px;}
.tswm_list dd{ width:140px; height:100px; padding:4px; border:1px solid #ccc; overflow:hidden;}
.tswm_list dd img{ width:140px; height:100px;}
.tswm_list dt{ width:140px; line-height:24px; height:24px; text-align:center;}
/*文明网联盟*/
.wmwlm{ height:130px; overflow:hidden;}
.wmwlm ul{ padding:0 5px;}
.wmwlm ul li {float:left; display:inline;white-space:nowrap; margin: 0 4px; line-height:24px;}

.link{
	border:1px solid #fed096;
	width:938px;
	margin-top:10px;
	background-color: #fff3e4;
	background-image: url(../images_index/link_bg.jpg);
	background-repeat: no-repeat;
	height: 88px;
	overflow:hidden;
	padding-left:40px;
	padding-top:4px;
}
.link td{ line-height:22px; height:22px;}

.copyright{
	width:100%;
	background-image: url(../images_index/copyright_bg.gif);
	background-repeat: repeat-x;
	margin-top:10px;
	padding-top:15px;
}
.friendlink { width:980px; height:24px; margin:0 auto;}
.copyright_txt{ text-align:center; line-height:24px;}
