@charset "utf-8";

/* ====================== 全局重置样式 ====================== */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
  margin: 0;
  padding: 0;
}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th {
  text-align: left;
  font-weight: normal;
}
html,body,fieldset,img,iframe,abbr {
  border: 0;
}
img {
  vertical-align: top;
}
html {
  overflow-x: hidden;
}
i,cite,em,var,address,dfn {
  font-style: normal;
}
[hidefocus],summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,h2,h3,h4,h5,h6,small {
  font-size: 100%;
}
sup,sub {
  font-size: 83%;
}
pre,code,kbd,samp {
  font-family: inherit;
}
q:before,q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,summary {
  cursor: default;
}
a,button {
  cursor: pointer;
}
h1,h2,h3,h4,h5,h6,em,strong,b {
  font-weight: bold;
}
del,ins,u,s,a,a:hover {
  text-decoration: none;
}
body,textarea,input,button,select,keygen,legend {
  font: 13px/1 arial,\5b8b\4f53;
  color: #333;
  outline: 0;
}
:focus {
  outline: 0;
}

/* ====================== 通用工具类 ====================== */
.none {
  display: none;
}
.wcb {
  width: 100%;
  height: 30px;
  border: 2px dashed #97CBE0;
}
.hidden {
  visibility: hidden;
}
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: url(images/icon.png) no-repeat;
}

/* ====================== CSS3 扩展样式 ====================== */
body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 10px;
}
/* 占位符样式 */
::-webkit-input-placeholder { color:#ccc; }
:-moz-placeholder { color:#ccc; }
::-moz-placeholder { color:#ccc; }
:-ms-input-placeholder { color:#ccc; }

/* ====================== 页面基础布局 ====================== */
body {
  line-height: 1;
  font-size: 15px;
  font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
  color: #282828;
  background: url(images/body_bg.png) no-repeat top center;
}
p {
  line-height: 37px;
}
a {
  color: #282828;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: #5892f5;
}

/* 页面尺寸 */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: 1200px;
  margin: 0 auto;
}
.wrapper .inner1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 28px;
}

/* ====================== 头部区域 ====================== */
#headtop {
  background: #666;
}
.headtop .top-left {
  float: left;
}
.headtop .top-right {
  float: right;
}

/* 头部主区域 */
#header .inner {
  height: 190px;
  position: relative;
}
.header .sitelogo {
  float: left;
  margin-top: 46px;
}
.header .sitetitle {
  display: inline-block;
  margin-top: 16px;
  margin-left: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.header .head-left {
  float: left;
  display: inline-block;
}
.header .head-main {
  float: left;
  margin-top: 10px;
}
.header .head-right {
  float: right;
  margin-top: 40px;
  max-width: 329px;
  width: auto;
}

/* 顶部链接 */
.site-rale ul li.links {
  float: left;
}
.site-rale ul li.links a {
  line-height: 35px;
  padding: 0 12px 0 19px;
  font-size: 13px;
  color: #cad3d4;
}
.site-rale ul li.links a:hover {
  color: #fff;
}
.site-rale ul li.links.i1 a { background-position: 0 0; }
.site-rale ul li.links.i2 a { background-position: -60px 0; }
.site-rale ul li.links.i3 a { background-position: -117px 0; }
.site-rale ul li.links.i4 a { background-position: -177px 0; }

/* 语言切换 */
.site-lang {
  margin-top: -10px;
  position: relative;
}
.site-lang ul {
  float: right;
}
.site-lang ul li.links {
  float: left;
  width: 70px;
}
.site-lang ul li.links a {
  line-height: 30px;
  font-size: 12px;
  color: #333;
  float: right;
}
.site-lang ul li.links a:hover {
  color: #095ab5;
}

/* ====================== 主导航 ====================== */
#nav .inner .wp-panel .wp-window {
  background: url(images/nav_bg.png) repeat left center;
}
#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: .7;
  filter: alpha(opacity=70);
}

/* 导航菜单 */
.wp-menu {
  margin: 0 auto;
  text-align: center;
}
.wp-menu .menu-item {
  display: inline-block;
  float: left;
  position: relative;
  height: 54px;
  width: 16.59%;
  border-left: 1px solid #8aaee3;
}
.wp-menu .menu-item.i1 {
  border: 0;
}
.wp-menu .menu-item a > .menu-switch-arrow {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.wp-menu .menu-item a.menu-link {
  display: inline-block;
  width: 100%;
  line-height: 54px;
  color: #3a3876;
  font-size: 22px;
  font-weight: bold;
}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
  background-color: #fff;
  color: #528cf0;
}

