* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.swiper-button-prev:after {
  content: "";
  display: none;
}
.swiper-button-next:after {
  content: "";
  display: none;
}
body {
  min-width: 1200px;
  width: 100%;
  height: 100%;
  position: relative;
  background: url(middle-banner.png) no-repeat;
  background-position-y: -169%;
  background-size: cover;
}
.banner {
  display: inline-block;
  width: 100%;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.top-banner {
  display: block;
  width: 100%;
  margin-bottom: 205px;
}
.middle-banner {
  display: block;
  width: 100%;
  margin-bottom: -200px;
}
.bottom-banner {
  display: block;
  width: 100%;
}
.main-content {
  width: 100%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateX(-50%);
}
.main-content .main-banner {
  height: 624px;
  margin-bottom: 54px;
  position: relative;
}
.main-content .main-banner .content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.main-content .main-banner .content .list {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-content .main-banner .content .list .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main-content .main-banner .content .list .item img {
  width: 100%;
  height: 100%;
}
.main-content .main-banner .content .list .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 49px;
  padding-top: 13px;
  padding-left: 40px;
  background: #000000;
  opacity: 0.48;
  font-size: 19px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #fdf5f5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-content .main-banner .content .list .swiper-slide-active {
  opacity: 1;
  background-color: transparent;
}
.main-content .main-banner .content .tjjf-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(tjjf-prev.png);
  width: 34px;
  height: 67px;
}
.main-content .main-banner .content .tjjf-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(tjjf-next.png);
  width: 34px;
  height: 67px;
}
.main-content .yaowen,
.main-content .dongtai {
  position: relative;
  margin-bottom: 57px;
}
.main-content .yaowen .title,
.main-content .dongtai .title {
  width: 100%;
  height: 126px;
}
.main-content .yaowen .title img,
.main-content .dongtai .title img {
  width: 100%;
  height: 100%;
}
.main-content .yaowen .more,
.main-content .dongtai .more {
  position: absolute;
  right: 0;
  top: 53px;
  display: block;
  width: 112px;
  height: 30px;
}
.main-content .yaowen .content,
.main-content .dongtai .content {
  width: 1113px;
  margin-left: 34px;
  margin-top: 23px;
}
.main-content .yaowen .content .item,
.main-content .dongtai .content .item {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 29px;
  color: #040303;
  margin-bottom: 38px;
}
.main-content .yaowen .content .item::before,
.main-content .dongtai .content .item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #de2525;
  margin-right: 18px;
}
.main-content .yaowen .content .item:last-child,
.main-content .dongtai .content .item:last-child {
  margin-bottom: 0;
}
.main-content .card {
  height: 500px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
}
.main-content .card .tstl,
.main-content .card .asjf {
  position: relative;
  width: 582px;
  height: 100%;
}
.main-content .card .tstl img,
.main-content .card .asjf img {
  width: 582px;
  height: 142px;
  margin-bottom: 13px;
}
.main-content .card .tstl .more,
.main-content .card .asjf .more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 71px;
  width: 118px;
  height: 30px;
}
.main-content .card .tstl .content,
.main-content .card .asjf .content {
  width: 576px;
  height: 341px;
  background: url(bg.png);
  box-sizing: border-box;
  padding-left: 32px;
  padding-top: 23px;
}
.main-content .card .tstl .content .item,
.main-content .card .asjf .content .item {
  display: block;
  width: 505px;
}
.main-content .card .tstl .content .item img,
.main-content .card .asjf .content .item img {
  width: 100%;
  height: 215px;
  margin-bottom: 24px;
}
.main-content .card .tstl .content .item p,
.main-content .card .asjf .content .item p {
  font-family: SimHei;
  font-weight: 400;
  font-size: 20px;
  color: #040303;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main-content .jfcs {
  height: 448px;
  background: url(jfcs.png);
  box-sizing: border-box;
  padding: 142px 132px 0 384px;
  position: relative;
  margin-bottom: 57px;
}
.main-content .jfcs .content {
  width: 685px;
}
.main-content .jfcs .content .item {
  position: relative;
  border-bottom: 1px solid #fff;
  margin-bottom: 26px;
}
.main-content .jfcs .content .item .point {
  position: absolute;
  width: 8.8px;
  height: 8.8px;
  border-radius: 50%;
  left: -24px;
  top: 10px;
  background-color: #fff;
}
.main-content .jfcs .content .item a {
  height: 70px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 29px;
  color: #ffffff;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 28px;
}
.main-content .jfcs .content .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-content .jfcs .more {
  position: absolute;
  width: 68px;
  height: 23px;
  right: 37px;
  bottom: 83px;
}
.main-content .jfcs .more img {
  width: 100%;
  height: 100%;
}
.main-content .item-content {
  height: 1065px;
  margin-bottom: 67px;
}
.main-content .item-content .items {
  position: relative;
  width: 582px;
  float: left;
  margin-right: 36px;
  margin-bottom: 65px;
}
.main-content .item-content .items img {
  width: 582px;
  height: 142px;
  margin-bottom: 13px;
}
.main-content .item-content .items .more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 71px;
  width: 118px;
  height: 30px;
}
.main-content .item-content .items .content {
  width: 576px;
  height: 341px;
  background: url(bg.png);
  box-sizing: border-box;
  padding-left: 32px;
  padding-top: 23px;
}
.main-content .item-content .items .content .item {
  display: block;
  width: 505px;
}
.main-content .item-content .items .content .item img {
  width: 100%;
  height: 215px;
  margin-bottom: 24px;
}
.main-content .item-content .items .content .item p {
  font-family: SimHei;
  font-weight: 400;
  font-size: 20px;
  color: #040303;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main-content .item-content .tbbg,
.main-content .item-content .chypx {
  margin-right: 0;
}
.main-content .item-content .jz,
.main-content .item-content .chypx {
  margin-bottom: 0;
}
.main-content .tjjf {
  width: 100%;
  height: 842px;
  overflow: hidden;
  background: url(bottom-banner1.png) no-repeat;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: center;
}
.main-content .tjjf .title {
  width: 1200px;
  height: 149px;
  margin: 0 auto;
  margin-bottom: 27px;
  position: relative;
}
.main-content .tjjf .title img {
  width: 100%;
  height: 100%;
}
.main-content .tjjf .title .more {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 59%;
  width: 112px;
  height: 30px;
}
.main-content .tjjf .tjjf-content {
  width: 1200px;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
}
.main-content .tjjf .tjjf-content .tjjf-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-content .tjjf .tjjf-content .tjjf-list .tjjf-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.main-content .tjjf .tjjf-content .tjjf-list .tjjf-item img {
  width: 100%;
  height: 100%;
}
.main-content .tjjf .tjjf-content .tjjf-list .tjjf-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 49px;
  padding-top: 13px;
  padding-left: 20px;
  background: #000000;
  opacity: 0.48;
  font-size: 19px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #fdf5f5;
}
.main-content .tjjf .tjjf-content .tjjf-list .swiper-slide-active {
  opacity: 1;
  background-color: transparent;
}
.main-content .tjjf .tjjf-content .tjjf-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27.5%;
  background: url(tjjf-prev.png);
  width: 34px;
  height: 67px;
}
.main-content .tjjf .tjjf-content .tjjf-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27.5%;
  background: url(tjjf-next.png);
  width: 34px;
  height: 67px;
}
.bottom {
  width: 100%;
  height: 200px;
}
