@charset "UTF-8";
/* Base Reset */

* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
a img {
	vertical-align: middle;
}
body {
	line-height: 1;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-family: Arial, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, ‘微软雅黑’, SimHei, sans-serif !important;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}
.none {
	display: none;
}
.bgwhite {
	background: #FFFFFF;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
 *zoom: 1;
}
body, p {
	color: #333;
}
body {
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #EC3C1B;
}
.wp-wrapper {
	width: 100%;
	padding-bottom: 20px;
}
.wp-wrapper .wp-inner {
	width: auto;
	max-width: 1300px;
	margin: 0 auto;
}
.wp-container-wraper .wp-inner {
	width: auto;
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 15px;
}
.zsy {
	clear: both;
}
/**头部**/
.topWraper {
	background: #114f36;
}
.top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
	color: #d6eae2;
}
.top_left {
	float: left;
	padding-top: 9px;
}
.top a:link, .top a:hover, .top a:visited {
	color: #fff;
}
.top_right {
	float: right;
	text-align: right;
}
.wp-header {
	background-color: #970c21;
}
.wp-header-list {
	padding: 10px 0;
	background: #105642;
}
/**
  * [站点LOGO]
  */

.logo-panel {
	float: left;
}
.logo-window {
}
.logo-window img {
	vertical-align: middle;
	padding: 10px;
}
.wp-head-tools {
	float: right;
}
/**

 * [搜索]
 */

.search-panel {
	float: right;
	clear: right;
	width: 18%;
	margin-right: 10px;
	margin-bottom: 12px;
}
.search-window {
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	background-color: #f2f2f2;
	overflow: hidden;
}
.wp-search {
	position: relative;
}
.wp-search form {
	display: block;
}
.wp-search .search-input {
	margin-left: 10px;
	margin-right: 40px;
}
.wp-search .search-input input.search-title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: 0;
	outline: 0;
	background: none;
	color: #fff;
	font-size: 16px;
	padding: 7px 0;
}
.wp-search .search-btn {
	width: 40px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}
.wp-search .search-btn input.search-submit {
	width: 100%;
	height: 34px;
	border: 0;
	outline: 0;
	background: url(img/search.png) no-repeat center;
	cursor: pointer;
}
/**

/**主导航**/

.wp-navi {
	background: #92071c;
}
.main-nav-panel {
}
.menu-switch-arrow {
	display: none;
}
.main-nav-panel .wp-menu {
	margin: 0 auto;
}
.main-nav-panel .wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 100;
}
.main-nav-panel .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 22px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: none;
	color: #8b0b05 !important;
	background-color: #fff;
}
.main-nav-panel .sub-menu {
	background-color: #fff;
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
	border-top: solid 2px #b22a23;
	width: 200px !important;
}
.main-nav-panel .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	border-bottom: 1px solid #ddd;
}
.main-nav-panel .sub-menu .sub-item a {
	display: block;
	color: #272727;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	display: block;
}
.main-nav-panel .sub-menu .sub-item a:hover {
	color: #e99839;
	display: block;
}
.main-nav-panel .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	z-index: 200;
	background-color: #e6e6e6;
	border-left: 1px solid #ddd;
}
/**slide导航**/

.navi-slide-head {
	display: none;
	padding: 0 10px;
	height: 40px;
}
.navi-slide-head .navi-slide-title {
	display: inline-block;
	float: left;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.navi-slide-head .navi-slide-arrow {
	display: block;
	width: 34px;
	height: 40px;
	float: right;
	background: url(../images/menu-icon-arrow.png) no-repeat 50%;
}
/**aside导航**/
.navi-aside-page {
	position: fixed;
}
.navi-aside-toggle {
	display: block;
	width: 34px;
	height: 34px;
	background: url(img/menu-icon-arrow-white.png) no-repeat 50%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	display: none;
}
.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}
.wp-navi-aside-active {
	display: block;
}
.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.searchinput {
	width: 230px;
	height: 33px;
}
.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0,0,0,.6);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.6);
}
.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0,0,0,.3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}
.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 1px 0 rgba(255,255,255,.05);
}
.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(img/menu-switch-arrow.png) no-repeat 30px -25px;
}
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {
	background-position: 20px 12px;
}
.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.wp-navi-aside .navi-aside-wrap li a:hover, .wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}
/**焦点图片**/

