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

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

.bg-theme-color {
  background-color: #01204F;
}

.bg-theme-color-two {
  background-color: #F0A300;
}

.theme-color {
  color: #343434;
}

.theme-color-two {
  color: #F0A300;
}

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

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

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}

a:hover {
  color: #343434 !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;
}
.article_content{
  line-height: 24px;
}
.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;
  font-size: 14px;
}

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

.logo_box {
  padding: 5px 0;
}

.uk-dotnav a {
  width: 30px;
  height: 5px;
  background-color: #eee !important;
  border-radius: 0;
}

.uk-dotnav .uk-active a {
  background-color: #343434 !important;
}

.title_box {
  border-bottom: 1px solid #EEEEEE;
}

.title_box .title {
  display: inline-block;
  color: #343434;
  border-bottom: 2px solid #343434;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: bold;
}

.title_box .title_more {
  padding-bottom: 5px;
}

.item_box {
  display: block;
  margin-bottom: 10px;
}

.item_box > div {
  border: 1px solid #BFBFBF;
  border-radius: 4px;
}

.item_box > div:hover {
  background-color: rgba(124, 171, 142, 0.5);
  border: 1px solid transparent;
}

.item_box > div:hover .item_content {
  color: #343434 !important;
}

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

.index_tab a {
  color: #8C2025 !important;
  font-size: 14px;
  padding: 5px 0;
}

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

.cut_line {
  width: 100vw;
  height: 5px;
  background-color: #F5F5F5;
}

.new {
  background-color: rgba(56, 69, 168, 0.231);
  padding: 0 8px;
  border-radius: 8px;
  font-size: 12px;
  margin-right: 10px;
  color: #343434;
}

.strategy {
  color: #343434;
  background-color: #E9E9E9;
  font-size: 12px;
  padding: 0 5px;
  margin-right: 8px;
}

.strategy_list {
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  background-color: #383E56;
}

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

.number {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #343434;
  font-size: 12px;
  margin-right: 10px;
}

.title_list {
  margin-top: 20px;
}

.title_main .title_list:nth-child(1) .number {
  background-color: #343434;
  border-radius: 0 12px 0 0;
  color: #fff;
}

.title_main .title_list:nth-child(2) .number {
  background-color: #343434;
  color: #fff;
  border-radius: 0 12px 0 0;
  opacity: .6;
}

.title_main .title_list:nth-child(3) .number {
  background-color: #343434;
  color: #fff;
  border-radius: 0 12px 0 0;
  opacity: .3;
}

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

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

.list {
  position: relative;
}

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

.list::before {
  content: '';
  width: 1px;
  height: 90%;
  border-left: 1px solid #EEEEEE;
  position: absolute;
  left: 4px;
  top: 6%;
}

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

.nav a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff !important;
  font-size: 14px;
}

.nav .active {
  font-weight: bold;
  background-color: #333;
  border-radius: 6px 6px 0 0;
}

.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 #343434;
  padding: 0 10px;
}

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

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

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

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

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

.footer div {
  margin-bottom: 10px;
}
.footer div a{
  color: #565656 !important;
  font-size: 12px !important;
}

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

.dotted_line {
  border-top: 1px dotted #D3D3D3;
  margin: 10px 0;
}

.list_items li:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.list_items li .item_num {
  display: inline-block;
  font-weight: bold;
  width: 18px;
  height: 24px;
  text-align: center;
  color: #343434;
}

.check_detail {
  display: inline-block;
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #343434;
  margin-top: 6px !important;
  border: 1px solid #F0A300;
}

.check_detail:hover {
  background-color: #343434;
  color: #F0A300;
}

.news {
  display: inline-block;
  width: 38px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #343434;
  text-align: center;
}

.number {
  width: 19px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: url(../images/bg4.png) no-repeat;
  background-size: 100% 100%;
  margin: 5px;
}

.search_form {
  width: 120px;
  height: 28px;
  line-height: 28px;
}

.search_form input {
  height: 28px !important;
  line-height: 28px !important;
  font-size: 12px;
  border-radius: 15px !important;
  background-color: #F6F6F6 !important;
  padding-left: 12px !important;
}

.search_form button {
  top: 4px !important;
}
