﻿@charset "utf-8";

/*分页样式*/
.pgsz{font-size:12px;color:#000;margin:20px auto;height:30px;line-height:30px;width:600px; text-align:center;border:red 0px solid;}
.pgsz .pgsz_sel{width:45px;height:20px;background:#fff;border:#ccc 1px solid;}
.pgsz .pgsz_but{width:25px;height:20px;background:#f1f1f1;font-size:14px;border:#999 1px solid;}
.pgsz .pgsz_num{width:20px;background:#eee;cursor:pointer;padding:0px 3px;border:#999 1px solid;margin:3px;}
.pgsz .pgsz_now{color:#fff;width:20px;background:#09F;padding:0px 3px;border:#999 1px solid;margin:3px;}
.pgsz .pgsz_sum{font-size:14px;padding:1px;border:#ccc 1px solid;}

/*详细页面样式*/
.sys_info{table-layout:fixed;white-space:normal;word-break:break-all;overflow:hidden;line-height:20px; text-align:left;}

.sys_info .tit{font-size:16px;font-weight:bold; text-align:center;}
.sys_info .tit_bak{color:#666;font-size:14px;font-weight:bold; text-align:center;}
.sys_info .pub_time{font-size:12px;color:#999;text-align:center;height:30px;line-height:30px;}

.sys_info .info_con{color:#333;font-size:14px;line-height:25px;width:99%;TEXT-INDENT:2em;min-height:200px;;overflow:auto;}
.sys_info .info_con img{clear:left; max-width:560px;margin:5px;}
.sys_info .info_con p{clear:left;border:red 0px solid;}

.sys_info .info_fst_pic{color:#0033CC;padding:10px;margin:5px; text-align:center;}
.sys_info .info_fst_pic p{padding:5px; text-align:left;}
.sys_info .info_fst_down{color:#333;padding:10px;margin:5px;border:#06F 1px solid;}
.sys_info .info_fst_down p{padding:5px; text-align:right;}

/*新闻列表样式*/
.sys_newslist{border:red 0px solid;font-size:12px;color:#666;}
.sys_newslist ul{padding:0px;margin:0px;}
.sys_newslist ul li{height:30px;line-height:30px;border-bottom:#ccc 1px dashed;list-style:none;}
.sys_newslist ul li span{float:right;width:100px;}

.sys_newslist ul li a{color:#333;}
.sys_newslist ul li a:hover{text-decoration:underline;}

/*相册样式*/