.wp-focus {
	background-color: #ececec;
}
.fcous-panel {
	width: 100%;
}
.fcous-panel .focus-window {
	width: 100%;
	overflow: hidden;
}
/**
 * 主体
 */
.wp-container-wraper {
	margin: 0 auto;
}
.wp-container {
}
.wp-container-disp {
	margin-top: 10px;
}
.wp-main-page .content {
	width: 885px;
	background: #fff;
	float: left;
}
.wp-main-page .content .cbox-left {
	width: 100%;
	float: left;
}
.cbox-left td {
	width: 33.3%;
}
.cbox-left table {
	margin-left: 10px;
}
.cbox-zhongduan {
	clear: both;
}
.wp-main-page .content .cbox-right {
	padding-top: 15px;
	width: 48.5%;
	float: right;
}
.wp-main-page .sidebar {
	width: 300px;
	background: #FFF;
	float: right;
}
.wp-main-page .sidebar .sbox {
}
.wp-post {
	margin-bottom: 10px;
}
div.wp-post.post-7 {
	max-height: 300px !important;
	overflow: hidden !important;
}
.wp-post .post-head {
	height: 33px;
	margin-bottom: 7px;
}
.wp-post .post-head .head-bar {
	position: relative;
	padding-top: 10px;
}
.wp-post .post-head .post-title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 17px;
	font-weight: bold;
	color: #185990;
	margin: 0 0 0 15px;
	padding: 0 3px;
	border-bottom: 4px solid #00a4c7;
}
.wp-post .post-head .post-more {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	margin-right: 10px;
}
.wp-post .post-head .post-more a {
	color: #424242;
	text-decoration: none;
}
.wp-post .post-body {
}
.post-body {
}
.post-news {
	padding-left: 15px;
}
.post-news .news-item {
	height: 25px;
	line-height: 24px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	font-size: 14px;
}
.post-news .news-item .meta-title {
	display: block;
	margin-right: 76px;
	overflow: hidden;
}
.post-news .news-item .meta-time {
	display: block;
	text-align: right;
	width: 80px;
	height: 14px;
	line-height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	color: #999;
}
/**首页主体**/
.fwmlWraper {
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 12px;
}
.fwmlPic {
}
.fwmlList {
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
}
.newsList {
	border-top: none;
}
.searchBar {
	width: 600px;
	float: right;
	height: 28px;
}
.searchBar table table {
	background: #fff;
	width: 160px;
	border: 1px solid #cfcfcf;
}
/**首页主体结束**/
/**列表页**/

.wp-banner {
	background-color: #e0e6e7;
	padding-top: 5px;
}
.banner-inner {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}
.wp-banner .wp-inner {
	position: relative;
}
.wp-banner .column-name {
	display: none;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 2px #000000;
	overflow: hidden;
	position: absolute;
	left: 6px;
	right: 6px;
	top: 50%;
	margin-top: -12px;
}
/**列表页banner图**/

.banner img {
	width: 100%;
	vertical-align: top;
}
.wp-column-menu {
	width: 266px;
	background-color: #f5f5f5;
	position: relative;
	float: left;
	margin-right: -266px;
}
.wp-column-news {
	float: right;
	width: 100%;
	background: #fff;
}
.wp-column-news .column-news-box {
	margin-left: 280px;
	background: #fff;
}
/**栏目列表**/

.column-head {
	background: #a72126;
	line-height: 24px;
	position: absolute;
	height: 50px;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 226px;
	padding-left: 40px;
	padding-bottom: 0;
}
/**位置栏目背景**/

.column-head .column-anchor {
	padding: 10px;
	padding-top: 5px;
}
.column-head .column-anchor .column-switch {
	display: block;
	width: 30px;
	height: 24px;
	float: right;
	display: none;
	background: url(img/menu-dot.png) no-repeat center;
}
.column-head .column-anchor h3.anchor-title {
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
}
/**位置栏目字体**/

