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

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

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

.theme-color {
  color: #943880;
}

.theme-color-two {
  color: #14346C;
}

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

.logo_box {
  padding: 5px 0;
}

.title_box {
  padding: 5px 10px;
  background-color: #F9F9F9;
}

.title_box .title {
  padding-left: 15px;
  position: relative;
}

.title_box .title::before {
  content: '';
  width: 6px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-color: #943880;
  border-radius: 6px;
}

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

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

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

.cut_line {
  width: 100vw;
  height: 8px;
  background-color: #E5E5E5;
}

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

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

.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: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  background-color: #E5E5E5;
  border-radius: 50%;
  margin-right: 10px;
}

.title_main .title_list:nth-child(-n+3) .number {
  background-color: #943880;
  color: #fff;
}

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

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

.list {
  position: relative;
}

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

.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;
  padding: 0 10px;
  -webkit-overflow-scrolling: touch;
}

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

.nav .active {
  font-weight: bold;
  border-bottom: 2px solid #943880;
}

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

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

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

.history_article {
  padding: 10px 30px;
  border-bottom: 5px solid #943880;
  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 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: 6px;
    margin-right: 10px;
    display: inline-block;
}