* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}

.body{
	padding-top: 0.8rem;
	padding-bottom: 1.2rem;
}



.news_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.83rem;
}
.news_fl{
	width: 7.6rem;
	height: 4.6rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.news_Swiper .item{
	width: 7.6rem;
	height: 4.6rem;
	position: relative;
	overflow: hidden;
}
.news_Swiper .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.news_Swiper .item img:hover {
	transform:scale(1.1);
}
.news_Swiper .item .item_title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.6rem;
	background: rgba(0,0,0,0.7);
	padding: 0 0.28rem;
	box-sizing: border-box;
	line-height: 0.6rem;
	font-size: 0.16rem;
	color: #FFFFFF;
}
.news_Swiper .swiper-pagination{
    bottom: 0.72rem;
    text-align: right;
    padding-right: 0.2rem;
}
.news_Swiper .swiper-pagination span{
	width: 0.12rem;
	height: 0.12rem;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 50%;
	margin-left: 0.12rem;
}
.news_Swiper .swiper-pagination span.swiper-pagination-bullet-active{
	background: #03AFAC;
	opacity: 1;
}







.news_fr{
	width: 7.2rem;
}
.news_fr .news_li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.15rem;
	border-bottom: 0.01rem solid #D5D5D5;
	padding-left: 0.26rem;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 0.43rem;
}
.news_fr .news_li:last-child{
	margin-bottom: 0;
}
.news_fr .news_li::before{
	content: "";
	position: absolute;
	width: 0.11rem;
	height: 0.11rem;
	background: #E00025;
	border-radius: 50%;
	left: 0;
	top: 0.07rem;
}
.news_fr .news_li a{
	width: 5.2rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #333333;
	transition: 0.5s;
	cursor: pointer;
}
.news_fr .news_li span{
	font-weight: normal;
	font-size: 0.16rem;
	color: #999999;
}
.news_fr .news_li:hover a{
	font-weight: bold;
	color: #23478C;
	margin-left: 0.1rem;
	transition: 0.5s;
}



.view_list .view_item {
	width: 15.2rem;
	height: 2.6rem;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	margin-bottom: 0.25rem;
	padding: 0.2rem;
	box-sizing: border-box;
}
.view_list .view_item .view_img{
	width: 3.5rem;
	height: 2.2rem;
	overflow: hidden;
	margin-right: 0.5rem;
}
.view_list .view_item .view_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.view_list .view_item .view_cn{
	width: 8.7rem;
	margin-right: 0.59rem;
}
.view_list .view_item .view_title {
	font-weight: 400;
	font-size: 0.2rem;
	color: #222222;
}
.view_list .view_item .view_cont{
	margin-top: 0.3rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.3rem;
} 

.view_list .view_item .view_more {
    font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	margin-top: 0.4rem;
	display: flex;
	align-items: center;
}
.view_list .view_item .view_more i{
	display: block;
	margin-left: 0.07rem;
	width: 0.12rem;
	height: 0.12rem;
	background: url(../img/more_icon1.png) center no-repeat;
}




.view_list .view_item .view_fl {
	width: 1.7rem;
	height: 1.86rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	border-left: 0.01rem solid #EBEBEB;
}

.view_list .view_item .view_fl .time_d {
	width: 100%;
	font-weight: bold;
	font-size: 0.57rem;
	text-align: center;
	color: #666;
}

.view_list .view_item .view_fl .time_ym {
	font-size: 0.2rem;
	text-align: center;
	color: #666;
	font-weight: 400;
}








.view_list .view_item:hover{
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(0,0,0,0.22);
}
.view_list .view_item:hover .view_img img{
	transform:scale(1.2);
}
.view_list .view_item:hover .view_title{
	color: #23478C;
}
.view_list .view_item:hover .view_more {
	color: #23478C;
}
.view_list .view_item:hover .view_more i{
	background: url(../img/more_icon.png) center no-repeat;
}
.view_list .view_item:hover .view_fl .time_d,
.view_list .view_item:hover .view_fl .time_ym{
	color: #23478C;
}


.body .page_box{
	margin-bottom: 0;
}




