/*

Theme Name: 富城能源2020

Description: 富城能源网站模板

Author: yangfei

Version: 1.0

*/

/* #region Normalize */

/** 清除内外边距 **/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */

dl, dt, dd, ul, ol, li, /* list elements 列表元素 */

pre, /* text formatting elements 文本格式元素 */

form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */

th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/

body,

button, input, select, textarea /* for ie */ {
  font: 14px/1 "\5FAE\8F6F\96C5\9ED1", "YaHei", tahoma, "\5b8b\4f53", arial,
    sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
} /* 将斜体扶正 */

/** 重置列表元素 **/

ul,
ol {
  list-style: none;
}

/** 重置表单元素 **/

fieldset,
iframe {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */

/** 重置表格元素 **/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** 去除焦点边框线 **/
a:active,
a:hover {
  outline-width: 0;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[hidden] {
  display: none !important;
}
/* #endregion */

/* #region font icon */
@font-face {
  font-family: "iconfont"; /* project id 284408 */
  src: url("//at.alicdn.com/t/font_284408_wzqgxhqzi49.eot");
  src: url("//at.alicdn.com/t/font_284408_wzqgxhqzi49.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_284408_wzqgxhqzi49.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_284408_wzqgxhqzi49.woff") format("woff"),
    url("//at.alicdn.com/t/font_284408_wzqgxhqzi49.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_284408_wzqgxhqzi49.svg#iconfont") format("svg");
}

.icon {
  font-family: "iconfont";
  font-style: normal;
  line-height: 1;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* #endregion */

/* #region CSS Lib */
.dn,
.db_m {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.di {
  display: inline;
}

.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}

.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}

.tjfix {
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.tdl {
  text-decoration: underline;
}
.tdn,
.tdn:hover,
a.tdn:hover {
  text-decoration: none;
}

.bk {
  word-wrap: break-word;
}

.vm {
  vertical-align: middle;
}
.vtb {
  vertical-align: text-bottom;
}
.vb {
  vertical-align: bottom;
}
.vt {
  vertical-align: top;
}
.vn {
  vertical-align: -2px;
}

.l {
  float: left;
}
.r {
  float: right;
}

.cl {
  clear: both;
}

.rel {
  position: relative;
}
.abs {
  position: absolute;
}

.fix:after {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* #endregion */

/* #region Themes Styles */
/* 页面设置 */
html {
  color: #666;
  overflow-y: scroll;
  background-color: #fff;
}

#container {
  background-image: url(https://cdn.klmyfc.com/wp-content/themes/fucheng2020/images/bg.png);
}

/* 链接样式 */
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0d6ec8;
  text-decoration: none;
}
/* #endregion */

/* #region clear */
#header:after,
#content:after,
#site-info:after {
  clear: both;
  content: "\200B";
  display: block;
  height: 0;
}
/* #endregion */

/* #region header */
#header {
  height: 95px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
}

#masthead {
  width: 1520px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 374px auto 1px;
  align-items: center;
  justify-content: space-between;
}

#site-title {
  display: none;
}

#branding .corp_name_link {
  padding-left: 12px;
}
/* #endregion */

/* #region 头部导航菜单 */
#top-nav-menu .menu > .menu-item {
  float: left;
  position: relative;
}
#top-nav-menu .menu > .menu-item:hover {
  background-color: transparent;
}
#top-nav-menu .menu > .menu-item > a {
  color: #f7f7f7;
}
#top-nav-menu .menu > .menu-item:hover > a {
  color: #f7f7f7;
}
#top-nav-menu .menu > .menu-item.menu-item-has-children:hover > a::after {
  font-family: "iconfont";
  content: "\e64d";
  font-size: 24px;
  position: absolute;
  top: 30px;
  left: 40px;
}

#top-nav-menu .menu > .menu-item > a {
  display: inline-block;
  line-height: 95px;
  height: 95px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}

