.col { width:100%;
}
.col .hd, .col .ft {
	height:8px;
	background-image:url(../content.png);
	background-repeat:no-repeat;
	margin:0 -2px;
}
.col .hd {
	background-position:50% 0;
}
.col .ft {
	background-position:50% 100%;
}
.col .bd {
	padding:1px 6px;
}
.main .col .hd, .main .col .ft {
	background-image:url(../main.png);
}
.side .col .hd, .side .col .ft {
	background-image:url(../side.png);
}
/* 当前位置 */
.where { height: 28px; line-height: 28px; border-top: 1px #b6b6b6 solid; border-bottom: 1px #b6b6b6 solid; background: #f3e5c8 url(../col.png) 100% -31px no-repeat; margin-bottom: 10px; font-family: "微软雅黑"; font-size:14px; }
.where strong {
	display:inline-block;
	padding-left:31px;
	background:url(../col.png) 0 -1px no-repeat;
}
.where a { font-size:14px;}
/* 列表自定义 */
.main .list-b-t, .main .list-p-t {
	padding:10px 10px 0;
	overflow:visible;
}
.main .list-b-t li {
	padding:10px;
	border-bottom:1px #d2d2d2 dashed;
	color:#4d4d4d;
}
.main .list-b-t li.current h4, .main .list-b-t li.current h4 a, .main .list-b-t li.current p {
	color:#e35915;
}
.main .list-b-t li h4 {
	line-height:30px;
	font-size:16px;
	padding-left:40px;
	background:url(../col.png) -140px -120px no-repeat;
}
.main .list-b-t li h4 a {
	color:#4d4d4d;
}
.main .list-b-t li p {
	line-height:30px;
	padding-left:40px;
}
.main .list-p-t li {
	margin-bottom:1px;
	padding:10px;
	border-bottom:1px #b6b6b6 solid;
}
.main .list-p-t li a.pic {
	float:left;
}
.main .list-p-t li a.pic img {
	width:130px;
	border:1px #b6b6b6 solid;
	padding:4px;
}
.main .list-p-t li a.pic:hover img, .main .list-p-t li.current a img {
	background-color:#fff;
	border:1px #e35915 solid;
}
.main .list-p-t li h4 {
	background:url(../col.png) -140px -120px no-repeat;
	margin-left:150px;
	padding-left:40px;
	line-height:30px;
	font-size:16px;
	color:#e35915;
}
.main .list-p-t li p {
	margin-left:160px;
	line-height:30px;
	font-size:14px;
}
.main .list-p-t li p.intro strong {
	height:95px;
	float:left;
	display:block;
}
.main .list-p-t li p a {
	color:#e35915;
	margin-left:10px;
}
.main .list-b-t li.current, .main .list-p-t li.current {
	background-color:#f3e5c8;
}
.main .list-b-t li.current h4, .main .list-p-t li.current h4 {
	background:url(../col.png) -140px -90px no-repeat;
}
/* 列表分享 */
.col .list-b-t li {
	*position:static;
	height:60px;
}
.col .list-b-t .share {
	width:50px;
	margin:-30px 0 0 630px;
}
.col .list-b-t .share .btn {
	display:inline-block;
	padding-left:20px;
	background:url(../col.png) -40px -120px no-repeat;
	line-height:30px;
	font-weight:bold;
}
.col .list-b-t .current .share .btn {
	background:url(../col.png) -40px -90px no-repeat;
}
.col .list-b-t .share .share-box {
	position:absolute;
	top:70px;
	right:10px;
	border:1px #d2d2d2 solid;
	width:80px;
	line-height:14px;
	*margin-left:-40px;
	padding:5px!important;
	background-color:#fff;
	display:none;
	z-index:999;
	*position:relative;
	*top:0;
	*right:0;
}
.col .list-b-t .share .share-box a {
	position:relative;
	display:block;
	width:55px;
	padding-left:25px;
	z-index:999;
}
.col .list-b-t .share .share-box a:hover {
	background-color:#ddd;
}
/* 分页 */
.pages {
	padding:10px;
	font-size:14px;
	text-align:center;
}
.pages a {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	background:url(../col.png) 0 -120px no-repeat;
}
.pages a.current {
	background:url(../col.png) 0 -90px no-repeat;
	color:#e35915;
}
.pages a.first, .pages a.prev, .pages a.next, .pages a.last {
	width:90px;
	background:url(../col.png) 0 -60px no-repeat;
}
/* 正文自定义 */
.article {
	padding:0 20px;
}
.article h2 {
	color:#c00;
	font:bold 24px/50px microsoft yahei;
	padding-top:10px;
	text-align:center;
}
.article .info {
	line-height:40px;
	border-bottom:1px #ccc dashed;
	text-align:center;
	position: relative;
}
.article .info span {
	margin-right:20px;
}
.article .article-box {
	padding:20px;
	border-bottom:1px #d1d1d1 dashed;
}
.article .article-box p {
	line-height:2em;
	font-size:16px;
	margin-bottom:1em;
}
.article table {
	margin:0 auto 1em;
}
.article .article-box table {
	width:90%;
}
.article .article-box table p {
	margin:5px;
	text-align:center;
}
.article-box p a {
	text-decoration:underline;
	margin:0 5px;
	color:#09c;
}
.article-box img {
	max-width:600px;
}
.article .opt {
	text-align:right;
	line-height:25px;
	color:#323232;
	margin-bottom:20px;
}
.article .opt a {
	display:inline-block;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#323232;
}
.article .opt a:hover {
	color:#09c;
}
.article .related {
	margin:10px 0;
}
.article .related h4 {
	height:36px;
	border-bottom:1px #d1d1d1 solid;
	clear:both;
}
.article .related h4 span {
	display:inline-block;
	border-bottom:2px #c00 solid;
	font:normal 18px/36px microsoft yahei;
	color:#c00;
	margin-bottom:-2px;
	padding:0 10px;
	position:relative;
}
.article .related ul {
	margin-right:-30px;
	padding:10px;
}
.article .related li {
	background-image: url(../a_34.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	height:32px;
	line-height:32px;
	font-size:14px;
}
.article .related li .date {
	margin-left:20px;
	color:#999;
	font-size:12px;
}
.article .related li a:hover {
	text-decoration:underline;
}
/* 正文分享 */
.viewed {
	display:inline-block;
	padding-left:100px;
}
.article .info span a {
	position:relative;
	z-index:1000;
}
.article .share {
	height:40px;
	margin:-40px 0 0 0;
	position:relative;
	z-index:999;
}
.article .share .btn {
	display:block;
	width:55px;
	height:15px;
	line-height:15px;
	background:url(/images/col/share2.png) no-repeat;
	padding:0 0 15px 35px;
	position:absolute;
	top:12px;
	left:450px;
}
.article .share .share-box {
	display:none;
	position:absolute;
	top:32px;
	left:460px;
	border:1px #ccc solid;
	background-color:#ffb;
	padding:5px!important;
	width:250px;
}
/* 正文组图 */
.photos {
	width:620px;
	margin:0 auto;
	position:relative;
}
.photos .pic {
	text-align:center;
	position:relative;
}
.photos .pic img {
	min-height:360px;
}
.photos .pic span {
	display:block;
}
.photos .pic .tips {
	display:none;
	width:200px;
	font-size:14px;
	line-height:40px;
	background:rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	color:#fff;
	padding:0 10px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -110px;
}
.photos h4 {
	line-height:30px;
	text-align:center;
	font-size:16px;
	padding:10px 0;
}
.photos .preview { /* 容器大小、溢出隐藏 */
	width:620px;
	height:80px;
	position:relative;
	overflow:hidden;
	border-top:1px #e0e0e0 solid;
	border-bottom:1px #e0e0e0 solid;
	background-color:#fff;
	margin:0 auto;
	padding:1px 0;
}
.photos .preview ul {
	height:80px;
	background-color:#f2f2f2;
}
.photos .preview li { /* 子元素大小 */
	width:124px;
	height:70px;
	line-height:70px;
	font-size:14px;
	text-align:center;
	padding:5px 0;
}
.photos .preview li a {
	width:112px;
	height:66px;
	display:block;
	border:2px #f2f2f2 solid;
	margin:0 auto;
}
.photos .preview li.current a {
	border:2px #2c94df solid;
}
.photos .preview li a span {
	width:110px;
	height:64px;
	display:block;
	border:1px #fff solid;
	background-color:#fff;
	overflow:hidden;
	cursor:pointer;
}
.photos .preview li a img {
	width:110px;
}
.photos p .prev, .photos p .next {
	display:block;
	width:23px;
	height:23px;
	border:none;
	background-image:url(/images/col/arr.png);
	background-repeat:no-repeat;
	position:absolute;
	bottom:30px;
	cursor:pointer;
	z-index:3;
	font:0/0 lx;
	overflow:hidden;
	margin:0;
}
.photos p .prev {
	left:0;
}
.photos p .next {
	background-position:100% 0;
	right:0;
}
/* 新增大图点击 */
.photos .pic .prev, .photos .pic .next {
	width:50%;
	_height:2000px;
	background-image:url(about:blank);
	position:absolute;
	top:0;
	bottom:0;
}
.photos .pic .prev {
	cursor:url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_left_arrow.cur), auto;
	left:0;
}
.photos .pic .next {
	cursor:url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_right_arrow.cur), auto;
	right:0;
}
/* 信息公开正文 */
.ios3 {
	color:#000;
	padding:0 50px 30px;
}
.ios3 .pane {
	border-top:1px #048 solid;
	border-bottom:1px #048 solid;
	background-color:#e6e6e6;
	margin-top:20px;
	padding:10px 20px;
	line-height:28px;
	font-size:16px;
}
.ios3 .pane p {
	height:28px;
	color:#048;
	padding:0 0 0 5px;
}
.ios3 .pane p strong {
	color:#000;
}
.ios3 .pane .cc {
	float:right;
	display:inline-block;
	*margin-top:-28px;
	_margin-top:-28px;
	background-color:#048;
	color:#fff;
	padding:0 5px;
}
.ios3 .pane .cc i {
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	background:url(../index/sprite.png) -700px 12px no-repeat;
}
.ios3 .pane table {
	margin:10px 0 0;
}
.ios3 table.s1 {
	width:100%;
}
.ios3 table.s1 th, .ios3 table.s1 td {
	line-height:20px;
	padding:5px;
	font-size:14px;
	color:#048;
}
.ios3 table.s1 tbody th {
	color:#000;
	font-weight:bold;
}
.ios3 h3 {
	font:bold 28px/48px 宋体;
	color:#d20000;
	text-align:center;
	border-bottom:5px #d20000 solid;
	margin-bottom:20px;
	margin-top:20px;
}
.ios3 .spc {
	height:24px;
	border:1px #ccc solid;
	border-top:1px #ea9b56 solid;
	background:url(../info/grad02.png) bottom repeat-x;
	margin-bottom:20px;
}
.ios3 .tt {
	font:normal 16px/60px 宋体;
	text-align:center;
}
.ios3 h4 {
	font:normal 22pt/1.5em 宋体;
	letter-spacing:-1px;
	text-align:center;
	padding:30px 0;
}
.ios3 .files h4 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.ios3 .files p {
	font:normal 18px/1.5em 宋体;
	margin-bottom:1em;
}
.opti {
	text-align:right;
	line-height:30px;
}
.opti a {
	display:inline-block;
	margin-right:20px;
	padding:0 10px 0 30px;
}
.opti a.i1 {
	background:url(../col/icon_a.png) 5px 50% no-repeat;
}
.opti a.i2 {
	background:url(../col/icon_a.png) -100px 50% no-repeat;
}
.opti a.i3 {
	background:url(../col/icon_a.png) -205px 50% no-repeat;
}
/* 侧栏二级菜单 */
.side .list-a li ul {
	display:none;
	padding:5px 0 10px;
	margin:0 0 0 15px;
	border-bottom:1px #aaa solid;
}
.side .list-a li.current ul {
	display:block;
}
.side .list-a li li {
	background:none;
	padding:5px 10px 0;
}
.side .list-a li.current li a {
	height:30px;
	line-height:30px;
	background:#f3e5c8;
	color:#e35915;
	font-size:14px;
}
.side .list-a li li.current a {
	background:#e35915;
	color:#fff;
}

/* list */
.list-b-t li h4 a { font-size:16px; font-weight:bold;}
.list-t li a  { font-size:14px; color:#333}


.liuyan
{
	width: 90%;
	margin-top: 25px;
	padding: 20px;
	line-height: 40px;
	font-size:14px;
}
.zxly1
{
	color: #000;
	padding-left: 10px;
}
.zxly2
{
	color: #ec6c00;
	height: 40px;
	text-align: right;
}
.zxly-btn
{
	margin: 30px 0px 10px 0px;
	text-align: left;
}
.zxly-for
{
	width: 180px;
	height: 26px;
}
.zxly-for1
{
	background: #fff;
	border: 1px solid #e5e5e3;
	width: 590px;
	height: 70px;
	margin: 10px 0px 10px 0px;
}
.xing
{
	color: #ec6c00;
}

.right-ne1
{
	font-weight: bold;
	font-size: 20px;
}
.right-ne2
{
	background: url(../qunwendongtai_07.jpg) no-repeat left;
	padding-left: 20px;
	color: #040603;
	font-size: 13px;
	margin-top: 20px;
}
.right-ne3
{
	background: url(../qunwendongtai_07.jpg) no-repeat left;
	padding-left: 20px;
	color: #040603;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
}
