body {
  min-width: 1200px;
}

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

.bg-theme-color {
  background-color: #EA9454;
}

.theme-color {
  color: #EA9454 !important;
}

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

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

.color-90080E {
  color: #90080E !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;
}

.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;
}

.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.5);
  color: white;
}

a {
  color: #333 !important;
}

a:hover {
  color: #EA9454 !important;
}

.top_box {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 5px 0;
}

.logo {
  width: 146px;
  height: 46px;
  text-align: center;
}

.new {
  background-color: #F5202C;
  padding: 0 5px;
  border-radius: 6px 0 6px 0;
  font-size: 12px;
  margin-right: 10px;
}

.color-F5202C {
  color: #F5202C;
}

.nav_box {
  height: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid #492409;
}

.nav a {
  color: #000 !important;
  height: 60px !important;
  min-height: 60px !important;
  font-size: 1rem !important;
  /*margin: 0 30px !important;*/
  /*padding: 0 24px !important;*/
}

.nav .uk-active a {
  font-weight: bold;
  color: #000 !important;
  height: 64px !important;
  line-height: 64px !important;
  position: relative;
}

.nav .uk-active a::after {
  content: '';
  width: 40%;
  height: 4px;
  background-color: #EA9454;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -20%;
}

.title {
  border-bottom: 2px solid #E5E5E5;
}

.item_title {
  padding-top: 10px;
  border-top: 4px solid #EA9454;
}

.triangle {
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent transparent #EA9454;
}

.index_tab a {
  font-size: 18px;
}

.index_tab .uk-active a {
  border-color: #EA9454 !important;
  border-width: 2px !important;
  font-size: 18px;
  font-weight: bold;
}

.point {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #EA9454;
}

.list {
  position: relative;
}

.list a:hover .point {
  background-color: #EA9454;
}

.strategy {
  padding: 0 5px;
  color: #EA9454;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #EA9454;
  font-weight: normal;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

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

.strategy_list {
  padding: 2px 5px;
  color: #EA9454;
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid #EA9454;
}

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

.list_item:hover .strategy_list {
  background-color: #EA9454 !important;
  color: #fff !important;
}

.location_icon {
  width: 14px;
  height: 16px;
  margin-right: 10px;
}

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

.uk-pagination a {
  border: 1px solid #EA9454;
  padding: 0 10px;
}

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

.article_header {
  background: url(../images/bg5.png) no-repeat;
  background-size: cover;
  padding: 5px 0;
}

.article_content img {
  display: block;
  width: 60%;
  margin: 30px auto;
}

.history_article {
  padding: 10px 30px;
  border-bottom: 10px solid #EA9454;
}

.uk-article-title {
  font-size: 2rem;
}

.footer {
  background-color: #DCDCDC;
  padding: 50px 0;
  color: #343434;
}

.footer div {
  margin-bottom: 10px;
}

.footer p a {
    color: inherit !important;
}

.clock_icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.index-link a{
    font-size: 13px !important;
    color: #999 !important;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}