#top-nav-menu .menu > .current_page_item > a:link,
#top-nav-menu .menu > .current_page_item > a:visited,
#top-nav-menu .menu > .current-menu-item > a:link,
#top-nav-menu .menu > .current-menu-item > a:visited,
#top-nav-menu .menu > .current-post-parent > a:link,
#top-nav-menu .menu > .current-post-parent > a:visited,
#top-nav-menu .menu > .current-post-ancestor > a:link,
#top-nav-menu .menu > .current-post-ancestor > a:visited,
#top-nav-menu .menu > .current-menu-parent > a:link,
#top-nav-menu .menu > .current-menu-parent > a:visited {
  color: #f7f7f7;
  background-color: transparent;
}

/*子菜单*/
#top-nav-menu .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 95px;
  z-index: 100;
  padding: 8px 240px 8px 20px;
  min-height: 187px;
  background-color: rgba(255, 255, 255, 0.8);
}

#top-nav-menu .sub-menu::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 220px;
  height: 172px;
  background-size: cover;
}

/* 与一级菜单居中对齐的子菜单 */
#menu-item-277 .sub-menu,
#menu-item-278 .sub-menu,
#menu-item-279 .sub-menu,
#menu-item-280 .sub-menu {
  right: calc((440px - 84px) / 2 * -1);
}
/* 末尾需偏移的子菜单 */
#menu-item-281 .sub-menu {
  right: calc(84px * -2);
}
#menu-item-282 .sub-menu {
  right: calc(84px * -1);
}
#menu-item-283 .sub-menu {
  right: 0;
}
/* 集团概况 */
#menu-item-277 .sub-menu::after {
  background-image: url(https://cdn.klmyfc.com/wp-content/uploads/2020/05/202005111308096882.jpg);
}
/* 新闻中心 */
#menu-item-278 .sub-menu::after {
  background-image: url(//cdn.klmyfc.com/wp-content/uploads/2020/05/202005111308088361.jpg);
}
/* 人才招聘 */
#menu-item-282 .sub-menu::after {
  background-image: url(//cdn.klmyfc.com/wp-content/uploads/2023/11/202311161340093290.jpg);
}
/* 访客服务 */
#menu-item-283 .sub-menu::after {
  background-image: url(//cdn.klmyfc.com/wp-content/uploads/2023/11/202311161340077823.jpg);
}

#top-nav-menu .sub-menu a {
  display: block;
  text-align: left;
  width: 200px;
  white-space: nowrap;
  line-height: 3em;
  background-color: transparent;
  border-bottom: 1px solid #d9d9d9;
}
#top-nav-menu .sub-menu a:hover {
  background-color: transparent;
}
#top-nav-menu .sub-menu a {
  color: #000;
}

#top-nav-menu .sub-menu > .current-menu-item a:link,
#top-nav-menu .sub-menu > .current-menu-item a:visited,
#top-nav-menu .sub-menu > .current-menu-parent a:link,
#top-nav-menu .sub-menu > .current-menu-parent a:visited,
#top-nav-menu .sub-menu > .current_page_item a:link,
#top-nav-menu .sub-menu > .current_page_item a:visited {
  color: #2865ae;
  background-color: transparent;
}

#top-nav-menu .menu > .menu-item:hover .sub-menu {
  visibility: visible;
}
#top-nav-menu1 {
  display: none;
}
/* #endregion */

/* #region 页头大图 */
#header_image {
  background-color: #f7f7f7;
  overflow: hidden;
  height: 556px;
}

#header_image .single_image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home #header_image {
  height: 100vh;
}
/* #endregion */

/* #region 首页新闻列表通用样式 */
.index_block .posts-list .entry {
  line-height: 2em;
}
.index_block .posts-list .entry .title a {
  font-size: 16px;
}
.index_block .posts-list .entry .title a:link,
.index_block .posts-list .entry .title a:visited {
  background-position: -3px 4px;
}
.index_block .posts-list .entry .title a:hover,
.index_block .posts-list .entry .title a:active {
  background-position: -3px -38px;
}

