/* ==========================================================================
   Component: Base
 ============================================================================ */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Set <html> and <body> to inherit the height of the viewport */
html, body {
	min-height: 100%;
}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
}
/* Remove default margin. */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template, script {
 display: none;
}
/* Links
   ========================================================================== */
/* Remove the gray background color from active links in IE 10. */
a {
	background-color: transparent;
}
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
     ========================================================================== */
/* Remove text-decoration */
ins, a {
	text-decoration: none;
}
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong {
	font-weight: bold;
}
/* Improve readability of pre-formatted text in all browsers. */
pre {
	white-space: pre-wrap;
}
/* Address inconsistent and variable font size in all browsers. */
small {
	font-size: 80%;
}
/* Embedded content
   ========================================================================== */
/**
  * 1. Corrects max-width behavior (2.) if padding and border are used
  * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  * 3. Remove the gap between images and the bottom of their containers
  * 4. Remove border when inside `a` element in IE 8/9.
  */
img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 0;
}
/* Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	padding: 0;
}
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
	line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
	padding: 0;
	box-sizing: border-box;
}
/* Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
	cursor: default;
}
/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
/* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
	resize: vertical;
}
optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: separate;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/* ==========================================================================
   Component:Hanweb Base
 ============================================================================ */
/**
 * `font-size` is set in `html` element to support the `rem` unit for font-sizes
 * NOTE: IE9 & IE10 do not recognize `rem` units when used with the `font` shorthand property.
 */
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
body {
	position: relative;
	background: #ffffff;
	font-family: '微软雅黑', Arial;
	font-weight: normal;
	line-height: 1.6;
	color: #333333;
	font-size: 13px;
}
body, input, textarea, select, button {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
/* links */
a {
	color: #3d3d3d;
}
a:hover, a:focus {
	color: #171717;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* Spacing for block elements */
p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure {
	margin: 0 0 10px 0;
}
* + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
	margin-top: 10px;
}
/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight: 600;
	font-size: 100%;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
	margin-top: 2em;
}
/* List
   ========================================================================== */
