.en {
  margin: 50px auto 70px;
}

.section .joke {
  width: 1520px;
  margin: 0 auto;
}
.section .joke .title {
  margin-bottom: 60px;
}
.section .joke .title h1 {
  font-weight: 800;
  font-size: 40px;
  color: #111111;
  line-height: 1;
  margin-bottom: 10px;
}
.section .joke .title p {
  font-weight: 400;
  font-size: 20px;
  color: #999999;
}
.section .joke .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 90px;
  border-bottom: 1px solid #DCDCDC;
  margin: 0 0 100px;
}
.section .joke .top_box .item {
  width: 720px;
}
.section .joke .top_box .item .img {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.section .joke .top_box .item .img img {
  display: block;
  width: 100%;
  transition: 3s;
}
.section .joke .top_box .item .img .cir {
  position: absolute;
  bottom: 33px;
  right: 56px;
}
.section .joke .top_box .item .img .cir .iconfont {
  width: 70px;
  height: 70px;
  background: #E83928;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 30px;
  transform: scale(0);
  transition: 0.6s;
}
.section .joke .top_box .item .img:hover img {
  transform: scale(1.1);
}
.section .joke .top_box .item .img:hover .cir .iconfont {
  transform: scale(1);
}
.section .joke .top_box .item .text .time {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-bottom: 25px;
}
.section .joke .top_box .item .text a {
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  line-height: 36px;
  height: 72px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
  transition: 0.6s;
}
.section .joke .top_box .item .text a:hover {
  color: #E83928;
}
.section .joke .top_box .item .text p {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section .joke .content .item {
  display: flex;
  justify-content: space-between;
}
.section .joke .content .item:not(:nth-last-child(1)) {
  margin-bottom: 90px;
}
.section .joke .content .item .img {
  width: 510px;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
}
.section .joke .content .item .img img {
  display: block;
  width: 100%;
  transition: 3s;
}
.section .joke .content .item .item_text {
  width: 945px;
  height: 300px;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0 0;
  position: relative;
}
.section .joke .content .item .item_text:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E83928;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: 1s;
  transform-origin: left;
}
.section .joke .content .item .item_text h5 {
  width: 720px;
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  line-height: 36px;
  height: 72px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 35px;
  transition: 0.6s;
}
.section .joke .content .item .item_text > p {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  height: 48px;
  margin-bottom: 25px;
}
.section .joke .content .item .item_text .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .joke .content .item .item_text .flex .time {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.section .joke .content .item .item_text .flex .more {
  display: flex;
  align-items: center;
  width: fit-content;
}
.section .joke .content .item .item_text .flex .more p {
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  margin-right: 16px;
  transition: 0.6s;
}
.section .joke .content .item .item_text .flex .more .iconfont {
  font-size: 20px;
  color: #111111;
  transition: 0.6s;
}
.section .joke .content .item:hover .img img {
  transform: scale(1.1);
}
.section .joke .content .item:hover .item_text:after {
  transform: scaleX(1);
}
.section .joke .content .item:hover .item_text h5 {
  color: #E83928;
}
.section .joke .content .item:hover .item_text .flex .more p, .section .joke .content .item:hover .item_text .flex .more .iconfont {
  color: #E83928;
}

.page {
  margin: 90px 0 73px;
}

@media screen and (max-width: 1920px) {
  .en {
    margin: 2.6041666667vw auto 3.6458333333vw;
  }
  .section .joke {
    width: 79.1666666667vw;
    margin: 0 auto;
  }
  .section .joke .title {
    margin-bottom: 3.125vw;
  }
  .section .joke .title h1 {
    font-weight: 800;
    font-size: 2.0833333333vw;
    color: #111111;
    line-height: 1;
    margin-bottom: 0.5208333333vw;
  }
  .section .joke .title p {
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #999999;
  }
  .section .joke .top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 4.6875vw;
    border-bottom: 1px solid #DCDCDC;
    margin: 0 0 5.2083333333vw;
  }
  .section .joke .top_box .item {
    width: 37.5vw;
  }
  .section .joke .top_box .item .img {
    display: block;
    width: 100%;
    border-radius: 0.5208333333vw;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.0416666667vw;
  }
  .section .joke .top_box .item .img img {
    display: block;
    width: 100%;
    transition: 3s;
  }
  .section .joke .top_box .item .img .cir {
    position: absolute;
    bottom: 1.71875vw;
    right: 2.9166666667vw;
  }
  .section .joke .top_box .item .img .cir .iconfont {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    background: #E83928;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.5625vw;
    transform: scale(0);
    transition: 0.6s;
  }
  .section .joke .top_box .item .img:hover img {
    transform: scale(1.1);
  }
  .section .joke .top_box .item .img:hover .cir .iconfont {
    transform: scale(1);
  }
  .section .joke .top_box .item .text .time {
    display: block;
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #999999;
    line-height: 1;
    margin-bottom: 1.3020833333vw;
  }
  .section .joke .top_box .item .text a {
    font-weight: bold;
    font-size: 1.25vw;
    color: #111111;
    line-height: 1.875vw;
    height: 3.75vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.78125vw;
    transition: 0.6s;
  }
  .section .joke .top_box .item .text a:hover {
    color: #E83928;
  }
  .section .joke .top_box .item .text p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #999999;
    line-height: 1.25vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section .joke .content .item {
    display: flex;
    justify-content: space-between;
  }
  .section .joke .content .item:not(:nth-last-child(1)) {
    margin-bottom: 4.6875vw;
  }
  .section .joke .content .item .img {
    width: 26.5625vw;
    border-radius: 0.5208333333vw;
    overflow: hidden;
    height: 15.625vw;
  }
  .section .joke .content .item .img img {
    display: block;
    width: 100%;
    transition: 3s;
  }
  .section .joke .content .item .item_text {
    width: 49.21875vw;
    height: 15.625vw;
    border-bottom: 1px solid #DCDCDC;
    padding: 0.5208333333vw 0 0;
    position: relative;
  }
  .section .joke .content .item .item_text:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #E83928;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 1s;
    transform-origin: left;
  }
  .section .joke .content .item .item_text h5 {
    width: 37.5vw;
    font-weight: bold;
    font-size: 1.25vw;
    color: #111111;
    line-height: 1.875vw;
    height: 3.75vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.8229166667vw;
    transition: 0.6s;
  }
  .section .joke .content .item .item_text > p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #999999;
    line-height: 1.25vw;
    height: 2.5vw;
    margin-bottom: 1.3020833333vw;
  }
  .section .joke .content .item .item_text .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section .joke .content .item .item_text .flex .time {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #999999;
  }
  .section .joke .content .item .item_text .flex .more {
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .section .joke .content .item .item_text .flex .more p {
    font-weight: bold;
    font-size: 0.9375vw;
    color: #111111;
    margin-right: 0.8333333333vw;
    transition: 0.6s;
  }
  .section .joke .content .item .item_text .flex .more .iconfont {
    font-size: 1.0416666667vw;
    color: #111111;
    transition: 0.6s;
  }
  .section .joke .content .item:hover .img img {
    transform: scale(1.1);
  }
  .section .joke .content .item:hover .item_text:after {
    transform: scaleX(1);
  }
  .section .joke .content .item:hover .item_text h5 {
    color: #E83928;
  }
  .section .joke .content .item:hover .item_text .flex .more p, .section .joke .content .item:hover .item_text .flex .more .iconfont {
    color: #E83928;
  }
  .page {
    margin: 4.6875vw 0 3.8020833333vw;
  }
}
@media screen and (max-width: 1024px) {
  .section .joke {
    width: 90%;
  }
  .en {
    width: 90%;
    margin: 40px auto 50px;
  }
  .section .joke .top_box .item {
    width: 48%;
  }
  .section .joke .title h1 {
    font-size: 24px;
    margin: 0 0 5px;
  }
  .section .joke .title {
    margin: 0 0 60px;
  }
  .section .joke .top_box .item .text .time {
    font-size: 12px;
  }
  .section .joke .top_box .item .text a {
    font-size: 18px;
    height: 18px;
    line-height: 1;
  }
  .section .joke .top_box .item .text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .section .joke .top_box .item .img {
    margin: 0 0 20px;
  }
  .section .joke .title p {
    font-size: 14px;
  }
  .section .joke .content .item .item_text h5 {
    font-size: 18px;
  }
  .section .joke .content .item .item_text > p {
    font-size: 14px;
    line-height: 1.6;
    height: 45px;
  }
  .section .joke .content .item .item_text {
    width: 55.21875vw;
  }
  .section .joke .content .item .item_text .flex .time,.section .joke .content .item .item_text .flex .more p,.section .joke .content .item .item_text .flex .more .iconfont {
    font-size: 12px;
  }
  .section .joke .top_box .item .img .cir {
    display: none;
  }

}
@media screen and (max-width: 768px) {
  .en {
    margin: 30px auto 40px;
  }
  .section {
    padding: 0 0 40px;
  }
  .section .joke .top_box {
    display: block;
    margin-bottom: 60px;
  }
  .section .joke .top_box .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .section .joke .top_box .item:nth-last-child(1) {
    margin-bottom: unset;
  }
  .section .joke .top_box .item .text .time {
    margin-bottom: 15px;
  }
  .section .joke .top_box .item .text a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    margin: 0 0 20px;
    display: block;
  }
  .section .joke .content .item {
    display: block;
  }
  .section .joke .content .item:not(:nth-last-child(1)) {
    margin: 0 0 40px;
  }
  .section .joke .content .item .img {
    width: 100%;
    height: unset;
  }
  .section .joke .content .item .item_text {
    width: 100%;
    height: unset;
  }
  .section .joke .content .item .item_text h5 {
    width: 100%;
    height: unset;
    line-height: 1;
    -webkit-line-clamp: 1;
    margin: 0 0 15px;
  }
  .section .joke .content .item .img {
    margin: 0 0 20px;
  }
  .section .joke .top_box .item .img img,.section .joke .content .item .img img {
    transform: scale(1) !important;
  }
  .section .joke .content .item .item_text > p {
    margin: 0 0 20px;
  }
  .section .joke .content .item .item_text {
    padding: 10px 0 20px;
  }
  .section .joke .content .item .item_text > p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section .joke .top_box .item .text a {
    height: unset;
    line-height: 1.6;
    -webkit-line-clamp: unset;
    white-space: unset;
  }
  .section .joke .content .item .item_text h5 {
    height: unset;
    line-height: 1.6;
    -webkit-line-clamp: unset;
    white-space: unset;
  }
  .section .joke .top_box .item .text p {
    height: unset;
    line-height: 1.6;
    -webkit-line-clamp: unset;
    white-space: unset;
  }
  .section .joke .content .item .item_text > p {
    height: unset;
    line-height: 1.6;
    -webkit-line-clamp: unset;
    white-space: unset;
  }
}