.index_block .posts-list .entry .date {
  float: right;
  color: #999;
}
/* #endregion */

/* #region 首页内容第一块（新闻中心） */
.index_xwzx {
  width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
}

.index_xwzx > .hd {
  position: relative;
  background-color: #186ab6;
  height: 4px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 2em;
}

.index_xwzx > .hd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid #f4f4f4;
  border-right: 4px solid transparent;
}

.index_xwzx > .hd::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 4px solid #f4f4f4;
  border-left: 4px solid transparent;
}

.index_xwzx .xwzx_images {
  float: left;
  width: 620px;
  height: 410px;
  position: relative;
  overflow: hidden;
}
.index_xwzx .xwzx_images .item {
  position: relative;
  width: 620px;
  height: 410px;
}

.index_xwzx .xwzx_images .item a {
  height: 100%;
  width: 100%;
}
.index_xwzx .xwzx_images .item img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px;
  background-image: url(images/loading.gif);
}

.index_xwzx .xwzx_images .item .date {
  position: absolute;
  left: 35px;
  bottom: 60px;
  width: 70px;
  height: 70px;
  background-color: #1f5eab;
  z-index: 4;
  color: white;
}

.index_xwzx .xwzx_images .item .date .d {
  font-size: 32px;
  display: block;
  text-align: center;
  line-height: 1.5;
}

.index_xwzx .xwzx_images .item .date .ym {
  font-size: 14px;
  display: block;
  text-align: center;
}

.index_xwzx .xwzx_images .item .title_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  opacity: 0.4;
  background-color: black;
  z-index: 4;
}
.index_xwzx .xwzx_images .item .title {
  font-size: 14px;
  position: absolute;
  left: 14px;
  right: 120px;
  bottom: 0;
  line-height: 40px;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
}
.index_xwzx .xwzx_images .title a {
  color: white;
  text-decoration: none;
}

.index_xwzx .xwzx_images .unslider-nav {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 10;
  font-size: 0;
}
.index_xwzx .xwzx_images .unslider-nav li {
  display: inline-block;
  margin-left: 8px;
  background-color: white;
  height: 3px;
  width: 24px;
  opacity: 0.4;
  cursor: pointer;
}
.index_xwzx .xwzx_images .unslider-nav li.unslider-active {
  opacity: 0.9;
}

/* 新闻列表 */
.index_xwzx .xwzx_news {
  float: right;
  width: 860px;
  height: 410px;
  border-left: 1px solid #dcdcdc;
  padding-left: 40px;
  box-sizing: border-box;
}

