.main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.article {
  width: 870px;
  margin-right: 30px;
  margin-top: 30px;
}

.carousel-box {
  height: 280px;
  overflow: hidden;
  width: 870px;
  margin: 0 auto;
  border-radius: 5px;
}

.carousel-box .swiper-wrapper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-box .swiper-wrapper .swiper-slide .banner {
  width: 870px;
  height: 280px;
  margin: 0px 0px;
  float: left;
  border: none;
  display: block;
  list-style: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

.carousel-box .swiper-wrapper .swiper-slide span p {
  margin: 0 auto;
  color: #ffffff;
  font-size: 25px;
  width: 750px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 60px;
}

.carousel-box .swiper-wrapper .swiper-slide span {
  display: block;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  height: 68px;
  line-height: 68px;
}

.carousel-box .swiper-container .swiper-button-prev {
  width: 36px;
  height: 56px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 5%;
  transition: all 0.3s ease;
}

.carousel-box .swiper-container .swiper-button-next {
  width: 36px;
  height: 56px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 5%;
  transition: all 0.3s ease;
}

.carousel-box:hover .swiper-button-next {
  right: 0px;
  opacity: 1;
}

.carousel-box:hover .swiper-button-prev {
  left: 0px;
  opacity: 1;
}

.headline_list {
  width: 870px;
  margin-top: 30px;
}

.headline_list .headline {
  width: 100%;
  font-size: 25px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.headline_list .headline .headline_icon {
  width: 56px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  display: block;
  background: #bf1739;
  border-radius: 3px;
  font-size: 15px;
  color: #ffffff;
  margin: 3px 25px 0 0;
  flex-shrink: 0;
}

.headline_list .headline .headline_title:hover {
  color: #c01639;
}

.headline_list .headline .headline_title {
  display: block;
  width: 775px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend .title {
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}

.recommend .title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 15px;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #c01639;
}

.recommend .recommend_list {
  display: flex;
  justify-content: space-between;
}

.recommend .recommend_list .recommend_item {
  width: 204px;
  height: 136px;
  display: inline-block;
  position: relative;
}

.recommend .recommend_list .recommend_item:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.recommend .recommend_list .recommend_item:last-child {
  margin-right: 0;
}

.recommend .recommend_list .recommend_item img {
  width: 204px;
  height: 136px;
}

.recommend .recommend_list .recommend_item span {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 8px;
  left: 12px;
}

.information {
  margin-top: 15px;
  width: 870px;
}

.information .news_list .news_item {
  height: 149px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dadee8;
  padding: 15px 0;
  box-sizing: border-box;
  cursor: pointer;
}

/* .information .news_list .news_item:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 15px;
} */
.information .news_list .news_item .news_desc {
  display: flex;
  flex-direction: column;
  font-size: 19px;
  justify-content: space-between;
  max-width: 870px;
}

.information .news_list .news_item .news_desc .news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  word-break: break-all;
}

.information .news_list .news_item .news_desc span {
  font-size: 15px;
  display: inline-block;
  color: #5c5a5a;
}

.information .news_list .news_item .news_desc span i {
  display: inline-block;
  margin-right: 20px;
}

.information .news_list .news_item .news_img {
  display: inline-block;
  width: 180px;
  height: 120px;
  margin-left: 90px;
  flex-shrink: 0;
}

.more_information {
  width: 200px;
  height: 50px;
  display: block;
  border-radius: 10px;
  font-size: 17px;
  color: #c01639;
  background-color: #f8e7eb;
  line-height: 50px;
  padding-left: 59px;
  box-sizing: border-box;
  margin: 30px auto 50px;
  position: relative;
  cursor: pointer;
}

.more_information:hover {
  background-color: #c01639;
  color: #fff;
  text-decoration: none;
}

.more_information img {
  display: inline-block;
  margin: 0 0 2px 10px;
}

.at-all {
  text-align: center;
  color: #000000;
  font-size: 17px;
  margin: 50px 0;
}

.information .load-more::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 19px;
  right: 51px;
  width: 12px;
  height: 12px;
  background: url('//i0cloud.jrjimg.cn/cloud/images/general/arrow-down.png') center;
}

.information .load-more:hover::after {
  background: url('//i0cloud.jrjimg.cn/cloud/images/general/arrow-down-hover.png') center;
}

.information .loading {
  background-color: #c01639;
  color: #fff;
  padding-left: 75px;
}

.information .loading::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50px;
  width: 19px;
  height: 19px;
  background: url('//i0cloud.jrjimg.cn/cloud/images/common/loading.png') center;
}

.information .at-all {
  text-align: center;
  color: #000000;
  font-size: 17px;
  margin: 50px 0;
}

.aside {
  width: 301px;
  margin-top: 30px;
}

.aside .advImg {
  width: 301px;
  height: 291px;
  margin-top: 30px;
  overflow: hidden;
}

.aside .hotNews_container {
  width: 300px;
  height: 685px;
  background: #f4f8ff;
  border-radius: 20px;
  overflow: hidden;
}

.aside .hotNews_container .hotNews_title {
  font-size: 21px;
  margin: 17px 0 0 20px;
  line-height: 25px;
}

.aside .hotNews_container .hotNews_list {
  width: 288px;
  height: 600px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  margin: 25px 6px 0;
  padding: 30px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.aside .hotNews_container .hotNews_list .hotNews_item {
  width: 226px;
  font-size: 17px;
  margin-bottom: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aside .hotNews_container .hotNews_list .hotNews_item a:hover {
  color: #c01639;
}

.aside .hotNews_container .hotNews_list .hotNews_item i {
  width: 21px;
  height: 21px;
  font-size: 12px;
  display: inline-block;
  line-height: 21px;
  text-align: center;
  margin-right: 12px;
  color: #ffffff;
  background: url('//i0cloud.jrjimg.cn/cloud/images/home/rank-icon.png') no-repeat center;
}

.opportunity {
  width: 300px;
  background-color: #f4f8ff;
  border-radius: 20px;
  padding: 15px 20px 1px;
  box-sizing: border-box;
}

.opportunity .title {
  font-size: 21px;
  position: relative;
  padding-left: 15px;
}

.opportunity .title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 15px;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #c01639;
}

.opportunity .opportunity-list {
  width: 100%;
  padding: 15px 0 0 0px;
  box-sizing: border-box;
}

.opportunity .opportunity-list .opportunity-item {
  width: 260px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.opportunity .opportunity-list .opportunity-item::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0px;
  background-color: #c01639;
  border-radius: 50%;
}

.opportunity-item a {
  width: 246px;
  overflow: hidden;
  text-overflow: elipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer {
  margin-bottom: 0;
}
