@charset "UTF-8";
/* 
 /////////////// 公共 ////////////////
*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.uk-container {
  min-width: 1200px;
}

.bg-theme-color {
  background-color: #7E6B5A;
}

.theme-color {
  color: #7E6B5A;
}

.color-333 {
  color: #333 !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

a:hover {
  color: #7E6B5A !important;
}

.twoRow {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.threeRow {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.fourRow {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

a {
  color: #333 !important;
}

a:hover {
  color: #7E6B5A !important;
}

.logo_box {
  padding: 5px 0;
}

.strategy {
  padding: 2px 5px;
  background-color: #7E6B5A;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
}

.strategy + a:hover {
  font-weight: bold;
}

.strategy2 {
  padding: 2px 5px;
  background-color: #FBCD89;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
}

.strategy2 + a:hover {
  font-weight: bold;
}

.point {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DCDCDC;
  line-height: 100%;
}

/* 
 /////////////// 导航 ////////////////
*/
.nav {
  background-color: #EBD7B8;
  overflow-x: auto;
  align-items: center;
  white-space: nowrap;
  padding: 0 10px;
  -webkit-overflow-scrolling: touch;
}

.nav a {
  display: inline-block;
  padding: 10px 15px;
  color: #7E6B5A !important;
  font-size: 16px;
}

.nav .active {
  font-weight: bold;
  color: #fff !important;
  background-color: #7E6B5A;
}

.nav::-webkit-scrollbar {
  display: none;
}

/* 
 /////////////// 当前位置 ////////////////
*/
.location_icon {
  width: 14px;
  height: 16px;
  margin-right: 10px;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 5px;
}

/* 
 /////////////// 分页 ////////////////
*/
.uk-pagination a {
  border: 1px solid #7E6B5A;
  padding: 0 10px;
}

.uk-pagination .uk-active a {
  background-color: #7E6B5A;
  color: #fff !important;
}

.article_content img {
  display: block;
  width: 80%;
  margin: 10px auto;
}

.article_content p{
    line-height: 30px;
    text-indent: 2em;
}

.history_article {
  padding: 10px 30px;
  border-bottom: 5px solid #7E6B5A;
  font-size: 1.2rem;
}

.uk-article-title {
  font-size: 1.2rem;
  font-weight: bold;
}

/* 
 /////////////// 底部 ////////////////
*/
.footer {
  background-color: #E4E4E4;
  padding: 20px 15px;
  color: #333333;
  font-size: 12px;
  text-align: center;
}

.footer div {
  margin-bottom: 10px;
  word-break: keep-all;
}

.clock_icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.links {
    padding-top: 10px;
}
.links a{
    font-size: 12px !important;
    color: #999 !important;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}