@charset "UTF-8";
/*------------------------------------*\
  #font-size
\*------------------------------------*/
/*快讯*/
.active_kx {
  color: #cf0420;
}

:root {
  --active: #cf0420;
}

.flash-container__main--page {
  box-sizing: border-box;
}
.flash-container__main--self {
  margin-right: 30px;
  padding-right: 30px;
}
.flash-container__content--page {
  width: 100%;
  height: 900px;
  padding-right: 16px; /* 留给滚动条*/
}
.flash-container__content--page > simplebar > ul {
  list-style-type: none;
  overflow: auto;
}
.flash-container__content--self {
  position: relative;
}
.flash-container__content--self > ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.flash-container__content--self > ul > li > div {
  text-align: left;
  position: relative;
}
.flash-nav {
  margin-top: 8px;
  background: #fdf5f6;
  border-radius: 3px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.flash-nav .actived:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d10420;
  border-radius: 1px;
  overflow: hidden;
  content: "";
  background-size: 100% 100%;
}
.flash-nav .actived a {
  color: #d10420 !important;
}
.flash-nav p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333;
  line-height: 19px;
  width: 65px;
}
.flash-nav ul.nav-tab2 {
  padding-right: 0;
}
.flash-nav ul.nav-tab2 li {
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  margin-left: 18px;
  color: #333;
  height: 24px;
}
.flash-nav ul.nav-tab2 li a {
  display: block;
  color: #333;
  font-size: 13px;
  /*          i{
              position: absolute;
              bottom: 2px;
              left: 2px;
              width: 100%;
              height: 2px;
              background: colors.$main-blue;
              border-radius: 1px;
              display: none;
            }*/
}
.flash-nav ul.nav-tab2 li:last-child {
  margin-right: 0;
}
.flash-nav ul.nav-tab2 li:nth-child(13) {
  margin-right: 0;
}
.flash-nav > i {
  font-size: 18px;
}
.flash__calendar-toolbar {
  background-color: #fff7f8;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  margin-top: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flash__calendar-toolbar .calendar {
  font-size: 0;
  height: 35px;
  position: relative;
  width: 200px;
}
.flash__calendar-toolbar .calendar > i {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  display: block;
  cursor: pointer;
  color: #d10420;
}
.flash__calendar-toolbar .calendar > i:first-child {
  left: 10px;
  font-size: 22px;
}
.flash__calendar-toolbar .calendar > i:last-child {
  right: -18px;
  top: 18px;
  font-size: 12px;
  color: #d10420;
}
.flash__calendar-toolbar .calendar input {
  position: absolute;
  left: 8px;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  display: block;
  color: #d10420;
  background: transparent;
  padding: 0 10px 0 35px;
  z-index: 1;
}
.flash__calendar-toolbar .calendar span {
  position: absolute;
  cursor: pointer;
  right: 3px;
  top: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  display: block;
  color: #d10420;
}
.flash__calendar-toolbar .toolbar-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flash__calendar-toolbar .toolbar-more > b {
  width: 1px;
  height: 16px;
  background: #C6CFD7;
  margin: 0px 20px 3px 20px;
}
.flash__calendar-toolbar .toolbar-more > span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  margin-bottom: 3px;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup {
  position: relative;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .icon-shezhi {
  font-size: 20px;
  color: #333;
  display: inline-block;
  height: 39px;
  cursor: pointer;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul {
  width: 120px;
  height: 88px;
  position: absolute;
  left: -46px;
  top: 39px;
  padding: 13px 19px 14px 18px;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 #F2E7E4;
  border-radius: 5px;
  border: 1px solid #EDEAE8;
  box-sizing: border-box;
  display: none;
  z-index: 9999;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-voice, .flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-notice {
  border-bottom: 1px solid #E8EBED;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-voice > span, .flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-notice > span {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #5B636A;
  line-height: 17px;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-voice .toolbar-circle_close, .flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-notice .toolbar-circle_close {
  width: 34px;
  height: 16px;
  background: #ccc;
  border-radius: 8px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-voice .toolbar-circle_close > span, .flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-notice .toolbar-circle_close > span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  left: 1px;
  top: 1px;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-voice .toolbar-circle_open, .flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-notice .toolbar-circle_open {
  width: 34px;
  height: 16px;
  background: #d10420;
  border-radius: 8px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-voice .toolbar-circle_open > span, .flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-notice .toolbar-circle_open > span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  left: inherit;
  right: 1px;
  top: 1px;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_ul .toolbar-notice {
  margin-top: 13px;
  border: none;
  padding: 0;
}
.flash__calendar-toolbar .toolbar-more .toolbar-setup .toolbar-more_click {
  display: inline-block !important;
}
.flash__calendar-toolbar .toolbar-more .icon-jiantou-left-copy {
  font-size: 12px;
  color: #333;
  margin-left: 12px;
  margin-bottom: 3px;
}

.toggle_li {
  display: none;
}

.kx-news-item {
  position: relative;
  display: flex;
  color: #5b636a;
  font-size: 16px;
  border-left: #eee solid 1px;
  padding: 16px 0 20px 12px;
  margin-left: 90px;
}
.kx-news-item:after {
  position: absolute;
  content: "";
  border-bottom: 0;
  right: 0;
  left: 12px;
  bottom: 0;
  height: 1px;
  background-color: #eee;
}
.kx-news-item:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 24px;
  left: -3px;
  width: 6px;
  height: 6px;
  z-index: 2;
  background-color: #333;
}
.kx-news-item > i {
  position: absolute;
  left: -90px;
  top: 0;
  display: block;
  width: 88px;
  height: 100%;
  text-align: right;
  padding: 16px 6px;
  box-sizing: border-box;
}
.kx-news-item p, .kx-news-item a {
  line-height: 24px;
  color: #333;
}
.kx-news-item.active_kx:before {
  background-color: var(--active);
}
.kx-news-item.active_kx p, .kx-news-item.active_kx a, .kx-news-item.active_kx i {
  color: var(--active);
}
.kx-news-item .item1-cont {
  display: flex;
  justify-content: space-between;
  margin-left: 2px;
  font-size: 14px;
}
.kx-news-item .item1-cont .item1_flag {
  width: 48px;
  height: 32px;
  top: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.kx-news-item .item1-cont .item1_detail {
  width: 482px;
  padding: 0 5px 0 40px;
}
.kx-news-item .item1-cont .item1_detail .prev {
  margin-right: 20px;
}
.kx-news-item .item1-cont .item1_detail p {
  margin-top: 0;
  font-size: 14px;
}
.kx-news-item .item1-cont .kx-news_before {
  line-height: 24px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}
.kx-news-item .item1-cont .kx-news_before span {
  white-space: nowrap;
}
.kx-news-item .item1-cont .item1_star {
  width: 80px;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}
.kx-news-item .item1-cont .item1_star i {
  font-size: 20px;
  color: #FF791A;
}
.kx-news-item .item1-cont .item1_data {
  width: 120px;
  line-height: 24px;
  white-space: nowrap;
  margin-right: 5px;
}
.kx-news-item .item1-cont .item1_anal {
  width: 150px;
  text-align: center;
  line-height: 24px;
}
.kx-news-item .item1-cont .item1_anal span {
  margin-left: 5px;
}
.kx-news-item .item1-cont .item1_anal .type-up {
  border: 1px solid #EB0F29;
  color: #EB0F29;
}
.kx-news-item .item1-cont .item1_anal .type-down {
  margin-top: 10px;
  border: 1px solid #00873C;
  color: #00873C;
}
.kx-news-item .item2-cont {
  display: flex;
  width: 100%;
}
.kx-news-item .item2-cont > a {
  display: inline;
}
.kx-news-item .item2-cont .item2_text {
  flex-grow: 1;
}
.kx-news-item .item2-cont .item2_text > a {
  display: inline;
}
.kx-news-item .item2-cont .item2_show-img {
  cursor: pointer;
  align-items: flex-end;
  width: 100px;
  height: 76px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-left: 20px;
}
.kx-news-item .item2-cont .item2_show-img img {
  width: 100px;
  height: 76px;
}
.kx-news-item .item3-cont {
  cursor: pointer;
  margin-bottom: 5px;
}
.kx-news-item .item3-cont a, .kx-news-item .item3-cont img {
  display: inline;
}
.kx-news-item .item3-cont .open-detail {
  color: #d10420 !important;
  font-size: 14px;
  font-family: Roboto-Regular;
  line-height: 14px;
  padding: 4px 8px;
  background: #fff2f4;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  margin-left: 6px;
}
.kx-news-item .open-read {
  cursor: pointer;
  display: none;
  z-index: 9999;
  margin-left: 20px;
  white-space: nowrap;
}
.kx-news-item .open-read i {
  font-size: 12px;
  color: #d10420;
  display: inline-block;
}
.kx-news-item .open-read span {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #d10420;
  margin-right: 4px;
}
.kx-news-item.push_bg {
  background-color: #fafcff;
}
.kx-news-item.push_bg i {
  background-color: #fafcff;
}

.kx-loading {
  margin: 16px auto;
  text-align: center;
}
.kx-loading a {
  display: block;
  width: 152px;
  height: 32px;
  margin: auto;
  line-height: 32px; /*同控件高，垂直居中*/
  border-radius: 16px;
  font-size: 16px;
  color: #e90f29;
  border: 1px solid #e90f29;
}

.headlines-r {
  margin-top: 30px;
}
.headlines-r--content {
  margin-top: 15px;
}
.headlines-r--content a {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding-bottom: 9px;
  margin-bottom: 9px;
  display: flex;
  justify-content: flex-start;
}
.headlines-r--content a:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.headlines-r--content a div {
  width: 90px;
  height: 54px;
  border-radius: 2px;
  border: none;
  margin-right: 6px;
}
.headlines-r--content a div img {
  width: 90px;
  height: 54px;
  border-radius: 2px;
}
.headlines-r--content a p {
  width: 204px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.headlines-r--content a p:hover {
  color: #d10420;
}
.headlines-r--content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.pages {
  text-align: center;
  margin: 24px 0 0 0 !important;
  padding: 0 !important;
  font-size: 0;
}
.pages ul {
  display: inline-block;
  font-size: 0;
}
.pages li {
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
}
.pages li:last-child {
  margin-right: 0;
}
.pages li.prev {
  transform-origin: center center;
  transform: rotate(90deg);
  line-height: 35px;
}
.pages li.next {
  transform-origin: center center;
  transform: rotate(-90deg);
  line-height: 35px;
}
.pages li.ellipsis {
  line-height: 30px;
}
.pages .actived {
  background: #d10420;
}
.pages .actived a {
  color: #fff;
}
.pages a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5b636a;
  font-size: 14px;
}

/*# sourceMappingURL=fNews.css.map */
