﻿.banner .bottom .left {
  cursor: unset;
}
.joke {
  width: 1560px;
  margin: auto;
}
.joke .sec .title {
  margin-top: 125px;
}
.joke .sec .title h1 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.joke .sec .text {
  display: flex;
  justify-content: space-between;
  margin-top: 84px;
}
.joke .sec .text .right {
  width: 768px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}
.joke .sec .text .right p:nth-child(1) {
  padding-bottom: 32px;
}
.joke .sec .text .left {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.joke .sec .text .left p span {
  display: block;
}
.joke .sec .text .left p span:nth-child(2) {
  color: #0246B0;
}
.joke .sec .text .left p:nth-last-child(1) {
  display: flex;
}
.joke .sec .table {
  width: 1560px;
  margin: 103px auto 100px;
}
.joke .sec .table .con_nav {
  width: 100%;
  height: 80px;
  background: #F5F5F7;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.joke .sec .table .con_nav p:nth-child(1) {
  margin-left: 157px;
}
.joke .sec .table .con_nav p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-right: 150px;
  width: 80px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.joke .sec .table .item {
    width: 100%;
    background: #FFFFFF;
    transition: 0.6s;
    margin-bottom: 24px;
    border: 1px solid transparent;
}
.joke .sec .table .item .block {
  width: 100%;
  height: 80px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  transition: 0.6s;
}
.joke .sec .table .item .block .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.6s;
}
.joke .sec .table .item .block p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-right: 130px;
  width: 100px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.6s;
}
.joke .sec .table .item .block p:nth-child(1) {
  margin-left: 147px;
}
.joke .sec .table .item .block p:nth-last-child(1) {
  margin-right: 0;
}
.item_active {
  border: 1px solid #0246B0 !important;
}
.item_active .block {
  border: 1px solid #0246B0 !important;
  background: #0246B0;
}
.item_active .block p{
  color: #FFFFFF !important;
}
.item .none .con {
  display: flex;
  padding: 98px 0 90px 105px;
}
.item .none .con .content:nth-child(1) {
  margin-right: 232px;
}
.item .none .con .content h1 {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: #000000;
  margin-bottom: 22px;
}
.item .none .con .content p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}
.item .none .con .content:nth-child(1) p:nth-last-child(1) {
  font-weight: bold;
  margin-top: 40px;
  display: flex;
}
.item .none .con .content:nth-child(1) p:nth-last-child(1) span {
  display: block;
}
.item .none .con .content:nth-child(1) p:nth-last-child(1) span:nth-last-child(1){
  color: #0246B0;
}
@media screen and (max-width: 1600px) {
  .joke {
    width: 90%;
  }
  .joke .sec .title h1 {
    font-size: 32px;
  }
  .joke .sec .text .left {
    font-size: 20px;
  }
  .joke .sec .text .right {
    font-size: 14px;
  }
  .joke .sec .table {
    width: 100%;
  }
  .joke .sec .table .con_nav p:nth-child(1) {
    margin-left: 120px;
  }
  .joke .sec .table .con_nav p {
    margin-right: 90px;
    width: 90px;
  }
  .joke .sec .table .item .block p:nth-child(1) {
    margin-left: 120px;
  }
  .joke .sec .table .item .block p {
    margin-right: 90px;
    width: 90px;
  }
  .item .none .con {
    width: 90%;
    padding-left: 0;
    margin: auto;
    justify-content: space-between;
  }
  .item .none .con .content {
    width: 45%;
    margin: 0!important;
  }
  .item .none .con .content h1 {
    font-size: 20px;
  }
  .item .none .con .content p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .joke .sec .table .con_nav p:nth-child(1) {
    margin-left: 50px;
  }
  .joke .sec .table .con_nav p {
    margin-right: 90px;
    width: 90px;
  }
  .joke .sec .table .item .block p:nth-child(1) {
    margin-left: 50px;
  }
  .joke .sec .table .item .block p {
    margin-right: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .joke .sec .title {
    margin-top: 40px;
  }
  .joke .sec .title h1 {
    font-size: 24px;
  }
  .joke .sec .text {
    flex-direction: column;
  }
  .joke .sec .text {
    margin-top: 30px;
  }
  .joke .sec .text .right {
    width: 100%;
  }
  .joke .sec .text .left {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 32px;
  }
  .joke .sec .table {
    width: 100%;
    margin: 30px 0 50px;
  }
  .joke .sec .table .con_nav p {
    font-size: 12px;
  }
  .joke .sec .table .con_nav p {
    margin: 0!important;
  }
  .joke .sec .table .item .block p {
    font-size: 12px;
    margin: 0!important;
  }
  .joke .sec .table .con_nav {
    height: 60px;
  }
  .joke .sec .table .item .block {
    height: 60px;
  }
  .item .none .con {
    padding: 30px 0;
  }
  .joke .sec .table .item .block {
    overflow-x: auto;
    /*overflow: hidden;*/
  }
  .joke .sec .table .item .block .box {
    width: 150%;
    height: unset;
  }
  .joke .sec .table .item .block .box p {
    line-height: 60px;
  }
  .joke .sec .table .con_nav {
    overflow: hidden;
  }
}
