.news-image {
  width: 100%;
  height: 32.5rem;
}

.button .button-color-1 {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #8D8D8D;
  padding: 10px 30px;
  width: 150px;
}

.button .button-color-1:hover {
  background-color: #3383FE;
  color: #ffffff;
  border-color: #3383FE;
}

.button .button-color-1.active {
  background-color: #3383FE;
  color: #ffffff;
  border-color: #3383FE;
}

.button .button-color-2 {
  background-color: #ffffff;
  color: #3383FE;
  border: 1px solid #3383FE;
  padding: 10px 30px;
  width: 180px;
}

.button .button-color-2:hover {
  background-color: #3383FE;
  color: #ffffff;
  border-color: #3383FE;
}



.tabs-area {
  margin: 40px 0;
}


.news-image-view {
  text-align: right;
  /* margin-right: 30px; */
}

.news-image {
  background: #D8D8D8;
  /* width: 100%; */
  /* height: auto; */
  width: 266px;
  height: auto;
  border-radius: 6px;
}

.news-title {
  font-size: 20px;
  font-weight: bold;
  color: #3383FE;
  line-height: 36px;
}

.news-createTime {
  font-size: 14px;
  color: #8D8D8D;
  line-height: 20px;
}

.news-content {
  font-size: 14px;
  color: #333333;
  line-height: 20px;

}

.nomore {
  display: none;
  color: #8D8D8D;
  font-size: 12px;
}

.flex-box {
  display: flex;

}

.mr-20 {
  margin-right: 20px;
}

.news-container-view {
  /* padding: 0 80px; */
}

.hot-tab {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

.hot-tab-icon {
  margin-right: 12px;
  width: 4px;
  height: 20px;
  background: #3383FE;
  border-radius: 2px;
}

.hot-item {
  margin-bottom: 30px;
}

.hot-item-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  color: #333333;
  line-height: 24px;
}

.hot-item-icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.hot-item-desc {
  margin-top: 20px;
  font-size: 16px;
  color: #8D8D8D;
  line-height: 16px;
}

.main-image-md{
  display: block;
}
.main-image-sm{
  display: none;
}

@media (max-width: 500px) {
  .news-container-view {
    padding: 0 12px;
  }

  .news-image {
    width: 100%;
    height: auto;
  }
  .main-image-md{
    display: none;
  }
  .main-image-sm{
    display: block;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  .news-image {
    width: 420px;
    height: auto;
  }
  .main-image-md{
    display: none;
  }
  .main-image-sm{
    display: block;
  }
}


@media (max-width: 992px) {
  .button .button-color-1 {
    padding: 5px 16px;
    width: 100px;
  }

  .news-image-view {
    text-align: left;
    /* margin-right: 30px; */
  }
  .news-title{
    margin-top: 10px;
  }
}