/* 子菜单 */
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 54px;
  width: 100%;
  z-index: 100;
  background: #fff;
  text-align: center;
}
.sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}
.sub-menu .sub-item a {
  display: block;
  color: #000;
  height: 40px;
  line-height: 42px;
  width: 100%;
  font-size: 18px;
  background: none;
}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover {
  color: #fff;
  background-color: #528df0;
}
.sub-menu .sub-menu {
  left: 100%;
  top: 0;
  z-index: 200;
  background: #fff;
}

/* ====================== 首页Banner ====================== */
#banner {
  margin-top: 14px;
}
#banner .inner {
  text-align: center;
  position: relative;
}

/* ====================== 主体内容模块 ====================== */
#m-container .inner {display: flex;}
.mod { margin-bottom: 20px; }
.mod2 { margin-bottom: 20px; }
.mod4 { margin-bottom: 16px; }

/* 首页布局 */
.main1 .ml { float: left; width: 763px; }
.main1 .mr { float: right; width: 386px; }
.main1 .ml-left { float: left; width: 320px; margin-top: 14px; }
.main1 .ml-right { float: right; width: 420px; margin-left: 18px; margin-top: 3px; }

.main2 .ml { width: 796px; }
.main2 .mr { float: right; width: 386px; }

.main3 { margin-top: 15px; }
.main3 .ml { float: left; width: 386px; }
.main3 .mr { float: right; width: 386px; }

.main4 .ml { float: left; width: 317px; }
.main4 .mr { float: right; width: 796px; margin-right: 22px; }

/* ====================== 文章/新闻模块 ====================== */
.post .tt {
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #e6e6e6;
  height: 42px;
}
.post .tt .tit {
  display: inline-block;
  float: left;
  font-size: 20px;
  font-weight: bold;
}
.post .tt .tit .title {
  display: block;
  line-height: 42px;
  color: #3a3876;
  font-family: "Microsoft yahei";
}
.post .tt .tit .name {
  display: none;
  line-height: 16px;
  color: #333;
}
.post-11 .con { margin-top: 5px; }
.post .more_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 45px;
  float: right;
}
.post .more_btn a {
  font-size: 13px;
  color: #1e1e1e;
}
.post .more_btn a:hover {
  color: #a7cbee;
}
img.xh {
  float: left;
  margin: 16px 6px 0 0;
}

