﻿.main .info_box {
  padding: 42px 0 32px 0;
  width: 100%;
  float: left;
}
.info_box .info_title {
  padding-bottom: 18px;
  margin-bottom: 8px;
  border-bottom: 1px solid #5d392d;
}
.info_box .info_tit {
  font-size: 23px;
  color: #5f1112;
}
.info_box .center {
  text-align: center;
}
.info_box .info_ul {
  padding-top: 13px;
  margin-bottom: 30px;
}
.info_ul li {
  border-bottom: 1px dotted #828282;
  padding: 5px 0;
}
.big .info_ul li a {
  width: 600px;
}
.info_ul li a {
  display: inline-block;
  line-height: 36px;
  color: #2f2f2f;
  font-size: 16px;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.info_ul li a:hover {
  color: #5d392d;
}
.info_ul li span {
  display: inline-block;
  float: right;
  line-height: 35px;
  color: #6c6c6c;
  font-size: 12px;
}
/* page  */
.ep-pages {
  padding: 20px 12px 40px;
  clear: both;
  text-align: center;
  font-family: Arial, '\5B8B\4F53', sans-serif;
  font-size: 14px;
  vertical-align: top;
}
.ep-pages a,
.ep-pages span {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  padding: 0 9px;
  margin: 5px 1px 0 4px;
  background: #eaeaea;
  border: 1px solid #9d9d9d;
  overflow: hidden;
  vertical-align: middle;
}
.ep-pages a:hover {
  background: #9d9d9d;
  border: 1px solid #9d9d9d;
  text-decoration: none;
}
.ep-pages a,
.ep-pages a:visited {
  color: #242424;
}
.ep-pages a:hover,
.ep-pages a:active {
  color: #ffffff;
}
.ep-pages .current {
  background: #5d382f;
  border: 1px solid #9d9d9d;
  color: #fff;
}
.ep-pages a.current,
.ep-pages a.current:visited {
  color: #ffffff;
}
.ep-pages a.current:hover,
.ep-pages a.current:active {
  color: #ffffff;
}
.ep-pages-ctrl {
  font-family: '\5B8B\4F53', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.ep-pages-all {
  font-size: 12px;
  vertical-align: top;
}

.info_main .publish {
  height: 54px;
}
.publish .publish_p {
  color: #333333;
  line-height: 54px;
}
.publish .publish_left {
  float: left;
}
.publish .per {
  margin-right: 22px;
}
.publish .publish_right {
  float: right;
}
.info_main .essay_box {
  margin-top: 15px;
  margin-bottom: 40px;
}

.info_main .essay_box p {
  font-size: 16px;
  color: #3b3b3b;
  line-height: 28px;
  margin: 14px 0;
  text-align: left;
}
.info_main .essay_box {
  text-align: center;
}

.essay_box .essay {
  color: #393939;
  font-size: 16px;
  line-height: 30px;
}
.essay_box .preface {
}
.essay_box .essay_main {
  margin-bottom: 10px;
}
.essay_box .essay_num {
  margin-bottom: 20px;
}
.essay_box img {
  max-width: 100% !important;
  height: auto;
}
.page-cell {
  height: 31px;
  line-height: 31px;
}
.page-first {
}
.page-prev {
}
.page-next {
}
.page-last {
}

@media screen and (max-width: 1300px) {
  .main_box .main {
    width: 100%;
  }
  .main .article_box {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main .info_box {
    width: 100%;
  }
  .info_ul li a {
    width: calc(100% - 85px);
  }

  .page-prev,
  .page-next {
    display: none !important;
  }
}