.box {
  min-width: 1080px;
}
.head-out {
  background: #FFE3D7;
}
.head-out .head-box {
  width: auto;
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.head-out .head-box .head-left-box {
  color: #000;
}
.head-out .head-box .head-left-box span {
  margin-right: 10px;
}
.head-out .head-box .head-right-box {
  color: #C40C12;
  display: flex;
  align-items: center;
}
.head-out .head-box .head-right-box div {
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.head-out .head-box .head-right-box div:before {
  content: '';
  width: 2px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #C40C12;
}
.head-out .head-box .head-right-box div:last-child {
  padding-right: 0;
}
.head-out .head-box .head-right-box div:last-child:before {
  display: none;
}
.welcome-box {
  height: 260px;
  background: linear-gradient(360deg, #F5F5F5 0%, #FFECEC 100%);
  text-align: center;
  position: relative;
}
.welcome-box img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.welcome-box .welcome-fun-box {
  position: relative;
  width: auto;
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
  height: 100%;
  text-align: right;
  line-height: 260px;
  padding-right: 3%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.welcome-box .welcome-fun-box .welcome-fun-select {
  display: flex;
  justify-content: flex-end;
  line-height: normal;
  align-items: center;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-type {
  background: #fff;
  padding: 9px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #F2F2F2;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-type .iconfont {
  color: #D9D9D9;
  margin-left: 8px;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-input {
  background: #fff;
  padding: 20px;
  width: 280px;
  text-align: left;
  color: #C40C12;
  border-color: transparent;
  font-size: 16px;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-btn {
  background: #C40C12;
  color: #fff;
  padding: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.body {
  background: #F5F5F5 url(./img/body_img.png) center center no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20vh;
}
.body .body-box {
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
}
.column-box {
  display: flex;
  margin-bottom: 10px;
}
.column-box .column-item {
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #eaeaea;
  overflow: hidden;
  margin-right: 10px;
}
.column-box .column-item:last-child {
  margin-right: 0;
}
.column-tabs-box {
  display: flex;
  flex-direction: column;
}
.column-tabs-box .column-tabs {
  display: flex;
  position: relative;
  margin-bottom: 6px;
}
.column-tabs-box .column-tabs div {
  padding: 0 18px;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.column-tabs-box .column-tabs div:first-child {
  padding-left: 0;
}
.column-tabs-box .column-tabs div:hover {
  color: #C40C12;
}
.column-tabs-box .column-tabs .more-tips {
  font-size: 14px;
  color: #C40C12;
  position: absolute;
  right: 0;
  top: 20%;
  display: flex;
  align-items: center;
}
.column-tabs-box .column-tabs .column-tabs-action {
  color: #C40C12;
}
.column-tabs-box .division-line {
  border-bottom: 1px #E1E1E1 dashed;
  padding-left: 10px;
}
.top-column {
  background: #fff;
  padding: 15px 30px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.lunbo-box {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 5px;
  cursor: pointer;
}
.lunbo-box .lunbo-item {
  width: 100%;
  height: 100%;
}
.lunbo-box .lunbo-item:hover .lunbo-item-img img {
  transform: scale(1.2);
}
.lunbo-box .lunbo-item .lunbo-item-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.lunbo-box .lunbo-item .lunbo-item-img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.lunbo-box .lunbo-item .lunbo-item-text {
  position: absolute;
  width: 65%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  height: 40px;
}
.lunbo-box .swiper-pagination {
  width: 35.1%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  padding: 10px;
  text-align: right;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lunbo-box .swiper-pagination .swiper-pagination-bullet {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  opacity: 0.4;
  background: #fff;
}
.lunbo-box .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.column-content-list {
  margin-top: 10px;
  min-height: 200px;
  max-height: 360px;
  overflow-y: auto;
}
.column-content-list .column-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px #E1E1E1 dashed;
  transition: all 0.3s;
}
.column-content-list .column-content-item:hover {
  color: #C40C12;
}
.column-content-list .column-content-item:hover .column-content-item-sign {
  background: #C40C12;
}
.column-content-list .column-content-item .column-content-item-sign {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E1E1E1;
  margin-right: 10px;
  transition: all 0.3s;
}
.column-content-list .column-content-item .column-content-item-text {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.column-content-list .column-content-item .column-content-item-time {
  margin: 0 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #9A9A9A;
}
.column-content-list .right-flag {
  position: relative;
  overflow: hidden;
}
.column-content-list .right-flag:after {
  content: 'NEW';
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 8px;
  width: 100px;
  top: 5px;
  right: -40px;
  background: #C40C12;
  transform: rotate(40deg);
}
.hdjy-box {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
}
.hdjy-box .hdjy-back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hdjy-box .hdjy-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
.hdjy-box .hdjy-body .hdjy-title {
  height: 80px;
  text-align: center;
}
.hdjy-box .hdjy-body .hdjy-title img {
  height: 100%;
}
.hdjy-box .hdjy-body .hdjy-content-box {
  background: #fff;
  flex: 1;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-lunbo-item {
  position: relative;
  height: 60%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
}
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-lunbo-item:hover .hdjy-lunbo-item-img {
  transform: scale(1.2);
}
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-lunbo-item .hdjy-lunbo-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-lunbo-item .hdjy-lunbo-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
}
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-button-prev,
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-button-next {
  position: absolute;
  background: #00000061;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 100;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-button-prev:hover,
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-button-next:hover {
  color: #C40C12;
}
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-button-prev {
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.hdjy-box .hdjy-body .hdjy-content-box .hdjy-button-next {
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.hrb-list {
  padding: 20px;
  background: #f7f7f7;
  margin-top: 15px;
}
.hrb-list .hrb-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1);
  cursor: pointer;
}
.hrb-list .hrb-list-item:hover .hrb-list-item-img img {
  transform: scale(1.2);
}
.hrb-list .hrb-list-item .hrb-list-item-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.hrb-list .hrb-list-item .hrb-list-item-img img {
  width: 100%;
  transition: all 0.3s;
}
.hrb-list .hrb-list-item .hrb-list-item-text {
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
}
.hrb-list .hrb-list-item .hrb-list-item-other {
  width: 100%;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
.foot-banner {
  position: relative;
  height: 90px;
}
.foot-banner .foot-ground-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.foot-banner .foot-banner-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  padding-left: 50px;
  color: #C7191F;
  font-size: 20px;
}
.foot-banner .foot-banner-box .foot-banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-banner .foot-banner-box .foot-banner-text .iconfont {
  margin-right: 10px;
}
/* 标签页样式 Start */
.tabs-content {
  position: relative;
  padding-bottom: 14px;
  padding-right: 8px;
  border-bottom: 1px solid var(--border-color);
}

.tabs-content .tabs-item {
  font-size: 24px;
  cursor: pointer;
}

.tabs-content .tabs-item:not(:last-child) {
  margin-right: 35px;
}

.tabs-content .tabs-item.active {
  color: var(--primary-color);
}

.tabs-content .more-btn {
  color: var(--primary-color);
  cursor: pointer;
  font-size: 14px;
}

.tabs-content .active-line {
  position: absolute;
  bottom: -1px;
  width: 50px;
  border-bottom: 2px solid var(--primary-color);
  transition: all 0.3s;
}

/* 标签页样式 End */
/*# sourceMappingURL=index.css.map */