/* 不同样式标题模块 */
.post1 { float: left; width: 338px; height: 230px; }
.post1 .tt { border-bottom: 2px solid #abbcdd; }
.post1 .tt .tit .title {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.post1 .tt .tit .title.selected { color: #0f429b; }

.post2 .tt .tit { border-bottom: 3px solid #abbcdd; }
.post2 .tt .tit .title { font-size: 19px; color: #3a3876; cursor: pointer; }
.post2 .con { margin-top: 19px; }

.post3 { width: 307px; float: left; padding-top: 14px; }
.post3 .tt { width: 100%; text-align: center; }
.post3 .tt .tit { float: none; }
.post3 .tt .tit .title { font-weight: bold; color: #1B2EA3; }

.post4 .tt .tit { border-bottom: 0; }
.post4 .tt .tit .title {
  display: inline-block;
  margin-right: 20px;
  color: #333;
  border-bottom: 3px solid #275781;
  cursor: pointer;
}
.post4 .tt .tit .title.selected { border-bottom: 3px solid #fff; color: #000; }

/* ====================== 新闻列表样式 ====================== */
.news_list li.news { line-height: 37px; }
.news_list li.news span.news_title { float: left; }
.news_list li.news span.news_meta {
  float: right;
  color: #282828;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.news_list li.news .news_time,
.news_list li.news .news_time span { color: #666; }
.news_list li.news .news_text { line-height: 22px; color: #666; }
.news_list li.news .news_text a { color: #717070; }
.news_list li.news .news_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  background: #000;
  opacity: .7;
  filter: Alpha(opacity=70);
}
.link_ico { float: left; margin: 18px 8px 0 20px; }
.link-box { font-size: 16px; }

/* 日历新闻样式 */
.rili2 .con { padding: 5px 0; }
.rili2 .news_list li.news { border-bottom: 1px solid #eee; }
.rili2 .news_list li.news .news_date {
  float: left;
  width: 59px;
  margin-right: -70px;
  text-align: center;
  margin-top: 15px;
  height: 59px;
}
.rili2 .news_list li.news .news_date .news_year {
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  background-color: #275781;
  transition: all 0.4s ease-in-out;
  font-weight: bold;
}
.rili2 .news_list li.news .news_date .news_days {
  line-height: 25px;
  font-size: 12px;
  color: #424242;
  background-color: #e9e9e9;
}
.rili2 .news_list li.news .news_wz { width: 100%; }
.rili2 .news_list li.news .news_wz .news_con { margin-left: 76px; padding: 13px 0; }
.rili2 .news_list li.news:hover .news_date .news_year { background-color: #f4a221; }
.rili2 .news_list li.news .news_title {
  line-height: 22px;
  margin-top: 10px;
  font-size: 15px;
  min-height: 50px;
}

/* 图片列表 */
.news_tu .con { padding: 12px 0; }
.news_tu .news_list { margin: 0 -10px; }
.news_tu .news_list li.news { float: left; width: 25%; }
.news_tu .news_list li.news .news_box { margin: 0 10px; transition: all 0.4s ease-in-out; }
.news_tu .news_list li.news .news_box:hover { opacity: .85; filter: Alpha(opacity=85); }
.news_tu .news_list li.news .news_imgs {
  height: 180px;
  background-color: #F1F1F1;
  overflow: hidden;
  vertical-align: middle;
  display: table-cell;
}
.news_tu .news_list li.news .news_imgs img { width: 100%; height: auto; max-height: 100%; }
.news_tu .news_list li.news .news_title {
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

/* 图文列表 */
.tu_text .news_list li.news .news_imgs {
  float: left;
  width: 125px;
  margin-right: -175px;
}
.tu_text .news_list li.news .news_imgs a {
  height: 110px;
  display: table-cell;
  vertical-align: middle;
}
.tu_text .news_list li.news .news_imgs img { width: 100%; height: auto; }
.tu_text .news_list li.news .news_wz { width: 100%; border-bottom: 1px solid #eee; }
.tu_text .news_list li.news .news_title {
  line-height: 22px;
  font-size: 16px;
  color: #0a5793;
  font-weight: bold;
}
.tu_text .news_list li.news .news_title a { color: #0a5793; }
.tu_text .news_list li.news .news_text {
  line-height: 26px;
  font-size: 13px;
  color: #999;
  padding: 9px 0 10px;
}

/* 自定义模块样式 */
.post-30 { width: 322px; float: right; }
.post-32 { width: 322px; float: right; }
.post-64 { margin-left: 29px; }
.post8 { float: left; }

/* ====================== 列表页 ====================== */
.l-banner {
  height: 285px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.l-banner img { display: none; height: 100%; vertical-align: top; }

#l-container .inner {
  margin-top: 21px;
  margin-bottom: 71px;
  padding: 33px 34px 62px 24px;
  background: #fff;
  border: 1px solid #d4d4d4;
}

/* 侧边栏目 */
.col_menu { width: 200px; float: left; margin-right: -200px; position: relative; }
.col_menu .col_menu_head { background: #528df0; }
.col_menu .col_menu_head h3.col_name { font-size: 25px; font-weight: normal; color: #fff; }
.col_menu .col_menu_head h3.col_name .col_name_text { display: block; line-height: 65px; text-align: center; }

/* 栏目列表 */
.col_list { text-align: center; }
.col_list .wp_listcolumn { border: 1px solid #ddd; }
.col_list .wp_listcolumn .wp_column a {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  background: none;
  text-align: center;
  border-top: 1px solid #d7d7d7;
}
.col_list .wp_listcolumn .wp_column a .column-name { line-height: 60px; padding: 0; }
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color: #528df0; }

/* 内容区域 */
.col_news { width: 100%; min-height: 500px; float: right; }
.col_news .col_news_box { margin-left: 236px; }
.col_news_head { border-bottom: 2px solid #528df0; }
.col_metas .col_title { float: left; height: 48px; line-height: 48px; }
.col_metas .col_title h2 { font-size: 20px; font-family: "Microsoft yahei"; color: #0f429b; }
.col_metas .col_path { float: right; height: 38px; line-height: 38px; color: #1f1f1f; font-size: 16px; }

/* ====================== 文章详情页 ====================== */
.infobox { width: auto; margin: 0 auto; min-height: 500px; background: #fff; }
.article {
  padding-top: 40px;
  border: 1px solid #d4d4d4;
  margin-bottom: 23px;
}
.article h1.arti_title {
  line-height: 42px;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  text-align: center;
  color: #1f1f1f;
}
.article h2.arti_title {
  line-height: 36px;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  text-align: center;
  color: #1f1f1f;
}
.article .arti_metas {
  padding: 28px 0 35px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  width: 1114px;
  margin: 0 auto;
}
.article .arti_metas span { margin: 0 5px; font-size: 13px; color: #787878; }
.article .entry { padding: 35px; margin: 0 auto; overflow: hidden; margin-top: 10px; min-height: 400px; }
.article .entry .read,
.article .entry .read p {
  line-height: 35px;
  font-size: 16px;
  color: #1F1F1F;
  font-family: "Microsoft YaHei";
}
.article .entry .read p { margin-bottom: 10px; text-indent: 2em; }
.article .entry .read img { margin: 0 auto; display: block; max-width: 940px; }

/* ====================== 页脚 ====================== */
#footer { background: url(images/footer_bg.png) no-repeat top center; }
#footer .inner { padding-top: 29px; position: relative; padding-bottom: 45px; }
#footer .foot-left { float: left; }
#footer .foot-right { float: right; margin-top: 12px; }
#footer p { font-size: 13px; line-height: 25px; color: #fff; }
#footer .copyright a { color: #fff; }

/* ====================== 功能组件 ====================== */
/* 搜索框 */
.search-panel { float: right; position: relative; clear: right; }
.search-window { background-color: #fff; overflow: hidden; width: 29px; }
.wp-search .search-input input.search-title {
  width: 100%;
  height: 29px;
  line-height: 29px;
  border: 0;
  outline: 0;
  background: none;
  color: #333;
  font-size: 14px;
  padding-left: 5px;
}
.wp-search .search-btn { width: 29px; height: 29px; position: absolute; right: 0; top: 0; }
.wp-search .search-btn input.search-submit {
  width: 29px;
  height: 29px;
  border: 0;
  outline: 0;
  background: url(images/search.png) center no-repeat;
  cursor: pointer;
}
.searchbtn {
  width: 29px;
  height: 29px;
  border: 0;
  outline: 0;
  background: url(images/search.png) center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 120;
  cursor: pointer;
}

/* 友情链接 */
.botlinks .links-wrap {
  position: relative;
  float: left;
  margin: 4px 10px;
  width: 164px;
  line-height: 32px;
  background: #fff;
}
.botlinks .links-wrap a.links-arrow {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 25px 0 20px;
  color: #000;
  background: url(images/jt.png) no-repeat 143px center;
  font-size: 14px;
}
.botlinks .links-wrap a.links-arrow:hover { color: #5892f5; }
.botlinks .links-wrap .link-items {
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  min-width: 164px;
  max-height: 80px;
  overflow: auto;
  background: #fff;
  z-index: 111;
}
.botlinks .links-wrap .link-items a {
  display: block;
  line-height: 24px;
  color: #282828;
  font-size: 14px;
}
.botlinks .links-wrap .link-items a:hover { color: #206eac; background: #e5e5e5; }

/* ====================== 轮播图/特殊样式 ====================== */
.mbanner .focus .focus-title-bg {
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=60);
  width: 1200px;
}
.mbanner .focus .focus-pagination {
  position: absolute;
  right: 17.4%;
  bottom: 5px;
  z-index: 60;
}
.mbanner .focus .focus-page {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: #fff;
}
.mbanner .focus .focus-page-active { background: #eea750; }

/* 分页样式 */
.wp_paging { float: none; background: #f0f0f0; color: #8e8e8e; }
.wp_paging li { line-height: 46px; height: 46px; }
.wp_paging li a { color: #8e8e8e; }
.pages_count { margin-right: 11px; margin-left: 124px; }
.page_nav { margin-left: 11px; margin-right: 22px; }

/* 头部导航/搜索 */
.head_search {
  float: right;
  height: 29px;
  width: 170px;
  background: url(images/btn_b.png) left center no-repeat;
}
input#keyword {
  width: 131px !important;
  height: 29px;
  background: none;
  border: none;
  color: #fff;
  padding-left: 10px;
  line-height: 29px;
}
.wp_search .search {
  background: url(images/btn_search.png) center no-repeat;
  width: 29px;
  height: 29px;
}