.newBg {
    background: linear-gradient(145deg, #0A4AB9 0%, rgba(1, 81, 150, 0) 60%), url('../../img/exhibition/exhibanner.png') no-repeat !important;
}

.contentMain{
    width: 100%;
}

.mysw-wrap{
    position: relative;
    width: 100%;
    height: 2.14rem;
    box-sizing: border-box;
    margin-top: 0.3rem;
}

.mySwiper{
    width: 10.8rem;
    height: 1.9rem;
    overflow: hidden;
}

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

.swiper-slide{
    width: 2.7rem !important;
    height: 1.9rem;
}

.slide-img{
    width: 2.7rem;
    height: 1.9rem;
}

.slide-img2{
    width: 1.35rem !important;
    height: 1.9rem;
}

.swiper-slide .slide-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-pagination-bullets{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.02rem;
}

.swiper-pagination{
    height: 0.02rem !important;
}

.m-title2{
    margin-top: 0.67rem;
    margin-bottom: 0.3rem;
}

.exhi-list{
    display: flex;
    margin-bottom: 0.26rem;
}

.exhi-list:last-child{
    margin-bottom: 0;
}

.exhi-list .exhi-item{
    display: flex;
    flex-direction: column;
    width: 3.5rem;
    height: 3rem;
    box-sizing: border-box;
    margin-right: 0.15rem;
    padding: 0;
    transition: all 0.3s;
}

.exhi-list .exhi-item:last-child{
    margin-right: 0;
}

.exhi-item .item-img{
    display: flex;
    width: 3.5rem;
    height: 2.4rem;
    padding: 0;
    transition: all 0.3s;
}
                    .exhi-item:nth-child(3n){
                        margin-right: 0;
                    }
                    .exhi-item{
                        margin-bottom: 0.26rem;
                    }

.item-img-active{
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 3.3rem !important;
    height: 2.3rem !important;
}

.exhi-item img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.exhi-item .item-tex{
    width: 3.5rem;
    height: 0.59rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    line-height: 0.6rem;
    text-align: center;
    color: #232323;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E1E1E1;
}

.exhi-href{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.71rem;
}

.exhi-href .href-tex{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #232323;
    line-height: 0.3rem;
    margin: 0.3rem 0;
}

.href-img .href-img1{
    width: 100%;
    height: 6.8rem;
    margin-bottom: 0.2rem;
    background: url('../../img/exhibition/exhibanner.png') no-repeat;
    background-size: 100% 100%;
}

.href-img .href-img2{
    width: 100%;
    height: 5.6rem;
    background: url('../../img/exhibition/exhibanner.png') no-repeat;
    background-size: 100% 100%;
}

.exhi-a{
    display: flex;
    justify-content: space-between;
}

.a-item{
    display: flex;
    align-items: center;
}

.a-item img{
    width: 0.12rem;
    height: 0.1rem;
    margin-right: 0.06rem;
}

.a-item .a-item-tex{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #666666;
}

.content-mar{
    margin-bottom: 0.9rem;
}


@media only screen and (max-width: 768px) {
    .exhi-list {
  margin-bottom: 0.26rem;
  height: auto;
  overflow: hidden;
  display: block;
}
.exhi-list .exhi-item{
    float: left;
  display: block;
  width: 47%;
  margin-right: 0.1rem;
    margin-left: 0.1rem;
  }

.mySwiper{
    width: 100%;
}
.swiper-slide {
    width: 50% !important;
}
.exhi-item .item-img{
    width: 100%;
}
.exhi-item:nth-child(2n) {
  margin-right: 0;
}
.exhi-item .item-tex{
    width: 100%;
    font-size: 0.24rem;
}
.contentMain .m-title .tTex{
    font-size: 0.3rem;
}
.exhi-href .href-tex{
    font-size: 0.24rem !important;
}
.exhi-href .href-tex table{
    width: 100% !important;
}
.a-item{
    width: 100%;
    float: left;
}
.a-item .a-item-tex{
    font-size: 0.22rem;
}

}





















