.contents {
  width: 1300px;
  margin: 0 auto;
}
.w2 {
  width: 100%;
  height: 100%;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  height: 1285px;
  padding-top: 105px;
  background: url(../images/pro.jpg);
  box-sizing: border-box;
}
.pro .contents {
  position: relative;
}
.pro .contents::before {
  content: "";
  display: block;
  width: 335px;
  height: 149px;
  position: absolute;
  background: url(../images/dec1.png) no-repeat center;
  top: 451px;
  right: 0;
  pointer-events: none;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  position: relative;
  z-index: 50;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 342px;
  height: 112px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: -13px;
  left: -10px;
  z-index: -1;
}
.pro .box .top h3 a {
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333;
}
.pro .box .top em {
  margin-top: 13px;
  display: block;
  font-size: 61px;
  line-height: 46px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 1000;
}
.pro .box .hd {
  width: 726px;
  display: flex;
  margin-top: 13px;
}
.pro .box .hd li {
  max-width: 120px;
  margin-right: 60px;
  background: url(../images/title1.png) no-repeat center top;
  position: relative;
}
.pro .box .hd li::before {
  content: "/";
  display: block;
  position: absolute;
  top: 40px;
  right: -30px;
  font-size: 16px;
  line-height: 30px;
  color: #ccc;
}
.pro .box .hd li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  background: #c0333c;
  opacity: 0.3;
  border-radius: 50%;
  top: -4px;
  left: 58%;
  transform: translateX(-50%);
  transition: 0.5s linear;
}
.pro .box .hd li a {
  padding-top: 40px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .box .hd li:last-child {
  margin-right: 0;
}
.pro .box .hd li:last-child::before {
  display: none;
}
.pro .box .hd .on::after {
  width: 12px;
  height: 12px;
}
.pro .box .hd .on a {
  color: #c0333c;
  font-weight: bold;
  font-size: 18px;
}
.pro .warp {
  margin-top: 45px;
}
.pro .warp .bd li .art {
  display: flex;
  justify-content: space-between;
}
.pro .warp .bd li .art .text {
  position: relative;
  width: 545px;
  margin-top: 98px;
}
.pro .warp .bd li .art .text::before {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  position: absolute;
  background: #333;
  top: 50px;
  left: 0;
}
.pro .warp .bd li .art .text .cond {
  display: flex;
  height: 40px;
}
.pro .warp .bd li .art .text .cond i {
  display: block;
  font-size: 22px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
.pro .warp .bd li .art .text .cond span {
  width: 440px;
  display: block;
  font-size: 22px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .bd li .art .text p {
  margin-top: 55px;
  font-size: 15px;
  line-height: 30px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.pro .warp .bd li .art .tu {
  position: relative;
  width: 614px;
  height: 392px;
  border-radius: 0;
  z-index: 5;
  padding: 5px;
  box-sizing: border-box;
  background: #f6f6f6;
}
.pro .warp .bd li .art .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 614px;
  height: 392px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .warp .bd li .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .bd li .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .warp .bd li .art:hover .text .cond span {
  color: #c0333c;
  letter-spacing: 1px;
}
.pro .warp .bd li .art:hover .tu .img img {
  transform: scale(1.1);
}
.pro .warp .bd li .reg {
  display: flex;
  margin-top: 118px;
}
.pro .warp .bd li .reg .list {
  width: 614px;
  margin-right: 70px;
  transition: 0.2s ease-out;
}
.pro .warp .bd li .reg .list .tu {
  position: relative;
  width: 614px;
  height: 392px;
  border-radius: 0;
  z-index: 5;
  padding: 5px;
  background: #f6f6f6;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.pro .warp .bd li .reg .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 614px;
  height: 392px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .warp .bd li .reg .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .bd li .reg .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .warp .bd li .reg .list .text {
  position: relative;
  width: 100%;
  height: 70px;
  padding-right: 110px;
  padding-left: 0;
  box-sizing: border-box;
}
.pro .warp .bd li .reg .list .text .cond {
  display: block;
  font-size: 22px;
  line-height: 70px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .warp .bd li .reg .list .text .cond {
  font-weight: bold;
  padding-left: 17px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
}
.pro .warp .bd li .reg .list .text .more {
  position: absolute;
  top: 31px;
  right: 0;
  display: block;
  width: 95px;
  height: 38px;
  background: url(../images/more1.png) no-repeat center;
  border-radius: 0;
}
.pro .warp .bd li .reg .list:hover {
  transform: translateY(-5px);
}
.pro .warp .bd li .reg .list:hover .tu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro .warp .bd li .reg .list:hover .tu .img img {
  transform: scale(1.1);
}
.pro .warp .bd li .reg .list:hover .text .cond {
  color: #c0333c;
  letter-spacing: 1px;
}
.pro .warp .bd li .reg .list:last-child {
  margin-right: 0;
}
.pro .pageState {
  position: absolute;
  top: 180px;
  left: 588px;
  font-size: 22px;
  line-height: 25px;
  color: #333;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: right;
}
.pro .pageState span {
  display: block;
  font-size: 44px;
  line-height: 40px;
  color: #c0333c;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: right;
  margin-bottom: 10px;
}
.pro .next {
  position: absolute;
  top: 490px;
  left: -119px;
  width: 752px;
  height: 106px;
  background: url(../images/next-pro.png) no-repeat center;
  border-radius: 0;
  cursor: pointer;
}
.pro .dec1 {
  position: absolute;
  top: 450px;
  right: 10px;
  z-index: -1;
}
.rea {
  height: 920px;
  background: url(../images/rea.jpg) no-repeat center top;
  overflow: hidden;
  box-sizing: border-box;
}
.rea .contents {
  position: relative;
}
.rea .top {
  position: absolute;
  top: 105px;
  height: 112px;
}
.rea .top::before {
  content: "";
  display: block;
  width: 439px;
  height: 112px;
  position: absolute;
  background: url(../images/t2.png) no-repeat top left;
  top: -13px;
  left: -10px;
  z-index: -1;
}
.rea .top h3 {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
}
.rea .top em {
  margin-top: 13px;
  display: block;
  font-size: 61px;
  line-height: 46px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 1000;
}
.rea .reswiper {
  margin: 0 -160px 0 0;
}
.rea .reswiper .warp {
  display: flex;
  justify-content: space-between;
}
.rea .reswiper .warp .art {
  margin-top: 347px;
}
.rea .reswiper .warp .art .reg {
  position: relative;
}
.rea .reswiper .warp .art .reg::before {
  content: "";
  display: block;
  width: 1px;
  height: 134px;
  position: absolute;
  background: #fff;
  opacity: 0.15;
  top: 86px;
  left: 10px;
}
.rea .reswiper .warp .art .reg i {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #d6d6d6;
  font-family: Arial, Helvetica, sans-serif;
}
.rea .reswiper .warp .art .reg b {
  margin-top: 7px;
  display: block;
  font-size: 34px;
  line-height: 35px;
  color: #fff;
}
.rea .reswiper .warp .art p {
  margin-top: 30px;
  margin-left: 39px;
  font-size: 15px;
  color: #dedcdd;
  line-height: 38px;
}
.rea .reswiper .warp .ys {
  padding: 95px 0 0;
}
.rea .boxbottom {
  width: 850px;
  margin-left: 340px;
  margin-top: 73px;
}
.rea .boxbottom .list {
  width: 300px;
  position: relative;
}
.rea .boxbottom .list .num {
  font-size: 96px;
  line-height: 78px;
  color: #fff;
  opacity: 0.1;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.rea .boxbottom .list span {
  position: absolute;
  top: 27px;
  left: 11px;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #e63d48;
  font-weight: bold;
}
.rea .boxbottom .list p {
  margin-top: 19px;
  font-size: 15px;
  line-height: 15px;
  color: #aeb7bf;
}
.rea .boxbottom .swiper-slide-next .list .num {
  color: #a12d2c;
  opacity: 0.18;
}
.rea .boxbottom .swiper-slide-next .list span {
  color: #fff;
  font-weight: normal;
}
.rea .arr {
  display: flex;
  position: absolute;
  top: 775px;
  right: -240px;
}
.rea .arr .Aprev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}
.rea .arr .Aprev img {
  display: block;
  filter: drop-shadow(0px 71px #fff);
  transition: 0.5s linear;
}
.rea .arr .Aprev:hover {
  background: #c0333c;
}
.rea .arr .Aprev:hover img {
  transform: translateY(-71px);
}
.rea .arr .Anext {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}
.rea .arr .Anext img {
  display: block;
  filter: drop-shadow(0px 71px #fff);
  transition: 0.5s linear;
}
.rea .arr .Anext:hover {
  background: #c0333c;
}
.rea .arr .Anext:hover img {
  transform: translateY(-71px);
}
.rea .reapagination {
  position: absolute;
  top: 800px;
  left: 0;
  width: 117px;
  display: flex;
  justify-content: space-between;
}
.rea .reapagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.rea .reapagination .swiper-pagination-bullet-active {
  background: #fff;
}
.rea .dec {
  width: 40px;
  height: 500px;
  background: url(../images/bg.png) no-repeat top right;
  position: absolute;
  top: 200px;
  left: -250px;
  font-size: 18px;
  line-height: 15px;
  color: #333;
  writing-mode: vertical-lr;
  letter-spacing: 14px;
  padding: 87px 0 0;
  box-sizing: border-box;
}
.case {
  margin-top: 105px;
}
.case .contents {
  position: relative;
}
.case .top {
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 50;
}
.case .top::before {
  content: "";
  display: block;
  width: 235px;
  height: 112px;
  position: absolute;
  background: url(../images/t1.png) no-repeat top left;
  top: -13px;
  left: -10px;
  z-index: -1;
}
.case .top h3 {
  font-size: 24px;
  line-height: 25px;
  color: #333;
}
.case .top em {
  margin-top: 13px;
  display: block;
  font-size: 61px;
  line-height: 46px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 1000;
}
.case .caseswpier .swiper-slide .list {
  position: relative;
  width: 396px;
  height: 530px;
  background: #f6f6f6;
  padding: 37px 20px 0;
  box-sizing: border-box;
}
.case .caseswpier .swiper-slide .list::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 378px;
  left: 21px;
}
.case .caseswpier .swiper-slide .list .num {
  font-size: 46px;
  line-height: 40px;
  color: #333;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.case .caseswpier .swiper-slide .list .tu {
  margin-top: 27px;
  position: relative;
  width: 355px;
  height: 231px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.case .caseswpier .swiper-slide .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 355px;
  height: 231px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .caseswpier .swiper-slide .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseswpier .swiper-slide .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .caseswpier .swiper-slide .list .cond {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #333;
  padding: 0 0 0 17px;
  box-sizing: border-box;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseswpier .swiper-slide .list p {
  padding: 0 0 0 17px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 36px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}
.case .caseswpier .swiper-slide .list:hover::before {
  background: #c0333c;
}
.case .caseswpier .swiper-slide .list:hover .tu .img img {
  transform: scale(1.1);
}
.case .caseswpier .swiper-slide .list:hover .cond {
  color: #c0333c;
  letter-spacing: 1px;
}
.case .caseswpier .swiper-slide-prev {
  margin-top: 109px;
}
.case .caseswpier .swiper-slide-next {
  margin-top: 109px;
}
.case .mores {
  position: absolute;
  top: 578px;
  left: 453px;
  z-index: 10;
  display: block;
  width: 128px;
  height: 51px;
  background: url(../images/more2.png) no-repeat center;
  border-radius: 0;
}
.case .tel {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
}
.case .tel i {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  text-align: right;
}
.case .tel b {
  margin-top: 10px;
  display: block;
  height: 30px;
  padding: 0 0 0 45px;
  box-sizing: border-box;
  background: url(../images/tel2.png) no-repeat center left;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  text-align: right;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.case .Cprev {
  position: absolute;
  top: 371px;
  left: -110px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  background: #eee;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s linear;
}
.case .Cprev img {
  filter: drop-shadow(0px 71px #fff);
  transition: 0.5s linear;
}
.case .Cprev:hover {
  background: url(../images/bg1.jpg) no-repeat center;
}
.case .Cprev:hover img {
  transform: translateY(-71px);
}
.case .Cnext {
  position: absolute;
  top: 371px;
  right: -110px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  background: #eee;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s linear;
}
.case .Cnext img {
  filter: drop-shadow(0px 71px #fff);
  transition: 0.5s linear;
}
.case .Cnext:hover {
  background: url(../images/bg1.jpg) no-repeat center;
}
.case .Cnext:hover img {
  transform: translateY(-71px);
}
.abo {
  margin-top: 80px;
  height: 962px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 154px 0 0 0;
  box-sizing: border-box;
}
.abo .boxwarp {
  position: relative;
  width: 990px;
}
.abo .boxwarp::before {
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center;
  top: 110px;
  left: 0;
}
.abo .boxwarp .item {
  font-size: 34px;
  line-height: 35px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.abo .boxwarp .zm {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
}
.abo .boxwarp .text {
  margin-top: 100px;
  font-size: 15px;
  line-height: 42px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 252px;
}
.abo .boxwarp .numlist {
  display: flex;
  margin: 45px 0 0;
}
.abo .boxwarp .numlist .list {
  position: relative;
  margin-right: 180px;
}
.abo .boxwarp .numlist .list::before {
  content: "";
  display: block;
  width: 1px;
  height: 141px;
  position: absolute;
  background: url(../images/line.png) no-repeat center;
  top: -19px;
  right: -85px;
}
.abo .boxwarp .numlist .list .art i {
  display: block;
  font-size: 80px;
  line-height: 65px;
  color: #333;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.abo .boxwarp .numlist .list p {
  margin-top: 15px;
  font-size: 20px;
  line-height: 20px;
  color: #333;
}
.abo .boxwarp .numlist .list:last-child {
  margin-right: 0;
}
.abo .boxwarp .numlist .list:last-child::before {
  display: none;
}
.capital {
  margin: 83px 0;
}
.capital .box {
  display: flex;
  justify-content: space-between;
}
.capital .box .top {
  position: relative;
  z-index: 50;
}
.capital .box .top::before {
  content: "";
  display: block;
  width: 200px;
  height: 112px;
  position: absolute;
  background: url(../images/t1.png) no-repeat top left;
  top: -13px;
  left: -10px;
  z-index: -1;
}
.capital .box .top h3 a {
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333;
}
.capital .box .top em {
  margin-top: 13px;
  display: block;
  font-size: 61px;
  line-height: 46px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 1000;
}
.capital .box .hd {
  width: 530px;
  display: flex;
  justify-content: space-between;
}
.capital .box .hd li {
  width: 170px;
  height: 47px;
  border-radius: 24px;
  transition: 0.5s linear;
}
.capital .box .hd li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 0 0 29px;
  box-sizing: border-box;
}
.capital .box .hd li a i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 30px;
  overflow: hidden;
}
.capital .box .hd li a i img {
  position: absolute;
  filter: drop-shadow(0 47px #fff);
  transition: 0.5s linear;
}
.capital .box .hd li a span {
  margin-left: 10px;
  display: block;
  font-size: 16px;
  line-height: 47px;
  color: #333;
  transition: 0.5s linear;
}
.capital .box .hd .on {
  background: #c31522;
}
.capital .box .hd .on a i img {
  transform: translateY(-47px);
}
.capital .box .hd .on a span {
  color: #fff;
}
.capital .warp {
  margin-top: 40px;
}
.capital .warp .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .warp .bd li .art .aside {
  width: 548px;
  height: 431px;
  background: none;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  padding: 20px 18px 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .aside .tu {
  position: relative;
  width: 512px;
  height: 292px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.capital .warp .bd li .art .aside .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 512px;
  height: 292px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .aside .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .warp .bd li .art .aside .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .aside .text {
  position: relative;
  margin-top: 25px;
}
.capital .warp .bd li .art .aside .text::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid #aaa;
  border-radius: 50%;
  top: 12px;
  left: 0;
  box-sizing: border-box;
}
.capital .warp .bd li .art .aside .text .cond {
  display: block;
  padding: 0 80px 0 30px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .aside .text p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .warp .bd li .art .aside .text .data {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.capital .warp .bd li .art .aside:hover {
  border-color: #c0333c;
}
.capital .warp .bd li .art .aside:hover .tu .img img {
  transform: scale(1.1);
}
.capital .warp .bd li .art .aside:hover .text .cond {
  color: #c0333c;
  letter-spacing: 1px;
}
.capital .warp .bd li .art .plaet {
  display: flex;
  justify-content: space-between;
  width: 715px;
}
.capital .warp .bd li .art .plaet .list {
  width: 340px;
  height: 430px;
  border: solid 1px #f3f3f3;
  box-sizing: border-box;
  padding: 44px 20px 0;
}
.capital .warp .bd li .art .plaet .list .data {
  display: flex;
  height: 23px;
}
.capital .warp .bd li .art .plaet .list .data b {
  display: block;
  font-size: 32px;
  line-height: 23px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .warp .bd li .art .plaet .list .data i {
  margin-left: 10px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .warp .bd li .art .plaet .list .cond {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 35px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .plaet .list p {
  font-size: 15px;
  line-height: 32px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
}
.capital .warp .bd li .art .plaet .list .tu {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 194px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.capital .warp .bd li .art .plaet .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 194px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .plaet .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .warp .bd li .art .plaet .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .plaet .list:hover .cond {
  color: #c0333c;
  letter-spacing: 1px;
}
.capital .warp .bd li .art .plaet .list:hover .tu .img img {
  transform: scale(1.1);
}
.capital .warp .bd li .reg {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  width: 100%;
  height: 120px;
  border: solid 1px #f3f3f3;
  box-sizing: border-box;
  padding: 0 33px;
}
.capital .warp .bd li .reg .list {
  position: relative;
  width: 330px;
  padding: 25px 0 0 10px;
  box-sizing: border-box;
  height: 120px;
}
.capital .warp .bd li .reg .list::before {
  content: "";
  display: block;
  width: 1px;
  height: 74px;
  position: absolute;
  top: 24px;
  right: -60px;
  background: #eaeaea;
}
.capital .warp .bd li .reg .list .cond {
  display: block;
  padding-right: 50px;
  font-size: 15px;
  line-height: 35px;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .bd li .reg .list .data {
  margin-top: 5px;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .warp .bd li .reg .list .more {
  position: absolute;
  top: 32px;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: #dadada url(../images/more3.png) no-repeat center;
  border-radius: 50%;
}
.capital .warp .bd li .reg .list:hover .cond {
  color: #c0333c;
  letter-spacing: 1px;
}
