/* header */
header {
  height: 160px;
}

/* menu-wrap */
.menu-header {
  height: 160px;
}

.menu-list {
  max-height: calc(100% - 160px);
}


/* kj-notice */
.kj-notice {
  width: 100%;
  padding: 42px 20px 0 20px;
  box-sizing: border-box;
}

.kj-notice-title-wrap {
  height: 92px;
  background-image: url('../img/index-notice-bj.png');
}

.kj-notice-title-1 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  padding-left: 100px;
  padding-bottom: 15px;
}

.kj-notice-title-2 {
  font-size: 42px;
  color: #d90107;
  font-weight: bold;
  padding-left: 28px;
}

.kj-list-item-logo {
  width: 74px;
	height: 74px;
}

.kj-list {
  padding-top: 27px;
}

.kj-list-item {
  border-bottom: 1px #e7e7e7 solid;
}

.kj-list-item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
}

.kj-list-item-logo img {
  width: 100%;
	height: 100%;
}

.kj-list-item-info {
  padding-left: 22px;
  font-size: 30px;
  line-height: 36px;
}

.kj-list-item-info__item-money {
  color: #d90107;
}

.kj-list-item-center {
  padding: 26px 0 8px 0;
}

.kj-result {
  display: flex;
  flex-wrap: wrap;
}

.kj-result__item {
  width: 67px;
	height: 67px;
	background-color: #d90107;
  border-radius: 50%;
  margin-right: 24px;
  margin-bottom: 24px;
  font-size: 44px;
  color: #fff;
  line-height: 67px;
  text-align: center;
}

.kj-result__item--blue {
  background-color: #559fde;
}

.kj-result__item:nth-child(8n) {
  margin-right: 0;
}

.kj-list-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 38px;
  font-size: 30px;
  color: #333;
}

.kj-list-item-other {
  display: flex;
  align-items: center;
}

.kj-list-item-other__item {
  padding-right: 32px;
  color: #686868;
}

.kj-list-item-other__item:last-child {
  padding-right: 0;
}

.kj-list-item-other__item-icon {
  display: inline-block;
  width: 22px;
	height: 22px;
  vertical-align: middle;
}

.kj-list-item-other__item-icon img {
  width: 100%;
	height: 100%;
  vertical-align: top;
}

/* hot-video */
.hot-video .article-list__item-title {
  font-size: 24px;
}

/* activity-pic */
.activity-pic .article-list__item-title {
  font-size: 24px;
}

.ranking-news {
    width: 100%;
}
.ranking-news img {
  width: 100%;
  height: auto;
}
