.body {
  max-width: 1180px;
  /* border: 1px solid black; */
  margin: 0 auto;
  min-width: 1180px;
}
.body > * {
  margin-top: 20px;
}
.Global-style {
  display: flex;
  justify-content: space-between;
}
.body-data-box{
    min-width: 1180px;
}
/* 轮播图 */
.slideshow{
  width: 400px;
  height: 330px;
  position: relative;
  overflow: hidden;
  background-color: white;
}
.swiper1{
--swiper-navigation-color: white;/* 单独设置按钮颜色 */
--swiper-navigation-size: 10px;/* 设置按钮大小 */
}

.swiper1T {
  top: 40%;
}

.swiper-slide{
  width: 400px;
  height: 295px;
}

.slideshow-img{ 
  width: 400px !important;
  height: 295px !important;
  object-fit: cover;
}
.slideshow-text{
  font-size: 14px;
  height: 35px;
  width: 100%;
  background-color: white;
  line-height: 30px;
}
.slideshow-text>div{
  padding-left: 20px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.swiper1 .hide{
  opacity:0;
}
/* 新闻资讯 */
.news-information{
    width: 410px;
    height: 330px;
    background-color: white;
}
.news-information-title{
    margin:0 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #0d6ed9;
    display: block;
}
hr{
    width: 80px;
    border: 1px solid #0d6ed9;
    margin-left: 20px;
    margin-bottom: 1px;
}
.news-information-info{
    margin: 10px 20px;
    overflow: hidden;
    width: 100%;
    height: 75%;
}
.news-information-info>ul>li{
    list-style: none;
    font-size: 16px;
    padding: 5px 0;
    height: 21px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news-information-info>ul>li>a{
    /*width: 85%;*/
    width: 76%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-information-info ul li a:hover{
  color: #0d6ed9;
}
.time{
    font-size: 14px;
    color: #999;
    font-family:'Helvetica Neue';
}
/* 政策法规 */
.policies-regulations{
    width: 330px;
    height: 330px;
    background-color: white;
}
.policies-regulations-title{
  margin:0 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #0d6ed9;
  display: block;
}
  .policies-regulations-info{
  margin: 10px 20px;
  overflow: hidden;
  width: 100%;
  height: 75%;
}
  .policies-regulations-info>ul>li{
  list-style: none;
  font-size: 16px;
  padding: 5px 0;
  height: 21px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
  .policies-regulations-info>ul>li>a{
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.policies-regulations-info ul li a:hover{
  color: #0d6ed9;
}
/* 第二层长图 */
.long-img-box{
  width: 100%;
  height: 90px;
  margin-top: 0;
}
.long-img-box>img{
  width: 100%;
  height: 100%;
}
/* 电商学堂+智慧党建 */
.DSXT-ZHDJ{
  width: 100%;
  height: 300px;
}
/* 电商学堂 */
.DS-school{
  width: 830px;
  height: 300px;
  background-color: white;
}
.DS-school-title{
  margin:0 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #0d6ed9;
  display: block;
}
.excellent-course{
  width: 395px;
  height: 100%;
  border-right: 1px solid #eee;
}
.jpkc-img>img{
  width: 200px;
  height: 110px;
  object-fit: cover;
}
.jpkc-img{
  display: flex;
}
.jpkc-text{
  margin: 0 28px;
  display: flex;
  justify-content: space-around;
  flex-direction:column;
}
.jpkc-text>a{
  font-size: 13px;
  display: block;
  color: #666;
  width: 80px;
  height: 25px;
  border: 1px solid #CCCCCC;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
}
.jpkt-list{
  height: 100px;
  margin-top: 8px;
  overflow: hidden;
}
.jpkt-list>li{
  list-style: none;
  font-size: 16px;
  padding: 5px 0;
  height: 21px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.jpkt-list>li>a{
  /*width: 268px;*/
  width: 270px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jpkt-list li a:hover{
  color: #0d6ed9;
}
.jpkt-list>li>span{
  right: 29px;
  position: absolute;
  font-size: 14px;
  color: #999999;
  font-family: 'Helvetica Neue';
}
/* 在线视频 */
.online-video{
  width: 395px;
  height: 100%;
  margin-left: 29px;
}
.zxsp-img>img{
  width: 200px;
  height: 110px;
  object-fit: cover;
}
.zxsp-img{
  display: flex;
}
.zxsp-text{
  margin: 0 28px;
  display: flex;
  justify-content: space-around;
  flex-direction:column
}
.zxsp-text>a{
  font-size: 13px;
  display: block;
  color: #666;
  width: 80px;
  height: 25px;
  border: 1px solid #CCCCCC;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
}
.zxsp-list{
  height: 100px;
  overflow: hidden;
  margin-top: 8px;
}
.zxsp-list>li{
  list-style: none;
  font-size: 16px;
  padding: 5px 0;
  height: 21px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.zxsp-list>li>a{
  /*width: 268px;*/
  width: 270px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zxsp-list li a:hover{
  color: #0d6ed9;
}
.zxsp-list>li>span{
  right: 29px;
  position: absolute;
  font-size: 14px;
  font-family: 'Helvetica Neue';
  color: #999999;
}
/* 智慧党建 */
.ZHDJ{
  width: 330px;
  height: 300px;
  background-color: white;
}
.ZHDJ-title{
margin:0 20px;
padding-top: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
font-size: 20px;
color: #0d6ed9;
display: block;
}
.ZHDJ-info{
overflow: hidden;
width: 100%;
}
.ZHDJ-info>ul>li{
list-style: none;
font-size: 16px;
padding: 5px 0;
height: 21px;
width: 100%;
display: flex;
justify-content: space-between;
}
.ZHDJ-info>ul>li>a{
width: 100%;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
line-height: 21px;
}
.ZHDJ-info ul li a:hover{
  color: #0d6ed9;
}
/* 企业风采,人才招聘 */
.QYFC-RCZP{
  width: 100%;
  height: 480px;
}
/* 企业风采 */
.enterprise-features{
  width: 830px;
  height: 100%;
  background-color: white;
}
.enterprise-features-title{
  margin:0 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #0d6ed9;
  display: block;
}
.enterprise-features-info{
  box-sizing: content-box;
  margin-top: 10px;
 margin-left: 20px;
  width: 500px;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
.enterprise-features-img{
  width: 140px;
  height: 180px;
  border: 1px solid #eee;
  margin: 10px 0;
  margin-right: 20px;
}
.enterprise-features-imgs{
  width: 140px;
  height: 140px;
}
.enterprise-features-imgs img{
    width: 100%;
    height: 100%;
  object-fit: cover;

}
.enterprise-features-img a p{
  height: 40px;
  font-size: 15px;
  line-height: 35px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 10px;
}
.enterprise-features-img a p:hover{
  color: #0d6ed9;
}
/* 入驻企业 */
.settled-enterprise{
  width: 310px;
  height: 480px;
  /*margin: 20px 0;*/
  margin-right: 20px;

  overflow-y:auto;
  position: relative;
  top: -44px;
}
.settled-enterprise-title{
  width: 100%;
  height: 40.7px;
  background-color: #0d6ed9;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 40.7px;
}
.settled-enterprise-ul{
  width: 100%;
}
.settled-enterprise-ul :nth-child(even){
  background: #FAFAFA;
}
.settled-enterprise-list{
  list-style: none;
  box-sizing: border-box;
  width: 100%;
  height: 40.7px;
  text-align: center;
  line-height: 40.7px;
  font-size: 15px;
  border: 1px solid #eee;
  border-top-style: none;
}
.settled-enterprise-list a{
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.settled-enterprise-list a:hover{
  color: #0d6ed9;
}
/* 人才招聘 */
.talent-recruitment{
  width: 330px;
  height: 480px;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
}
.talent-recruitment-info{
  width: 100%;
  height: 370px;
  background-color: white;
  overflow: hidden;
}
.talent-recruitment-title{
  margin:0 20px;
padding-top: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
font-size: 20px;
color: #0d6ed9;
display: block;
}
.talent-recruitment-info-list{
  font-size: 16px;
  height: 73px;
  margin: 0 20px;
  display: flex;
  flex-direction:column;
  /* justify-content: space-around; */
}
.talent-recruitment-data{
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.talent-recruitment-info-list>p{
  position: relative;
  top: 10px;
}
.talent-recruitment-data .hiring:hover{
  color: #0d6ed9;
}
.job-info{
  position: relative;
  top: 14px;
}
.location{
  float: right !important;
}
.talent-recruitment-img{
  width: 330px;
  height: 90px;
}
/* 名优展馆 */
.exhibition{

  margin-top: 20px;

  width: 100%;

  background-color: white;

}

.exhibition-title{

  margin:0 20px;

  padding-top: 20px;

  padding-bottom: 10px;

  border-bottom: 1px solid #eee;

  font-size: 20px;

  color: #0d6ed9;

  display: block;

}

.swiper {

  width: 100%;

  --swiper-navigation-color: white;/* 单独设置按钮颜色 */

  --swiper-navigation-size: 10px;/* 设置按钮大小 */

}  

.swiper-button-prev,.swiper-button-next{

  width: 35px !important;

  height: 35px !important;

  background-color: #666;

  border-radius: 50%;

  opacity: 0.5;

  transition:opacity 0.5s;

}

.swiper1 .hide{

  opacity:0;

}

.swiper-slide a img{
  width: 212px;
  height: 212px;
  object-fit: cover;
  /* width: 100%;
  height: 100%; */

}

.swiper-slide p{

 font-size: 15px;

 text-align: center;

 padding: 10px 0;

}

.swiper-wrapper{

  display: flex;

  justify-content: space-between;

}
/* 便民服务 */
.BMFW{
  width: 100%;
  height: 210px;
  background-color: white;
}
.BMFW-title{
  margin:0 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #0d6ed9;
  display: block; 
}
.BMFW-icon img{
  width: 83px;
  height: 83px;
}
.BMFW-icon p{
 font-size: 15px;
 text-align: center;
 margin-top: 10px;
 color: #666;
}