.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}
.column-list-wrap li a {
	display: block;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-left: 5px solid #d6d6d6;
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	padding-left: 26px;
}
.column-list-wrap li a:hover {
	color: #e5e5e5;
	text-decoration: none;
	background-color: #fff;
	border-left: 5px solid #750e13;
	color: #750e13;
}
.column-list-wrap li.selected a.selected {
	color: #202737;
	background-color: #fff;
	border-left: 5px solid #202737;
}
.column-list-wrap li a span {
	display: block;
	padding: 10px;
	padding-left: 20px;
	line-height: 22px;
}
.column-list-wrap .sub-list li a {
	background-position: 18px 11px;
	font-size: 14px;
	background-color: #F1F1F1;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #D6D6D6;
	color: #121212;
}
.column-list-wrap .sub-list li.selected a.selected {
	background-color: #666;
	color: #fff;
	background-position: 18px 11px;
}
.column-list-wrap .sub-list li a span {
	padding-left: 28px;
	line-height: 18px;
	font-weight: normal;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
.wp-inner .banner {
	padding-top: 0;
}
/**
 * 栏目新闻
 */

.list-head {
	padding: 20px 0 10px 20px;
	border-bottom: 2px solid #e5e5e5;
}
.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	font-size: 18px;
	color: #333
}
/**当前位置**/