/* 头条 */
.index_xwzx .xwzx_news .hd .top-post {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.index_xwzx .xwzx_news .hd .top-post .title {
  font-size: 20px;
  display: inline-block;
  width: 700px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.index_xwzx .xwzx_news .hd .top-post .title:link,
.index_xwzx .xwzx_news .hd .top-post .title:visited,
.index_xwzx .xwzx_news .hd .top-post .title:hover,
.index_xwzx .xwzx_news .hd .top-post .title:active {
  color: #0d6ec8;
  text-decoration: none;
}
.index_xwzx .xwzx_news .hd .top-post .date {
  float: right;
  color: #999;
  margin-top: 6px;
}
.index_xwzx .xwzx_news .hd .top-post p {
  margin-top: 1.5em;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index_xwzx .xwzx_news .bd {
  margin-top: 20px;
}
.index_xwzx .xwzx_news .bd .posts-list .entry {
  line-height: 3em;
}
.index_xwzx .xwzx_news .bd .posts-list .entry:nth-child(1) {
  display: none;
}

.index_xwzx .xwzx_news .ft .detail {
  float: right;
  background-color: #cbcbcb;
  width: 80px;
  color: white;
  text-align: center;
  line-height: 20px;
  margin-top: 1em;
  font-size: 12px;
}
.index_xwzx .xwzx_news .ft .detail:link,
.index_xwzx .xwzx_news .ft .detail:visited,
.index_xwzx .xwzx_news .ft .detail:hover,
.index_xwzx .xwzx_news .ft .detail:active {
  text-decoration: none;
}

/* #endregion */

/* #region 首页内容第二块（集团及子公司） */
.index_row2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-color: white;
}
.index_row2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://cdn.klmyfc.com/wp-content/uploads/2023/11/202311150925329035.jpg)
    no-repeat center / cover;
  z-index: -1;
  opacity: 0.2;
}
.index_row2 .bd {
  padding: 3em 0;
  box-sizing: border-box;
  width: 1520px;
  margin: 0 auto;
}

.index_row2 .bd .business-link {
  float: left;
  position: relative;
}
.index_row2 .bd .business-link img {
  transition: all 0.5s ease-out;
}
.index_row2 .bd .business-link:hover img {
  transform: scale(1.1);
}
.index_row2 .bd .business-link-small img {
  filter: brightness(75%);
}
.index_row2 .bd .business-link-small:hover img {
  filter: brightness(100%);
}
.index_row2 .bd .business-link p {
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  background-color: rgba(13, 110, 200, 0.5);
  line-height: 3em;
  font-size: 18px;
  transition: all 0.5s ease-out;
}
.index_row2 .bd .business-link:hover p {
  bottom: 0;
}

.index_row2 .bd .business0 {
  width: 482px;
  height: 450px;
  overflow: hidden;
}
.index_row2 .bd .business-link-small {
  margin-left: 12px;
  width: 161px;
  height: 420px;
  overflow: hidden;
}

.index_row2 .bd .business-link-small:nth-child(2n + 1) {
  margin-top: 30px;
}
/* #endregion */

/* #region 首页内容第三块（企业文化） */
.index_qywh {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
  overflow: hidden;
}

.index_qywh .swiper-slide {
  /* 1 */
  /* width: 435px;
    height: 185px; */
  /* 1.2 */
  /* width: 522px;
  height: 222px; */
  /* 1.4 */
  width: 609px;
  height: 259px;
  overflow: hidden;
}

.index_qywh .swiper-slide img {
  transition: all 0.5s;
  filter: brightness(75%);
}
.index_qywh .swiper-slide:hover img {
  transform: scale(1.05);
}
.index_qywh .swiper-slide.swiper-slide-active img {
  filter: brightness(100%);
}
/* #endregion */

/* #region 首页底部链接区 */
.index_links {
  background-color: #333;
  color: white;
}

.index_links .inner {
  width: 1520px;
  margin: 0 auto;
  padding: 2em 0;
}

.index_links a:link,
.index_links a:visited,
.index_links a:hover,
.index_links a:active {
  color: white;
  text-decoration: none;
  line-height: 2em;
}

.index_links .box {
  float: left;
}

.index_links .box .hd {
  font-size: 20px;
  font-weight: bold;
  line-height: 3em;
  border-bottom: 1px solid #a0a0a0;
}

/* 站内导航 */
.index_links .zndh {
  width: 680px;
}
.index_links .zndh .menu > .menu-item:nth-child(1) {
  display: none;
}

.index_links .zndh .menu > .menu-item {
  float: left;
  font-size: 16px;
  margin-top: 1em;
  margin-right: 2.6em;
}

.index_links .zndh .menu > .menu-item > a {
  font-weight: bold;
}

/* 友情链接 */
.index_links .yqlj {
  width: 280px;
}
.index_links .yqlj .menu {
  font-size: 16px;
  margin-top: 1em;
  margin-right: 2em;
}

/* 公众号 */
.index_links .gzh {
  width: 200px;
}
.index_links .gzh .bd {
  padding-top: 16px;
}

/* 视频号 */
.index_links .sph {
  width: 200px;
}
.index_links .sph .bd {
  padding-top: 16px;
}

/* 企业文化 */
.index_links .qywh .bd {
  padding-top: 16px;
}
/* #endregion */

/* #region 页尾 */
#footer {
  background-color: #222;
  color: white;
}

