.home-mb {
  margin-bottom:40px;
}
.home-banner {
    margin:0 auto 20px;
    width:1280px;
  height: 200px;
}
.banner-swiper .swiper-slide{
    width:100%;
    height:100%;
}
.banner-swiper .swiper-slide img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
/*.banner-inner {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width:100%;*/
/*  height:100%;*/
/*}*/
/*.banner-inner img{*/
/*  display:block;*/
/*  width:100%;*/
/*  height:100%;*/
/*  object-fit:cover;*/
/*}*/

.home-content .left {
  width: 900px;
}
.home-content .left-main {
  width: 520px;
  height: 336px;
}
.home-content .left-side {
  width: 320px;
  height: 336px;
  overflow:hidden;
  box-shadow: 0 1px 0 var(--zhu-border-color), 0 -1px 0 var(--zhu-border-color);
}
.home-content .left-side .item {
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-content .left-side .item a{
  /*display: inline-block;*/
  width: auto;
  height: auto;
  color:#333;
}
.home-content .left-side .item::before{
  content:" ";
  display:inline-block;
  margin-right:6px;
  border:3px solid #999;
  transform:rotate(45deg);
  vertical-align:middle;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.home-content .left-side .item:not(:last-child) {
  box-shadow: 0 1px 0 var(--zhu-border-color);
}
.home-content .right{
  width: 360px;
}
.home-content .right-item{
  margin-bottom:6px;
  width: 100%;
  height: 70px;
  font-size: 16px;
}
.home-content .right-item:last-child{
  margin-bottom:0;
}
.home-content .right-item img{
  display:block;
  width:100%;
  height:100%;
  object-fit: cover;
}
.home-special, .home-link  {
  display: flex;
  flex-wrap: wrap;
}
.home-link .item:not(:last-child)  {
  margin-right: 20px;
}


.banner-swiper {
  width: 100%;
  height: 100%;
}

.home-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-swiper {
  height: 100%;
}
.main-swiper .swiper-slide {
  position: relative;
}
.main-swiper img {
  width: 100%;
  height: 100%;
}
.main-swiper .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-swiper .text a{
    color: #fff;
}

.home-special .swiper-slide {
  width: 174px;
  height: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-special .swiper-slide a{
  display:block;
  width:100%;
  height:100%;
}
.home-special .swiper-slide a img{
  display:block;
  width:100%;
  height:100%;
}

/* 新增 */
.info-wrap{
  margin-top:20px;
  margin-bottom:20px;
  height:355px;
}
.info-left{
  width:900px;
  background:#fff;
  overflow: hidden;
}
.info-top{
  padding:0 24px;
  height:45px;
  line-height:45px;
  border-bottom:2px solid #0B5DAC;
}
.info-title{
  font-size: 20px;
  color: #0B5DAC;
  font-weight:bold;
}
.info-more{
  font-size:12px;
  cursor: pointer;
}
.info-more a{
    color:#999;
}
.info-list{
  padding:0 24px;
}
.info-item{
  height:38px;
  line-height:38px;
  border-bottom:1px dashed #999;
}
.info-item a{
  color:#333;
}
.info-item-title{
  width:85%;
}
.info-item-title:hover{
    color:#0087e6;
}
.info-item-title::before{
  margin-right:4px;
  display: inline-block;
  content:" ";
  width: 5px;
  height: 5px;
  background: #0B5DAC;
  border-radius: 50%;
  vertical-align: middle;
}
.info-right{
  width:360px;
  background:#fff;
}
.tongdao-item{
  margin-top:30px;
  width:50%;
  text-align:center;
}
.tongdao-item-img{
  display:inline-block;
  width:72px;
  height:72px;
  background:#F4F4F4;
  border-radius:50%;
}
/* .tongdao-item:first-child .tongdao-item-img img{
  margin:0 auto;
  margin-top: 15px;
  width: 42px;
  height: 41px;
} */
.tongdao-item-img img{
  margin:0 auto;
  margin-top: 15px;
  width: 42px;
  height: 41px;
}
.tongdao-item-title{
  margin-top:11px;
  font-size: 18px;
  font-weight: 400;
  color: #0B5DAC;
}

/*培训专题swiper*/
.peixun-more{
    font-size:12px;
    cursor:pointer;
}
.peixun-more a{
    color:#999;
}
.home-special .swiper-button-prev:after, 
.home-special .swiper-button-next:after {
    font-size: 16px;
}

