body {
  /* min-width: 1200px; */
}

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

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

.theme-color {
  color: #F57B51;
}

.theme-color-r {
  color: #D63447;
}

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

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

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

a {
  color: #888 !important;
}

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

.logo {
  width: 120px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

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

.color-F5202C {
  color: #F5202C;
}

.nav {
    padding: 10px 0 0 0;
}
.nav a {
    padding: 10px 15px;
  color: #F57B51 !important;
  min-height: 60px !important;
  font-size: 1rem !important;
  /*margin: 0 30px !important;*/
}
.article_content p {
    line-height: 34px;
    text-indent: 2em;
}
.article_content_m p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.nav .uk-active {
  background-color: #F6EEDF;
}

.nav .uk-active a {
  background: url(../images/bg3.png) no-repeat;
  background-size: 40% auto;
  background-position: 50% 85%;
  font-weight: bold;
}
.title {
    display: flex;
    align-items: center;
}
.title span:nth-child(1) {
  padding-left: 15px;
  border-left: 6px solid #D63447;
  line-height: 24px;
  height: 26px;
  display: inline-block;
}
.title span:nth-child(2) {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}

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

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

.strategy {
  padding: 2px 5px;
  color: #F57B51;
  font-size: 12px;
  border-radius: 6px;
}

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

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

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

.list_item:hover .strategy_list {
  background-color: #F57B51 !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 #F57B51;
  padding: 0 10px;
}

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

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

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

.theme-color {
  color: #F57B51;
}

.theme-color-r {
  color: #D63447;
}

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

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

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

a {
  color: #888 !important;
}

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

.logo {
  width: 120px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

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

.color-F5202C {
  color: #F5202C;
}

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

.nav .uk-active {
  background-color: #F6EEDF;
}

.nav .uk-active a {
  background: url(../images/bg3.png) no-repeat;
  background-size: 40% auto;
  background-position: 50% 85%;
  font-weight: bold;
}
.title {
    display: flex;
    align-items: center;
}
.title span:nth-child(1) {
  padding-left: 15px;
  border-left: 10px solid #D63447;
  line-height: 24px;
  height: 26px;
  display: inline-block;
}

.title span:nth-child(2) {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}

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

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

.strategy {
  padding: 2px 5px;
  color: #F57B51;
  font-size: 12px;
  border-radius: 6px;
}

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

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

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

.list_item:hover .strategy_list {
  background-color: #F57B51 !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 #F57B51;
  padding: 0 10px;
}

.uk-pagination .uk-active a {
  background-color: #F57B51;
  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 #F57B51;
}

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

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

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

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

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

.links a {
	font-size: 12px;
	margin-right: 15px;
	color: #999 !important;
}