/*版权信息*/
#site-generator {
  text-align: center;
  border-top: 1px solid #353946;
  line-height: 5em;
  display: flex;
  justify-content: center;
}

#site-generator .item:not(:last-child)::after {
  content: "|";
  margin: 0 1em;
}
#site-generator a {
  color: white;
  text-decoration: none;
}

#site-generator .spliter {
  margin-left: 1em;
  margin-right: 1em;
}

/*统计*/
#site-stat {
  text-align: center;
  font-size: 0;
}
/* #endregion */

/* #region 通用面包屑导航 */
.breadcrumb {
  background-color: #eee;
  color: #333;
  line-height: 45px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333;
  content: "\003e\00a0";
}
.breadcrumb > .active {
  color: #777;
}
/* #endregion */

/* #region 页面 */
/* 页面内容 */
.content-wrapper {
  width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

#content .page-sidebar {
  float: left;
  width: 200px;
  margin-top: 20px;
}
#content .page-sidebar .hd {
  background: url(images/category.png) center center no-repeat;
  height: 120px;
}
#content .page-sidebar .bd {
  padding-top: 10px;
}
#content .page-sidebar ul li a {
  display: block;
  line-height: 3em;
  font-size: 16px;
  text-decoration: none;
  padding: 0 1em;
  border-bottom: 1px solid #dcdcdc;
}
#content .page-sidebar ul li a:before {
  font-family: "iconfont";
  content: "\e606";
  display: inline-block;
  margin-right: 8px;
}

#content .page-sidebar ul li.current_page_item a:link,
#content .page-sidebar ul li.current_page_item a:visited,
#content .page-sidebar ul li a:hover,
#content .page-sidebar ul li a:active {
  color: white;
  background-color: #1f81dc;
}

#content .page {
  float: right;
  width: 1270px;
}
#content .page .entry-content {
  font-size: 18px;
  padding: 12px;
}
#content .page .entry-content p {
  line-height: 2em;
  margin: 0;
  text-indent: 2em;
}
/* #endregion */

/* #region 文章 */
#content.single {
  padding-bottom: 50px;
}
.post {
  float: left;
  width: 71%;
  overflow: hidden;
  min-height: 500px;
}
.post img.aligncenter {
  clear: both;
  display: block;
  margin: 1em auto;
}

.post img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px;
  background-image: url(images/loading.gif);
}
/*ckplayer播放器LGOO取消加载*/
.ckplayer-video img {
  background-image: none !important;
}
.post h1.entry-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 20px;
}
.post .entry-meta {
  font-size: 14px;
  line-height: 3em;
  color: gray;
}
.post .entry-meta span {
  display: inline-block;
  margin-right: 1em;
}
.post .entry-content {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  position: relative;
}
.post .entry-content p {
  margin: 0;
  text-indent: 2em;
  line-height: 2em;
  font-size: 18px;
  text-align: justify;
}
.post .entry-content .hits {
  display: block;
  line-height: 42px;
  text-align: right;
}
.post .entry-content .hits:before {
  font-family: "iconfont";
  content: "\e638";
}