/* Ordered and unordered lists */
ul, ol {
	padding-left: 2em;
}
/* Reset margin for nested lists */
ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
/*margin: 1em 0;*/
}
hr {
	display: block;
	padding: 0;
	border: 0;
	height: 0;
	border-top: 1px solid #eeeeee;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* iframe */
iframe {
	border: 0;
}
/* ==========================================================================
   Component: Table
 ============================================================================ */
table {
	max-width: 100%;
	background-color: transparent;
	empty-cells: show;
}
th {
	text-align: left;
}
.bt-table {
	width: 100%;
	margin-bottom: 10px;
	border-spacing: 0;
	border-collapse: separate;
}
.bt-table > thead > tr > th, .bt-table > tbody > tr > th, .bt-table > tfoot > tr > th, .bt-table > thead > tr > td, .bt-table > tbody > tr > td, .bt-table > tfoot > tr > td {
	padding: 0.7rem;
	line-height: 1.6;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.bt-table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #dddddd;
}
.bt-table > caption + thead > tr:first-child > th, .bt-table > colgroup + thead > tr:first-child > th, .bt-table > thead:first-child > tr:first-child > th, .bt-table > caption + thead > tr:first-child > td, .bt-table > colgroup + thead > tr:first-child > td, .bt-table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.bt-table > tbody + tbody tr:first-child td {
	border-top: 2px solid #dddddd;
}
/* Bordered version */
.bt-table-bordered {
	border: 1px solid #dddddd;
}
.bt-table-bordered > thead > tr > th, .bt-table-bordered > tbody > tr > th, .bt-table-bordered > tfoot > tr > th, .bt-table-bordered > thead > tr > td, .bt-table-bordered > tbody > tr > td, .bt-table-bordered > tfoot > tr > td {
	border-left: 1px solid #dddddd;
}
.bt-table-bordered > thead > tr > th:first-child, .bt-table-bordered > tbody > tr > th:first-child, .bt-table-bordered > tfoot > tr > th:first-child, .bt-table-bordered > thead > tr > td:first-child, .bt-table-bordered > tbody > tr > td:first-child, .bt-table-bordered > tfoot > tr > td:first-child {
	border-left: none;
}
/* Border-radius version */
.bt-table-radius {
	border: 1px solid #dddddd;
	border-radius: 2px;
}
.bt-table-radius > thead > tr:first-child > th:first-child, .bt-table-radius > thead > tr:first-child > td:first-child {
	border-top-left-radius: 2px;
	border-left: none;
}
.bt-table-radius > thead > tr:first-child > th:last-child, .bt-table-radius > thead > tr:first-child > td:last-child {
	border-top-right-radius: 2px;
	border-right: none;
}
.bt-table-radius > tbody > tr > th:first-child, .bt-table-radius > tbody > tr > td:first-child {
	border-left: none;
}
.bt-table-radius > tbody > tr > th:last-child, .bt-table-radius > tbody > tr > td:last-child {
	border-right: none;
}
.bt-table-radius > tbody > tr:last-child > th, .bt-table-radius > tbody > tr:last-child > td {
	border-bottom: none;
}
.bt-table-radius > tbody > tr:last-child > th:first-child, .bt-table-radius > tbody > tr:last-child > td:first-child {
	border-bottom-left-radius: 2px;
}
.bt-table-radius > tbody > tr:last-child > th:last-child, .bt-table-radius > tbody > tr:last-child > td:last-child {
	border-bottom-right-radius: 2px;
}
/* Zebra-striping */
.bt-table-striped > tbody > tr:nth-child(odd) > td, .bt-table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
/* Hover effect */
.bt-table-hover > tbody > tr:hover > td, .bt-table-hover > tbody > tr:hover > th {
	background-color: #e9e9e9;
}
.bt-table > thead > tr > td.bt-active, .bt-table > tbody > tr > td.bt-active, .bt-table > tfoot > tr > td.bt-active, .bt-table > thead > tr > th.bt-active, .bt-table > tbody > tr > th.bt-active, .bt-table > tfoot > tr > th.bt-active, .bt-table > thead > tr.bt-active > td, .bt-table > tbody > tr.bt-active > td, .bt-table > tfoot > tr.bt-active > td, .bt-table > thead > tr.bt-active > th, .bt-table > tbody > tr.bt-active > th, .bt-table > tfoot > tr.bt-active > th {
	background-color: #ffffdd;
}
.bt-table > thead > tr > td.bt-disabled, .bt-table > tbody > tr > td.bt-disabled, .bt-table > tfoot > tr > td.bt-disabled, .bt-table > thead > tr > th.bt-disabled, .bt-table > tbody > tr > th.bt-disabled, .bt-table > tfoot > tr > th.bt-disabled, .bt-table > thead > tr.bt-disabled > td, .bt-table > tbody > tr.bt-disabled > td, .bt-table > tfoot > tr.bt-disabled > td, .bt-table > thead > tr.bt-disabled > th, .bt-table > tbody > tr.bt-disabled > th, .bt-table > tfoot > tr.bt-disabled > th {
	color: #999999;
}
.bt-table > thead > tr > td.bt-primary, .bt-table > tbody > tr > td.bt-primary, .bt-table > tfoot > tr > td.bt-primary, .bt-table > thead > tr > th.bt-primary, .bt-table > tbody > tr > th.bt-primary, .bt-table > tfoot > tr > th.bt-primary, .bt-table > thead > tr.bt-primary > td, .bt-table > tbody > tr.bt-primary > td, .bt-table > tfoot > tr.bt-primary > td, .bt-table > thead > tr.bt-primary > th, .bt-table > tbody > tr.bt-primary > th, .bt-table > tfoot > tr.bt-primary > th {
	color: #292929;
	background-color: rgba(61, 61, 61, 0.115);
}
.bt-table > thead > tr > td.bt-success, .bt-table > tbody > tr > td.bt-success, .bt-table > tfoot > tr > td.bt-success, .bt-table > thead > tr > th.bt-success, .bt-table > tbody > tr > th.bt-success, .bt-table > tfoot > tr > th.bt-success, .bt-table > thead > tr.bt-success > td, .bt-table > tbody > tr.bt-success > td, .bt-table > tfoot > tr.bt-success > td, .bt-table > thead > tr.bt-success > th, .bt-table > tbody > tr.bt-success > th, .bt-table > tfoot > tr.bt-success > th {
	color: #5eb95e;
	background-color: rgba(94, 185, 94, 0.115);
}
.bt-table > thead > tr > td.bt-warning, .bt-table > tbody > tr > td.bt-warning, .bt-table > tfoot > tr > td.bt-warning, .bt-table > thead > tr > th.bt-warning, .bt-table > tbody > tr > th.bt-warning, .bt-table > tfoot > tr > th.bt-warning, .bt-table > thead > tr.bt-warning > td, .bt-table > tbody > tr.bt-warning > td, .bt-table > tfoot > tr.bt-warning > td, .bt-table > thead > tr.bt-warning > th, .bt-table > tbody > tr.bt-warning > th, .bt-table > tfoot > tr.bt-warning > th {
	color: #f37b1d;
	background-color: rgba(243, 123, 29, 0.115);
}
.bt-table > thead > tr > td.bt-danger, .bt-table > tbody > tr > td.bt-danger, .bt-table > tfoot > tr > td.bt-danger, .bt-table > thead > tr > th.bt-danger, .bt-table > tbody > tr > th.bt-danger, .bt-table > tfoot > tr > th.bt-danger, .bt-table > thead > tr.bt-danger > td, .bt-table > tbody > tr.bt-danger > td, .bt-table > tfoot > tr.bt-danger > td, .bt-table > thead > tr.bt-danger > th, .bt-table > tbody > tr.bt-danger > th, .bt-table > tfoot > tr.bt-danger > th {
	color: #dd514c;
	background-color: rgba(221, 81, 76, 0.115);
}
/*项目部 2016.06.13 */
/*说明：

      1. 增加样式支持信息公开
      2. 修改原V1.6中样式：所有控制字体为12px 的属性全部删除
*/

/**项目需要从新定义的属性：
===================================================================================================
**/

a {
	transition: all 0.2s ease-out 0s;
	color: #333
}
a:hover {
	transition: all 0.2s ease-out 0s;
	color: #F00
}
a:focus {
	outline: none;
}
ul, li {
	list-style: none;
}
.bt-bg-gray {  /*灰色*/
	background: #e5e5e5;
}
.bt-bg-red {  /*红色*/
	background: #e00303;
}
.bt-bg-blue {  /*蓝色*/
	background: #2080d1;
}
.bt-color-gray {  /*灰色*/
	color: #e5e5e5;
}
.bt-color-red {  /*红色*/
	color: #e00303;
}
.bt-color-blue {  /*蓝色*/
	color: #081eeb;
}
.bt-weight {
	font-weight: bold;
}
/*统一默认值结束*/


/********标准框架/常用样式**************/

/*华丽的分割行*/
.bt-note-10 {/*宋体*/
	width: 100%;
	height: 10px;
	clear: both;
}
.bt-note-15 {
	width: 100%;
	height: 15px;
	clear: both;
}
.bt-note-20 { /*雅黑*/
	width: 100%;
	height: 20px;
	clear: both;
}

/**bananr 区**/
.bt-bananr {
	width: 100%;
	min-height: 88px;
	line-height: 88px;
}
/**********栏目页框架****************/
.bt-column {
	min-height: 400px;
	overflow: hidden;
	position: relative
}
.bt-column-menu { 
	min-height: 300px;
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0px;
	background: #f6f6f6;
}
/*******文章页专用样式********/
.bt-article {
	background: #fff;
	min-height: 450px;
	padding: 40px 100px;
	margin: 0 auto
}
/***文章正文**/
.article-y {
	min-height: 300px;
	text-align: left;
	font-family: "微软雅黑"
}
.article-y .title {
	width: 100%;
	line-height: 40px;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	border-bottom: #CCC solid 1px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.article-y .font {
	width: 100%;
	min-height: 30px;
	text-align: center
}
.article-y .font span {
	padding: 0 20px;
	line-height: 30px;
}
.article-y .wenz {
	width: 100%;
	min-height: 300px;
}
.article-y .wenz p {
	padding: 5px 0 15px 0;
	text-indent: 2em;
	line-height: 28px;
}
.article-y .wenz img {
	padding: 10px 0;
	text-align: center
}
.article-y .fenxiang {
	text-align: left;
	height: 35px;
	border-bottom: #CCC dashed 1px;
	margin-top: 10px;
}
.article-y .next {
	text-align: left;
	line-height: 30px;
	margin-top: 10px;
}
/**宋体**/
.article {
	min-height: 300px;
	text-align: left;
	font-family: "宋体"
}
.article .title {
	width: 100%;
	line-height: 40px;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	border-bottom: #CCC solid 1px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.article .font-12 {
	font-size: 12px;
}
.article .font {
	width: 100%;
	min-height: 30px;
	text-align: center
}
.article .font span {
	padding: 0 20px;
	line-height: 30px;
}
.article .wenz {
	width: 100%;
	min-height: 300px;
}
.article .wenz p {
	padding: 5px 0 15px 0;
	text-indent: 2em;
	line-height: 26px;
}
.article .wenz img {
	padding: 10px 0;
	text-align: center
}
.article .fenxiang {
	text-align: left;
	height: 35px;
	border-bottom: #CCC dashed 1px;
	margin-top: 10px;
}
.article .next {
	text-align: left;
	line-height: 30px;
	margin-top: 10px;
}
.article .down_bj {
	background: #f3f3f3
}
.article .up_down {
	border-top: #CCC dashed 1px;
	border-bottom: #CCC dashed 1px;
	height: 80px;
	line-height: 40px;
	padding: 15px 0;
}
.article .up_down span {
	line-height: 24px;
	width: 100%;
	display: block
}
.font_l {
	text-align: left !important
}
.font_r {
	text-align: right !important
}
.m_t15 {
	margin-top: 15px;
}
.m_t30 {
	margin-top: 30px;
}
/* 1.6 版 底层栏目页标题列表及文章正文样式 大字体*/

.bt_content {
	font-size: 14px;
	text-decoration: none;
	color: #3D3D3D;
	line-height: 26px;
}

/*1.6 版 超链接样式=
=新版未涉及*/
.bt_link {
 text-decoration:none;
 color:#3d3d3d;
}
.bt_linkb {
	text-decoration: none;
	color: #3d3d3d;
}
/***栏目标题通用***/
.bt-box-title {
	width: 100%;
	height: 30px;
}
.title {
	font-size: 22px;
	color: #3D3D3D;
	font-weight: bold;
	line-height: 150%;
} /*1.6*/
.bt-box-title span {
	line-height: 30px;
}
.bt-box-title .bt-font {
	min-width: 100px;
	float: left;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: relative;
}
.bt-box-title .bt-font .bt-lef-bg, .bt-box-title .bt-font .bt-rig-bg {
	height: 30px;
	float: left;
}
.bt-box-title .bt-font .bt-lef-bg {
}
.bt-box-title .bt-font .bt-rig-bg {
}
.bt-box-more {  /*更多*/
	float: right;
	padding-right: 13px;
}
.bt-box-more a {
	line-height: 30px;
	font-size: 13px;
	color: #999;
}
.bt-box-more a:hover {
	color: #f30;
}
/*1.6 "更多"显示样式*/
.bt_more {
	color: #3D3D3D;
	line-height: 30px;
	display: block;
	float: right;
}
a.bt_more {
	text-decoration: none;
	color: #3d3d3d;
}
a.bt_more:visited {
	text-decoration: none;
	color: #3d3d3d;
}
a.bt_more:hover {
	text-decoration: none;
	color: #ff0000;
}
/***日期时间***/
.bt-data-time {
	float: right;
	color: #666;
}
.bt-data-time a {
	color: #999;
}
/*1.6 时间显示样式*/
.bt_time {
	color: #999999;
}
.bt_date {
	color: #999999;
}
/********js配套 样式开始================================================================================================================
**/
/****** 主导航 配套样式开始**********/
.bt-nav {
	width: 100%;
	min-height: 35px;
	background: #666
}
.focusBox {
	width: 286px;
	height: 229px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
	position: relative;
}
<!--
.focusBox .pic img {
	width: 286px;
	height: 229px;
	display: block;
}
-->
.focusBox .pic img {
	display: block;
}
.pic {
	float: left;
}
.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}
.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}
.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.focusBox .txt li a:hover {
	color: #ff0000;
}
.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}
.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}
.focusBox .num li a, .focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.focusBox .num li.on a, .focusBox .num a:hover {
	background: #f60;
}
/***焦点图暂定版-02***/
.slideshowItem img {
	max-width: 100%;
	height: 40px;
}
.image img, .slideshowItem img {
	vertical-align: middle;
	text-align: center;
	border: 0;
}
.imagea, .slideshowItem a {
	text-decoration: none;
}
.image img {
	width: 436px;/**此处修改大图片大小**/
	height: 280px;
}
#featured {
	overflow: hidden;
	position: relative;
	margin-right: 5px;
}
#featured .word {
	z-index: 10;
	left: 0px;
	width: 100%;
	color: #fff;
	bottom: 0px;
	position: absolute;
	height: 42px;
	background-color: #000000;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#featured .word h3 {
	font-size: 13px;
}
#featured .word p {
	font: 12px;
}
#featured .text h3, #featured .text p {
	margin: 0;
}
#featured .text {
	padding: 5px;
}
#featured .ui-els-hide {
	display: none;
}
#thumbs {
	list-style-type: none;
}
#thumbs li {
	display: inline;
	float: left;
	margin-right: 4px;
}
#thumbs ul {
	margin: 0;
	padding: 5px 0 0 0;
}
#thumbs li {
	font-size: 12px;
	list-style-type: none;
	margin-right: 5px;  /**此处修改小图片间距**/
}
#thumbs li a {
	border: #9c9c9c 2px solid;
	display: block;
	font-size: 0px;
}
#thumbs li a:hover {
	border: #99cc33 2px solid;
}
#thumbs li a.current {
	border: #5fc243 2px solid;
}
#thumbs li a img {   /**此处修改小图片大小**/
	width: 79px;
	height: 53px;
	max-width: none
}
#highlight {
	padding: 5px 0 5px 5px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}

