.x-con {
  margin-top: 70px;
  margin-bottom: 110px;
}
.x-con.container .x-cont {
  margin-top: 20px;
}
.x-con.container .x-cont .x-tj {
  display: flex;
  margin-bottom: 43px;
  justify-content: space-between;
}
.x-con.container .x-cont .x-tj li {
  padding: 38px 2% 34px;
  width: 31.5%;
  transition: all 0.5s;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.x-con.container .x-cont .x-tj li .tp {
  position: relative;
  z-index: 2;
}
.x-con.container .x-cont .x-tj li .tp p.sj {
  font-size: 16px;
  transition: all 0.5s;
  color: #333333;
  font-family: 'Roboto', sans-serif;
}
.x-con.container .x-cont .x-tj li .tp a {
  transition: all 0.5s;
}
.x-con.container .x-cont .x-tj li .tp a:nth-child(2) {
  margin-top: 9px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.x-con.container .x-cont .x-tj li .tp a:nth-child(3) {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.x-con.container .x-cont .x-tj li .tp a:nth-child(3) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 12.76042vw;
  transition: all 0.8s;
}
.x-con.container .x-cont .x-tj li .tp a:last-child {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 23px;
}
.x-con.container .x-cont .x-tj li .bt {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(157, 157, 157, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 28px;
  transition: all 0.5s;
}
.x-con.container .x-cont .x-tj li .bt a {
  transition: all 0.5s;
}
.x-con.container .x-cont .x-tj li .bt a:first-child {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
}
.x-con.container .x-cont .x-tj li .bt a:last-child {
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border: solid 1px #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.x-con.container .x-cont .x-tj li:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.5s;
  background-image: linear-gradient(0deg, #ff510b 0%, #ffa228 100%);
  opacity: 0;
}
.x-con.container .x-cont .x-tj li:hover::after {
  opacity: 1;
}
.x-con.container .x-cont .x-tj li:hover .tp p.sj,
.x-con.container .x-cont .x-tj li:hover .tp a:nth-child(2),
.x-con.container .x-cont .x-tj li:hover .tp a:last-child,
.x-con.container .x-cont .x-tj li:hover .bt a:first-child {
  color: #fff;
}
.x-con.container .x-cont .x-tj li:hover .bt {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.x-con.container .x-cont .x-tj li:hover .bt a:last-child {
  border: 1px solid #fff;
}
.x-con.container .x-cont .x-tj li:hover .tp a:nth-child(3) p {
  transform: scale(1.04);
}
.x-con.container .x-cont .x-box {
  margin-bottom: 54px;
}
.x-con.container .x-cont .x-box .x-list {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.07);
  transition: all 0.5s;
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  position: relative;
  padding: 47px 2% 48px 4.55%;
}
.x-con.container .x-cont .x-box .x-list .sj {
  text-align: right;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.x-con.container .x-cont .x-box .x-list .sj p {
  transition: all 0.5s;
}
.x-con.container .x-cont .x-box .x-list .sj p:first-child {
  font-family: ArialMT;
  font-size: 38px;
  font-weight: bold;
  color: #444444;
}
.x-con.container .x-cont .x-box .x-list .sj p:last-child {
  margin-top: 12px;
  font-size: 18px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
}
.x-con.container .x-cont .x-box .x-list .nr {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin-left: 3.2%;
  padding-left: 4%;
}
.x-con.container .x-cont .x-box .x-list .nr div:first-child {
  flex: 1;
  padding-right: 4%;
}
.x-con.container .x-cont .x-box .x-list .nr div:first-child a {
  transition: all 0.5s;
}
.x-con.container .x-cont .x-box .x-list .nr div:first-child a:first-child {
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  font-weight: bold;
}
.x-con.container .x-cont .x-box .x-list .nr div:first-child a:last-child {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 7px;
}
.x-con.container .x-cont .x-box .x-list .nr div:last-child {
  position: relative;
  top: 15px;
  transition: all 0.5s;
}
.x-con.container .x-cont .x-box .x-list .nr div:last-child a {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #f2662b;
}
.x-con.container .x-cont .x-box .x-list .nr div:last-child a img {
  transition: all 0.2s;
  margin-left: 8px;
}
.x-con.container .x-cont .x-box .x-list .nr::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 126%;
  transition: all 0.5s;
  background: rgba(196, 196, 196, 0.5);
}
.x-con.container .x-cont .x-box .x-list:last-child {
  margin-bottom: 0;
}
.x-con.container .x-cont .x-box .x-list:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.5s;
  background-image: linear-gradient(0deg, #ff510b 0%, #ffa228 100%);
  opacity: 0;
}
.x-con.container .x-cont .x-box .x-list:hover::after {
  opacity: 1;
}
.x-con.container .x-cont .x-box .x-list:hover .sj p,
.x-con.container .x-cont .x-box .x-list:hover .nr div a,
.x-con.container .x-cont .x-box .x-list:hover .nr div:last-child a {
  color: #fff !important;
}
.x-con.container .x-cont .x-box .x-list:hover .nr::before {
  background: rgba(255, 255, 255, 0.2);
}
.x-con.container .x-cont .x-box .x-list:hover .nr div:last-child a img {
  filter: brightness(0) invert(1);
}
.pagination li a {
  background: #fff;
}
@media (max-width: 1599px) {
  .x-con.container .x-cont .x-tj li {
    padding: 30px 2% 28px;
  }
  .x-con.container .x-cont .x-tj li .tp a:nth-child(2) {
    font-size: 20px;
  }
  .x-con.container .x-cont .x-tj li .tp a:last-child {
    font-size: 15px;
    margin-top: 20px;
  }
  .x-con.container .x-cont .x-box .x-list {
    padding: 40px 2% 40px 4%;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:first-child {
    font-size: 34px;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:last-child {
    font-size: 16px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:first-child {
    font-size: 20px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:last-child {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (max-width: 1477px) {
  .x-con.container .x-cont .x-tj li {
    padding: 28px 2% 24px;
  }
  .x-con.container .x-cont .x-tj li .tp a:nth-child(2) {
    font-size: 19px;
  }
  .x-con.container .x-cont .x-tj li .tp a:last-child {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 18px;
  }
  .x-con.container .x-cont .x-tj li .bt {
    margin-top: 30px;
    padding-top: 22px;
  }
  .x-con.container .x-cont .x-box .x-list {
    padding: 35px 2% 35px 4%;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:first-child {
    font-size: 32px;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:last-child {
    font-size: 15px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:first-child {
    font-size: 19px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:last-child {
    font-size: 14px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:last-child a {
    font-size: 14px;
  }
}
@media (max-width: 1365px) {
  .x-con.container .x-cont .x-tj {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .x-con.container .x-cont .x-tj li:nth-child(3) {
    margin-bottom: 0;
  }
  .x-con.container .x-cont .x-tj li .tp a:nth-child(2) {
    font-size: 20px;
  }
  .x-con.container .x-cont .x-tj li .tp a:last-child {
    font-size: 14px;
    margin-top: 18px;
  }
  .x-con.container .x-cont .x-box .x-list {
    padding: 30px 3% 30px 4%;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:first-child {
    font-size: 30px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:first-child {
    font-size: 18px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:last-child {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .x-con.container .x-cont .x-tj li .tp a:nth-child(2) {
    font-size: 22px;
  }
  .x-con.container .x-cont .x-tj li .tp a:last-child {
    font-size: 15px;
  }
  .x-con.container .x-cont .x-box .x-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 5%;
  }
  .x-con.container .x-cont .x-box .x-list .sj {
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
  }
  .x-con.container .x-cont .x-box .x-list .nr {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    flex-direction: column;
  }
  .x-con.container .x-cont .x-box .x-list .nr::before {
    display: none;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:last-child {
    top: 0;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:first-child {
    font-size: 28px;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:last-child {
    font-size: 14px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:first-child {
    font-size: 18px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:last-child {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 990px) {
  .x-con {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .x-con.container .x-cont .x-tj {
    margin-bottom: 30px;
  }
  .x-con.container .x-cont .x-tj li {
    padding: 22px 4% 20px;
  }
  .x-con.container .x-cont .x-tj li .tp a:nth-child(2) {
    font-size: 20px;
  }
  .x-con.container .x-cont .x-tj li .tp a:nth-child(3) p {
    height: 40vw;
  }
  .x-con.container .x-cont .x-tj li .bt {
    margin-top: 25px;
    padding-top: 18px;
  }
  .x-con.container .x-cont .x-box .x-list {
    padding: 25px 5%;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:first-child {
    font-size: 26px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:first-child {
    font-size: 17px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:last-child {
    font-size: 13px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:last-child a {
    font-size: 14px;
  }
  .x-con.container .x-cont .x-tj li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .x-con {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .x-con.container .x-cont .x-tj li {
    padding: 40px 5% 28px;
  }
  .x-con.container .x-cont .x-tj li .tp a:nth-child(2) {
    font-size: 18px;
  }
  .x-con.container .x-cont .x-tj li .tp a:nth-child(3) p {
    height: 50vw;
  }
  .x-con.container .x-cont .x-tj li .tp a:last-child {
    font-size: 13px;
    margin-top: 24px;
  }
  .x-con.container .x-cont .x-tj li .bt {
    margin-top: 33px;
    padding-top: 20px;
  }
  .x-con.container .x-cont .x-tj li .bt a:first-child {
    font-size: 12px;
  }
  .x-con.container .x-cont .x-box .x-list {
    padding: 44px 5% 35px;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:first-child {
    font-size: 24px;
  }
  .x-con.container .x-cont .x-box .x-list .sj p:last-child {
    font-size: 14px;
    margin-top: 11px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:last-child {
    font-size: 13px;
    line-height: 1.65;
    margin-top: 12px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:last-child a {
    font-size: 13px;
  }
  .x-con.container .x-cont {
    margin-top: 47px;
  }
  .x-con.container .x-cont .x-tj li .tp a:nth-child(3) {
    margin-top: 29px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child a:first-child {
    font-size: 18px;
  }
  .x-con.container .x-cont .x-box .x-list .sj {
    margin-bottom: 25px;
  }
  .x-con.container .x-cont .x-box .x-list .nr div:first-child {
    margin-bottom: 27px;
  }
}
