@charset "utf-8";

/* Base Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
.focus{
  display: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

:focus {
  outline: 0;
}

img {
  border: 0;
}

body {
  line-height: 1;
}

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;
}

.hidden {
  visibility: hidden;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  *zoom: 1;
}


/**布局开始**/

body {
  font: 14px/26px Verdana, Arial, Helvetica, sans-serif, 宋体;
  margin: 0px;
  padding: 0px;
  color: #333;
  background: #ffffff;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #cd0200;
}


/**标题栏新闻窗口**/

.post {
  margin-top: 0px;
}

.post .tt {
  height: 32px;
  border-bottom: 1px solid #f4a702;
}


/*左右两栏标题下无须下划线*/

.mod1 .post .tt .tit,
.mod3 .post .tt .tit {
  border-bottom: none;
}

.mod1 .post .tt,
.mod3 .post .tt {
  border-bottom: none;
}


/**标题栏**/

.post .tt .tit {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.post con {
  padding: 8px 10px;
  margin: 0px auto;
}


/*中间栏的标题下边框设置*/

.post .tt .tit .title {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
}

.mod2 .post .tt .tit .title {
  background: none;
  padding-left: 3px;
}


/**标题图标**/

.post .tt .more_btn {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: #a2a2a2;
}


/**更多按钮**/

.wp_article_list .list_item {
  border-bottom: none;
  height: 23px;
  line-height: 20px;
}

.col_news .wp_article_list .list_item {
  height: 26px;
  line-height: 26px;
}

.wp_article_list .list_item span {
  font-size: 12px;
}


/**新闻列表**/


/**新闻列表图标**/

news p a {
  color: #787878;
}

.news_list li.news p a:hover {
  color: #444;
  text-decoration: underline;
}


/**导航样式：后台绑定时也可以定义配置**/

.navbar .navbox .wp_nav li.nav-item a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}


/**导航字体样式**/

.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
  color: #F90;
}

.wp_nav .nav-item a span.item-name {
  padding: 5px 10px;
}

#wp_nav_w01 {
  margin-left: 10px;
  margin-top: 7px;
}

.wp_nav .nav-item a {
  font-family: "宋体";
}

.navbar .navbox .wp_nav li.nav-item a:hover {
  background: url(images/nav_kang.jpg) no-repeat 3px 2px;
}

.wp_nav .on {
  z-index: 200;
}


/**鼠标经过或当前选中时样式**/

*/ .link1 a:link {
  color: gray;
  font-size: 12px;
}

.wp_nav .sub-nav .nav-item .mark {
  background: #03839f;
}


/**文章页**/

.infobox {
  margin: 15px;
}

.article {}

.article h1.arti_title {
  line-height: 26px;
  font-family: "Microsoft YaHei";
  padding: 5px;
  text-align: center;
  font-size: 18px;
  color: #282828;
  border-bottom: 1px dotted #d8d8d8;
}


/**文章标题**/

.article .arti_metas {
  padding: 10px;
  text-align: center;
}

.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
}


/**文章其他属性**/

.article .entry {
  margin: 0 auto;
  overflow: hidden;
}


/**文章内容**/

.article .entry .read {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  padding: 0 20px;
  min-height: 400px;
  _height: 400px;
}


/**阅读字体**/

.article .entry .read p {
  margin-bottom: 6px;
}

.article .entry .read img {
  max-width: 940px;
  _width: expression(this.width > 726 ? "726px": this.width);
}


/**文章阅读部分图片大小限制**/


/**布局开始**/

.wrapper .inner {
  width: 998px;
  margin: 0 auto;
}


/**页面全局宽度**/


/**页头开始**/

#header .inner {
  width: 1198px;
  height: 162px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

.logo {
  width: 1198px;
  height: 162px;
  background: url(images/logo3.jpg) no-repeat 0px 0px;
}

.logo img {
  position: absolute;
  width: 435px;
  height: 80px;
  left: 100px;
  top: 16px;
}


/**导航部分**/

.navbar {
  width: 998px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 100px;
  z-index: 200;
}