/*文章页侧边栏*/
.post-sidebar {
  float: right;
  width: 25%;
}
.post-sidebar .hd {
  font-size: 16px;
  background-color: #1f81dc;
  margin-top: 20px;
  line-height: 35px;
  padding: 0 8px;
  color: white;
  border-radius: 2px;
}
.post-sidebar .posts-list {
  padding: 18px 4px 0;
}
.post-sidebar .posts-list .entry {
  line-height: 2em;
}
.post-sidebar .posts-list .entry .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post-sidebar .posts-list .entry .title a {
  font-size: 16px;
}
.post-sidebar .posts-list .entry .date {
  display: none;
}
.post-sidebar .posts-list .entry[data-index="4"] {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.post-sidebar .posts-list .entry[data-index="5"] {
  padding-top: 10px;
}
/* #endregion */

/* #region 分类列表页 */
.category-sidebar {
  float: left;
  width: 200px;
  margin-top: 10px;
}

.category-sidebar .hd {
  font-size: 24px;
  color: #0d6ec8;
  line-height: 3em;
  padding: 0 8px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 12px;
}

.category-sidebar .bd a {
  display: block;
  line-height: 3em;
  font-size: 16px;
  text-decoration: none;
  padding: 0 1em;
  border-bottom: 1px solid #dcdcdc;
}
.category-sidebar .bd a:before {
  font-family: "iconfont";
  content: "\e606";
  display: inline-block;
  margin-right: 8px;
}

.category-sidebar .bd .current-cat a:link,
.category-sidebar .bd .current-cat a:visited,
.category-sidebar .bd a:hover,
.category-sidebar .bd a:active {
  color: white;
  background-color: #1f81dc;
}

.category-list {
  float: right;
  width: 1270px;
  margin-top: 30px;
}

.category-list .entry {
  padding-left: 180px;
  padding-bottom: 1em;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 2em;
}
.category-list .entry img {
  width: 160px;
  height: 120px;
  margin-left: -180px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px;
  background-image: url(images/loading.gif);
}
.category-list .entry .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category-list .entry .title a {
  font-size: 16px;
  line-height: 2em;
}
.category-list .entry .excerpt {
  color: #888;
  margin-top: 1em;
  height: 84px;
  font-size: 14px;
  line-height: 1.5em;
}
.category-list .entry .meta {
  color: #aaa;
  line-height: 3em;
}
.category-list .entry .meta .more {
  float: left;
}
.category-list .entry .meta .more a {
  color: white;
  text-decoration: none;
}
.category-list .entry .meta .more a:before {
  font-family: "iconfont";
  font-style: normal;
  line-height: 1;
  content: "\e726";
}
.category-list .entry .meta .more a:link,
.category-list .entry .meta .more a:visited {
  background-color: #1f81dc;
}
.category-list .entry .meta .more a:hover,
.category-list .entry .meta .more a:active {
  background-color: #73b12e;
}
.category-list .entry .meta .date {
  float: right;
}
.category-list .entry .meta .date:before {
  font-family: "iconfont";
  font-style: normal;
  content: "\e64a";
}

/*分页页码*/
.category-list .pagination {
  text-align: center;
  padding-bottom: 20px;
}

.category-list .pagination a,
.category-list .pagination span {
  display: inline-block;
  border: 1px solid #c6c6c6;
  padding: 8px 11px;
}
.category-list .pagination a {
  text-decoration: none;
}
.category-list .pagination span {
  cursor: default;
}
.category-list .pagination .page-numbers.current {
  color: white;
  background-color: #1f81dc;
}
/* #endregion */

/* #region 留言板 */
#comments .comment-notes,
#comments .logged-in-as,
#comments .must-log-in,
#comments .says,
#comments .reply,
#reply-title,
#commentform label {
  display: none;
}

#comments {
  margin-top: 20px;
}
#comments-title {
  font-size: 18px;
  line-height: 2em;
}
#comments-title:before {
  font-family: "iconfont";
  font-style: normal;
  line-height: 1;
  content: "\e6a8";
  color: #0d6ec8;
}
.commentlist .comment {
  margin: 20px 0;
  border: 1px dashed #cecece;
  padding: 4px;
}
.commentlist .comment .comment-author {
  float: left;
  padding: 8px;
}
.commentlist .comment .comment-author .avatar {
  border-radius: 3px;
}
.commentlist .comment .comment-meta {
  float: right;
  padding-right: 8px;
  padding-top: 26px;
}
.commentlist .comment .comment-meta a {
  color: #888;
}

