.body{
	margin-bottom: 0.96rem;
	width: 100%;
	height: auto;
	margin-top: 0.6rem;
}
.news_list{
    margin-bottom: 0.96rem;
}
.news_list .news_item{
	width: 100%;
	height: 2.13rem;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	margin-bottom: 0.4rem;
}
.news_list .news_item:last-child{
	margin-bottom: 0;
}
.news_list .news_item .news_fl{
	width: calc(100% - 2.44rem);
    height: 100%;
	display: flex;
	align-items: center;
}
.news_list .news_item .news_img{
	width: 3.72rem;
	height: 100%;
	overflow: hidden;
	float: left;
	overflow: hidden;
}
.news_list .news_item .news_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.news_list .news_item .news_txt{
	width: calc(100% - 4.16rem);
    margin-left: 0.44rem;
}
.news_list .news_item .news_title{
	width: 100%;
	font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.22rem;
    color: #000000;
	margin-bottom: 0.18rem;
}
.news_list .news_item .news_cont{
	width: 100%;
	height: 0.5rem;
	font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
	line-height: 1.4;
	margin-bottom: 0.22rem;
}
.news_list .news_item .news_more{
	font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.16rem;
    color: #C69C6D;
	display: flex;
	align-items: center;
    border-bottom: 2px solid #C69C6D;
    width: fit-content;
    line-height: 1.5;
}
.news_list .news_item .news_more i{
	width: 0.14rem;
	height: 0.09rem;
	background: url(../img/news_more2.png) center no-repeat;
	background-size: cover;
	margin-left: 0.14rem;
	display: block;
}
.news_list .news_item .news_time{
	width: 1.76rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
	color: #333333;
}
.news_list .news_item .news_time .news_date{
	font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 0.77rem;
    color: #9B9B9B;
	width: 100%;
	text-align: center;
	display: block;
}
.news_list .news_item .news_time .news_y{
	font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.23rem;
    color: #9B9B9B;
	width: 100%;
	text-align: center;
	display: block;
}
.news_list .news_item:hover{
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.08);
}
.news_list .news_item:hover .news_img img{
	transform:scale(1.1);
}
.news_list .news_item:hover .news_title{
	color: #C69C6D;
}
.news_list .news_item:hover .news_time{
	background: url(../img/news_bg.png) center no-repeat;
	background-size: cover;
}
.news_list .news_item:hover .news_time .news_date,
.news_list .news_item:hover .news_time .news_y{
    color: #fff;
}









/* 详情 */
.view_body{
    background: #F7F7F7;
    padding-top: 0.35rem;
}
.view_body .main{
    display: flex;
    justify-content: space-between;
}
.view_body .view_fl{
    width: 12.5rem;
    height: auto;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.53rem 0.5rem 0.78rem;
    box-sizing: border-box;
}
.view_body .view_title{
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0.29rem;
}
.view_body .view_time{
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    padding-bottom: 0.38rem;
    border-bottom: 0.01rem solid #D5D5D5;
    margin-bottom: 0.38rem;
}
.view_body .view_view,
.view_body .view_view p{
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
}
.view_body .view_view img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline;
}


