.home-menu {
  margin-bottom: 40px;
  box-shadow: 0px 4px 10px 0px rgba(130, 130, 130, 0.1);
}
.home-menu .home-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.home-menu .home-menu-header .home-menu-header-logo {
  cursor: pointer;
}
.home-menu .home-menu-header .home-menu-header-logo > a {
  font-family: "Arial-Black";
  font-size: 36px;
  line-height: 51px;
  font-weight: 900;
}
.home-menu .home-menu-header .home-menu-header-logo > a:nth-child(1) {
  color: #dc4243;
}
.home-menu .home-menu-header .home-menu-header-logo > a:nth-child(2) {
  color: #333333;
}
.home-menu .home-menu-header .home-menu-header-input {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 480px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dc4243;
  border-radius: 4px;
}
.home-menu .home-menu-header .home-menu-header-input .input {
  padding-left: 16px;
  padding-right: 16px;
  flex: 1;
}
.home-menu
  .home-menu-header
  .home-menu-header-input
  .input::-webkit-input-placeholder {
  font-size: 12px;
  color: #d9d9d9;
}
.home-menu .home-menu-header .home-menu-header-input .input::-moz-placeholder {
  font-size: 12px;
  color: #d9d9d9;
}
.home-menu .home-menu-header .home-menu-header-input .input:-moz-placeholder {
  font-size: 12px;
  color: #d9d9d9;
}
.home-menu .home-menu-header .home-menu-header-input .search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  background: #dc4243;
  border-radius: 0px 4px 4px 0px;
}
.home-menu .home-menu-header .home-menu-header-menu {
  display: flex;
}
.home-menu .home-menu-header .home-menu-header-menu > li {
  display: flex;
  align-items: center;
  margin-left: 48px;
  font-size: 16px;
  color: #333333;
}
.home-menu-header-menu-li {
  display: flex;
  align-items: center;
  margin-left: 48px;
  font-size: 16px;
  color: #333333;
}
.home-menu .home-menu-header .home-menu-header-menu > li img {
  margin-right: 8px;
}
.home-menu .home-menu-bar {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
}
.home-menu .home-menu-bar .home-menu-bar-list {
  display: flex;
}
.home-menu .home-menu-bar .home-menu-bar-list .item {
  position: relative;
  cursor: pointer;
  margin-right: 64px;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.home-menu .home-menu-bar .home-menu-bar-list .item.active {
  color: #dc4243;
}
.home-menu .home-menu-bar .home-menu-bar-list .item.active > .active-line {
  position: absolute;
  bottom: -35px;
  width: 32px;
  height: 4px;
  background: #dc4243;
  border-radius: 2px;
}
.home-menu .home-menu-bar .home-menu-bar-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  width: 294px;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 0 24px;
  font-size: 14px;
  color: #555555;
  line-height: 14px;
}
.home-menu .home-menu-bar .home-menu-bar-num .all-resource span {
  color: #333333;
}
.home-menu .home-menu-bar .home-menu-bar-num .today-resource span {
  color: #dc4243;
}
.home-swiper {
  height: 328px;
  width: 100%;
  margin-bottom: 40px;
}
.home-swiper .swiper {
  width: 100%;
  height: 328px;
}
.my-switter-item{
  width: 1000px !important;
  margin-right: 30px;
  transform: translateX(-20%);
}