.list-meta .column-path {
	float: right;
	line-height: 24px;
	color: #454545;
	padding-right: 30px;
}
.list-meta .column-path a {
	color: #454545;
}
.list-meta .column-path a:hover {
	color: #14427E;
}
.column-news-con {
	padding: 20px;
}
.column-news-list .column-news-item {
	display: block;
	position: relative;
	line-height: 1.4em;
	padding: 10px;
	padding-left: 40px;
	padding-right: 30px;
	background: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.column-news-list.clearfix {
	font-size: 16px;
}
/**栏目新闻列表**/

.column-news-list .column-news-item:hover {
	color: #000;
}
.column-news-list .column-news-item .column-news-title {
	display: block;
	margin-right: 76px;
}
.column-news-list .column-news-item .column-news-date {
	display: block;
	text-align: right;
	width: 120px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 5px;
	color: #999;
	padding-right: 30px;
}
.wp_entry {
	width: auto;
	margin: 0 4px;
}
.wp_entry, .wp_entry p {
	line-height: 1.7;
	font-size: 15px;/*	text-align: justify;*/
}
.wp_entry p {
	margin-bottom: 11px;
}
.column-news-list .wp_entry img {
	vertical-align: middle;
	max-width: 100%;
 _width: expression(this.width > 800 ? "880px": this.width);
	clear: both;
	margin: auto;
}
/**列表页文章图片大小限制**/
/**文章页**/

.info-box {
	margin: 0 20px;
}
.article {
	padding: 15px 0;
}
.article h1.arti-title {
	line-height: 26px;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #424242;
	border-bottom: 2px solid #ECECEC
}
/**文章标题**/

.article .arti-metas {
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 10px 0;
}
.article .arti-metas span {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
}
/**文章其他属性**/

.article .arti-metas .read-options {
	color: #444;
	text-decoration: none;
	float: right;
	display: inline-block;
	padding-left: 17px;
	background: url(img/options.png) no-repeat 0 50%;
	display: none;
}
.article .entry {
	margin: 0 4px;
	overflow: hidden;
}
/**文章内容**/

.article .entry, .article .entry p {
	line-height: 1.7;
	font-size: 15px;
	text-align: justify;
}
.article .entry p {
	margin-bottom: 11px;
}
.article .entry .read img {
	vertical-align: middle;
	max-width: 100%;
 _width: expression(this.width > 1100 ? "1100px": this.width);
	background: url(img/loading.gif) no-repeat center;
}
.article .yxsd-entry, .article .yxsd-entry p {
	line-height: 1.7;
	font-size: 15px;
	text-align: justify;
}
.article .yxsd-entry p {
	margin-bottom: 11px;
}
.article .yxsd-entry .read img {
	vertical-align: middle;
	max-width: 100%;
 _width: expression(this.width > 1100 ? "1100px": this.width);
	background: url(img/loading.gif) no-repeat center;
}
.yxsd-entry {
	width: 880px;
	float: left;
	padding-top: 20px;
}
.disp-sdyx-sidebar {
	width: 240px;
	float: right;
}
.sidebar-tit {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
/**文章页面列表LI**/


.articlelist {
	margin-left: 20px;
	margin-top: 20px;
}
.articlelist li {
	display: block;
	width: 280px;
	text-align: left;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #efefef;
	line-height: 30px;
	background: url(../images/arrow02.jpg) left center no-repeat;
	text-indent: 20px;
	padding-left: 25px;
}
.wp_entry h3 {
	color: #543334;
	font-family: helvetica neue, helvetica, arial, microsoft yahei, hiragino sans gb, simsun, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	background-color: #ffffff;
	margin-left: 20px;
}
/**文章阅读部分图片大小限制**/
/**阅读设置**/

.night-model .wp-container {
	background-color: #313131;
	color: #6f6f6f;
}
.night-model .article .entry, .night-model .article .entry p {
	color: #6f6f6f;
}
.night-model .read a {
	color: #6d6d6d;
}
.night-model .read a:hover {
	color: #f5f5f5;
}
.night-model .article h1.arti-title {
	color: #e7e8e9
}
.read-setting {
	margin-bottom: 10px;
	display: none;
	background-color: #fdfdfd;
	height: 38px;
	border-bottom: 1px solid #F1F1F1;
}
.night-model .read-setting {
	background-color: #1d1d1d;
	border-color: #313131;
}
.read-setting .setting-item {
	display: inline-block;
	width: 49%;
	height: 38px;
	float: left;
}
.read-setting .setting-item a {
	display: inline-block;
	color: #565656;
	font-size: 20px;
	float: left;
	width: 49%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 9px;
	color: #565656;
}
.read-setting .setting-item a:hover {
	color: #999;
}
.read-setting .setting-item a.smaller-font {
	border-left: 1px solid #F1F1F1;
	font-size: 18px;
}
.read-setting .setting-model {
	border-left: 1px solid #F1F1F1;
	text-align: center;
}
.night-model .read-setting .setting-item a.smaller-font, .night-model .read-setting .setting-model {
	border-left-color: #313131;
}
.read-setting .setting-model a.read-model {
	font-size: 18px;
	background: url(img/moon.png) no-repeat 0 50%;
	float: none;
	width: auto;
	padding-left: 24px;
	margin: 9px auto;
}
.night-model .read-setting .setting-model a.read-model {
	background-image: url(img/sun.png);
}
.article .entry .set-fz12, .article .entry .set-fz12 p {
	font-size: 12px;
}
.article .entry .set-fz14, .article .entry .set-fz14 p {
	font-size: 14px;
}
.article .entry .set-fz16, .article .entry .set-fz16 p {
	font-size: 16px;
}
.article .entry .set-fz18, .article .entry .set-fz18 p {
	font-size: 18px;
}
.article .entry .set-fz20, .article .entry .set-fz20 p {
	font-size: 20px;
}
.article .entry .set-fz22, .article .entry .set-fz22 p {
	font-size: 22px;
}
/**文章分享（百度分享）**/

#bdshare {
	margin-top: 10px;
}
/*读图模式*/

.view-box {
	display: block;
	color: #666;
	font-style: normal;
	margin-bottom: 10px;
}
.view-box-inner {
	display: block;
	text-align: center;
	max-width: 400px;
	min-width: 30px;
	margin: 0 auto;
	position: relative;
}
.view-box-inner img {
	width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}
.view-box-inner .open-view {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 1px;
	bottom: 1px;
	z-index: 1;
}
.view-box-inner .view-icon {
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/view-image.png) no-repeat center;
}
#wp-view-page {
	display: none;
	position: fixed;
	z-index: 10000000;
	width: 100%;
	background-color: #1a1a1a;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#view-head {
	width: 100%;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#back-read-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 42px;
	background: url(img/back-arrow.png) no-repeat center;
}
#back-read-page span {
	display: none;
}
#view-original-image {
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFF;
	float: right;
	font-size: 15px;
	margin: 12px 12px 0px 0px;
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 40px;
}
#view-foot {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 42px;
	left: 0;
	bottom: 0;
	color: #FFF;
	position: absolute;
	font-size: 14px;
	line-height: 42px;
	opacity: 0.8;
	z-index: 99;
}
#view-index {
	float: left;
	margin-left: 10px;
}
#view-current {
	color: #3495FF;
}
#view-title {
	position: absolute;
	left: 60px;
	top: 10px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #fff;
}
#view-body {
	width: 100%;
	height: 100%;
	position: relative;
}
#view-image-items {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#view-image-items li {
	float: left;
	text-align: center;
	background: no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
