* {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
}

body {
    background: #fff;
}

.main {
    width: 14rem;
    margin: 0 auto;
}

.class_name {
    margin-bottom: 0.52rem !important;
}



.banner {
    width: 100%;
    max-width: 19.2rem;
    height: 6rem;
    position: relative;
    margin: -0.7rem auto 0;
}

.banner .banner_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .ban_name {
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
    text-align: center;
    padding-top: 2.54rem;
}

.banner .ban_cont {
    margin-top: 0.17rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: center;
}



.class2 .main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
}

.class2 .main a {
    width: auto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #050505;
    margin: 0.26rem 0.82rem;
    position: relative;
}

.class2 .main a.act::before {
    content: "";
    position: absolute;
    bottom: -0.12rem;
    left: 50%;
    margin-left: -0.125rem;
    width: 0.25rem;
    height: 0.03rem;
    background: linear-gradient(90deg, #4FCCE8 0%, #0071FF 100%);
    border-radius: 0.02rem;
}

.class2 .main a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -0.26rem;
    right: -1.05rem;
    background: url(../img/news_bg1.png) center no-repeat;
    width: 9.83rem;
    height: 0.94rem;
    transform: scaleX(-1);
}

.class2 .main a.act::after {
    display: none;
}

.class2 .main a.act {
    font-weight: bold;
    color: #080808;
}







/* 内容 */
.body {
    width: 100%;
    height: auto;
}

.body .main {
    width: 14.32rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}


.body_list{
    width: 100%;
    max-height: 20rem;
    overflow: auto;
}
.body_list::-webkit-scrollbar {
    display: none;
}
div.item {
    /*position: absolute;*/
    /*width: 444px;*/
    /*margin: 0.34rem 0.16rem 0;*/
    /*transition: all 1s;*/
    /*background: #fff;*/
    
    break-inside: avoid;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
div.item a{
    position: relative;
}
div.item i{
    width: 0.65rem;
    height: 0.65rem;
    background: url(../img/bofang.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.325rem;
    margin-left: -0.325rem;
    z-index: 1;
    display: none;
    
}


div#content {
    /*position: relative;*/
    
    column-count: 3;
    column-gap: 15px;
    width: 100%;
    max-width: 14.32rem;
    margin: 0 auto;

}
/*.clearfix {*/
/*    -webkit-zoom: 1;*/
/*    -moz-zoom: 1;*/
/*    -ms-zoom: 1;*/
/*    -o-zoom: 1;*/
/*    zoom: 1;*/
/*    *zoom: 1;*/
/*}*/
div.item img {
    width: 100%;
    display: block;
    transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
div.item:hover img{
	transform:scale(1.02);
}

div.item:hover i{
    display: block;
}




@media only screen and (max-width: 1024px) {
    .banner{
        height: 4.6rem !important;
    }
    .banner .ban_name{
        padding-top: 2rem;
    }
    .class2 .main a{
        font-size: 12px;
    }
}