.comment-body p {
  clear: both;
  padding: 0 8px;
  font-size: 16px;
  line-height: 2em;
}

#commentform {
  text-align: center;
}
#comment {
  padding: 6px;
  width: 90%;
}
#comment:invalid {
  background: url(images/guestbook_tip.png) center center no-repeat;
}

#commentform .form-submit {
  padding: 1em;
}

#submit {
  background-color: #f8f8f8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1');
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
}

#submit:hover {
  background-color: #fcfcfc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcfc',EndColorStr='#f1f1f1');
  background-image: linear-gradient(top, #fcfcfc, #f1f1f1);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #333;
}
/* #endregion */

/* #region 大事记 */
.memorabilia {
  background-color: #f6f6f6;
  margin-top: 20px;
  padding: 20px 0;
  position: relative;
}

.memorabilia .event-years {
  float: left;
  width: 70px;
  margin: 25px;
  position: absolute;
  top: 0;
}
.memorabilia .event-years.fixed {
  position: fixed;
}
.memorabilia .event-years.abs {
  position: absolute;
  top: auto;
  bottom: 0;
}

.memorabilia .event-years li {
  line-height: 40px;
  margin-bottom: 2px;
  font-size: 18px;
  cursor: pointer;
  background-color: white;
  text-align: center;
}
.memorabilia .event-years li:after {
  content: "";
  float: right;
  margin-top: 12px;
  margin-right: -16px;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent white;
}
.memorabilia .event-years li:hover,
.memorabilia .event-years li.current {
  background-color: #1f81dc;
  color: white;
}
.memorabilia .event-years li:hover:after,
.memorabilia .event-years li.current:after {
  border-left-color: #1f81dc;
}

.memorabilia .event-lists {
  float: right;
  width: 1150px;
  border-left: 4px solid #0d6ec8;
  margin-left: 8px;
  box-sizing: border-box;
}

.memorabilia .event-lists .year h4 {
  margin-left: 20px;
  font-size: 24px;
  font-family: Georgia;
  color: #0d6ec8;
  line-height: 38px;
  font-style: italic;
  position: relative;
}
.memorabilia .event-lists .year h4:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: white;
  border: 6px solid #0d6ec8;
  border-radius: 50%;
  position: absolute;
  left: -31px;
  top: 12px;
}

.memorabilia .event-lists .month .title {
  font-size: 16px;
  line-height: 2em;
  color: #0d6ec8;
}
.memorabilia .event-lists .month .title:before {
  content: "";
  float: left;
  height: 2px;
  width: 14px;
  margin-top: 15px;
  margin-right: 10px;
  background-color: #0d6ec8;
}

.memorabilia .event-lists .days li {
  padding: 0 20px;
}
.memorabilia .event-lists .days li p {
  background-color: white;
  box-shadow: 2px 2px 5px #ddd;
  padding: 10px 15px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.6em;
}
.memorabilia .event-lists .days li p:before {
  content: "";
  border-width: 6px 10px;
  border-style: solid;
  border-color: transparent white transparent transparent;
  position: absolute;
  left: -20px;
  top: 10px;
}
/* #endregion */

/* #region 置顶及标题样式 */
.index_block .posts-list .entry[data-bold="y"] .title a,
.category-list .entry[data-bold="y"] .title a {
  font-weight: bold;
}
.index_block .posts-list .entry[data-color="red"] .title a,
.category-list .entry[data-color="red"] .title a {
  color: red;
}
.index_block .posts-list .entry[data-color="blue"] .title a,
.category-list .entry[data-color="blue"] .title a {
  color: blue;
}
.index_block .posts-list .entry[data-color="green"] .title a,
.category-list .entry[data-color="green"] .title a {
  color: green;
}
.category-list .entry.toplevel1 .title:before,
.category-list .entry.toplevel2 .title:before,
.category-list .entry.toplevel3 .title:before {
  content: "\e604";
  font-family: "iconfont";
  color: #0d6ec8;
}
/* #endregion */