/**底部**/

.wp-footer {
	background: #5a5c5c;
}
#footer {
	background: url(../images/bg_bottom.jpg) no-repeat #a72126;
	width: 100%;
	margin-top: 30px;
	clear: both;
}
#footer .inner {
	max-width: 1300px;
	width: 1300px\9;
	_width: 1300px;
	margin: 0 auto;
	margin-top: 15px;
}
#footer .inner .copyright {
	line-height: 22px;
	margin: 15px 0;
	color: #e0e6e7;
	font-size: 14px;
}
.copyright_text {
	float: left;
}
.serviceContent {
	float: right;
}
#footer .inner .copyright a {
	color: #1f6d4e;
}
#footer .inner .copyright a:hover {
	color: #fff;
}
.serviceContent {
	line-height: 22px;
	color: #e0e6e7;
	font-size: 14px;
	padding-left: 10px;
	margin-left: 10px;
}
.serviceWraper {
	float: right;
}
.bottom-logo {
	float: left;
}
/**jumphandle**/

#jumphandle {
	width: 32px;
	height: 70px;
	position: fixed;
	right: 6px;
	bottom: 20px;
	z-index: 100000000;
	display: none;
}
#jumphandle a {
	display: block;
	width: 32px;
	height: 32px;
	background: #777 url(img/jump-icon.png) no-repeat 0 top;
	opacity: 0.7;
}
#jumphandle a#gobot {
	background-position: 0 bottom;
	margin-top: 6px;
}
.item-local {
	display: block;
	font-style: normal;
	margin-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	height: 18px;
	line-height: 18px;
	text-overflow: ellipsis;
	margin-bottom: 2px;
}
.item-local span {
	font-size: 12px;
}
iframe.iframe-500 {
	height: 560px;
}
.wp_nav .nav-item a {
	text-align: left;
}
.links-wrap {
	width: 1300px;
	margin: 0 auto;
}
.text1 {
	padding: 5px 0;
	color: #fff;
	text-align: center;
}
.yxcmWraper {
	background: #f3f3f3;
}
.yxcm {
	width: 1200px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.cmly {
}
.cmvideo {
	padding-top: 20px;
}
.tt {
	display: inline-block;
	width: 100%;
	margin-top: 6px;
	border-bottom: 3px solid #b12a22;
	margin-bottom: 12px;
} /**标题栏**/
.tt .tit {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #b12a22;
} /**标题字体**/
.tt .tit .title {
	display: inline-block;
	line-height: 39px;
	font-size: 20px;
	font-weight: bold;
	color: #b12a22;
	padding: 5px 0 0 0;
} /**标题图标**/
.tt .more_btn {
	display: inline-block;
	float: right;
	padding: 6px;
	ppadding-top: 16px;
}
.more_text {
	color: #a72126;
}
.wp-main-page .sidebar {
	width: 380px;
	float: left;
}
.sbox {
}
.cbox-left {
	float: left;
	width: 405px;
	margin-right: 45px;
}
.cbox-left2 {
	float: left;
	width: 345px;
	margin-right: 15px;
	padding-top: 22px;
}
.cbox-middle {
	float: left;
	width: 382px;
}
.cbox-sidebar {
	float: right;
	width: 400px;
}
.cbox-sidebar2 {
	float: right;
	width: 850px;
}
.cbox-sidebar .more_text {
	color: #a72126;
}
.cbox-middle .more_text {
	color: #15b575;
}
.cbox-left .more_text {
	color: #b12a22;
}
.cbox-sidebar .tt .tit {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #15b575;
}
.cbox-middle .tt .tit {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #15b575;
	padding-left: 10px;
}
.cbox-left .tt .tit {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #15b575;
}
.search-panel {
	float: right;
	clear: right;
	width: 18%;
	margin-right: 10px;
	margin-bottom: 12px;
}
.search-window {
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	background-color: #f2f2f2;
	overflow: hidden;
}
.list_img img {
	width: 100%;
	height: inherit;
}
.wp-search {
	width: 200px;
	height: 30px;
	float: right;
	margin-top: 2px;
	background: #fff;
	margin-left: 20px;
}
.wp-search form {
	display: block;
}
.wp-search .search-input {
	margin-left: 10px;
	margin-right: 40px;
	padding: 10px;
}
.wp-search .search-input input.search-title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: 0;
	outline: 0;
	background: none;
	color: #666;
	font-size: 16px;
	padding: 0;
}
.wp-search .search-btn {
	width: 40px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 10%;
}
.wp-search .search-btn input.search-submit {
	width: 100%;
	height: 34px;
	border: 0;
	outline: 0;
	background: url(img/search.png) no-repeat center;
	cursor: pointer;
}
.searchinput {
	width: 120px;
	height: 25px;
	border: 0;
}
.topLinks {
	float: left;
	padding-top: 9px;
}
.sudy-links .links-name {
	display: inline-block;
	font-weight: bold;
	line-height: 24px;
	padding: 0 20px 0 5px;
	background: #fff url(images/arrow.png) no-repeat right;
	border: 1px solid #fefefe;
	cursor: default;
	color: #33924b;
}
.links {
}
.copyrightR {
	color: #282828;
	padding-bottom: 40px;
	width: 980px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
	float: right;
	text-align: left;
	font-size: 14px;
	padding-top: 20px;
	background: url(../images/erweima.jpg) right top no-repeat;
	height: 100px;
	padding-top: 30px;
}
.tt .tit .title1 {
	display: inline-block;
	line-height: 39px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px solid #beab80;
	padding-top: 10px;
}
.tt .tit .title2 {
	display: inline-block;
	line-height: 39px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px solid #beab80;
	padding-top: 10px;
	color: #105642;
}
.tt .tit .title3 {
	display: inline-block;
	line-height: 39px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px solid #beab80;
	padding-top: 10px;
	color: #f7eddf;
}
.newsList1 {
	padding: 7px 15px;
	padding-left: 0;
	padding-top: 15px;
	border-top: none;
	margin-bottom: 70px;
}
.cmly li {
	float: left;
	list-style: none;
	width: 148px;
	text-align: center;
	border-left: 1px solid #CCC;
}
.tubiaodaohang-txt {
	font-size: 18px;
	color: #ac996e;
	font-weight: bold;
	padding: 10px 0;
}
.tubiaodaohang-txt a {
	color: #ac996e;
}
.tubiaodaohang-txt a:hover {
	color: #b21818;
}
.zjjw {
	width: 400px;
	height: 190px;
	background: #105642;
	float: left;
}
.zjjw a {
	color: #fff;
}
.hxjh {
	width: 400px;
	height: 190px;
	background: #059c7a;
	float: left;
}
.hxjh a {
	color: #fff;
}
.daoshiWraper {
	height: 360px;
	background: url(../images/bf_daoshi.jpg) #f1eee5 center;
}
/*自定义输入框*/
.searchbox {
	text-align: right;
	
	width: 220px;
	
}
.wp-search {
	position: relative;
	border: 1px solid #098a9d;
	border-radius: 30px;
	background: #014164;
}
.wp-search form {
	display: block;
}
.wp-search .search-input {
	margin-left: 4px;
	margin-right: 40px;
}
.wp-search .search-input input.search-title {
	width: 100%;
	height: 22px;
	padding: 4px 0;
	line-height: 22px;
	background: none;
	color: #FFFFFF;
	font-size: 14px;
	border: 0;
	outline: 0;
	padding-left: 10px;
}
.wp-search .search-btn {
	width: 42px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0%;
}
.wp-search .search-btn input.search-submit {
	width: 32px;
	height: 30px;
	border: 0;
	outline: 0;
	background: url(../images/soso.png) no-repeat center;
	cursor: pointer;
}
.searchbox {
	position: relative;
	border: 1px solid #e53217;
	border-radius: 30px;
	background: #b22924;
}
.searchbox input {
	width: 150px;
	background: none;
	border: none;
	padding-left: 20px;
	color: #fff;
}
.headerWraper {
	height: 60px;
}
.focus-title {
	width: 100%;
}
.wp_article_list .list_item {
	width: 95%;
	height: 30px;
	line-height: 24px;
	border-bottom: 1px dashed #ccc;
	vertical-align: top;
	font-size: 14px !important;
	padding-left: 22px;
	background: url(../images/dot-2.jpg) no-repeat left 4px !important;
	margin-left: 5px;
}
.articlelist1_a_title {
	color: #f9d5d1;
}
.articlelist1_a_title a:hover {
	color: #FFFFFF;
}
span.column-news-date.news-date-hide {
	float: right;
}
.daoshiWraper {
}
.gundongpicnews {
	width: 900px;
	float: right;
}
.daoshi-txt {
	font-weight: normal;
	color: #5C5C5C;
	font-size: 18px;
	padding-left: 30px;
}
.daoshiWraper h2 {
	font-size: 20px;
	font-weight: bold;
	color: #105743;
}
.news-pic2 {
	max-height: 155px;
	overflow: hidden;
}
.view {
	margin: 0 30px;
	margin-bottom: 15px;
}
.view .title {
	background: url(../img/33.jpg) center center no-repeat;
}
.tt2 {
	position: relative;
}
.tt2 .more_btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
div#topw12 {
	margin: 0 auto;
}
.pic-news .pic {
}
.pic-news .bt {
	width: 240px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.pic-news .timeB {
	font-size: 20px;
}
.time1 {
	padding-top: 6px;
}
.pic-news .jj {
	line-height: 1.4;
	font-size: 13px;
}
.scroll li {
	float: left;
	margin-right: 15px;
	border: 1px solid #b22923;
	padding: 10px;
	height: 343px !important;
	width: 253px !important;
}
.pic-news .pic {
	overflow: hidden;
	max-height: 200px;
	width: 250px;
}
.pic-news .pic img {
	width: 300px;
	height: 200px;
	display: block;
	padding-bottom: 10px;
}
.sudy-scroll-wrap {
	max-width: 1110px;
	overflow: hidden;
}
.sudy-scroll {
	max-width: 1110px;
}
.tt2 .title {
	margin: 20px 0;
	padding-bottom: 10px;
}
.view2 {
	margin: 0 30px;
	margin-bottom: 15px;
}
.view2 .title {
}
div#topw112 {
	margin: 0 auto;
}
.sudy-scroll-nav .nav-prev, .sudy-scroll-nav .nav-next {
	display: block;
	width: 20px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 50px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #114f36;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	z-index: 100;
}
.sudy-scroll-nav .nav-prev {
	left: -45px;
}
.sudy-scroll-nav .nav-next {
	background: url(../images/right-arrow.png) left center no-repeat !important;
	text-indent: -9999px;
}
.sudy-scroll-nav .nav-prev {
	background: url(../images/left-arrow.png) left center no-repeat !important;
	text-indent: -9999px;
}
.sudy-scroll-nav .nav-prev {
	left: -40px !important;
}
.sudy-scroll-nav .nav-prev, .sudy-scroll-nav .nav-next {
	display: block;
	width: 37px !important;
	height: 37px !important;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	background: #666;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	z-index: 100;
}
.wp-wrapper.wp-container {
	padding-top: 10px;
}
.copyright_text {
	margin-top: 14px;
}
.copyright_text p {
	color: #fff;
	padding-left: 25px;
	height: 30px;
	margin-left: 130px;
}
.icon-ad {
	background: url("../images/b-1.png") no-repeat;
}
.icon-tel {
	background: url("../images/b-2.png") no-repeat;
}
.icon-mail {
	background: url("../images/b-3.png") no-repeat;
}
.djyc {
}
.djyc ul {
	width: 900px;
	margin: 0 auto;
}
.djyc li {
	width: 230px;
	height: 230px;
	background: #FFF;
	opacity: 0.8;
	float: left;
	margin: 0 30px;
}
.djyc p {
	color: #a72126;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.djyc div {
	text-align: center;
	padding: 15px;
}
.djyc h2 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 35px;
}
.newsWrap2 {
	padding: 30px 0;
}
.newsPic {
	float: left;
	width: 405px;
}
.newsList2 {
	float: right;
	width: 668px;
}
.newsList2 .wp_article_list .list_item {
	width: 95%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f1f1f1 !important;
	vertical-align: top;
	font-size: 14px !important;
	padding-left: 0;
	background: none !important;
	margin-left: 5px;
	font-size: 20px !important;
	color: #b22a23 !important;
	font-weight: bold;
}
.newsList2 .wp_article_list .list_item a {
	color: #b22a23;
}
.newsList2 .wp_article_list .list_item .Article_PublishDate {
	color: #666;
	font-weight: normal;
	font-size: 16px;
}
.newsList2 .more-link .moretext img {
	vertical-align: bottom;
	margin-top: 15px;
	margin-right: 28px;
	width: 100px;
}
.newsWrap .div_piccontenttitle_li .c_pt_12 .c_pic {
	float: left;
	padding: 0;
}
.newsWrap .div_piccontenttitle_li .c_pt_12 .c_txt p {
	color: #666;
	text-indent: 0;
	line-height: 1.5;
	padding: 10px;
	padding-top: 0;
}
.newsWrap .div_piccontenttitle_li .c_pt_12 .c_txt h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	white-space: none !important;
	padding: 10px;
	clear: both;
}
.newsWrap .div_piccontenttitle_li {
	height: 100%;
	line-height: 100%;
	float: left;
	width: 300px;
	margin-right: 17px;
}
.newsWrap .div_piccontenttitle_li .c_pt_12 .c_txt {
	border: 1px solid #b12a22;
}
.newsWrap .div_piccontenttitle_li .c_pt_12 .c_pic img {
	background: #fefefe;
	padding: 0;
}
.newsWrap .div_piccontenttitle_ul {
	overflow: hidden;
	width: 955px;
	padding: 0;
	margin: 0;
	position: relative;
}
.times {
	padding: 10px 10px 5px 10px;
	font-size: 18px;
	clear: both;
	color: #aaa;
}
.sudy-scroll-wrap {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 860px !important;
}
.div_piccontenttitle_li {
	height: 100%;
	line-height: 100%;
	float: left;
	margin-right: 17px;
}
.erewima {
	margin: 0 auto;
	padding-top: 20px;
	width: 1300px;
}
.erewima ul {
	margin-left: 275px;
}
.erewima li {
	float: left;
	width: 130px;
	margin-right: 30px;
}
.erewima div {
	padding: 10px;
}
.erewima p {
	text-align: center;
	padding-top: 10px;
}
.focus-title-bar {
	position: absolute;
	right: 0px;
	bottom: -10px !important;
	z-index: 40;
	width: 100%;
	height: 30px;
}
.icon_link {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 3px;
}
.footWraper {
	border-top: 3px solid #971211;
}
.logo_bottom {
	float: left;
	padding-top: 10px;
}
.en {
	font-size: 16px;
	padding-bottom: 5px;
	color: #fff;
}
.en a {
	color: #fff;
}
.topright{
	float: right;
	text-align:right;
	margin-top: 26px;
	}
.piao .wp_article_list .list_item .pr_fields{
	display: none;
}
.szdw h2{
			font-size: 20px;
			padding-bottom: 10px;
			text-align: center;
		}
.szdw h3{
			font-size: 18px;
			border-bottom: 2px solid #B51113;
			padding-bottom: 10px;
			margin-top: 20px;
		}
.szdw h4{
			font-size: 18px;
			text-align: center;
				
		}
		.szdw li{
			float: left;
			width: 20%;
			padding-top: 10px;
		}
		.szdw li p
		{
			font-size: 16px !important;
			font-family: 宋体;
		}
		.szdw ul{
			padding-bottom: 30px; 
		}
