.content-bg {
  width: 100%;
  min-height: 2000px;

  background-color: #04053e;
  position: relative;
  padding-top: 20px;
}

.content-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: #020626;
  position: absolute;
  top: 0;
  left: 0;
}

/* 最新政策 */
.content-zxzc {
  width: 1280px;
  min-height: 500px;
  margin: 0 auto;
  background-color: #040b4a;
}

.zxzc-title {
  font-size: 44px;
  color: #ffffff;
  line-height: 45px;
  font-family: Adobe Heiti Std;
  text-align: center;
  padding-top: 50px;
  margin: 0 50px;
  display: block;
}

.zxzc-desc {
  width: 1152px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  padding-top: 58px;
  font-family: simsun;

}

.zxzc-items-box {
  width: 100%;
  height: 442px;
  margin-top: 70px;
  position: relative;
  display: flex;
}

.zxzc-more{
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 999;
}
.zxzc-swiper{
  width: 785px;
  overflow: hidden;
}
.zxzc-items-box-item {
  display: block;
  height: 442px;
  width: 100%;
  position: relative;
}

.zxzc-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 442px;
  justify-content: space-between;
}

.zxzc-right-item {
  display: block;
  width: 100%;
  padding: 16px 10px;
  height: 90px;
  background-color: #0040c1;
}

.zxzc-right-title {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  font-family: simsun;
}

.zxzc-items-box-item-img {
  height: 100%;
  width: 100%;
}

.zxzc-items-box-item-title {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 26px;
  color: #ffffff;
  width: 100%;
  padding: 0 24px;
  bottom: 20px;
  left: 0;
  position: absolute;
}

/* 访谈面对面 */
.content-ft {
  width: 1280px;
  min-height: 500px;
  margin: 0 auto;
  background-color: #040b4a;
  position: relative;
}

.ft-more{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  text-align: center;
}

.ft-title {
  width: 100%;
  height: 409px;
  margin: 0 auto;
}

.ft-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px 50px;
  
}

.ft-items-item {
  display: block;
  height: 560px;
  background: #001e8d;
  border-radius: 20px;
}

.ft-items-item-top {
  padding: 17px 0 0 45px;
  position: relative;
}

.ft-items-item-top::after {
  content: "";
  display: block;
  width: 3px;
  height: 79px;
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: 30px;
}
.ft-items-item-source {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 30px;
  color: #ffffff;
  line-height: 25px;
  padding-bottom: 20px;
}

.ft-items-item-author {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
  line-height: 25px;
}

.img-parent {
  width: 366px;
  height: 244px;
  position: relative;
  margin: 20px auto 0;
  /* padding: 0 10px; */
}

.img-parent::after {
  content: "";
  display: block;
  position: absolute;
  height: 238px;
  width: 355px;
  border: 1px solid #333;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ft-items-item-img {
  width: 100%;
  height: 244px;
}

.ft-items-item-summary {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  padding: 40px 20px 0;
}

/* 高校风采 */

.content-gx {
  width: 1280px;
  min-height: 900px;
  margin: 0 auto;
  background-color: #040b4a;
}

.gx-title {
  width: 100%;
  height: 409px;
  margin: 0 auto;
}

.logo-swiper {
  width:1200px;
  height: 80px;

  margin-left: 70px;
  position: relative;
  overflow: hidden;
}


.gx-logo-list .swiper-slide{
  display: flex;
  height: 80px;
  align-items: center;
}

.logo-item{
  width: 220px;
  display: block;
}

.logo{
  /* width:220px; */
}

.gx-items{
  width: 100%;
  height: 510px;
  position: relative;
  
}

.gx-more{
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.gx-items .swiper {
  width: 1060px;
  height: 588px;
  margin: 46px auto 0;
  overflow: hidden;
  position: relative;
}

.gx-items .swiper-slide {
  width: 500px;
  height: 588px;
  overflow: hidden;
  position: relative;
}

.gx-item {  
  overflow: hidden;

  width: 500px;
  height: 588px;/
  position: relative;

}

.gx-item .img {
  width: 500px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  /* object-fit: cover; */
}
 .bottomBox {
  width: 500px;
  height: 128px;
  position: absolute;
  top: 280px;
  left: 0;
  background: #ffffff60;
  padding: 10px 20px 0 20px;
  /* object-fit: cover; */
}
 .gx-showtitle{
  text-align: center;
  /* text-indent: 2em; */
  color: #000;
  font-size: 22px;
  /* object-fit: cover; */
}
.gx-subtitle{
  color: #000;
  font-size: 24px;
  /* object-fit: cover; */
}
.gx-logo{
  /* width: 100%; */
  height: 40px;
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
 .gx-logo img{
  /* width: 150px; */
  /* height: 34px; */
}

.gx-items .swiper-button-prev{
  width: 110px;
  /* height: 300px; */
  background: url('http://jx.news.cn/gkqbz/image/to-right.png') no-repeat center / 43px 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gx-items .swiper-button-next{
  width: 110px;
  /* height: 300px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('http://jx.news.cn/gkqbz/image/to-left.png') no-repeat center / 43px 144px;

}



/* 底部 */

.content-footer {
  width: 100%;
  height: 224px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #04053E;
  font-family: simsun;
}

.content-footer-text {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

.footer-link {
  margin-top: 20px;
}


.more {
  font-family: SimSun;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
