SOURCE

@charset "utf-8";
/* 代码展示 */
.wrap {
	padding:10px;
}
h1.tit {
	margin:0 0 20px 0;
	padding:0 10px;
	border-left:5px #09c solid;
	background-color:#eee;
	color:#09c;
	font:bold 14px/30px microsoft yahei;
}
p.code {
	clear:both;
	margin-top:20px;
	border-top:1px #ccc solid;
	font:normal 14px/2.8 microsoft yahei;
}
pre {
	display:none;
	white-space:pre-wrap; /* css3.0 */
    white-space:-moz-pre-wrap; /* Firefox */
    white-space:-pre-wrap; /* Opera 4-6 */
    white-space:-o-pre-wrap; /* Opera 7 */
    word-wrap:break-word; /* Internet Explorer 5.5+ */
}
.view {
	margin-bottom:20px;
	padding:0 0 0 10px;
	*padding:10px 0 10px 10px;
	border:1px #bde dashed;
	color:#0a0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
/*宽度*/
.w700 {
	width:700px;
}

/*焦点图*/
.focus {
	width:306px;
	height:286px;
	padding:1px;
	position:relative;
	border:1px #ccc solid;
}
.focus .pic {
	width:306px;
	display:none;
}
.focus .pic div {
	width:306px;
	height:268px;
	display:block;
	overflow:hidden;
}
.focus .pic div a {
	display:block;
	height:235px;
	overflow:hidden;
}
.focus .pic div p {
	height:33px;
	line-height:33px;
	text-align:center;
}
.focus .pic div img {
	width:318px;
}
.focus .num {
	padding-left:108px;
}
.focus .num li {
	float:left;
	margin:0 2px;
}
.focus .prev, .focus .next, .focus .num li a {
	display:block;
	width:14px;
	height:14px;
	background-image:url(../images/navi.png);
	background-repeat:no-repeat;
	text-indent:-999em;
}
.focus .prev {
	position:absolute;
	bottom:4px;
	_bottom:0;
	left:90px;
}
.focus .next {
	position:absolute;
	bottom:4px;
	_bottom:0;
	right:90px;
	background-position:-42px 0;
}
.focus .num li a {
	background-position:-14px 0;
}
.focus .num li.current a {
	background-position:-28px 0;
}


/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
/** 标题样式 **/
.cs-title {
	width:100%;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
}
/** 左右箭头样式 **/
.cs-prev, .cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
}
/** 默认数字按钮样式 **/
.cs-buttons {
	font-size: 0px;
	padding: 10px 0;
	float: left;
}
.cs-buttons a {
	margin-left: 5px;
	height: 10px;
	width: 10px;
	float: left;
	border: 1px solid #B8C4CF;
	color: #B8C4CF;
	text-indent: -1000px;
	border-radius: 50%;
	background: #CCC;
	background: -webkit-linear-gradient(top, #CCCCCC, #F3F3F3); /* webkit browsers */
	background:    -moz-linear-gradient(top, #CCCCCC, #F3F3F3); /* firefox 3.6+ */
	background:      -o-linear-gradient(top, #CCCCCC, #F3F3F3); /* opera */
	background:     -ms-linear-gradient(top, #CCCCCC, #F3F3F3); /* IE10 */
	background:         linear-gradient(top, #CCCCCC, #F3F3F3); /* css3 */
	font-size:0;
}
/** 当前数字按钮样式 **/
.cs-active {
	background-color: #B8C4CF;
	color: #FFFFFF;
}
a.cs-active {
	background: #599BDC;
	background: -webkit-linear-gradient(top, #599BDC, #3072B3); /* webkit browsers */
	background:    -moz-linear-gradient(top, #599BDC, #3072B3); /* firefox 3.6+ */
	background:      -o-linear-gradient(top, #599BDC, #3072B3); /* opera */
	background:     -ms-linear-gradient(top, #599BDC, #3072B3); /* IE10 */
	background:         linear-gradient(top, #599BDC, #3072B3); /* css3 */
	border-radius: 50%;
	box-shadow: 0 0 3px #518CC6;
	border: 1px solid #3072B3 !important;
}


/* 广告横幅 */
#ad-banner #small {
	display:none;
}
#ad-banner #big div, #ad-banner #small div {
	position:relative;
	margin:0 auto;
	width:1002px; /* 宽度根据实际情况自定义 */
}
#ad-banner #close {
	position:absolute;
	top:5px;
	right:5px;
}
#ad-banner #replay {
	position:absolute;
	bottom:5px;
	right:5px;
}
/* 广告对联 */
#ad-side #left {
	left:10px;
}
#ad-side #right {
	right:10px;
}
#ad-side #left, #ad-side #right {
	display:block;
	width:100px; /* 宽度根据实际情况自定义 */
}
#ad-side #close {
	float:right;
	margin:5px 5px -15px 0;
	position:relative;
	_display:inline;
}
/* 广告弹窗 */
#ad-msg #msg {
	display:none;
	width:240px;
	height:120px;
	border:1px #ccc solid;
	background-color:#fff;
}
#ad-msg #msg h3 {
	height:30px;
	line-height:30px;
	padding-left:10px;
	border-bottom:1px #ccc solid;
	background-color:#f8f8f8;
	position:relative;
}
#ad-msg #msg h3 #close {
	position:absolute;
	top:10px;
	right:5px;
}
#ad-msg #msg .cont {
	padding:10px;
	line-height:20px;
}
/* 关闭按钮 */
#close {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/close.png) no-repeat;
	cursor:pointer;
    text-align: left;
    letter-spacing: -3em;
    overflow: hidden;
}
#close:first-letter {
    margin-left: -20em;
}
a#close:hover {
	background:url(../images/close.png) -10px 0 no-repeat!important;
}