.nav-l {
  width: 4px;
  height: 50px;
  background: url(images/nav-l.gif) no-repeat 0px 0px;
  float: left;
}

.nav-m {
  width: 989px;
  height: 50px;
  background: url(images/nav-m.gif) 0px 0px repeat-x;
  float: left;
}

.nav-r {
  width: 5px;
  height: 50px;
  background: url(images/nav-r.gif) no-repeat 0px 0px;
  float: left;
}

.navbar1 {
  width: 710px;
  float: left;
}

.current-d {
  width: 200px;
  float: right;
  color: #fff;
  font-size: 12px;
  margin: 8px 5px;
}

.wp_nav .nav-item {
  background: url(images/nav-sep.gif) no-repeat right;
  width: 105px;
}

.wp_nav .sub-nav .nav-item a span.item-name {
  font-size: 14px;
}


/**大图切换**/

#banner .inner {
  height: 273px;
  background: url(images/banner.jpg) no-repeat 0px 0px;
  position: relative;
  z-index: 10;
}

.banner2 {
  width: 998px;
  height: 74px;
  position: absolute;
  bottom: 0px;
  z-index: 20;
}

.banner3 {
  width: 998px;
  height: 273px;
}

a.focus-navigation.focus-prev img {
  display: none;
}

a.focus-navigation.focus-next img {
  display: none;
}

a.focus-navigation.focus-prev {
  background: url(images/arrows-l.png) center no-repeat;
  top: 105px;
}

a.focus-navigation.focus-next {
  background: url(images/arrows-r.png) center no-repeat;
  top: 105px;
}


/**首页两行行布局**/

.mod1 {
  height: 358px;
}

.mod1-l {
  width: 269px;
  height: 360px;
  float: left;
  background: url(images/imp-bg.jpg) no-repeat 0px 0px;
  position: relative;
}

.mod1-r {
  width: 720px;
  float: right;
}

.mod2 {
  height: 47px;
  margin-top: 14px;
}


/**第一行左列**/

.mod1 .mod1-title {
  text-indent: 14px;
  margin-top: -2px;
  color: white;
}

.mod1-l .con {
  margin: 25px 8px 0px 8px;
}

.mod1-l .con tr td a {
  font-size: 12px;
  line-height: 20px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  display: inline-block; */
}

.mod1-l .post .tt .more_btn .more_text {
  color: #a2a2a2;
}


/**第一行右列**/

.mod1-r1 {
  width: 720px;
}

.mod1-r1-m {
  background: url(images/news-m.gif) repeat-y 0px 0px;
  height: 194px;
  width: 720px;
}

.mod1-r1-b {
  background: url(images/news-b.gif) no-repeat 0px 0px;
  height: 6px;
}

.mod1-r2 {
  height: 150px;
  width: 720px;
  margin-top: 9px;
}

.ac1 {
  width: 232px;
  height: 150px;
  float: left;
  background: url(images/act-bg.gif) no-repeat 0px 0px;
}

.mod1-r2-m {
  margin-left: 12px;
}

.mod1-r2-r {
  margin-left: 11px;
}

.news-1 {
  float: left;
  width: 450px;
}

.rollimg {
  float: right;
  width: 260px;
  margin-top: 0px;
}

.news-1 .tit .title {
  margin-left: 18px;
  font-size: 15px;
  color: #6799af;
}

.news-1 .con {
  margin-top: 5px;
}

.wp_article_list .list_item .Article_Index {
  margin-right: 0px;
}

.news-1 .wp_article_list .list_item .pr_fields {
  margin-left: 20px;
}

.news-1 .more_btn .more_text {
  color: #a2a2a2;
}

.wp_article_list .list_item .ex_fields {
  margin-right: 8px;
}

.mod1-r2 span {
  color: #fff;
}

.mod1-r2 .con {
  margin-top: 10px;
}

.mod1-r2 .wp_article_list .list_item .pr_fields {
  margin-left: 5px;
}

.mod1-r2 .wp_article_list .list_item .Article_Title a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
  display: inline-block;
}

