﻿@import "font-awesome.min.css";
@import "icomoon.css";
html {
  height: 100%;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #f8f8f8;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  min-width: 1200px;
}
a {
  color: #524243;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #222222;
  text-decoration: none;
}
ul {
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
}
input,
select,
textarea,
button {
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 14px;
  outline: none !important;
}
* {
  box-sizing: border-box;
}
.container {
  width: 1200px;
}
/* ================== */
/* header */
/* =================== */
.header {
  /* 顶部信息 */
  /* 导航 */
}
.header .header-top {
  height: 46px;
  background: #f9f7f3;
  border-bottom: 2px solid #ca3a3a;
  /* 左侧logo */
  /* 右侧搜索框及联系方式 */
}
.header .header-top-before {
  text-align: left;
}
.header .header-top-before a {
  display: block;
  float: left;
  padding: 10px 0;
}
.header .header-top-before a + a {
  margin-left: 30px;
}
.header .header-top-after {
  text-align: right;
  /* 搜索框 */
  /* 联系方式 */
}
.header .header-top-after .search-box {
  display: inline-block;
  width: 210px;
}
.header .header-top-after .search-box .form-group {
  position: relative;
  width: 210px;
  height: 26px;
  margin: 0;
}
.header .header-top-after .search-box .form-group .form-control {
  height: 26px;
  line-height: 26px;
  padding: 0 30px 0 10px;
  border-radius: 0;
  box-shadow: none;
  border-color: #b9b9b9;
}
.header .header-top-after .search-box .form-group .form-control:focus {
  box-shadow: none;
  border-color: #ca3a3a;
}
.header .header-top-after .search-box .form-group .form-control:focus + i.fa-search {
  color: #ca3a3a;
}
.header .header-top-after .search-box .form-group i.fa-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #666;
}
.header .header-top-after .tel {
  display: inline-block;
  text-align: left;
  line-height: 46px;
  padding-left: 20px;
}
.header .header-top-after .tel span {
  display: inline-block;
}
.header .header-top-after .tel h4 {
  display: inline-block;
  font-weight: bold;
  margin: 0;
}
.header .nav {
  width: 100%;
  height: 137px;
  background: url("../image/header-bg.jpg") center center no-repeat;
  padding-left: 15px;
}
.header .nav .nav-block {
  display: table;
  width: 1200px;
  height: 137px;
}
.header .nav .nav-block a.nav-item {
  display: table-cell;
  height: 137px;
  color: #000;
  vertical-align: middle;
}
.header .nav .nav-block a.nav-item span {
  display: block;
  width: 240px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  font-family: "\6977\4F53";
  background: transparent;
  -webkit-transition: ease-in-out all 0.75s;
  -moz-transition: ease-in-out all 0.75s;
  -ms-transition: ease-in-out all 0.75s;
  -o-transition: ease-in-out all 0.75s;
  transition: ease-in-out all 0.75s;
}
.header .nav .nav-block a.nav-item p {
  text-align: center;
  margin: -10px 0 0;
  font-family: "\5B8B\4F53";
  color: #000;
}
.header .nav .nav-block a.nav-item:hover span {
  color: #000;
  width: 162px;
  height: 54px;
  line-height: 54px;
  background: url("../image/nav-current-bg.png") center center no-repeat;
  -webkit-transition: ease-in-out all 0.75s;
  -moz-transition: ease-in-out all 0.75s;
  -ms-transition: ease-in-out all 0.75s;
  -o-transition: ease-in-out all 0.75s;
  transition: ease-in-out all 0.75s;
}
.header .nav .nav-block a.nav-item.current span {
  color: #000;
  background: url("../image/nav-current-bg.png") center center no-repeat;
}
.header .nav .nav-block a.logo {
  display: table-cell;
  width: 224px;
  vertical-align: middle;
  text-align: center;
}
/* footer */
.footer {
  height: 124px;
  padding: 14px 0;
  background: #292724;
  color: white;
}
.footer .copyright,
.footer .contact-block {
  text-align: center;
  font-size: 12px;
  color: #bebebe;
}
.footer .contact-block span {
  padding: 0 5px;
}
/* 页面布局 */
.table-content {
  padding: 20px;
  height: auto;
  overflow: hidden;
  background: url("../image/page-bg.jpg") top center repeat-y;
  /* 左侧目录 */
  /* 右侧内容 */
}
.table-content .sidemenu {
  display: block;
  float: left;
  width: 200px;
  height: 480px;
  padding: 15px 10px 10px;
  background: url("../image/sidemenu-bg.png") top center no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.table-content .sidemenu .menu-item {
  display: block;
  margin: 5px 7px;
  padding: 5px 8px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
}
.table-content .sidemenu .menu-item:hover,
.table-content .sidemenu .menu-item.current {
  border: 1px solid #b99f8b;
}
.table-content .sidemenu .row {
  margin: 0;
}
.table-content .sidemenu .row > div {
  padding: 0;
}
.table-content .card-panel {
  width: 980px;
  min-height: 720px;
  float: left;
  margin-left: 20px;
  padding: 25px;
  height: auto;
  overflow: hidden;
  border: 5px solid #f9f3ea;
  background: url("../image/panel-bg.png") right bottom no-repeat #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.table-content .card-panel.full-width {
  width: 100%;
  margin-left: 0;
}

/* 带有分页的面板 */
.page-panel {
  position: relative;
  padding-bottom: 85px !important;
}
.page-panel .page {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.page-bg {
  background: url("../image/page-bg.jpg") top center no-repeat;
}
.tips {
  position: absolute;
  bottom: 65px;
  left: 25px;
  color: #6e3911;
}
/* ------------------------ */
/* 组件 */
/* ------------------------ */
/* ------------------------ */
/* 首页轮播图 */
/* ------------------------ */
.ck-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px;
  margin: 0 auto;
  /* 左右箭头 */
}
.ck-slide ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ck-slide ul.ck-slide-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 560px;
  z-index: 1;
  margin: 0 0 0 -960px;
  padding: 0;
}
.ck-slide ul.ck-slide-wrapper li {
  position: absolute;
}
.ck-slide .ck-prev,
.ck-slide .ck-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  opacity: .15;
  text-indent: -9999px;
  background-repeat: no-repeat;
  transition: opacity .2s linear 0s;
}
.ck-slide .ck-prev {
  left: 15px;
  background: url("../image/arrow-left.png") 50% no-repeat;
}
.ck-slide .ck-next {
  right: 15px;
  background: url("../image/arrow-right.png") 50% no-repeat;
}
/* 轮播图导航 */
.ck-slidebox {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 30;
}
.ck-slidebox ul {
  height: 20px;
  padding: 0 4px;
}
.ck-slidebox ul li {
  float: left;
  width: 48px;
  height: 12px;
  margin: 4px 5px;
}
.ck-slidebox ul li em {
  display: block;
  width: 48px;
  height: 12px;
  background: url("../image/slider-nav.png") top center no-repeat;
  text-indent: -9999px;
  color: transparent;
  cursor: pointer;
}
.ck-slidebox ul li em:hover {
  background: url("../image/slider-nav-current.png") top center no-repeat;
}
.ck-slidebox ul li.current em {
  background: url("../image/slider-nav-current.png") top center no-repeat;
}
/* ------------------------ */
/* 产品展示 */
/* ------------------------ */
.portfolio .row {
  margin: 0 -25px;
}
.portfolio .card {
  height: 312px;
  margin-bottom: 15px;
  padding: 0 25px;
}
.portfolio .card .card-top-img {
  display: block;
  margin: 0 auto;
  height: 180px;
  padding: 10px 0 0;
  border: 1px solid #e8e8e8;
}
.portfolio .card .card-top-img img {
  display: block;
  width: 240px;
  height: 160px;
  margin: 14px auto 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -0-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease-in-out all 0.35s;
  -moz-transition: ease-in-out all 0.35s;
  -ms-transition: ease-in-out all 0.35s;
  -o-transition: ease-in-out all 0.35s;
  transition: ease-in-out all 0.35s;
}
.portfolio .card .card-top-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -0-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio .card .card-title {
  display: block;
  text-align: center;
}
.portfolio .card .card-title h4 {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  color: #524243;
}
.portfolio .card .card-title:hover h4 {
  color: #ff3333;
}
.portfolio .card .card-title:hover h4:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff3333;
}
.portfolio .card .card-text {
  height: 60px;
  display: block;
  overflow: hidden;
}
.portfolio .card .card-text span,
.portfolio .card .card-text p {
  display: block;
  float: left;
  font-size: 12px;
  color: #524243;
}
.portfolio .card .card-text span {
  width: 72px;
  font-weight: bold;
}
.portfolio .card .card-text p {
  width: 192px;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* ------------------------ */
/* 分页 */
/* ------------------------ */
.page {
  display: block;
  height: 36px;
  overflow: hidden;
}
.page a, .page span {
  display: block;
  float: left;
  padding: 0 10px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e6e6e6;
  background: #fff;
  /* 中间省略号 */
}
.page a:first-child,
.page span:first-child,
.page abbr:last-child {
  padding: 0 15px;
}
.page a, .page span {
  margin-left: 5px;
}
.page a:hover,
.page span.current,
.page a.current {
  color: #fff;
  border-color: #6e3911;
  background: #6e3911;
}
.page a.omit,
.page a.omit:hover {
  border: 0;
  background: url("../image/omit.jpg") center center no-repeat;
}

/* ------------------------ */
/* 页面 */
/* ------------------------ */
/* ------------------------ */
/* 首页 */
/* ------------------------ */
/* 产品展示 */
.homepage-portfolio {
  position: relative;
  height: 901px;
  background: url("../image/jingpin-bg.jpg") top center no-repeat;
}
.homepage-portfolio .row {
  margin: 0 -15px;
}
.homepage-portfolio .slider-nav {
  position: absolute;
  width: 116px;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -48px;
}
.homepage-portfolio .slider-nav .slider-nav-item {
  display: block;
  float: left;
  margin: 0 5px;
  width: 48px;
  height: 12px;
  background: url("../image/slider-nav.png") top center no-repeat;
}
.homepage-portfolio .slider-nav .slider-nav-item:hover {
  background: url("../image/slider-nav-current.png") top center no-repeat;
}
.homepage-portfolio .slider-nav .slider-nav-item.current {
  background: url("../image/slider-nav-current.png") top center no-repeat;
}
.homepage-portfolio .card {
  padding: 0 15px;
  margin-bottom: 50px;
}
.homepage-portfolio .card .card-top-img {
  height: 202px;
  background: url("../image/portfolio-bg-01.png") top center no-repeat;
  border: 0;
}
.homepage-portfolio .card + .card {
  border-left: 1px solid #e8dac2;
}
.homepage-portfolio .card .card-title h4 {
  margin-top: -15px;
}
.homepage-portfolio .card:nth-child(5n+1) {
  border: 0;
}
.homepage-portfolio .card:nth-child(3n+1) .card-top-img {
  background: url("../image/portfolio-bg-01.png") top center no-repeat !important;
}
/* title */
.page-title {
  display: block;
  width: 303px;
  height: 50px;
  margin: 56px auto 48px;
  text-align: center;
  /* background: url("../image/page-title-bg.png") center center no-repeat; */
}
/* 走进翔宇 */
.homepage-about {
  position: relative;
  height: 600px;
  background: url("../image/zoujin-bg-02.jpg") top center no-repeat;
}
.homepage-about .page-title {
  background: url("../image/page-title-bg-02.png") center center no-repeat;
}
.homepage-about .table-block {
  display: table;
  width: 100%;
  height: 371px;
  /* 图片 */
  /* 内容 */
}
.homepage-about .table-block .table-block-media {
  display: table-cell;
  width: 568px;
  padding-top: 2px;
  vertical-align: top;
}
.homepage-about .table-block .table-block-media img {
  display: block;
  float: left;
  border: 4px solid #ece7df;
}
.homepage-about .table-block .table-block-media img:first-child {
  margin-right: 11px;
}
.homepage-about .table-block .table-block-media img:last-child {
  margin-top: 10px;
}
.homepage-about .table-block .table-block-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  /* 标题 */
  /* 文字部分 */
}
.homepage-about .table-block .table-block-info .title {
  display: block;
  width: 100%;
  margin-top: 0;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #e1d7c1;
  padding-bottom: 15px;
}
.homepage-about .table-block .table-block-info .title .subtitle {
  display: block;
  padding-top: 5px;
  font-size: 13px;
  font-weight: normal;
  font-family: "proxima-nova", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.homepage-about .table-block .table-block-info .table-block-info-text {
  display: block;
  width: 586px;
  height: 298px;
  overflow-y: scroll;
}
.homepage-about .table-block .table-block-info .table-block-info-text p {
  text-indent: 2em;
  padding: 5px 0 10px;
}
/* ================= */
/* about */
/* ================= */
.about-page .card {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.about-page .page-01 {
  height: 736px;
  background: url("../image/bg-01.jpg") top center no-repeat;
}
.about-page .page-01 .card .card-item {
  width: 600px;
  padding: 90px 40px 0 0;
  float: right;
}
.about-page .page-01 .card .card-item .title {
  height: 49px;
  line-height: 49px;
  margin-bottom: 30px;
  padding-left: 280px;
  background: url("../image/title.png") left center no-repeat;
}
.about-page .page-01 .card .card-item .title a h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 49px;
  font-size: 30px;
  font-family: "\6977\4F53";
  color: #1761dc;
}
.about-page .page-01 .card .card-item .title a:hover h3 {
  color: #ff3333;
}
.about-page .page-01 .card .card-item .title a:hover h3:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff3333;
}
.about-page .page-01 .card .card-item .title span {
  display: inline-block;
  line-height: 49px;
}
.about-page .page-02 {
  height: 703px;
  background: url("../image/bg-02.jpg") top center no-repeat;
}
.about-page .page-02 .card .card-item {
  width: 560px;
  float: right;
  padding: 120px 120px 0 0;
  text-align: center;
}
.about-page .page-02 .card .card-item img {
  display: inline-block;
}
.about-page .page-02 .card .card-item img + img {
  padding-top: 60px;
}
.about-page .page-03 {
  height: 709px;
  background: url("../image/bg-03.jpg") top center no-repeat;
}
.about-page .page-03 .card .card-item {
  float: left;
  text-align: center;
}
.about-page .page-03 .card .card-item img {
  display: block;
}
.about-page .page-03 .card .card-item:first-child {
  width: 592px;
  padding: 105px 0 0 100px;
}
.about-page .page-03 .card .card-item:first-child img + img {
  padding-top: 30px;
}
.about-page .page-03 .card .card-item:first-child img + img + img {
  padding-top: 70px;
  margin: 0 auto;
}
.about-page .page-03 .card .card-item.right img {
  width: 526px;
  height: 333px;
  padding: 34px 0 0 0;
}
.about-page .page-03 .card .card-item.right img + img {
  padding-top: 5px;
}
.about-page .page-04 {
  height: 856px;
  background: url("../image/bg-04.jpg") top center no-repeat;
}
.about-page .page-04 .card .card-item {
  float: left;
}
.about-page .page-04 .card .card-item:first-child {
  width: 520px;
  padding: 64px 0 0 120px;
}
.about-page .page-04 .card .card-item:first-child img {
  width: 198px;
  height: 148px;
  border: 2px solid #9e8161;
  display: block;
  margin: 0 auto;
}
.about-page .page-04 .card .card-item:first-child span {
  display: block;
  font-size: 12px;
  height: 48px;
  color: #fff;
  text-align: center;
  margin: 5px 0;
}
.about-page .page-04 .card .card-item.right {
  width: 526px;
  padding: 128px 30px 0 120px;
  text-align: center;
}
.about-page .page-04 .card .card-item.right img {
  display: block;
  margin: 0 auto 70px;
}
/* ------------------------ */
/* 产品详情 */
/* ------------------------ */
/* 面包屑导航 */
.crumbs-nav .crumbs-nav-item {
  color: #524243;
  text-decoration: underline;
}
.crumbs-nav .crumbs-nav-item:hover,
.crumbs-nav .crumbs-nav-item.current {
  color: #777;
  text-decoration: none;
}
/* 页面标题 */
.product-title {
  background: url("../image/details-title-bg.png") left center repeat-x;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
}
.product-title h4,
.product-title h6 {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 48px;
  color: #524243;
  font-weight: bold;
  margin: 0;
  background: #fff;
}
.product-title h6 {
  font-size: 12px;
  color: #a0a0a0;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 10px;
}
.details-info {
  padding-left: 75px;
}
.details-img img {
  border: 1px solid #e8e8e8;
}
/* 产品名称 */
.product-name {
  font-size: 32px;
  font-weight: bold;
  color: #524243;
  margin: 20px 0;
}
/* 产品描述 */
.details-list {
  display: table;
  width: 100%;
}
.details-list dt,
.details-list dd {
  display: table-cell;
  vertical-align: top;
  color: #524243;
}
.details-list dt {
  width: 100px;
  font-weight: bold;
}
.short-name {
  letter-spacing: 40px;
}
/* ------------------------ */
/* 新闻 */
/* ------------------------ */
.news {
  display: table;
  width: 100%;
  height: 720px;
  /* 新闻年份 */
  /* 新闻列表 */
}
.news .news-menu {
  position: relative;
  display: table-cell;
  width: 130px;
  vertical-align: top;
  border-right: 1px solid #e9cda2;
  padding-top: 20px;
}
.news .news-menu:before,
.news .news-menu:after {
  position: absolute;
  right: -4px;
  content: "";
  width: 7px;
  height: 7px;
  background: url("../image/dot.png") center center no-repeat;
}
.news .news-menu:before {
  top: -1px;
}
.news .news-menu:after {
  bottom: -1px;
}
.news .news-menu .news-menu-item {
  position: relative;
  display: block;
  color: #cfaa70;
  padding: 10px 0;
  text-align: center;
}
.news .news-menu .news-menu-item:hover:after {
  position: absolute;
  left: 50%;
  bottom: 14px;
  content: "";
  width: 64px;
  height: 1px;
  background: #cfaa70;
  margin: 0 0 0 -32px;
}
.news .news-menu .news-menu-item.all {
  color: #6e3911;
  font-size: 24px;
}
.news .news-menu .news-menu-item.all:hover:after {
  width: 48px;
  background: #6e3911;
  margin-left: -24px;
}
.news .news-menu .news-menu-item .year {
  font-size: 22px;
}
.news .news-menu .news-menu-item.current {
  background: url("../image/arrow-left1.png") right center no-repeat;
}
.news .news-group {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding: 30px;
}
.news .news-group .news-list + .news-list {
  padding-top: 15px;
}
.news .news-group .news-list-name {
  display: block;
  color: #6e3911;
  max-width: 412px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-group .news-list-name:hover {
  text-decoration: underline;
}
.news .news-group .news-date {
  display: block;
  color: #a2a2a2;
  font-size: 12px;
}
/* 新闻详情 */
.news-details {
  /* 标题 */
  /* 标签 */
  /* 图文内容 */
}
.news-details .title {
  font-size: 24px;
  color: #6e3911;
}
.news-details .tags {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 5px 0;
}
.news-details .tags span.tags-item {
  display: block;
  float: left;
  color: #a2a2a2;
  font-size: 14px;
}
.news-details .tags span.tags-item + .tags-item {
  margin-left: 15px;
}
.news-details p {
  font-size: 16px;
  padding: 5px 0 0px;
  text-indent: 2em;
}
.news-details p:first-child {
  text-indent: 0;
}
.news-details .news-img {
  margin-bottom: 30px;
}

/* ------------------------ */
/* 联系我们 */
/* ------------------------ */
.contact {
  /* 标题 */
  /* 子标题 */
  
  margin-bottom:20px;
}
.contact .title {
  padding: 15px 0;
  font-size: 24px;
  font-weight: bold;
  color: #6e3911;
  border-bottom: 1px solid #deccaf;
  background: url("../image/cloud.png") 108px center no-repeat;
}
.contact .subtitle {
  position: relative;
  font-size: 20px;
  padding-left: 12px;
  color: #6e3911;
}
.contact .subtitle:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  margin: -2px 0 0;
  background: #6e3911;
}
.contact .contact-table {
  display: table;
  width: 100%;
}
.contact .contact-table .contact-cell {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.contact .contact-table .contact-cell .card {
  display: block;
  width: 450px;
  padding: 20px 0;
}
.contact .contact-table .contact-cell .card ul li {
  padding: 10px 0;
  color: #6e3911;
}
.contact .contact-table .contact-cell .card ul li span {
  font-weight: bold;
}
.contact .contact-table .contact-cell .card + .card {
  border-top: 1px solid #e6d8c1;
}
.contact .contact-table .contact-cell:nth-child(2) {
  text-align: right;
  background: url("../image/contact-bg.png") 225px 475px no-repeat;
}
.contact .contact-table .contact-cell:nth-child(2) .subtitle {
  padding: 20px 280px 10px 12px;
}
.contact .contact-table .contact-cell:nth-child(2) .subtitle:before {
  left: 148px;
  margin-top: 5px;
}
/* ------------------------ */
/* 翔宇故事 */
/* ------------------------ */
.story .title,
.search-result .title {
  font-family: "\6977\4F53";
}
.story .card,
.search-result .card {
  padding: 15px 0;
}
.story .card + .card,
.search-result .card + .card {
  border-top: 1px solid #f4e8d3;
}
.story .card .card-title,
.search-result .card .card-title {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
  color: #6e3911;
}
.story .card .card-title .date,
.search-result .card .card-title .date {
  color: #a2a2a2 !important;
  margin-left: 20px;
}
.story .card .card-text,
.search-result .card .card-text {
  color: #a2a2a2;
}
.story .card > a:hover .card-title,
.search-result .card > a:hover .card-title,
.story .card > a:hover .card-text,
.search-result .card > a:hover .card-text {
  text-decoration: underline;
}
.story .card .result-list .card-img,
.search-result .card .result-list .card-img {
  padding: 10px 0;
}
.story .card .result-list .card-img img,
.search-result .card .result-list .card-img img {
  display: block;
  width: 178px;
  height: 118px;
  border: 1px solid #e8e8e8;
}
.text-danger {
  color: #ff3333;
}
/* 故事详情 */
.story-details .title {
  display: block;
  text-align: center;
  font-family: "\6977\4F53";
  border-bottom: 1px solid #f4e8d3;
  padding-bottom: 20px;
}
.story-details .subtitle {
  font-size: 16px;
  text-align: center;
  color: #6e3911;
  line-height: 36px;
}
.story-details p {
  font-size: 16px;
  text-indent: 2em;
  padding: 5px 0 10px;
  line-height: 2;
}
.story-details .page-control {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
}
.story-details .page-control a {
  color: #6e3911;
  padding: 0 15px;
  position: relative;
}
.story-details .page-control a:hover {
  text-decoration: underline;
}
.story-details .page-control a:nth-child(2):before,
.story-details .page-control a:nth-child(2):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  top: 4px;
  background: #e0dfe4;
}
.story-details .page-control a:nth-child(2):before {
  left: 0;
}
.story-details .page-control a:nth-child(2):after {
  right: 0;
}