.home-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 100ms;
  transform: scale(0.7);
}
.home-swiper .swiper-slide img {
  border-radius: 8px;
}
.home-swiper .swiper-slide-active{
  transform: scale(1);
  z-index: 11111;
}
.home-new {
  margin-bottom: 43px;
}
.home-new .home-new-title {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 16px;
}
.home-new .home-new-content {
  display: flex;
}
.home-new .home-new-content .home-new-content-recommend {
  width: 23%;
  margin-right: 32px;
  font-size: 18px;
  color: #555555;
}
.home-new .home-new-content .home-new-content-recommend img {
  width: 100%;
  margin-bottom: 16px;
}
.home-new .home-new-content .home-new-content-recommend .title {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  margin-bottom: 8px;
}
.home-new
  .home-new-content
  .home-new-content-recommend
  .title
  span:nth-child(1) {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.home-new .home-new-content .home-new-content-recommend .score {
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.home-new .home-new-content .home-new-content-recommend .score span {
  color: #ff6a2a;
}
.home-new .home-new-content .home-new-content-recommend .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
  font-weight: 400;
}
.home-new .home-new-content .home-new-content-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.home-new .home-new-content .home-new-content-list .home-new-content-list-item {
  width: 45%;
  display: flex;
  height: 160px;
  align-items: center;
}
.home-new
  .home-new-content
  .home-new-content-list
  .home-new-content-list-item
  img {
  height: 100%;
  margin-right: 16px;
}
.home-new
  .home-new-content
  .home-new-content-list
  .home-new-content-list-item
  .tip {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #555555;
  font-weight: 400;
  justify-content: space-between;
}
.home-new
  .home-new-content
  .home-new-content-list
  .home-new-content-list-item
  .tip
  .title {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8px;
}
.home-new
  .home-new-content
  .home-new-content-list
  .home-new-content-list-item
  .tip
  .score {
  font-weight: 400;
  margin-bottom: 12px;
  margin-top:12px;
}
.home-new
  .home-new-content
  .home-new-content-list
  .home-new-content-list-item
  .tip
  .score
  span {
  color: #ff6a2a;
}
.home-new
  .home-new-content
  .home-new-content-list
  .home-new-content-list-item
  .tip
  .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home-new
  .home-new-content
  .home-new-content-list
  .home-new-content-list-item:nth-child(2n) {
  margin-right: 34px;
}
.home-new .home-new-content .home-new-content-rank {
  width: 23%;
}
.home-new .home-new-content .home-new-content-rank .head {
  font-size: 14px;
  color: #555555;
  margin-bottom: 16px;
}
.home-new .home-new-content .home-new-content-rank .item {
  padding-bottom: 16px;
}
.home-new .home-new-content .home-new-content-rank .item .top-num {
  font-family: "Arial-Black";
  font-size: 14px;
  color: #555555;
  font-weight: 900;
  background-image: -webkit-linear-gradient(left, #ffa168, #ff5625);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 8px;
}
.home-new .home-new-content .home-new-content-rank .item .top-nums {
  font-family: "Arial-Black";
  font-size: 2px;
  color: #555555;
  font-weight: 900;
  margin-right: 8px;
}
.home-new .home-new-content .home-new-content-rank .item .title {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
}
.home-new .home-new-content .home-new-content-rank .item .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  font-weight: 400;
}
.home-new .home-new-content .home-new-content-rank .item.one {
  margin-bottom: 14px;
}
.home-new .home-new-content .home-new-content-rank .item.one .intro {
  -webkit-line-clamp: 3;
}
.home-new .home-new-content .home-new-content-rank .item.one .content {
  display: flex;
  height: 107px;
  align-items: center;
}
.home-new .home-new-content .home-new-content-rank .item.one .content img {
  height: 100%;
  margin-right: 16px;
  flex-shrink: 0;
}
.home-new .home-new-content .home-new-content-rank .item.one .content .tip {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-new .home-new-content .home-new-content-rank .item.two .intro {
  -webkit-line-clamp: 2;
}
.home-new .home-new-content .home-new-content-rank .item.three .intro {
  -webkit-line-clamp: 1;
}
.home-hot {
  margin-bottom: 61px;
}
.home-hot .home-hot-item {
  margin-bottom: 40px;
}
.home-hot .home-hot-item .home-hot-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.home-hot .home-hot-item .home-hot-item-title span:nth-child(1) {
  font-size: 24px;
  color: #333333;
}
.home-hot .home-hot-item .home-hot-item-title span:nth-child(2) {
  font-size: 16px;
  color: #333333;
}
.home-hot .home-hot-item .home-hot-item-list {
  display: flex;
  justify-content: start;
  gap: 30px 2%;
  width: 100%;
  flex-wrap: wrap;
}
.home-hot .home-hot-item .home-hot-item-list .item {
  max-width: 220px;
  width: 15%;
}
.home-hot .home-hot-item .home-hot-item-list .item .img {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.home-hot .home-hot-item .home-hot-item-list .item .img img {
  width: 100%;
}
.home-hot .home-hot-item .home-hot-item-list .item .img .time-score {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
}
.home-hot .home-hot-item .home-hot-item-list .item .img .time-score .score {
  color: #ff6a2a;
}
.home-hot .home-hot-item .home-hot-item-list .item .title {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
}
.home-hot .home-hot-item .home-hot-item-list .item .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
  font-weight: 400;
  -webkit-line-clamp: 1;
}
.radius4{
  border-radius: 4px;
}