.mod1-r2 .wp_article_list .list_item .Article_Index {
  background: url(images/pale-index.gif) no-repeat 50%;
}


/**第二行友情链接**/

.link-l {
  width: 6px;
  height: 47px;
  float: left;
  background: url(images/link-l.gif) no-repeat 0px 0px;
}

.link-m {
  width: 988px;
  height: 47px;
  float: left;
  background: url(images/link-m.gif) repeat-x 0px 0px;
}

.link-r {
  width: 4px;
  height: 47px;
  float: left;
  background: url(images/link-r.gif) no-repeat 0px 0px;
}

.link-con {
  float: left;
  height: 47px;
}

.link-con ul li {
  float: left;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  padding-right: 10px;
  margin-top: 8px;
  padding: 0px 10px 0px 7px;
}

.link-con ul li a {
  color: #fff;
}

.email-1 {
  width: 229px;
  float: right;
  height: 26px;
  margin: 8px 10px;
  color: #fff;
  font-size: 13px;
}


/*页脚*/

#footer {
  height: 62px;
  text-align: center;
}

#footer p {
  height: 20px;
  line-height: 18px;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #434343;
}


/*列表页配置*/

#banner3 .inner {
  height: 194px;
  width: 998px;
  background: url(images/banner3.jpg) no-repeat 0px 0px;
}

.level-1 {
  margin-top: 8px;
}

.col_menu {
  width: 237px;
  float: left;
}

.col_menu .col_menu_head {
  width: 38px;
  width: 237px;
  background: #0ca3c4;
  text-align: center;
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 21px;
  padding: 5px 5px 5px 5px;
}


/**栏目名称图标**/

.Column_Anchor {
  font-size: 14px;
  font-weight: bold;
}


/**栏目列表*/

.col_list .wp_listcolumn {
  border-top: 1px solid #2867A0;
  border-bottom: 1px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: normal;
  background: url(images/wp_article_li_1.png) no-repeat 84px 50%;
}


/**一级子栏目**/

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #000;
  font-weight: bold;
}


/**鼠标经过或选中一级子栏目**/

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}

.wp_listcolumn .wp_column a .column-name {
  padding: 5px 10px 5px 94px;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  color: #454545;
  background: #e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px;
  border-bottom: 1px solid #bbb;
  text-indent: 36px;
  float: right;
}


/**二级子栏目**/

.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
  color: #000;
  background-image: url(images/icon_column_2_hover.gif);
}


/**鼠标经过或选中二级子栏目**/

.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
  background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}


/**三级子栏目**/

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}


/**鼠标经过或选中三级子栏目**/

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
  background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

.col_news {
  width: 728px;
  float: right;
}


/**栏目新闻**/

.col_metas {
  border-bottom: 1px dashed #c4c4c4;
}

.col_metas .col_title {
  height: 30px;
  line-height: 30px;
  float: left;
}


/**当前栏目**/

.col_metas .col_title h2 {
  font-size: 14px;
  font-weight: bold;
  color: #0a95b3;
  padding: 0 50px 0 5px;
}


/**当前栏目名称**/

.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
}

.col_metas .col_path a {
  font-size: 12px;
}

.col_metas .col_path span {
  font-size: 12px;
}


/**当前位置**/

.col_news_box {
  padding: 10px 0;
  margin: 0 7px;
}

.col_news_list {
  margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {}


/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item .Article_Index {
  background: url(images/article-arrow.gif) no-repeat 5px 7px;
}


/**栏目新闻图标序号**/

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}

.col_news_list .wp_entry p {
  margin-bottom: 6px;
}

.col_news_list .wp_entry img {
  max-width: 680px;
  _width: expression(this.width > 680 ? "680px": this.width);
}


/**列表页文章图片大小限制**/

.label-img {
  width: 71px;
  height: 17px;
  display: inline-block;
  float: right;
  background: url(images/add-c.gif) no-repeat 0px 0px;
  margin-top: 7px;
  margin-right: 6px;
}


/**文章页**/

#banner {
  z-index: 11;
}