/* #region 移动端样式 */
@media only screen and (max-width: 768px) {
  #content {
    width: auto;
    padding: 0 0.5em;
  }
  #masthead {
    width: auto;
  }
  #top-nav-menu,
  .index_block > .hd,
  .index_xwzx .xwzx_images .item .date,
  .index_xwzx .xwzx_news,
  .index_qywh,
  .index_links .zndh .hd,
  .index_links .zndh .sub-menu,
  .index_links .yqlj,
  .index_links .gzh,
  .index_links .sph,
  .index_links .qywh,
  .index_block .posts-list .entry .date,
  .category-sidebar,
  .category-list .entry img,
  .post-sidebar,
  .page-sidebar,
  .post .entry-content .social-share,
  #colophon {
    display: none;
  }

  #header {
    height: 65px;
  }
  .index_block {
    margin-bottom: 2vw;
  }
  #wrapper #header_image {
    height: 45vw;
    margin-bottom: 2vw;
  }
  .index_xwzx {
    width: auto;
  }
  .index_xwzx .xwzx_images,
  .index_xwzx .xwzx_images .item {
    width: calc(100vw - 1em);
    height: 66vw;
  }
  .index_xwzx .xwzx_images .title {
    right: 14px;
  }
  .index_xwzx .xwzx_images,
  .index_xwzx .xwzx_news,
  .index_gsgg,
  .index_yxdt,
  .index_tender,
  .category-list,
  #content .page,
  .post {
    width: auto;
    float: none;
  }
  .index_row2 {
    background: none;
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
  }
  .index_row2 .bd {
    width: auto;
    padding-top: 0;
  }
  .index_row2 .bd .business0 {
    width: calc(100vw - 1em);
    height: calc(calc(100vw - 1em) * 0.935);
  }
  .index_row2 .bd .business-link {
    margin-bottom: 3vw;
  }
  .index_row2 .bd .business-link p {
    bottom: 0;
  }
  .index_row2 .bd .business-link-small {
    width: calc(calc(96vw - 1em) / 3);
    height: calc(calc(calc(96vw - 1em) / 3) * 2.13);
    margin-left: 0;
  }
  .index_row2 .bd .business-link-small:nth-child(2),
  .index_row2 .bd .business-link-small:nth-child(3),
  .index_row2 .bd .business-link-small:nth-child(5),
  .index_row2 .bd .business-link-small:nth-child(6) {
    margin-right: 2vw;
  }
  .index_row2 .bd .business-link-small:nth-child(2n + 1) {
    margin-top: 0;
  }
  .index_row2 .bd .business-link-small img {
    filter: none;
  }
  .index_links {
    margin: 0 -0.5em;
  }
  .index_links .inner {
    padding: 0;
    width: auto;
  }
  .index_links .zndh {
    width: auto;
    float: none;
  }
  .index_links .zndh .menu {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
  }
  .index_links .zndh .menu > .menu-item {
    margin: 0;
    text-align: center;
  }
  .content-wrapper {
    width: calc(100vw - 1em);
  }
  .category-list .entry {
    padding-left: 1em;
    padding-right: 1em;
  }
  .category-list .entry .excerpt {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .post h1.entry-title {
    font-size: 22px;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .post .entry-meta {
    line-height: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .single .post .entry-content {
    padding-left: 0;
  }
  .post .entry-content p {
    padding: 0 0.5em;
  }
  .post .entry-content img {
    max-width: 95%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .post .entry-content p img {
    max-width: 100%;
    height: auto;
  }
  #content.single {
    padding-bottom: 0;
  }
  .index_row2 img {
    max-width: 100%;
    height: auto;
  }
  #site-generator {
    line-height: 2em;
    /* margin-top: 20px; */
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  #site-generator .item::after {
    display: none;
  }
}
/* #endregion */