.view_body .view_fr{
    width: 4.2rem;
    position: relative;
}
.view_body .view_fr .view_news{
    width: 100%;
    position: sticky;
    top: 1.1rem;
}
.view_div{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0.28rem 0.2rem 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.16rem;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.view_div .prev_li{
    margin-bottom: 0.15rem;
}
.view_div .prev_li .view_lan{
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000;
}
.view_div .prev_li a{
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #868686;
    margin-top: 0.04rem;
}
.view_div .prev_li:first-child{
    border-bottom: 0.01rem solid #D6D6D6;
    padding-bottom: 0.17rem;
}
.view_div .prev_li:first-child .view_lan{
    color: #363636;
}
.view_div .prev_li:first-child a{
    color: #C69C6D;
}






.view_div .view_class{
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #363636;
    padding-bottom: 0.16rem;
    border-bottom: 0.01rem solid #D6D6D6;
}
.view_div .view_item{
    width: 100%;
    padding: 0.16rem 0;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #D6D6D6;
}
.view_div .view_item .view_name{
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #363636;
    margin-bottom: 0.06rem;
}
.view_div .view_item .view_cont{
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.12rem;
    color: #868686;
    line-height: 1.5;
    margin-bottom: 0.1rem;
}
.view_div .view_item .view_shi{
    display: flex;
    align-items: center;
    font-family: MiSans-Normal;
    font-weight: 400;
    font-size: 0.1rem;
    color: #B9B9B9;
}
.view_div .view_item .view_shi i{
    width: 0.15rem;
    height: 0.15rem;
    display: block;
    background: url(../img/news_time.png) center no-repeat;
    background-size: contain;
    margin-right: 0.03rem;
}
.view_div .view_item:hover{
    border-bottom: 0.01rem solid #2268EB;
}
.view_div .view_item:hover .view_name,
.view_div .view_item:hover .view_cont,
.view_div .view_item:hover .view_shi{
    color: #C69C6D;
}
.view_div .view_item:hover .view_shi i{
    background: url(../img/news_time2.png) center no-repeat;
}




.view_product{
    padding-top: 0.89rem;
    padding-bottom: 0.97rem;
    background: #F7F7F7;
}
.view_product .view_product_name{
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #363636;
    margin-bottom: 0.58rem;
}
.view_product_body{
    position: relative;
}
.view_product_body .list_item{
    width: 3.17rem;
    height: auto;
}

.list_item .list_img {
    width: 100%;
    height: 2.64rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/product_bg2.png) center -0.1rem no-repeat;
    background-size: 100% auto;
    border: 0.01rem solid #EAEAEA;
}

.list_item .list_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.list_item .list_title {
    width: 100%;
    padding: 0.15rem 0.1rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.list_item:hover .list_img {
    border: 0.02rem solid #C69C6D;
}

.list_item:hover .list_img img {
    transform: scale(1.05);
}

.list_item:hover .list_title {
    color: #C69C6D;
}
.view_product_body .swiper-button-next,
.view_product_body .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    /* background: #FFFFFF; */
    border: 0.01rem solid #C69C6D;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    margin: 0;
    top: -1.13rem;
}

.view_product_body .swiper-button-next::after,
.view_product_body .swiper-button-prev::after {
    display: none;
}

.view_product_body .swiper-button-next img,
.view_product_body .swiper-button-prev img {
    width: 0.1rem;
    height: 0.15rem;
}

.view_product_body .swiper-button-next:hover,
.view_product_body .swiper-button-prev:hover {
    background: #C69C6D;
}

.view_product_body .swiper-button-next:hover img,
.view_product_body .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
}

.view_product_body .swiper-button-next {
    right: 0;
}

.view_product_body .swiper-button-prev {
    left: auto;
    right: 0.6rem;
}








@media screen and (max-width: 1043px) {
    .news_list .news_item,
    .news_list .news_item .news_fl{
        flex-wrap: wrap;
        height: auto;
        position: relative;
    }
    .news_list .news_item .news_fl{
        width: 100%;
        height: auto;
    }
    .news_list .news_item .news_img{
        width: 100%;
        height: 4rem;
    }
    
    .news_list .news_item .news_txt{
        margin: 0;
        padding: 0.2rem 0.2rem 0.4rem;
        width: calc(100% - 1.4rem);
    }
    
    .news_list .news_item .news_title{
        font-size: 0.26rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
    .news_list .news_item .news_cont{
        font-size: 0.22rem;
        height: auto;
    }
    .news_list .news_item .news_more{
        font-size: 0.2rem;
    }
    
    
    
    .news_list .news_item .news_time{
        position: absolute;
        right: 0;
        top: 4.2rem;
        height: auto;
        width: 1.6rem;
    }
    
    
    
    
    
   
    /*详情*/
    .view_body .view_fr{
        display: none;
    }
    .view_body .view_fl{
        width: 100%;
    }
    .view_body .view_title{
        font-size: 0.3rem;
        text-align: center;
    }
    .view_body .view_time{
        text-align: center;
        font-size: 0.22rem;
    }
    .view_body .view_view, 
    .view_body .view_view p,
    .view_body .view_view *{
        font-size: 0.26rem;
    }
    .view_product .view_product_name{
        font-size: 0.4rem;
    }

}