#indemo {
	float: left;
	width: 800%;
}
#rolling1 {
	float: left;
}
#rolling2 {
	float: left;
}

/***********附表 css 3 或css 特效 考虑到兼容性，不做推荐=============================================================================
**/
/**圆角显示**/
.bt-radius {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/**阴影显示**/
.bt-shadow {
	-webkit-box-shadow: 3px 3px 3px;
	-moz-box-shadow: 3px 3px 3px;
	box-shadow: 3px 3px 3px;
}
/**透明度显示**/
.bt-alpha {
	filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
	-khtml-opacity: 0.5;
	opacity: 0.5;/*其他，透明度50%*/
}
/**css 控制字数/加省略号**/
.bt-nowrap {
	overflow: hidden;  /*一定要有*/
	text-overflow: ellipsis;
	white-space: nowrap;
}
/**css 强制换行**/

.bt-wrap {
	word-wrap: break-word;
}
/*1.6 不同值*/
.padding10 {
	padding: 10px 0px 10px 10px
}
.padding15 {
	padding: 15px 0px 15px 15px
}
/*边框样式===实线=虚线**/
.bt-solid {
	border: #ccc solid 1px;
}
.bt-solid-bottom {
	border-bottom: #e5e5e5 solid 1px;
}
.bt-dashed， .bt_unline {
	border: #CCC dashed 1px;
}
.bt-dashed-bottom {
	border-bottom: #e5e5e5 dashed 1px;
}
/**常用字体样式
===行高样式**/
.bt-line-height-22， .line-height22 {
	line-height: 22px;
}
.bt-line-height-24 {
	line-height: 24px;
}
.bt-line-height-26， .line-height26 {
	line-height: 26px;
}
.bt-line-heiht-30 {
	height: 30px;
	line-height: 30px;
}
.bt-line-height-35 {
	line-height: 35px;
}
.bt-line-height-40 {
	line-height: 40px;
}
/*字体大小*/
.bt-size-12 {
	font-size: 12px;
}
.bt-size-13 {
	font-size: 13px;
}
.bt-size-14 {
	font-size: 14px;
}
.bt-size-15 {
	font-size: 15px;
}
.bt-size-16 {
	font-size: 16px;
}
.bt-size-17 {
	font-size: 17px;
}
/*字体颜色*/
.bt-color-white {  /*白色*/
	color: #fff;
}
.bt-color-black {  /*黑色*/
	color: #000;
}
/**颜色背景**/
.bt-bg-white {  /*白色*/
	background: #fff;
}
.bt-bg-black {  /*黑色*/
	background: #000;
}
/*****************2016-06-13 增加信息公开样式支持****************/
.bt-font-12 {
	font-size: 12px;
}
.bt_link {
	display: block;
	text-align: center;
	line-height: 30px;
	background-color: #f2f2f2;
	margin: 5px;
	padding: 0 5px;
}
.bt_link img {
	Padding-left: 10px;
	margin-bottom: 3px;  /*这里的值根据图标具体高度而定*/
}
/*节点链接*/
.bt_xxgk_jd {
	display: block;
	float: left;
	width: 120px; /*默认宽度，具体按照实际使用修改*/
}
.bt_xxgk_jd .bt-xxgk-prefix {
	min-width: 3px;
	margin-right: 5px;
}
.bt_xxgk_jd a {
	line-height: 30px;
}
/*ajax-当前位置*/
.bt_dqwz {
	border: solid 1px #ccc;
	font-size: 12px;
	margin-top: 10px;
}
.bt_dqwz table {
	font-size: 12px;
}
/*ajax-表单设置*/
.bt_cx {
	border: solid 1px #ccc;
	margin: 10px 0;
	font-size: 12px;
}
.bt_xxgk_text {
	width: 140px;
	height: 20px;
	line-height: 20px;
	border-top: solid 1px #B4B4B4;
	border-left: solid 1px #B4B4B4;
	border-bottom: solid 1px #E8E8E8;
	border-right: solid 1px #E8E8E8
}
.tr_main_label {
	background: #e0e0e0;
	height: 30px;
	margin-bottom: 5px;
}
/*ajax-列表部分*/
.tr_main_label {
	background: #e0e0e0;
	height: 30px;
	margin-bottom: 5px;
}
table.tb_main {
	font-size: 13px;
}
table.tb_main a {
	font-size: 13px;
}
.tb_title {
	font-size: 12px;
	background: #e0e0e0;
	border: #c9c7c7 solid 1px;
}
.tb_title table {
	font-size: 12px !important;
}
.inp_page {
	height: 25px !important
}
.btn_ok {
	padding: 0 5px;
}
/*文章页模版*/
.collapse_table, .collapse_table tr, .collapse_table td {
	border: 1px solid #cecece;
	border-collapse: collapse;
	padding: 6px 10px;
}
.bt-xxgk-for {
	border: #cccccc 1px solid;
	width: 155px;
	height: 26px;
}
.bt-margin-right-5 {
	margin-right: 5px
}
.bt-xxgk-search {
	border: 1px solid #ccc;
	width: 90px;
	height: 26px;
*+height:24px
}
.bt-xxgk-search-2 {
	border: 1px solid #ccc;
	width: 120px;
	height: 26px;
*+height:24px
}
.bt-xxgk-bntlink {
	padding: 5px 0 0 5px;
*+padding:0 0 0 5px
}
