/* CSS Document */

/* 命名规则：
       行高：l+数字  如：l20（行高为20px）
	   margin的上下左右定义：m+各自的英文首字母+数值   如：mt20（margin-top:20px;）
	   padding的上下左右定义：p+各自的英文首字母+数值   如：pt20（padding-top:20px;）
	   border的上下左右定义：bor+各自的英文首字母   如：borl（border-bottom的样式）
       间隙定义：blank+数值
*/

/*通用样式*/
body {color: #333; font-family: Verdana, "宋体"; font-size: 12px; margin:0px; padding:0px; background:#fefefe;}
a{text-decoration:none;color:#666;}
a:hover{text-decoration:underline;}
ul,li,p{ margin:0; padding:0; list-style:none;}



/*中间内容样式开始*/
.dotline{ height:8px; width:100%; background:url(../images/dotline.gif) repeat-x center; overflow:hidden;}
.f14_b{ font-size:18px; font-weight:bold; text-align:left;}
.f14_b_blue{ font-size:18px; font-weight:bold; text-align:left; color:#214c79;}
.f14_green{ font-size:14px; font-weight:bold; text-align:left; color:#006600;}
.f14_green a:link,.f14_green a:visted{ color:#006600;}
.f13{ font-size:13px; color:#333333;}
.content{ color:#666; font-weight:bold; font-size:13px; line-height:22px; text-indent:2em;}
.report{ font-size:13px;}
.report li{ float:left; width:48%; list-style-image:none; background:url(../images/arrow.gif) no-repeat left center; text-indent:18px; line-height:24px;color:#214c79;}
.report li a:link,.report li a:visited{color:#214c79;}

.mid_centerbg{ background:url(../images/mid_centerbg.gif) repeat-y; width:100%;}
.mid_centerbg1{ background:url(../images/mid_centerbg1.gif) repeat-y; width:100%;}

.line2{ background:url(../images/line2.gif) no-repeat left bottom; width:100%; overflow:hidden; }
.line4{ background:url(../images/line4.gif) no-repeat left bottom; width:100%; overflow:hidden; }
.line5{ background:url(../images/line5.gif) no-repeat left bottom; width:100%; overflow:hidden; }

.r_title{ float:left; width:68%; text-align:left;}
.r_more{ float:right; text-align:left; width:30%; font-size:15px; font-weight:bold; color:#666; margin-top:5px;}

.icon_more{ float:right; text-align:left; width:20%; font-size:15px; font-weight:bold; color:#666; margin-top:5px;}
.icon_title{ float:left; width:80%; text-align:left;}
.icon_content{ font-size:13px; color:#666; line-height:22px; padding-left:18px;width:98%;}

.topic_img{ float:left; width:124px; height:auto; overflow:hidden; border:#fefefe  solid 1px;}
.topic_img img{ border: solid 1px #ccc; padding:1px;}
.top_more{ float:right; text-align:left; width:20%; font-size:15px; font-weight:bold; color:#666; margin-top:5px;}
.topic_con{ float:left; text-align:left; font-size:13px; line-height:22px; width:150px;}
.topic_con_list{ float:left; text-align:left; font-size:13px; line-height:22px; width:320px; overflow:hidden;}
.topic_list{ list-style:none; font-size:13px; padding:0; margin:0; text-align:left;}
.topic_list li{ float:left; width:50%; list-style-image:none;line-height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.topic_list li a:link,.topic_list li a:visited{color:#214c79;}

.topic_midbg{ width:100%; background:url(../images/topicbg2.gif) top center repeat-y;}
.topic_more{float:right; text-align:left; width:19%; font-size:14px; font-weight:bold; color:#666;}
.topic_title{ float:left; width:60%; text-align:left;}

.blank_br{ line-height:20px; height:20px;}
.blank5{ float:left; width:5px; height:auto; overflow:hidden;}
.f_view{ color:#1f4c74;}
.f_topic{ color:#000;}
.l22{ line-height:22px;}
.center_bg{ width:970px; background:url(../images/bot_centerbg.gif) repeat-y top center; overflow:hidden;}

.photoes_border td img{ border: solid 1px #ccc; padding:1px;}

/*中间内容样式结束*/

/* 尾部样式开始*/
.footer{ background:url(../images/footbg.gif) repeat-x; font-family: Verdana, "宋体";}
.f_black{ color:#000; font-size:12px; font-weight:bold;}
.footer p{ padding-left:10px; padding-top:2px;}
.footer a{ padding:0 10px; font-size:12px; font-weight: bold;color: #454545; text-decoration:none;}
.footer a:visited { padding:0 8px; font-size:12px; font-weight: bold;color: #454545;}
.footer a:hover {font-weight: bold; color: #910911; font-size:12px;}
.footer img{ border:0;}
/* 尾部样式结束*/