/* 信息公开正文样式一 */

.ios1 {
	color:#000;
}
.ios1 .pane {
	border:1px #ccc solid;
	background-color:#f4f4f4;
	padding:10px;
}
.ios1 .pane table {
	margin:0;
}
.ios1 table.s1 {
	width:100%;
}
.ios1 table.s1 th, .ios1 table.s1 td {
	border:1px #2593de solid;
	line-height:20px;
	padding:5px;
}
.ios1 table.s1 tbody th {
	width:100px;
	background-color:#d5efff;
	color:#000;
	text-align:center;
	font-weight:bold;
}
.ios1 h3 {
	font:bold 16px/72px 宋体;
	color:#d20000;
	text-align:center;
}
.ios1 .spc {
	height:24px;
	border:1px #ccc solid;
	border-top:1px #ea9b56 solid;
	background:url(../images/info/grad02.png) bottom repeat-x;
	margin-bottom:20px;
}
.ios1 .tt {
	font:normal 16px/60px 仿宋_GB2312;
	text-align:center;
}
.ios1 h4 {
	font:normal 22pt/1.5em 方正大标宋简体;
	letter-spacing:-1px;
	text-align:center;
	padding:30px 0;
}
.ios1 .files p {
	font:normal 20px/2em 仿宋_GB2312;
}
.ios1 .opt {
	padding:20px 0;
	text-align:center;
}
.ios1 .opt a {
	display:inline-block;
	width:92px;
	height:24px;
	border:1px #c1bab0 solid;
	background:url(../images/info/grad01.png) bottom repeat-x;
	font-size:12px;
	margin:0 10px;
	padding-left:20px;
}
.ios1 .opt a:hover {
	color:#d20000;
}
.ios1 .opt .i1 {
	background:url(../images/info/icon01.png) 10px 50% no-repeat;
}
.ios1 .opt .i2 {
	background:url(../images/info/icon02.png) 10px 50% no-repeat;
}
.ios1 .opt .i3 {
	background:url(../images/info/icon03.png) 10px 50% no-repeat;
}

/* 信息公开正文样式二 */

.ios2 table.s2 {
	width:100%;
	margin-bottom:1em;
}
.ios2 table.s2 th, .ios2 table.s2 td {
	border:1px #ccc solid;
	line-height:20px;
	padding:3px;
}
.ios2 table.s2 tbody th {
	width:100px;
	color:#000;
	text-align:center;
	font-weight:bold;
}
.ios2 .cont {
	border:1px #ccc solid;
	padding:20px;
	margin:0 auto 1em;
}
.ios2 h3 {
	font:bold 20px/50px 宋体;
	color:#d20000;
	text-align:center;
}
.ios2 .spc {
	height:0;
	font:0/0 lx;
	border-top:1px #ccc solid;
	margin-bottom:10px;
}
.ios2 .tt {
	font:normal 14px/20px 宋体;
	text-align:center;
}
.ios2 h4 {
	font:bold 20px/1.5em 仿宋_GB2312;
	letter-spacing:-1px;
	text-align:center;
	padding:30px 0;
}
.ios2 .files p {
	font:normal 14px/2em 宋体;
}
.ios2 .opt {
	padding:10px 0;
}
.ios2 .opt a {
	display:inline-block;
	margin:0 10px;
	font-weight:bold;
	font-size:12px;
}
console 命令行工具 X clear

                    
>
console